Skip to content

Commit

Permalink
add wave units to show_fit
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Jan 28, 2025
1 parent 45a9674 commit 5f96fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eazy/photoz.py
Original file line number Diff line number Diff line change
Expand Up @@ -3066,7 +3066,7 @@ def show_fit(self, id, id_is_idx=False, zshow=None, show_fnu=0, get_spec=False,
ax.set_xticks(xt/1.e4)
ax.set_xticklabels(xt/1.e4)

ax.set_xlabel(r'$\lambda_\mathrm{obs}$')
ax.set_xlabel(r'$\lambda_\mathrm{obs}$ $[\mu\mathrm{m}]$')
ax.grid()

if add_label:
Expand Down

0 comments on commit 5f96fb6

Please sign in to comment.