Skip to content

Commit 57a7e55

Browse files
committed
update zoom docstring
1 parent 0e495c0 commit 57a7e55

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

plotly/express/_doc.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,12 @@
500500
"In `'overlay'` mode, strips are on drawn top of one another.",
501501
"In `'group'` mode, strips are placed beside each other.",
502502
],
503-
zoom=["int (default `8`)", "Between 0 and 20.", "Sets map zoom level."],
503+
zoom=[
504+
"int",
505+
"Between 0 and 20.",
506+
"Sets initial map zoom level. Higher values are more zoomed-in.",
507+
"If not provided, the map will select its own zoom level.",
508+
],
504509
orientation=[
505510
"str, one of `'h'` for horizontal or `'v'` for vertical. ",
506511
"(default `'v'` if `x` and `y` are provided and both continuous or both categorical, ",

0 commit comments

Comments
 (0)