Skip to content

Commit 886078f

Browse files
add python decorator
1 parent 70b7f49 commit 886078f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/horizontal-bar-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fig.show()
220220

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

223-
```
223+
```python
224224
import pandas as pd
225225
import plotly.graph_objects as go
226226

0 commit comments

Comments
 (0)