mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-12-22 03:23:34 +01:00
ZH: overlapping traces: little styling
This commit is contained in:
parent
c08e2ae73c
commit
95594c59ab
1 changed files with 7 additions and 0 deletions
|
@ -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.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 fig_dir:
|
||||||
if fname_distinguish:
|
if fname_distinguish:
|
||||||
fname_distinguish = "." + fname_distinguish
|
fname_distinguish = "." + fname_distinguish
|
||||||
|
@ -91,6 +95,9 @@ if __name__ == "__main__":
|
||||||
if os.name == 'posix' and "DISPLAY" not in os.environ:
|
if os.name == 'posix' and "DISPLAY" not in os.environ:
|
||||||
matplotlib.use('Agg')
|
matplotlib.use('Agg')
|
||||||
|
|
||||||
|
if False: # change overall fontsize
|
||||||
|
plt.rc('font', size=25)
|
||||||
|
|
||||||
atm = AtmoCal()
|
atm = AtmoCal()
|
||||||
|
|
||||||
from scriptlib import MyArgumentParser
|
from scriptlib import MyArgumentParser
|
||||||
|
|
Loading…
Reference in a new issue