Skip to content

Commit 26545f5

Browse files
commented contextily since it is very instable lately
1 parent b4c31c7 commit 26545f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/notebooks/modelbuilder_example.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"fig, ax = plt.subplots()\n",
156156
"mk_object.mesh2d_get().plot_edges(ax,zorder=1)\n",
157157
"bnd_gdf_interp.plot(ax=ax, edgecolor='r')\n",
158-
"ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
158+
"# ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
159159
"dfmt.plot_coastlines(ax=ax, crs=crs)\n"
160160
]
161161
},
@@ -202,7 +202,7 @@
202202
"# plot\n",
203203
"fig, ax = plt.subplots()\n",
204204
"mk_object.mesh2d_get().plot_edges(ax,zorder=1)\n",
205-
"ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
205+
"# ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
206206
"dfmt.plot_coastlines(ax=ax, crs=crs)\n"
207207
]
208208
},
@@ -241,7 +241,7 @@
241241
"# plot\n",
242242
"fig, ax = plt.subplots()\n",
243243
"mk_object.mesh2d_get().plot_edges(ax,zorder=1)\n",
244-
"ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
244+
"# ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
245245
"dfmt.plot_coastlines(ax=ax, crs=crs)\n"
246246
]
247247
},
@@ -281,7 +281,7 @@
281281
"fig, ax = plt.subplots(figsize=(8,4))\n",
282282
"xu_grid_uds.mesh2d_node_z.ugrid.plot(ax=ax,center=False)\n",
283283
"xu_grid_uds.grid.plot(ax=ax,linewidth=0.5,color='white',alpha=0.2)\n",
284-
"ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
284+
"# ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
285285
"dfmt.plot_coastlines(ax=ax, crs=crs)\n",
286286
"\n",
287287
"# write xugrid grid to netcdf\n",

0 commit comments

Comments
 (0)