From af2a53abb3b655fd534a612764b52ceb7512c9f4 Mon Sep 17 00:00:00 2001 From: Langspielplatte Date: Tue, 11 Jul 2023 09:57:29 +0200 Subject: [PATCH] Legend fixes --- plot_single_transmission_EM9190.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot_single_transmission_EM9190.py b/plot_single_transmission_EM9190.py index 725b1fb..f882d23 100755 --- a/plot_single_transmission_EM9190.py +++ b/plot_single_transmission_EM9190.py @@ -318,7 +318,7 @@ if __name__ == "__main__": # added these three lines lns_ax0 = snd_plot + srtt_plot + goodput_plot labs_ax0 = [l.get_label() for l in lns_ax0] - ax2.legend(lns_ax0, labs_ax0, ncols=9, fontsize=9, loc="upper center", frameon=legend_frame) + ax2.legend(lns_ax0, labs_ax0, ncols=9, fontsize=9, loc="upper left", frameon=legend_frame) #ax0.set_zorder(100) lns_ax00 = eff_bw_plot + lte_eff_bw_plot + nr_eff_bw_plot + lte_rsrq_plot + nr_rsrq_plot