Skip to content

Commit

Permalink
fixed Schwabish cite
Browse files Browse the repository at this point in the history
  • Loading branch information
rl-utility-man committed Feb 6, 2025
1 parent c58e8f1 commit 201292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/horizontal-bar-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fig.show()
```
### Diverging Bar (or Butterfly) Chart with Neutral Column

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_.
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_.

```
import pandas as pd
Expand Down

0 comments on commit 201292a

Please sign in to comment.