add polar plot with error bands
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18.8k
- Forks
- 2.8k
- Avg merge
- 16h 26m
- Merged PRs (30d)
- 21
Description
Hi! I have a feature request. It would be nice if the plotly.express polar plot functions would also have error_y / error_y_minus options in order to draw error bands. This would allow users to inspect group differences in a multivariate space quickly. The issue is further described on stackoverflow. The idea would be that each group gets its own trace. For each variable in theta, Samples within each group can be used to estimate the mean and some sort of confidence interval (e.g. SEM).
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 plotly.express polar plot functions and review the linked Stack Overflow example. Determine how grouped samples should produce per-variable means and confidence intervals, including the roles of error_y and error_y_minus. Done means each group can render its own polar trace with error bands and the behavior is covered by appropriate tests.
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