Bugfix, plot ack_rtt
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user