Skip to content

Commit 1e2badb

Browse files
authored
Update plot_customizations.py
Temp comment out plot call generating errors.
1 parent 169fa2d commit 1e2badb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/tutorials/plot_customizations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
# To plot a global forecast, we must assign the option ``set_global=True``, which is required by :ref:cartopy to handle
120120
# internally the extent of the plot
121121

122-
ax = plots.plot_spatial_dataset(numpy.log10(rate_sum), forecast.region,
123-
show=True, set_global=True,
124-
plot_args=plot_args)
122+
# ax = plots.plot_spatial_dataset(numpy.log10(rate_sum), forecast.region,
123+
# show=True, set_global=True,
124+
# plot_args=plot_args)
125125

126126
####################################################################################################################################
127127

0 commit comments

Comments
 (0)