Skip to content

Commit a14f4cb

Browse files
introductory text edit.
1 parent 2140af6 commit a14f4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/horizontal-bar-charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ fig.show()
218218
```
219219
### Diverging Bar (or Butterfly) Chart with Neutral Column
220220

221-
Diverging bar charts offer two imperfect options for responses that are neither positive nor negative: put them in a separate column, as in this example or omit them as in the example above. That leaves the unreported neutral value implicit when the categories add to 100%, Jonathan Schwabish discusses this on page 92-97 of _Better Data Visualizations_.
221+
The previous diverging bar chart example excluded neutral responses. This variation includes them in a separate column. Jonathan Schwabish discusses tradeoffs between these options on page 92-97 of _Better Data Visualizations_.
222222

223223
```python
224224
import pandas as pd

0 commit comments

Comments
 (0)