Skip to content

Commit c754a26

Browse files
added Python decorator to the markdown
1 parent 82535ce commit c754a26

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)