ZH: overlapping traces: little styling

This commit is contained in:
Eric Teunis de Boone 2023-05-23 14:18:43 +02:00
parent c08e2ae73c
commit 95594c59ab
1 changed files with 7 additions and 0 deletions

View File

@ -45,6 +45,10 @@ def save_overlapping_traces_figure(test_location, ev, N_plot = 30, wx=200, title
axs.plot(t_[idx], a_[idx], color='r', alpha=alpha, lw=2)
axs.set_ylim([None, max(a_max)*1.2])
if False:
axs.set_xlim([-28000, -27300])
if fig_dir:
if fname_distinguish:
fname_distinguish = "." + fname_distinguish
@ -91,6 +95,9 @@ if __name__ == "__main__":
if os.name == 'posix' and "DISPLAY" not in os.environ:
matplotlib.use('Agg')
if False: # change overall fontsize
plt.rc('font', size=25)
atm = AtmoCal()
from scriptlib import MyArgumentParser