|
From: Matt S. <ma...@pl...> - 2014-10-06 08:33:35
|
Hey Ben, Sounds like a cool list. Plotly (https://plot.ly) turns matplotlib plots into interactive, D3.js plots and translates the figure into R, MATLAB, and Julia. Plotly makes the data and figure editable in a web-based GUI, assigns the plot to a URL (e.g.: https://plot.ly/~PlotBot/182), and lets users collaboratively edit the plot, data, and code online either via GUI or code. See our matplotlib docs: https://plot.ly/matplotlib/. Here's an IPython Notebook walk-through: http://nbviewer.ipython.org/gist/msund/11349097. Given the use of matplotlib in ggplot for Python, prettyplotlib, and Seaborn, the same translation applies, as shown in that Notebook. M On Sat, Oct 4, 2014 at 7:53 AM, Benjamin Root <ben...@ou...> wrote: > I working on compiling a list of third-party tools that provide > interactive features to matplotlib. I am looking for tools such as Joe's > mpldatacursor. If you know of a tool that should be included in this list, > let me know! > > Thanks, > Ben Root > > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |