From ef9740177e415e25108fe932cba63cb104b71fad Mon Sep 17 00:00:00 2001 From: Langspielplatte Date: Tue, 11 Jul 2023 10:04:32 +0200 Subject: [PATCH] Removes legend border frame. --- plot_stacked_bandwidth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot_stacked_bandwidth.py b/plot_stacked_bandwidth.py index 260050e..557fce3 100755 --- a/plot_stacked_bandwidth.py +++ b/plot_stacked_bandwidth.py @@ -80,7 +80,7 @@ if __name__ == "__main__": ax.xaxis.grid(False) - L = plt.legend() + L = plt.legend(frameon=False) L.get_texts()[0].set_text("5G main") L.get_texts()[1].set_text("4G main") L.get_texts()[2].set_text("4G SCC 1")