Skip to content

Commit

Permalink
balmer.HbHgHd_fits: smaller wspace for subplots_adjust (iss #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jun 10, 2020
1 parent 29d30df commit 0d11b1b
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 @@ -230,7 +230,7 @@ def HbHgHd_fits(fitspath, out_pdf_prefix='HbHgHd_fits',

if ii % n_rows == n_rows-1:
plt.subplots_adjust(left=0.1, right=0.99, bottom=0.1, top=0.99,
hspace=0.05, wspace=0.05)
hspace=0.05, wspace=0.025)
fig.savefig(pdf_pages, format='pdf')

pdf_pages.close()

0 comments on commit 0d11b1b

Please sign in to comment.