Setting the title_quantiles does nothing?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 576
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the corner.corner entry point and reproduce the issue with show_title=True and different title_quantiles values, including [0.025, 0.5, 0.975]. Trace how the argument is handled and verify that changing it changes the displayed confidence interval; done means the requested quantiles affect the title output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100