Skip to content

Commit

Permalink
Merge pull request #668 from petiay/dec2
Browse files Browse the repository at this point in the history
fixed xaxis units in stellar fit plot
  • Loading branch information
karllark authored Dec 4, 2020
2 parents bd8c4ab + 97b8ff1 commit ac10317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beast/plotting/plot_indiv_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def plot_indiv_fit(filebase, starnum=0, savefig=False, plotfig=True):
sed_ax.set_yscale("symlog", linthreshy=symlog_linthreshold)
sed_ax.grid(True)

sed_ax.text(0.5, -0.07, r"$\lambda$ [$\AA$]", transform=sed_ax.transAxes, va="top")
sed_ax.text(0.5, -0.07, r"$\lambda$ [$\mu m$]", transform=sed_ax.transAxes, va="top")
sed_ax.set_xlim(0.2, 2.0)
sed_ax.set_xscale("log")
sed_ax.minorticks_off()
Expand Down

0 comments on commit ac10317

Please sign in to comment.