From 33a09666909b62029b9465263e6829b668ae2309 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Thu, 14 Jul 2022 15:10:07 +0200 Subject: [PATCH] put legend in corner --- spectra_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectra_plot.py b/spectra_plot.py index b0e62c3..f10860a 100644 --- a/spectra_plot.py +++ b/spectra_plot.py @@ -190,7 +190,7 @@ def create_plot(mode): ax_end.set_ylim(0.8, 1.02) if bottom_row: # ax_z1.legend() - ax_end.legend() + ax_end.legend(loc="lower left") # fig.suptitle(f"Cross Spectra {time}") #Not needed for paper # fig.tight_layout()