Skip to content

Commit 4f977c2

Browse files
authored
Merge pull request #5223 from rl-utility-man/patch-16
added Python decorator to the markdown
2 parents 82535ce + c754a26 commit 4f977c2

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
@@ -112,7 +112,7 @@ fig.show()
112112
### Small multiple horizontal bar charts show each component's size more clearly than a stacked bar
113113

114114
Bar charts with multiple components pose a fundamental trade off between presenting the total clearly and presenting the component values clearly. This small multiples approach shows the component magnitudes clearly at the cost of slightly obscuring the totals. A stacked bar does the opposite. Small multiple bar charts often work better in a horizontal orientation; and are easy to create with the px.bar orientation and facet_col parameters.
115-
```
115+
```python
116116
import pandas as pd
117117
import plotly.express as px
118118

0 commit comments

Comments
 (0)