corner.py icon indicating copy to clipboard operation
corner.py copied to clipboard

Setting the title_quantiles does nothing?

Open GabrielSasseville01 opened this issue 3 years ago • 2 comments

Hi,

I have been using the corner.corner method. I always set the show_title argument to True and I wanted to get the 95% confidence interval instead of the default 68%. I thus set title_quantiles=[0.025, 0.5, 0.975] but there was absolutely no difference. I then tried many random values and the output never changed. Is it possible that this doesn't work?

GabrielSasseville01 avatar Jul 18 '22 18:07 GabrielSasseville01

I have the same issue.

michaeldavidjohnson avatar Aug 11 '22 14:08 michaeldavidjohnson

That's probably because you're using a version that doesn't include this argument and unrecognized arguments are ignored!

You can install the version from github using python -m pip install git+https://github.com/dfm/corner.git#egg=corner

dfm avatar Aug 11 '22 18:08 dfm