Plotly is an online collaborative data analysis and graphing tool. The matplotlylib package allows users to export matplotlib figures to plotly. Plotly figures are shared, tracked, and edited all online and the data is always accessible from the graph. The goal of this project is to offer users a simple, one-liner to send a matplotlib figure to plotly from Python:
fig_to_plotly(fig, username, api_key)
That's it. Find out more, sign up, and start sharing by visiting us at https://plot.ly.
matplotlylib requires the matplotlib and plotly Python packages.
This package is based on the mplexporter framework for crawling and exporting matplotlib images. mplexporter is bundled with the source distribution via git submodule.
To get started you need to grab a copy of the matplotlylib repo. The makefile included in this is all you need to get setup. Just do the following:
$ make build
$ make installThe first instruction will grab mplexporter and move it into the matplotlylib directory.
The second instruction will install the matplotlylib package, which now has mplexporter built into it.
Check out the IPython Notebook, or have a look at our plotly profile where you can open and edit all of the examples. If the NB is loading slowing, checkout our static site hosted on GitHub page at http://plotly.github.io/matplotlylib/.
Created by: Plotly matplotlylib@gmail.com, @plotlygraphs
License: BSD 3-clause




