-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
i just discovered plotly and my first thought was to have a matplotlib->plotly converter. this would allow people which have infrastructure in matplotlib use plotly with minimal effort.
for example, a project i work on (www.scikit-rf.org) has some canned plotting methods. it would be nice to re-use all of the existing functionality, but create a plotly plot instead of a matplotlib plot.
the simplest thing i could think of is to start with a line-plot and pull all the data (xy-data, labels, formating, etc) using matplotlib api, and then create the plotly plot.
i am thinking about this in respect to ipython notebooks.
any thoughts on this?
letainc
Metadata
Metadata
Assignees
Labels
No labels