Legend fixes

This commit is contained in:
2023-07-11 09:57:29 +02:00
parent 11749d39a3
commit af2a53abb3

View File

@@ -318,7 +318,7 @@ if __name__ == "__main__":
# added these three lines # added these three lines
lns_ax0 = snd_plot + srtt_plot + goodput_plot lns_ax0 = snd_plot + srtt_plot + goodput_plot
labs_ax0 = [l.get_label() for l in lns_ax0] 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) #ax0.set_zorder(100)
lns_ax00 = eff_bw_plot + lte_eff_bw_plot + nr_eff_bw_plot + lte_rsrq_plot + nr_rsrq_plot lns_ax00 = eff_bw_plot + lte_eff_bw_plot + nr_eff_bw_plot + lte_rsrq_plot + nr_rsrq_plot