Skip to content

Commit

Permalink
add back legend
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Thibaut authored and Louis Thibaut committed Feb 20, 2025
1 parent 28521cb commit 2a356b8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a356b8

Please sign in to comment.