Bugfix, plot ack_rtt

This commit is contained in:
2023-01-14 10:29:20 +01:00
parent c66c6e9ad2
commit 72ba200c9e

View File

@@ -216,7 +216,7 @@ if __name__ == "__main__":
par12.plot(transmission_df["ack_rtt"], "-.", color="red", label="ACK RTT") par12.plot(transmission_df["ack_rtt"], "-.", color="red", label="ACK RTT")
par12.set_ylabel("ACK RTT [s]") par12.set_ylabel("ACK RTT [s]")
par12.set_ylim([0, t]) par12.set_ylim([0, 0.5])
par13.plot(transmission_df["goodput"], "-", color="blue", label="goodput") par13.plot(transmission_df["goodput"], "-", color="blue", label="goodput")
par13.set_xlabel("datetime") par13.set_xlabel("datetime")