Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30bf41b

Browse files
committed
Update scattermapbox.md
1 parent 09fc158 commit 30bf41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/scattermapbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ fig.show()
249249

250250
*New in 5.11*
251251

252-
Display clusters of data points by setting `cluster`. Here, we enable it with `enabled=True`. You can also enable it by setting other `cluster` properties. Other available properties include `color` (for setting the color of the clusters), `size` (for setting the size of a cluster step), and `step` (for configuring how many points it takes to create a cluster or advance to the next cluster step.
252+
Display clusters of data points by setting `cluster`. Here, we enable clusters with `enabled=True`. You can also enable clusters by setting other `cluster` properties. Other available properties include `color` (for setting the color of the clusters), `size` (for setting the size of a cluster step), and `step` (for configuring how many points it takes to create a cluster or advance to the next cluster step.
253253

254254
```python
255255
import plotly.express as px

0 commit comments

Comments
 (0)