Page 1 of 1

Remove contour lines getdist

Posted: July 09 2018
by Inigo Zubeldia
Hi,

I want to plot samples from five different posteriors with getdist using getSinglePlotter.plot_2d. The contour lines make everything a bit messy, so I was wondering if it's possible to delete them, or to make them very thin (i.e., to leave just the coloured contours, which overlap nicely).

Thanks,
Inigo

Re: Remove contour lines getdist

Posted: July 10 2018
by Antony Lewis
try changing g.settings.lw_contour (where g is your plotter instance) or play with g.settings.alpha_factor_contour_lines.

Re: Remove contour lines getdist

Posted: July 11 2018
by Inigo Zubeldia
The latter worked - thanks!