Skip to content

Commit 4571a23

Browse files
authored
Adjust subsetting parameters to avoid triggering an error (#30)
* Update high-res.ipynb * update hvplot link
1 parent 0a830a7 commit 4571a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/03-plotting-with-uxarray/geo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"Related Documentation\n",
2323
"\n",
24-
"* [hvPlot Geographic Options](https://hvplot.holoviz.org/user_guide/Customization.html#geographic-options)\n",
24+
"* [hvPlot Geographic Options](https://hvplot.holoviz.org/ref/plotting_options/index.html#geographic-options)\n",
2525
"\n",
2626
"### Prerequisites\n",
2727
"\n",

notebooks/03-plotting-with-uxarray/high-res.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"cell_type": "code",
140140
"source": [
141141
"relhum_subset = uxds[\"relhum_200hPa\"][0].subset.bounding_box(\n",
142-
" lon_bounds=[-0.5, 0.5], lat_bounds=[-0.25, 0.25]\n",
142+
" lon_bounds=[-1.0, 1.0], lat_bounds=[-0.5, 0.5]\n",
143143
")\n",
144144
"relhum_subset.plot.polygons(rasterize=True)"
145145
],

0 commit comments

Comments
 (0)