Skip to content

Commit

Permalink
balmer.HbHgHd_fits: Plot aesthetics for white space (iss #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jun 5, 2020
1 parent 2165c50 commit 9d9097f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Metallicity_Stack_Commons/plotting/balmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def HbHgHd_fits(stack_name, astropy_table_file, out_pdf):
ax_arr[row][2].set_xticklabels([])

if ii % n_rows == n_rows-1:
plt.subplots_adjust(left=0.15, right=0.95, bottom=0.1, top=0.95)
fig.savefig(pdf_pages, format='pdf')

pdf_pages.close()

0 comments on commit 9d9097f

Please sign in to comment.