Skip to content

Commit

Permalink
Part of Github issue #1000 METplus: added font size for legend label
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Sep 21, 2021
1 parent 20bfaad commit b9665a4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,18 @@ CYCLONE_PLOTTER_INIT_HR ={init?fmt=%H}
CYCLONE_PLOTTER_MODEL = GFSO
CYCLONE_PLOTTER_PLOT_TITLE = Model Forecast Storm Tracks


##
# Indicate the size of symbol (point size)
CYCLONE_PLOTTER_CIRCLE_MARKER_SIZE = 2
CYCLONE_PLOTTER_CROSS_MARKER_SIZE = 3

##
# Indicate text size of annotation label
CYCLONE_PLOTTER_ANNOTATION_FONT_SIZE=3
CYCLONE_PLOTTER_ANNOTATION_FONT_SIZE = 3

# Indicate the text size for the legend labels
CYCLONE_PLOTTER_LEGEND_FONT_SIZE = 3

##
# Resolution of saved plot in dpi (dots per inch)
Expand Down

0 comments on commit b9665a4

Please sign in to comment.