axes_scale argument does not work?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 576
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I am using a corner plot with 5 parameters. I would like the third parameter to be plotted using a log scale. I passed in this parameter but it does not seem to make any difference.
axes_scale=['linear', 'linear', 'log', 'linear', 'linear']
Am I specifying it correctly or is this a bug?
Thanks.
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
Reproduce a corner plot with five parameters using axes_scale=['linear', 'linear', 'log', 'linear', 'linear']; start by tracing how the corner-plot entry point applies axes_scale. Done means the third parameter uses a logarithmic scale while the others remain linear, with a regression test covering this configuration.
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
- 35/100