Skip to content

Commit

Permalink
fix x-axis ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
yangcht authored Nov 9, 2022
1 parent aef560a commit ad8c6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emcee/emcee_radex.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ def replot(source):

ax.set_xlabel(r'$J_\mathrm{up}$',fontsize=14)
ax.set_ylabel(r'$I_\mathrm{CO}\;[\mathrm{Jy\;km\;s^{-1}}]$',fontsize=14)
ax.xaxis.set_major_locator(MultipleLocator(1))
ax.legend(loc=0, prop={'size':12}, numpoints=1)
fig.suptitle('$\mathrm{'+source+'}$')
fig.savefig("./single/{}_SLED.pdf".format(source))
Expand Down

0 comments on commit ad8c6f7

Please sign in to comment.