Skip to content

Commit

Permalink
cornerplot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trifon Trifonov committed Apr 29, 2022
1 parent 64058bf commit e0d5631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exostriker/lib/RV_mod/functions.py
Expand Up @@ -30,7 +30,7 @@

TAU= 2.0*np.pi


matplotlib.rcParams['axes.formatter.useoffset'] = False

def check_for_missing_instances(fit,fit_new):

Expand Down Expand Up @@ -1295,6 +1295,8 @@ def cornerplot(obj, level=(100.0-68.3)/2.0, type_plot = 'mcmc', **kwargs):
plot_datapoints=cornerplot_opt["plot_datapoints"],
kwargs=kwargs)

#axes = fig.axes()
# axes.ticklabel_format(style='plain')

if type_plot == 'mcmc':
fig.savefig(obj.mcmc_corner_plot_file)
Expand Down

0 comments on commit e0d5631

Please sign in to comment.