Changes plot color and y scale.

This commit is contained in:
2023-07-14 09:49:31 +02:00
parent 9f8db93f7c
commit a75b0b74a0

View File

@@ -187,7 +187,7 @@ if __name__ == "__main__":
snd_plot = ax0.plot(
transmission_df["snd_cwnd"].dropna(),
color="lime",
color="darkornage",
linestyle="dashed",
label="cwnd",
)
@@ -220,7 +220,7 @@ if __name__ == "__main__":
ax0.set_ylim(0, 5000)
ax1.set_ylim(0, 0.3)
ax1.set_ylim(0, 1) #0.3
ax2.set_ylim(0, 600)
#ax00.set_ylim(-25, 0)