Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting the title_quantiles does nothing? #200

Open
GabrielSasseville01 opened this issue Jul 18, 2022 · 2 comments
Open

Setting the title_quantiles does nothing? #200

GabrielSasseville01 opened this issue Jul 18, 2022 · 2 comments

Comments

@GabrielSasseville01
Copy link

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?

@michaeldavidjohnson
Copy link

I have the same issue.

@dfm
Copy link
Owner

dfm commented Aug 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants