From 1e2badbc5559ceba241844343983dff8ca913025 Mon Sep 17 00:00:00 2001 From: Philip Maechling Date: Fri, 29 Sep 2023 15:04:48 -0700 Subject: [PATCH] Update plot_customizations.py Temp comment out plot call generating errors. --- examples/tutorials/plot_customizations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/tutorials/plot_customizations.py b/examples/tutorials/plot_customizations.py index cf9fa804..3a4c76de 100644 --- a/examples/tutorials/plot_customizations.py +++ b/examples/tutorials/plot_customizations.py @@ -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) ####################################################################################################################################