Skip to content

Commit 0b79a17

Browse files
committed
Update static-image-generation-migration.md
1 parent e8149ae commit 0b79a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jupyter:
3838

3939
Plotly.py 6.1 introduces support for Kaleido v1, which [improves static image generation](https://plotly.com/blog/kaleido-the-next-generation/) for Plotly figures.
4040

41-
While adding support for Kaleido v1, we are deprecating support for earlier versions of Kaleido and support for orca, another static image generation library. Support for earlier verisons of Kaleido and orca will be removed after September 2025, and we recommend updating to the latest Kaleido. This page documents how to migrate to Kaleido v1 and outlines any changes in functionality.
41+
While adding support for Kaleido v1, we are deprecating support for earlier versions of Kaleido and support for Orca, another static image generation library. Support for earlier verisons of Kaleido and Orca will be removed after September 2025, and we recommend updating to the latest Kaleido. This page documents how to migrate to Kaleido v1 and outlines any changes in functionality.
4242

4343

4444
To migrate from either Orca or Kaleido v0, first install the latest Kaleido with:
@@ -53,7 +53,7 @@ The `engine` parameter on static image export methods and functions is deprecate
5353

5454
## EPS Format
5555

56-
The `eps` format is no longer supported in Kaleido v1. If your existing code sets `format=eps`, you'll need to update it to use another format, for example `pdf`.
56+
The `eps` format is no longer supported in Kaleido v1. If your existing code sets `format=eps`, you'll need to update it to use another format, for example `pdf`.
5757

5858
## Config Settings
5959

0 commit comments

Comments
 (0)