Skip to content

Commit be3b500

Browse files
Update horizontal-bar-charts.md
1 parent efc4316 commit be3b500

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. This example leaves the number of people offering a neutral response implicit because the categories add to 100%.
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 allows the reader of the graph to infer the number of people offering a neutral response because the neutral category, which is left implicit, would make the responses add to 100%.
223223

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

0 commit comments

Comments
 (0)