Skip to content

Commit

Permalink
Github Issue #1000 added legend label fontsize and central longitude …
Browse files Browse the repository at this point in the history
…to configuration
  • Loading branch information
bikegeek committed Oct 5, 2021
1 parent 9849583 commit a31b7a8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ PROCESS_LIST = UserScript, TCPairs, CyclonePlotter

LOOP_BY = INIT


# The init time begin and end times, increment, and last init hour.
INIT_TIME_FMT = %Y%m%d%H
INIT_BEG = 2020100700
Expand Down Expand Up @@ -115,6 +116,8 @@ CYCLONE_PLOTTER_ANNOTATION_FONT_SIZE = 3
# Indicate the text size for the legend labels
CYCLONE_PLOTTER_LEGEND_FONT_SIZE = 3

# Indicate the central latitude (i.e. the center of the map)
CYCLONE_PLOTTER_CENTRAL_LATITUDE = 180
##
# Resolution of saved plot in dpi (dots per inch)
# Set to 0 to allow Matplotlib to determine, based on your computer
Expand Down

0 comments on commit a31b7a8

Please sign in to comment.