Skip to content

Commit efc4316

Browse files
Moved language from plotly#4984 per suggestion of @LiamConnors
1 parent de7f742 commit efc4316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/horizontal-bar-charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ fig.show()
219219

220220
### Diverging Bar (or Butterfly) Chart
221221

222-
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.
222+
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. This example leaves the number of people offering a neutral response implicit because the categories add to 100%.
223223

224224
```python
225225
import plotly.graph_objects as go

0 commit comments

Comments
 (0)