diff --git a/notebooks/03-plotting-with-uxarray/geo.ipynb b/notebooks/03-plotting-with-uxarray/geo.ipynb index 22f8e50c..a563f2d8 100644 --- a/notebooks/03-plotting-with-uxarray/geo.ipynb +++ b/notebooks/03-plotting-with-uxarray/geo.ipynb @@ -21,7 +21,7 @@ "\n", "Related Documentation\n", "\n", - "* [hvPlot Geographic Options](https://hvplot.holoviz.org/user_guide/Customization.html#geographic-options)\n", + "* [hvPlot Geographic Options](https://hvplot.holoviz.org/ref/plotting_options/index.html#geographic-options)\n", "\n", "### Prerequisites\n", "\n", diff --git a/notebooks/03-plotting-with-uxarray/high-res.ipynb b/notebooks/03-plotting-with-uxarray/high-res.ipynb index 64bfb994..0f39cd2b 100644 --- a/notebooks/03-plotting-with-uxarray/high-res.ipynb +++ b/notebooks/03-plotting-with-uxarray/high-res.ipynb @@ -139,7 +139,7 @@ "cell_type": "code", "source": [ "relhum_subset = uxds[\"relhum_200hPa\"][0].subset.bounding_box(\n", - " lon_bounds=[-0.5, 0.5], lat_bounds=[-0.25, 0.25]\n", + " lon_bounds=[-1.0, 1.0], lat_bounds=[-0.5, 0.5]\n", ")\n", "relhum_subset.plot.polygons(rasterize=True)" ],