Skip to content

Commit 28e7e19

Browse files
committed
Update static-image-export.md
1 parent 9855b6a commit 28e7e19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/python/static-image-export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ or with conda:
5252
$ conda install -c conda-forge python-kaleido
5353
```
5454

55-
It's also possible to generate static images using [orca](https://github.com/plotly/orca), though support for orca will be removed after September 2025. See the [Orca Management](/python/orca-management/) page for more details.
55+
It's also possible to generate static images using [Orca](https://github.com/plotly/orca), though support for Orca will be removed after September 2025. See the [Orca Management](/python/orca-management/) page for more details.
5656

5757
### Chrome
5858

@@ -178,7 +178,7 @@ Image(img_bytes)
178178
179179
If `kaleido` is installed, it will automatically be used to perform image export. If it is not installed, plotly.py will attempt to use `orca` instead. The `engine` argument to the `to_image` and `write_image` functions can be used to override this default behavior.
180180

181-
Here is an example of specifying that orca should be used:
181+
Here is an example of specifying `orca` for the image export engine:
182182
~~~python
183183
fig.to_image(format="png", engine="orca")
184184
~~~
@@ -264,4 +264,4 @@ pio.kaleido.scope.default_format = "jpeg"
264264

265265
**Image Export Settings (Orca)**
266266

267-
See the [Orca Management section](https://plotly.com/python/orca-management/) for information on how to specify image export settings when using orca. Support for orca will be removed after September 2025.
267+
See the [Orca Management section](https://plotly.com/python/orca-management/) for information on how to specify image export settings when using Orca. Support for Orca will be removed after September 2025.

0 commit comments

Comments
 (0)