-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
This feature request was motivated after this question.
I would like the button "Download plot as png" to actually be able to export all file formats listed here and not only png.
This may also provide an easier solution for this question.
When is this useful
This is useful because:
- It may work as .fig in matlab. That lets you open and edit things in the image before exporting it (HTML lets you change title, rotate image, etc)
PS: matplotlib does not support this feature yet (saving .fig files) so it may be a big pro for plotly in Python. - If one needs many format images, but it's not sure which one will be needed. One can simply export HTML and then export the other formats as needed.
I currently export HTML, svg and png. I try to use svg not to lose quality when zooming (specially for posters) but I also have the png when I need to edit the image (my image editor does not support svg) and of course, HTML figure for jypter notebooks. If I had this tool I could simply export HTML, edit the HTML and then export the svg format. I tried to do that with the current png format but the quality of the generated image is very bad (Low quality of ‘download plot as png’ in browser).