From 9650b5b4fac313a8e9099c5eeaeb4b5c01e00285 Mon Sep 17 00:00:00 2001 From: bikegeek Date: Fri, 24 Sep 2021 18:10:56 -0600 Subject: [PATCH] Updated config file with resolution setting, annotation size setting, and watermark on/off. --- .../tc_and_extra_tc/Plotter_fcstGFS_obsGFS_ExtraTC.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/parm/use_cases/model_applications/tc_and_extra_tc/Plotter_fcstGFS_obsGFS_ExtraTC.conf b/parm/use_cases/model_applications/tc_and_extra_tc/Plotter_fcstGFS_obsGFS_ExtraTC.conf index 12d6874624..d16593ceef 100644 --- a/parm/use_cases/model_applications/tc_and_extra_tc/Plotter_fcstGFS_obsGFS_ExtraTC.conf +++ b/parm/use_cases/model_applications/tc_and_extra_tc/Plotter_fcstGFS_obsGFS_ExtraTC.conf @@ -150,3 +150,12 @@ CYCLONE_PLOTTER_ANNOTATION_FONT_SIZE = 3 # that what is plotted is consistent with the data. # CYCLONE_PLOTTER_GENERATE_TRACK_ASCII = yes + +## +# Resolution of saved plot in dpi (dots per inch) +# Set to 0 to allow Matplotlib to determine, based on your computer +CYCLONE_PLOTTER_RESOLUTION_DPI = 400 + +CYCLONE_PLOTTER_GENERATE_TRACK_ASCII = yes + +CYCLONE_PLOTTER_ADD_WATERMARK = False