8000 Remove broken EMF format as option · plotly/plotly.py@011ec72 · GitHub
[go: up one dir, main page]

Skip to content

Commit 011ec72

Browse files
committed
Remove broken EMF format as option
1 parent 4c5fe76 commit 011ec72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/python/plotly/plotly/io/_kaleido.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def to_image(
3838
- 'svg'
3939
- 'pdf'
4040
- 'eps' (Requires the poppler library to be installed and on the PATH)
41-
- 'emf' ("kaleido" engine only, requires inkscape on the PATH)
4241
4342
If not specified, will default to:
4443
- `plotly.io.kaleido.scope.default_format` if engine is "kaleido"
@@ -166,7 +165,6 @@ def write_image(
166165
- 'svg'
167166
- 'pdf'
168167
- 'eps' (Requires the poppler library to be installed and on the PATH)
169-
- 'emf' ("kaleido" engine only, requires inkscape on the PATH)
170168
171169
If not specified and `file` is a string then this will default to the
172170
file extension. If not specified and `file` is not a string then this

0 commit comments

Comments
 (0)
0