updated data and figures to new analysis with the right units
This commit is contained in:
@@ -133,7 +133,7 @@ if __name__ == '__main__':
|
||||
ythresh = 1.8
|
||||
s = plot_style()
|
||||
fig, axs = plt.subplots(3, 4, cmsize=(s.plot_width, 0.6*s.plot_width),
|
||||
height_ratios=[1, 1, 0, 1])
|
||||
height_ratios=[3, 3, 0, 2])
|
||||
fig.subplots_adjust(leftm=7, rightm=9, topm=2, bottomm=4,
|
||||
wspace=1, hspace=0.6)
|
||||
for ax in axs.flat:
|
||||
|
||||
Reference in New Issue
Block a user