From edad08d92d0ad6d83275590221f8e0848fd61a77 Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Thu, 19 Jan 2023 15:22:37 +0100 Subject: [PATCH] Background color for cell id. --- plot_transmission_timeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot_transmission_timeline.py b/plot_transmission_timeline.py index 1c8c3c3..80c77ee 100755 --- a/plot_transmission_timeline.py +++ b/plot_transmission_timeline.py @@ -263,7 +263,7 @@ if __name__ == "__main__": # rtt cdf plt.clf() - + print(transmission_df["ack_rtt"]) print("Calculate and polt rtt CDF...") plot_cdf(transmission_df, "ack_rtt") plt.xlabel("ACK RTT [s]")