Skip to content

Commit e8eb918

Browse files
added a cross reference to facet plots
1 parent eec9e83 commit e8eb918

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/python/facet-plots.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ fig.show()
5454

5555
### Bar Chart Row Facets
5656

57+
There is a similar horizontal, faceted bar chart in the [horizontal bar documentation](/python/horizontal-bar-charts/#Small-multiple-horizontal-bar-charts-show-each-component's-size-more-clearly-than-a-stacked-bar)
58+
5759
```python
5860
import plotly.express as px
5961
df = px.data.tips()

0 commit comments

Comments
 (0)