Swash processing for article
This commit is contained in:
parent
34fcb4e879
commit
14ef85246a
2 changed files with 9 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ ax.grid()
|
|||
fig.savefig(out.joinpath("wsize.pdf"))
|
||||
|
||||
fig2, ax2 = plt.subplots(
|
||||
figsize=(10 / 2.54, 2 / 3 * 10 / 2.54), constrained_layout=True
|
||||
figsize=(10 / 2.54, 4 / 2.54), constrained_layout=True
|
||||
)
|
||||
ax2.plot(
|
||||
t[cr0[i0 - 5] : cr0[i0 + 7]] * 1e-3,
|
||||
|
|
|
|||
Reference in a new issue