Outputs for article

This commit is contained in:
Edgar P. Burkhart 2022-07-06 07:53:59 +02:00
parent b8da550849
commit c443947e3c
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 86 additions and 8 deletions

View file

@ -135,7 +135,7 @@ fig, ax = plt.subplots(figsize=(16 / 2.54, 2 / 3 * 10 / 2.54), constrained_layou
ax.plot(-x, z, color="k")
ax.fill_between(-x, z + hstru, z, color="k", alpha=0.2)
#ax.set_title(f"N={z.size-1}, x=[{-x.max()};{-x.min()}]")
ax.set(ylim=(-30, 15))
ax.set(ylim=(-40, 15))
ax.set(xlabel="x (m)", ylabel="z (m)")
ax.autoscale(True, "x", True)
ax.grid()