Hi All.

I'm using EMCEE to construct cosmological parameters using some 
observational data. Everything looks great (Thank you EMCEE group) except 
contour region. I want to produce contour plot with 1,2,3-sigma region 
only, means want to remove all the points after the 3-sigma region. So 
contours will look better.  Here I used corner.py to plot contour: 
Please help me to fix this problem. 

With Regards!!!

fig = 
corner.corner(samples,bin=50,color="b",labels=["$H_0$","$\Omega_m$"],truths=[h0_mcmc[0],
 
om_mcmc[0]],
                    quantiles=[0.16, 0.5, 0.84],smooth=True, 
smooth1d=True,show_titles=True)

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to