allow y-axes to be interactively deselected based on active traces
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18.8k
- Forks
- 2.8k
- Avg merge
- 16h 26m
- Merged PRs (30d)
- 21
Description
Helpful resource: Multiple Axes
The closest I found to this was the following stackoverflow question however, this requires editing the code of the script.
Ideally, it would be nice if based on the trace that is selected, it displays the axis associated with it and when the trace is deselected the associated axis (if all traces associated with that axis are deselected) is not shown. Having this done interactively makes sense based on the active traces.
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 with the linked Multiple Axes documentation and the Stack Overflow question to understand the existing multi-axis behavior and its limitations. Define how trace selection and deselection should affect axes, including axes shared by multiple traces; done means the behavior works interactively without requiring users to edit their scripts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100