Skip to content

Commit 30cc778

Browse files
authored
Update doc/python/static-image-generation-migration.md
1 parent 07fd630 commit 30cc778

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 -U kaleido
4848

4949
## Engine Parameter
5050

51-
The `engine` parameter on static image export methods and functions is deprecated with this Plotly.py release 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` 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)