Processing reformat
This commit is contained in:
parent
f4ccdb009a
commit
f7e64c0a2d
3 changed files with 4 additions and 6 deletions
|
@ -137,7 +137,7 @@ ax_x.plot(
|
|||
ax_x.plot(
|
||||
data["x"],
|
||||
np.maximum(data_comp["watl"][arg_t0, :], -data_comp["botl"]),
|
||||
ls="-."
|
||||
ls="-.",
|
||||
)
|
||||
ax_x.axvline(x0, c="k", alpha=0.2)
|
||||
ax_x.set(xlabel="x (m)", ylabel="z (m)")
|
||||
|
|
Reference in a new issue