Skip to content
Snippets Groups Projects
Commit d7b5815d authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Add back in style for example

parent 4fb7886e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import gridcorner ...@@ -5,7 +5,7 @@ import gridcorner
import time import time
from make_simulated_data import tstart, duration, tref, F0, F1, F2, Alpha, Delta, delta_F0, dtglitch, outdir from make_simulated_data import tstart, duration, tref, F0, F1, F2, Alpha, Delta, delta_F0, dtglitch, outdir
#plt.style.use('./paper.mplstyle') plt.style.use('./paper.mplstyle')
label = 'semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch' label = 'semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch'
...@@ -61,7 +61,6 @@ dT = time.time() - t1 ...@@ -61,7 +61,6 @@ dT = time.time() - t1
fig_and_axes = gridcorner._get_fig_and_axes(4, 2, 0.05) fig_and_axes = gridcorner._get_fig_and_axes(4, 2, 0.05)
mcmc.plot_corner(label_offset=0.25, truths=[0, 0, 0, 0], mcmc.plot_corner(label_offset=0.25, truths=[0, 0, 0, 0],
fig_and_axes=fig_and_axes, quantiles=(0.16, 0.84)) fig_and_axes=fig_and_axes, quantiles=(0.16, 0.84))
#mcmc.plot_chainconsumer(truth=[0, 0, 0, 0], label_offset=0.5)
mcmc.print_summary() mcmc.print_summary()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment