Skip to content

Commit 3281d99

Browse files
committedMar 31, 2025·
Update static-image-export.md
1 parent 02b31f0 commit 3281d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/python/static-image-export.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ The following settings are availble.
226226

227227
`default_scale`: The default image scale factor applied on image export.
228228

229-
`default_format`: The default image format used on export. One of "png", "jpeg", "webp", "svg", "pdf", or "eps" (Kaleido v1 only).
229+
`default_format`: The default image format used on export. One of "png", "jpeg", "webp", "svg", "pdf", or "eps" (Kaleido v0 only).
230230

231231
`mathjax`: Location of the MathJax bundle needed to render LaTeX characters. Defaults to a CDN location. If fully offline export is required, set this to a local MathJax bundle.
232232

233233
`topojson`: Location of the topojson files needed to render choropleth traces. Defaults to a CDN location. If fully offline export is required, set this to a local directory containing the Plotly.js topojson files.
234234

235-
`mapbox_access_token`: The default Mapbox access token.
235+
`mapbox_access_token`: The default Mapbox access token (Kaleido v0 only). Mapbox traces are deprecated. See the [MapLibre Migration](https://plotly.com/python/mapbox-to-maplibre/) page for more details.
236236

237237
### Set Defaults
238238

0 commit comments

Comments
 (0)
Please sign in to comment.