From 881495b3d00bc8ceda2329ee17df81eafc313f56 Mon Sep 17 00:00:00 2001 From: Langspielplatte Date: Sat, 14 Jan 2023 10:37:26 +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 f667290..6b5782c 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()