Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit bf3c9a5

Browse files
tweaks
1 parent a0071f9 commit bf3c9a5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

plotly_express/_chart_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ def strip(
471471
color_discrete_map={},
472472
orientation="v",
473473
stripmode="group",
474-
jitter=None,
475474
log_x=False,
476475
log_y=False,
477476
range_x=None,
@@ -494,7 +493,6 @@ def strip(
494493
hoveron="points",
495494
fillcolor="rgba(255,255,255,0)",
496495
line={"color": "rgba(255,255,255,0)"},
497-
jitter=jitter,
498496
x0=" ",
499497
y0=" ",
500498
),

plotly_express/_doc.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,14 @@
303303
"In `'overlay'` mode, violins are on drawn top of one another.",
304304
"In `'group'` mode, violins are placed beside each other.",
305305
],
306+
stripmode=[
307+
"(string, one of `'group'` or `'overlay'`. Default is `'group'`)",
308+
"In `'overlay'` mode, strips are on drawn top of one another.",
309+
"In `'group'` mode, strips are placed beside each other.",
310+
],
306311
zoom=["(integer between 0 and 20, default is 8)", "Sets map zoom level."],
307312
orientation=[
308-
"(string, one of `'h'` for horizontal or `'v' for vertical`)",
313+
"(string, one of `'h'` for horizontal or `'v'` for vertical)",
309314
"Default is `'v'`.",
310315
],
311316
line_close=[

0 commit comments

Comments
 (0)