Skip to content

Commit 2bdcfe2

Browse files
committed
Replace Orca with plotly.py when discussing supported image export formats
1 parent d1fc9a8 commit 2bdcfe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/python/static-image-export.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If you are running this notebook live, click to [open the output directory](./im
104104
#### Raster Formats: PNG, JPEG, and WebP
105105

106106

107-
Orca can output figures to several raster image formats including **PNG**, ...
107+
plotly.py can output figures to several raster image formats including **PNG**, ...
108108

109109
```python
110110
fig.write_image("images/fig1.png")
@@ -125,7 +125,7 @@ fig.write_image("images/fig1.webp")
125125
#### Vector Formats: SVG and PDF...
126126

127127

128-
Orca can also output figures in several vector formats including **SVG**, ...
128+
plotly.py can also output figures in several vector formats including **SVG**, ...
129129

130130
```python
131131
fig.write_image("images/fig1.svg")

0 commit comments

Comments
 (0)