Bringing Matplotlib to the Browser

mpld3

Contents   ::   Quick Start Guide  »

Fork me on GitHub

mpld3

The mpld3 project brings together Matplotlib, the popular Python-based graphing library, and D3js, the popular JavaScript library for creating interactive data visualizations for the web. The result is a simple API for exporting your matplotlib graphics to HTML code which can be used within the browser, within standard web pages, blogs, or tools such as the IPython notebook.

See the Example Gallery or Notebook Examples for some interactive demonstrations of mpld3 in action.

For a quick overview of the package, see the Quick Start Guide.

Contents

Source and Development

The source code for mpld3 can be found on GitHub. Please direct questions about how to do specific plots or interactions to Stack Overflow and tag them with mpld3 to make sure we see them. Pull requests, feature requests, and other ideas can be submitted via the GitHub page.

Indices and tables

Contents   ::   Quick Start Guide  »