Skip to content

Commit

Permalink
add tag to the figure
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Thibaut committed Feb 24, 2025
1 parent 957e2c9 commit b4a761b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def plot_spectrum(l, psth_rot, lb_dat, ps, error, cov, spectrum):

plt.xlim(0,3500)
plt.tight_layout()
plt.savefig(f"{paper_plot_dir}/combined_{spectrum}_{cut}.pdf", bbox_inches="tight")
plt.savefig(f"{paper_plot_dir}/combined_{spectrum}_{cut}{tag}.pdf", bbox_inches="tight")
plt.clf()
plt.close()

Expand Down

0 comments on commit b4a761b

Please sign in to comment.