From 3e69309153ece95eef6a5b197393b70eafa9eb82 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Tue, 8 May 2018 08:08:25 +1000 Subject: [PATCH] Minor update to example --- ...coherent_glitch_robust_directed_MCMC_search_on_1_glitch.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py b/examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py index d890737..5d4c0de 100644 --- a/examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py +++ b/examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py @@ -60,7 +60,9 @@ mcmc.run() dT = time.time() - t1 fig_and_axes = gridcorner._get_fig_and_axes(4, 2, 0.05) 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), + hist_kwargs=dict(lw=1.5, zorder=-1), + truth_color='C3') mcmc.print_summary() -- GitLab