From 9f8db93f7ca6ef0e32c0a8152794586864d1d15d Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Thu, 13 Jul 2023 13:21:46 +0200 Subject: [PATCH] Debug --- plot_single_transmission_paper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot_single_transmission_paper.py b/plot_single_transmission_paper.py index b125be7..42e5408 100755 --- a/plot_single_transmission_paper.py +++ b/plot_single_transmission_paper.py @@ -234,8 +234,8 @@ if __name__ == "__main__": if args.fancy: legend_frame = False - ax0.set_xlim([0, transmission_df.index[-1]]) - ax00.set_xlim([0, serial_df.index[-1]]) + ax0.set_xlim([0, 60]) + ax00.set_xlim([0, 60]) # added these three lines lns_ax0 = snd_plot + srtt_plot + goodput_plot labs_ax0 = [l.get_label() for l in lns_ax0]