Skip to content

Commit 201292a

Browse files
fixed Schwabish cite
1 parent c58e8f1 commit 201292a

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: omit them, leaving them implicit when the categories add to 100%, as we did above or put them in a separate column, as we do in this example. Jonathan Schwabish discusses this on page 93 of _Better Data Visualizations_.
221+
Diverging bar charts offer two imperfect options for responses that are neither positive nor negative: omit them, leaving them implicit when the categories add to 100%, as we did above or put them in a separate column, as we do in this example. Jonathan Schwabish discusses this on page 92-97 of _Better Data Visualizations_.
222222

223223
```
224224
import pandas as pd

0 commit comments

Comments
 (0)