Skip to content

Commit ae6f337

Browse files
authored
add px link
1 parent 9ef1eb3 commit ae6f337

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/python/strip-charts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ df = px.data.tips()
5858
fig = px.strip(df, x="total_bill", y="time", color="sex", facet_col="day")
5959
fig.show()
6060
```
61+
62+
#### Reference
63+
64+
See [function reference for `px.strip()`](https://plotly.com/python-api-reference/generated/plotly.express.strip) for more information and chart attribute options!

0 commit comments

Comments
 (0)