From 2a356b875c172ccd501a3b2598d8099699681604 Mon Sep 17 00:00:00 2001 From: Louis Thibaut Date: Thu, 20 Feb 2025 13:31:58 +0100 Subject: [PATCH] add back legend --- .../ACT_DR6/python/paper_plots/results_noise_spectrum_all.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/ACT_DR6/python/paper_plots/results_noise_spectrum_all.py b/project/ACT_DR6/python/paper_plots/results_noise_spectrum_all.py index 442526e1..6b23b283 100644 --- a/project/ACT_DR6/python/paper_plots/results_noise_spectrum_all.py +++ b/project/ACT_DR6/python/paper_plots/results_noise_spectrum_all.py @@ -125,7 +125,6 @@ plt.gcf().legend(fontsize=labelsize, loc='upper center', bbox_to_anchor=(0.5, 0), ncol=3) -plt.tight_layout() -plt.savefig(f"{paper_plot_dir}/DR6_noise.pdf") +plt.savefig(f"{paper_plot_dir}/DR6_noise.pdf", bbox_inches="tight") plt.clf() plt.close