Skip to content

Commit b42185e

Browse files
LiamConnorsemilykl
andauthored
Update doc/python/static-image-generation-migration.md
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent 2eeac47 commit b42185e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pip install --upgrade kaleido
4848

4949
## Engine Parameter
5050

51-
The `engine` parameter on static image export methods and functions is deprecated in Plotly.py 6.1 and will be removed after September 2025. Once the `engine` parameter is removed, static image generation will use `Kaleido` if it's installed or raise an error if it isn't.
51+
The `engine` parameter on static image export methods and functions is deprecated in Plotly.py 6.1 and will be removed after September 2025. Once the `engine` parameter is removed, static image generation will use Kaleido v1 if it's installed, or raise an error if it isn't.
5252

5353
You'll need to update your code to remove references to `engine`. For example, `fig.to_image(format="png", engine="orca")` or `fig.to_image(format="png", engine="kaleido")` needs to be updated to `fig.to_image(format="png")`. This change applies to: `fig.to_image`, `fig.write_image`, `plotly.io.to_image`, and `plotly.io.write_image`.
5454

0 commit comments

Comments
 (0)