Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit b29b25c

Browse files
strip docs
1 parent f85a08a commit b29b25c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gallery.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ px.histogram(tips, x="sex", y="tip", histfunc="avg", color="smoker", barmode="gr
152152
"time": ["Lunch", "Dinner"]})
153153
```
154154

155+
```python
156+
px.strip(tips, x="total_bill", y="time", orientation="h", color="smoker")
157+
```
158+
155159
```python
156160
px.box(tips, x="day", y="total_bill", color="smoker", notched=True)
157161
```

0 commit comments

Comments
 (0)