Skip to content

Commit

Permalink
balmer.HbHgHd_fits: Force ticks on the inside (iss #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jun 10, 2020
1 parent 2e20212 commit 29d30df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Metallicity_Stack_Commons/plotting/balmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,10 @@ def HbHgHd_fits(fitspath, out_pdf_prefix='HbHgHd_fits',
ax_arr[row][2].set_xticklabels([])
else:
ax_arr[row][0].set_xticklabels([4050, 4075, 4100, 4125])
#ax_arr[row][1].set_xticklabels([4325, 4350, 4375, 4400])
# ax_arr[row][1].set_xticklabels([4325, 4350, 4375, 4400])

for col in range(n_cols):
ax_arr[row][col].tick_params(direction='in') # ticks on the inside

if row == 1:
ax_arr[row][0].set_ylabel(r"Flux [10$^{-17}$ erg s$^{-1}$ cm$^{-2}$ $\AA^{-1}$]",
Expand Down

0 comments on commit 29d30df

Please sign in to comment.