Closed
Description
As for the general question, it seems a bit problematic that there is no one-to-one correspondence between
format
andpath
-extension. What I mean is that:
- there is no
format="pdf"
(I assume because displaying PDFs in something like Jupyter notebooks seems problematic)- there are two formats for extension ".html", namely "widget", and "html".
Without knowing the internals it seems weird that
Plot.plot({}, format="png", path="out.svg") => ok Plot.plot({}, format="widget", path="out.svg") => error.
I first thought that it would be best to completely decouple
format
andpath
:format
dictates the display format,path
dictates the export format. But this does not account for thehtml
case...
Originally posted by @wirhabenzeit in #32 (comment)
Metadata
Metadata
Assignees
Labels
No labels