Skip to content

Commit a67ec54

Browse files
removing extra sentence
Co-authored-by: Liam Connors <[email protected]>
1 parent ebece08 commit a67ec54

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. Implementing presentation-ready versions of them in Plotly requires a few non standard layout and legendrank options.
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.
223223

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

0 commit comments

Comments
 (0)