Skip to content

Commit e753b7b

Browse files
LiamConnorsemilykl
andauthored
Update doc/python/static-image-generation-migration.md
Co-authored-by: Emily KL <[email protected]>
1 parent b42185e commit e753b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/python/static-image-generation-migration.md

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Accessing Kaleido defaults and config settings via `plotly.io.kaleido.scope` is
6363
~~~python
6464
import plotly.io as pio
6565
pio.defaults.default_format = "jpeg"
66+
# Instead of:
67+
# pio.kaleido.scope.default_format = "jpeg"
6668
~~~
6769

6870
The `mapbox_access_token` config setting is not available on `plotly.io.defaults` because Mapbox maps are deprecated and will be removed in a future version of Plotly.py. See [MapLibre Migration ](https://plotly.com/python/mapbox-to-maplibre/) for more details.

0 commit comments

Comments
 (0)