1
0
Fork 0
mirror of https://github.com/Findus23/halo_comparison.git synced 2024-09-19 16:03:50 +02:00

put legend in corner

This commit is contained in:
Lukas Winkler 2022-07-14 15:10:07 +02:00
parent 2d40a16d38
commit 33a0966690

View file

@ -190,7 +190,7 @@ def create_plot(mode):
ax_end.set_ylim(0.8, 1.02) ax_end.set_ylim(0.8, 1.02)
if bottom_row: if bottom_row:
# ax_z1.legend() # ax_z1.legend()
ax_end.legend() ax_end.legend(loc="lower left")
# fig.suptitle(f"Cross Spectra {time}") #Not needed for paper # fig.suptitle(f"Cross Spectra {time}") #Not needed for paper
# fig.tight_layout() # fig.tight_layout()