corner.py
corner.py copied to clipboard
Setting the title_quantiles does nothing?
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?
I have the same issue.
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