Skip to content

Commit 8aa5007

Browse files
emilyklcamdecoster
andauthored
Apply suggestions from code review
Co-authored-by: Cameron DeCoster <cameron.decoster@gmail.com> Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent fa3d011 commit 8aa5007

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

doc/python/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Each `plotly` trace type is rendered with either SVG or WebGL. The following tra
133133
* Accelerated versions of SVG trace types: `scattergl`, `scatterpolargl`,
134134
* High-performance multidimensional trace types: `splom`, or `parcoords`
135135
* 3D trace types `scatter3d`, `surface`, `mesh3d`, `cone`, `streamtube`, `isosurface`, `volume`
136-
* MapLibre GL JS-powered trace types: `scattermap`, `choroplethmap`, `densitymap`
136+
* Maplibre GL JS-powered trace types: `scattermap`, `choroplethmap`, `densitymap`
137137

138138
### WebGL Limitations and Tradeoffs
139139

doc/python/static-image-export.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ The following settings are available.
279279

280280
`headers`: *New in 6.8.* A dict of HTTP headers Kaleido sends when fetching external resources during image export (for example, when fetching OpenStreetMap tiles for tile maps). Defaults to `{"X-Requested-With": "plotly.py"}`, which is required to comply with the [OpenStreetMap tile usage policy](https://operations.osmfoundation.org/policies/tiles/). Requires Kaleido v1.3.0 or later.
281281

282-
283282
### Set Defaults
284283

285284
Since Plotly.py 6.1, settings are available on `plotly.io.defaults`

doc/python/tile-map-layers.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,10 @@ Maplibre-based tile maps have three different types of layers:
7070

7171
#### Base Maps in `layout.map.style`.
7272

73-
The accepted values for `layout.map.style` are one of:
74-
75-
7673
The accepted values for `layout.map.style` are one of:
7774

7875
- `"white-bg"`, which yields an empty white canvas which results in no external HTTP requests
79-
- `'carto-voyager'` (and `"basic"`, `"streets"`, `"outdoors"`, and `"light"`) which yields the [CARTO](https://github.com/cartodb/basemap-styles) Voyager basemap vector tiles
76+
- `'carto-voyager'` (and `"basic"`, `"streets"`, and `"outdoors"`) which yields the [CARTO](https://github.com/cartodb/basemap-styles) Voyager basemap vector tiles
8077
- `"carto-voyager-nolabels"` which yields the same tiles as the above but without text labels
8178
- `"carto-positron"` (and `"light"`) which yields the [CARTO](https://github.com/cartodb/basemap-styles) Positron basemap vector tiles
8279
- `"carto-positron-nolabels"` which yields the same tiles as the above but without text labels
@@ -89,7 +86,7 @@ The accepted values for `layout.map.style` are one of:
8986

9087
- A Map Style object as defined at https://maplibre.org/maplibre-style-spec/
9188

92-
Note: Style values beginning with `"stamen-"` are no longer supported following the [transition to Maplibre](python/mapbox-to-maplibre/). The large number of aliases for `'carto-voyager'` are included for backwards-compatibility with previously-supported style values.
89+
Note: Style values beginning with `"stamen-"` are no longer supported following the [transition to Maplibre](/python/mapbox-to-maplibre/). The large number of aliases for `'carto-voyager'` are included for backwards-compatibility with previously-supported style values.
9390

9491

9592
#### OpenStreetMap tiles

0 commit comments

Comments
 (0)