8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5fe76 commit 011ec72Copy full SHA for 011ec72
packages/python/plotly/plotly/io/_kaleido.py
@@ -38,7 +38,6 @@ def to_image(
38
- 'svg'
39
- 'pdf'
40
- 'eps' (Requires the poppler library to be installed and on the PATH)
41
- - 'emf' ("kaleido" engine only, requires inkscape on the PATH)
42
43
If not specified, will default to:
44
- `plotly.io.kaleido.scope.default_format` if engine is "kaleido"
@@ -166,7 +165,6 @@ def write_image(
166
165
167
168
169
170
171
If not specified and `file` is a string then this will default to the
172
file extension. If not specified and `file` is not a string then this
0 commit comments