Skip to content

Commit

Permalink
balmer.HbHgHd_fits: Bug fix in annotation input (iss #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jun 8, 2020
1 parent 4dee557 commit 147bddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/plotting/balmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def HbHgHd_fits(fitspath, out_pdf_prefix='HbHgHd_fits',

ax_arr[row][0].set_ylim(0, 1.5)

ax_arr[row][0].annotate(txt0, [0.95, 0.95], xycoords='axes fraction',
ax_arr[row][0].annotate(txt2, [0.95, 0.95], xycoords='axes fraction',
va='top', ha='right', fontsize='5')
ax_arr[row][0].plot(wave[Dx_sigsnip_2], Dresid, 'r', linestyle='dashed',
linewidth=0.2, label='Residuals')
Expand Down

0 comments on commit 147bddf

Please sign in to comment.