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()