Skip to content

Commit

Permalink
Update plot_customizations.py
Browse files Browse the repository at this point in the history
Temp comment out plot call generating errors.
  • Loading branch information
pjmaechling authored Sep 29, 2023
1 parent 169fa2d commit 1e2badb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tutorials/plot_customizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
# To plot a global forecast, we must assign the option ``set_global=True``, which is required by :ref:cartopy to handle
# internally the extent of the plot

ax = plots.plot_spatial_dataset(numpy.log10(rate_sum), forecast.region,
show=True, set_global=True,
plot_args=plot_args)
# ax = plots.plot_spatial_dataset(numpy.log10(rate_sum), forecast.region,
# show=True, set_global=True,
# plot_args=plot_args)

####################################################################################################################################

Expand Down

0 comments on commit 1e2badb

Please sign in to comment.