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 70984fb commit 2f66bf1Copy full SHA for 2f66bf1
plotly/io/_kaleido.py
@@ -569,7 +569,8 @@ def write_images(
569
Use a list to specify formats for each figure or dict in the list
570
provided to the `fig` argument.
571
Specify format as a `str` to apply the same format to all exported images.
572
- If not specified, will default to `plotly.io.defaults.default_format`.
+ If not specified, and the corresponding `file` argument has a file extension, then `format` will default to the
573
+ file extension. Otherwise, will default to `plotly.io.defaults.default_format`.
574
575
width: int, None, or list of (int or None)
576
The width of the exported image in layout pixels. If the `scale`
0 commit comments