Skip to content

Commit c234bb1

Browse files
committed
Update mapbox-layers.md
1 parent 30bf41b commit c234bb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/python/mapbox-layers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ See the example in the [plotly and datashader tutorial](/python/datashader).
195195

196196
#### Setting Map Bounds
197197

198-
Set bounds for a map to specify an area outside which a user interacting with the map can't pan or zoom. Here we
199-
set a maximum longitude of `-180`, a minimum longitude of `-50`, a maximum latitude of `90`, and a minimum latitude of `20`.
198+
Set bounds for a map to specify an area outside which a user interacting with the map can't pan or zoom. Here we set a maximum longitude of `-180`, a minimum longitude of `-50`, a maximum latitude of `90`, and a minimum latitude of `20`.
200199

201200
```python
202201
import plotly.express as px

0 commit comments

Comments
 (0)