diff --git a/doc/python/bubble-maps.md b/doc/python/bubble-maps.md index 1e629ed13c3..3315e934d90 100644 --- a/doc/python/bubble-maps.md +++ b/doc/python/bubble-maps.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Bubble Maps - order: 4 + order: 5 page_type: example_index permalink: python/bubble-maps/ thumbnail: thumbnail/bubble-map.jpg diff --git a/doc/python/choropleth-maps.md b/doc/python/choropleth-maps.md index 06d26d0e942..6cdf73d51e0 100644 --- a/doc/python/choropleth-maps.md +++ b/doc/python/choropleth-maps.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Choropleth Maps - order: 7 + order: 8 page_type: u-guide permalink: python/choropleth-maps/ thumbnail: thumbnail/choropleth.jpg diff --git a/doc/python/county-choropleth.md b/doc/python/county-choropleth.md index b540b23fd0d..935f3f649e0 100644 --- a/doc/python/county-choropleth.md +++ b/doc/python/county-choropleth.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: USA County Choropleth Maps - order: 10 + order: 11 page_type: u-guide permalink: python/county-choropleth/ thumbnail: thumbnail/county-choropleth-usa-greybkgd.jpg diff --git a/doc/python/filled-area-on-mapbox.md b/doc/python/filled-area-on-mapbox.md index 8c703478c8b..be08fd35ade 100644 --- a/doc/python/filled-area-on-mapbox.md +++ b/doc/python/filled-area-on-mapbox.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Filled Area on Maps - order: 3 + order: 4 page_type: example_index permalink: python/filled-area-tile-maps/ redirect_from: python/filled-area-on-mapbox/ diff --git a/doc/python/hexbin-mapbox.md b/doc/python/hexbin-mapbox.md index 74739e856eb..ed30f329774 100644 --- a/doc/python/hexbin-mapbox.md +++ b/doc/python/hexbin-mapbox.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Hexbin Mapbox - order: 13 + order: 14 page_type: u-guide permalink: python/hexbin-mapbox/ thumbnail: thumbnail/hexbin_mapbox.jpg diff --git a/doc/python/lines-on-mapbox.md b/doc/python/lines-on-mapbox.md index fd03a787e6b..f524d7b56db 100644 --- a/doc/python/lines-on-mapbox.md +++ b/doc/python/lines-on-mapbox.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Lines on Maps - order: 2 + order: 3 page_type: example_index permalink: python/lines-on-tile-maps/ redirect_from: python/lines-on-mapbox/ diff --git a/doc/python/lines-on-maps.md b/doc/python/lines-on-maps.md index 0d8c3bb1bb3..000ec1d0258 100644 --- a/doc/python/lines-on-maps.md +++ b/doc/python/lines-on-maps.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Lines on Maps - order: 6 + order: 7 page_type: u-guide permalink: python/lines-on-maps/ thumbnail: thumbnail/flight-paths.jpg diff --git a/doc/python/map-configuration.md b/doc/python/map-configuration.md index 7e22d018fa2..6c296d34a83 100644 --- a/doc/python/map-configuration.md +++ b/doc/python/map-configuration.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Map Configuration and Styling on Geo Maps - order: 12 + order: 13 page_type: u-guide permalink: python/map-configuration/ thumbnail: thumbnail/county-level-choropleth.jpg diff --git a/doc/python/mapbox-county-choropleth.md b/doc/python/mapbox-county-choropleth.md index 62837f0d879..75b89acb302 100644 --- a/doc/python/mapbox-county-choropleth.md +++ b/doc/python/mapbox-county-choropleth.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Tile Choropleth Maps - order: 1 + order: 2 page_type: example_index permalink: python/tile-county-choropleth/ redirect_from: python/mapbox-county-choropleth/ diff --git a/doc/python/mapbox-density-heatmaps.md b/doc/python/mapbox-density-heatmaps.md index 02bc54da2a7..ea35fa3aa8c 100644 --- a/doc/python/mapbox-density-heatmaps.md +++ b/doc/python/mapbox-density-heatmaps.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Density Heatmap - order: 5 + order: 6 page_type: u-guide permalink: python/density-heatmaps/ redirect_from: python/mapbox-density-heatmaps/ diff --git a/doc/python/mapbox-layers.md b/doc/python/mapbox-layers.md index 41e8bc5940a..936b67c925e 100644 --- a/doc/python/mapbox-layers.md +++ b/doc/python/mapbox-layers.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Tile Map Layers - order: 8 + order: 9 page_type: u-guide permalink: /python/tile-map-layers/ redirect_from: /python/mapbox-layers/ @@ -222,7 +222,7 @@ fig.show() ### Mapbox -> Mapbox traces are deprecated and may be removed in a future version of Plotly.py. +> Mapbox traces are deprecated and may be removed in a future version of Plotly.py. #### How Layers Work in Mapbox Tile Maps @@ -234,11 +234,11 @@ Mapbox tile maps are composed of various layers, of three different types: #### Mapbox Access Tokens and When You Need Them -The word "mapbox" in the trace names and `layout.mapbox` refers to the Mapbox GL JS open-source library, which is integrated into Plotly.py. +The word "mapbox" in the trace names and `layout.mapbox` refers to the Mapbox GL JS open-source library, which is integrated into Plotly.py. If your basemap in `layout.mapbox.style` uses data from the Mapbox _service_, then you will need to register for a free account at https://mapbox.com/ and obtain a Mapbox Access token. This token should be provided in `layout.mapbox.access_token` (or, if using Plotly Express, via the `px.set_mapbox_access_token()` configuration function). -If you basemap in `layout.mapbox.style` uses maps from the [Stadia Maps service](https://www.stadiamaps.com) (see below for details), you'll need to register for a Stadia Maps account and token. +If you basemap in `layout.mapbox.style` uses maps from the [Stadia Maps service](https://www.stadiamaps.com) (see below for details), you'll need to register for a Stadia Maps account and token. #### Base Maps in `layout.mapbox.style` @@ -248,7 +248,7 @@ The accepted values for `layout.mapbox.style` are one of: - `"white-bg"` yields an empty white canvas which results in no external HTTP requests - `"open-street-map"`, `"carto-positron"`, and `"carto-darkmatter"` yield maps composed of _raster_ tiles from various public tile servers which do not require signups or access tokens. - `"basic"`, `"streets"`, `"outdoors"`, `"light"`, `"dark"`, `"satellite"`, or `"satellite-streets"` yield maps composed of _vector_ tiles from the Mapbox service, and _do_ require a Mapbox Access Token or an on-premise Mapbox installation. -- `"stamen-terrain"`, `"stamen-toner"` or `"stamen-watercolor"` yield maps composed of _raster_ tiles from the [Stadia Maps service](https://www.stadiamaps.com), and require a Stadia Maps account and token. +- `"stamen-terrain"`, `"stamen-toner"` or `"stamen-watercolor"` yield maps composed of _raster_ tiles from the [Stadia Maps service](https://www.stadiamaps.com), and require a Stadia Maps account and token. - A Mapbox service style URL, which requires a Mapbox Access Token or an on-premise Mapbox installation. - A Mapbox Style object as defined at https://docs.mapbox.com/mapbox-gl-js/style-spec/ diff --git a/doc/python/migrate-to-maplibre.md b/doc/python/migrate-to-maplibre.md index 8a3d7fb091e..d7576fef50f 100644 --- a/doc/python/migrate-to-maplibre.md +++ b/doc/python/migrate-to-maplibre.md @@ -23,14 +23,14 @@ jupyter: version: 3.10.11 plotly: description: Migrating from Mapbox traces to MapLibre traces. - display_as: basic + display_as: maps language: python layout: base name: MapLibre Migration order: 1 - page_type: example_index + page_type: u-guide permalink: python/mapbox-to-maplibre/ - thumbnail: thumbnail/line-and-scatter.jpg + thumbnail: thumbnail/mapbox-layers.png --- ## Migrating from Mapbox traces to MapLibre traces diff --git a/doc/python/scatter-plots-on-maps.md b/doc/python/scatter-plots-on-maps.md index 53b582fa128..9c4ad70bea8 100644 --- a/doc/python/scatter-plots-on-maps.md +++ b/doc/python/scatter-plots-on-maps.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Scatter Plots on Maps - order: 11 + order: 12 page_type: u-guide permalink: python/scatter-plots-on-maps/ thumbnail: thumbnail/scatter-plot-on-maps.jpg diff --git a/doc/python/scattermapbox.md b/doc/python/scattermapbox.md index 9364a100a82..4e209b898cd 100644 --- a/doc/python/scattermapbox.md +++ b/doc/python/scattermapbox.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Scatter Plots on Mapbox - order: 9 + order: 10 page_type: u-guide permalink: python/tile-scatter-maps/ redirect_from: python/scattermapbox/ diff --git a/doc/unconverted/python/tesla-supercharging-stations.md b/doc/unconverted/python/tesla-supercharging-stations.md index 28db02a40fd..0d669bc255d 100644 --- a/doc/unconverted/python/tesla-supercharging-stations.md +++ b/doc/unconverted/python/tesla-supercharging-stations.md @@ -18,7 +18,7 @@ jupyter: language: python layout: base name: Tesla Supercharging Stations - order: 10 + order: 11 page_type: u-guide permalink: python/tesla-supercharging-stations/ thumbnail: thumbnail/tesla-stations.jpg