There was an error while loading. Please reload this page.
1 parent 0e495c0 commit 57a7e55Copy full SHA for 57a7e55
1 file changed
plotly/express/_doc.py
@@ -500,7 +500,12 @@
500
"In `'overlay'` mode, strips are on drawn top of one another.",
501
"In `'group'` mode, strips are placed beside each other.",
502
],
503
- zoom=["int (default `8`)", "Between 0 and 20.", "Sets map zoom level."],
+ 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
+ ],
509
orientation=[
510
"str, one of `'h'` for horizontal or `'v'` for vertical. ",
511
"(default `'v'` if `x` and `y` are provided and both continuous or both categorical, ",
0 commit comments