Fixed bathy +-
This commit is contained in:
parent
77ff8b1e1f
commit
258e3731b6
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ ax_r.set(ylim=(0, 1), xlabel="f (Hz)", ylabel="R")
|
|||
ax_r.grid()
|
||||
|
||||
fig_x, ax_x = plt.subplots()
|
||||
ax_x.plot(bathy.index, botl[0, :], color='k')
|
||||
ax_x.plot(bathy.index, (dep-botl)[t == t0, :].T)
|
||||
ax_x.plot(-botl[0, :], color='k')
|
||||
ax_x.plot((dep-botl)[t == t0, :].T)
|
||||
ax_x.axvline(x0)
|
||||
ax_x.set(xlabel="x (m)", ylabel="z (m)")
|
||||
ax_x.autoscale(axis="x", tight=True)
|
||||
|
|
Loading…
Reference in a new issue