From 6eddf0a12515ac145b4532fa433adc947227e1fd Mon Sep 17 00:00:00 2001 From: Langspielplatte Date: Sat, 14 Jan 2023 10:36:41 +0100 Subject: [PATCH] Bugfix, plot ack_rtt --- plot_transmission_timeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot_transmission_timeline.py b/plot_transmission_timeline.py index 6b5782c..f667290 100755 --- a/plot_transmission_timeline.py +++ b/plot_transmission_timeline.py @@ -194,8 +194,8 @@ if __name__ == "__main__": plt.subplots_adjust() host.plot(transmission_df["goodput"], "-", color="blue", label="goodput") - host.set_xlabel("datetime") - host.set_ylabel("goodput [Mbps]") + #host.set_xlabel("datetime") + #host.set_ylabel("goodput [Mbps]") # additional y axes par11 = host.twinx()