diff --git a/aosstower/tower_quicklooks/create_quicklook.py b/aosstower/tower_quicklooks/create_quicklook.py index d799d64ae57cb62dd14d3a9edf89fc5f85ba298d..fce1b0d573ae1f618f16bc91b9b1a1dceed3cf3c 100644 --- a/aosstower/tower_quicklooks/create_quicklook.py +++ b/aosstower/tower_quicklooks/create_quicklook.py @@ -416,7 +416,7 @@ def create_full_plot(frame, ymin, ymax, create_air_dew_plot, output): # create plots if need_subplots: if plots_created == 1: - plt.figure().suptitle('AO&SS Building Tower Meteorogram ' + dateString) + plt.figure().suptitle('AO&SS Building Tower Meteorogram ' + dateString, fontsize=13) ax1 = plt.subplot(plotNumber + plots_created) ax1.set_title(TITLES[name], x=0.5, y=get_subtitle_location(numberPlots), fontsize=8) @@ -428,7 +428,7 @@ def create_full_plot(frame, ymin, ymax, create_air_dew_plot, output): plots_created += 1 else: - plt.figure().suptitle('AO&SS Building Tower ' + IND_TITLES[name] + ' ' + dateString) + plt.figure().suptitle('AO&SS Building Tower ' + IND_TITLES[name] + ' ' + dateString, fontsize=13) plt.ylabel(TITLES[name]) #if we don't need two lines in same plot, plot