We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdafae8 commit ad3c5a8Copy full SHA for ad3c5a8
plotly/tests/test_plot_ly/test_image/test_image.py
@@ -59,7 +59,7 @@ def _test(self):
59
return _test
60
61
kwargs = {
62
- 'format': ['png', 'jpeg', 'pdf', 'svg'],
+ 'format': ['png', 'jpeg', 'pdf', 'svg', 'emf'],
63
'width': [None, 300],
64
'height': [None, 300],
65
'scale': [None, 5]
0 commit comments