8000 adding a diverging bar example to the horizontal bar documentation by rl-utility-man · Pull Request #4994 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

adding a diverging bar example to the horizontal bar documentation #4994

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

Merged
merged 12 commits into from
Apr 17, 2025
Merged
Prev Previous commit
Next Next commit
removing extra sentence
Co-authored-by: Liam Connors <connorsl@tcd.ie>
  • Loading branch information
rl-utility-man and LiamConnors authored Mar 31, 2025
commit a67ec5420868262498ba270856059a61355a86aa
2 changes: 1 addition & 1 deletion doc/python/horizontal-bar-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ fig.show()

### Diverging Bar (or Butterfly) Chart

Diverging bar charts show counts of positive outcomes or sentiments to the right of zero and counts of negative outcomes to the left of zero, allowing the reader to easily spot areas of excellence and concern. Implementing presentation-ready versions of them in Plotly requires a few non standard layout and legendrank options.
Diverging bar charts show counts of positive outcomes or sentiments to the right of zero and counts of negative outcomes to the left of zero, allowing the reader to easily spot areas of excellence and concern.

```python
import plotly.graph_objects as go
Expand Down
0