{ "info": { "author": "Andrew Seier", "author_email": "andseier@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=============\nmatplotlylib:\n=============\n----------------------------------------------\nSharing matplotlib figures online with plotly.\n----------------------------------------------\n\nThe Nutshell\n~~~~~~~~~~~~\n\nUse this package to render matplotlib figures in plotly. Simply stick a\none-liner in after you've created your mpl figure::\n\n fig_to_plotly(fig, username, api_key)\n\nThat will open up a new browser window with your mpl figure rendererd in\nplotly.\n\n\nAbout \n~~~~~\n\nPlotly_ is an online collaborative data analysis and graphing tool. The\nmatplotlylib package allows users to export matplotlib figures to plotly.\nPlotly figures are shared, tracked, and edited all online and the data is\nalways accessible from the graph. The goal of this project is to offer users\na simple interface to send a matplotlib figure to plotly from Python::\n\n fig_to_plotly(fig, username, api_key)\n\nThat's it. Find out more, sign up, and start sharing by visiting us at\nhttps://plot.ly.\n\nInstall via pip\n~~~~~~~~~~~~~~~\n\nAssuming you have already installed pip, you can simply enter the following\nin a terminal program::\n\n $ pip install matplotlylib\n\nInstall via make\n~~~~~~~~~~~~~~~~\n\nA makefile is included on the GitHub repo for this project that is not part\nof the PyPI distribution. If you want to make changes to this code,\nyou'll probably want to go this route.\n\nTo get started you need to grab a copy of the `matplotlylib repo`_. The\nmakefile included in this is all you need to get setup. Just do the following::\n\n $ make build\n $ make install\n\nThe first instruction will grab mplexporter and move it into the matplotlylib\ndirectory.\n\nThe second instruction will install the matplotlylib package, which now has\nmplexporter built into it.\n\nIPython notebook\n~~~~~~~~~~~~~~~~\n\nThe project page has an extensive `IPython notebook`_ with example usage.\n\nOr, have a look at our `plotly profile`_, where you can open and edit all of\nthe examples. If the NB is loading slowing, checkout our static site hosted\non GitHub page at: http://plotly.github.io/matplotlylib/.\n\nDetails\n~~~~~~~\n\nThe matplotlylib package requires the matplotlib and plotly Python packages.\n\nThis package is based on the mplexporter framework for crawling and exporting\nmatplotlib images. mplexporter is bundled with the source distribution via\ngit submodule.\n\nCreated by: Plotly_, `@plotlygraphs`_, `matplotlylib@gmail.com`_\n\nLicense: MIT\n\n.. _Plotly: https://plot.ly\n.. _`matplotlylib repo`: https://github.com/mpld3/matplotlylib\n.. _`IPython notebook`: http://nbviewer.ipython.org/github/mpld3/matplotlylib/blob/master/notebooks/Plotly%20and%20mpld3.ipynb\n.. _`plotly profile`: https://plot.ly/~mpld3/\n.. _`@plotlygraphs`: https://twitter.com/plotlygraphs\n.. _`matplotlylib@gmail.com`: matplotlylib@gmail.com", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mpld3/matplotlylib/tarball/0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http:/mpld3.github.com", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "matplotlylib", "package_url": "https://pypi.org/project/matplotlylib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/matplotlylib/", "project_urls": { "Download": "https://github.com/mpld3/matplotlylib/tarball/0.1.0", "Homepage": "http:/mpld3.github.com" }, "release_url": "https://pypi.org/project/matplotlylib/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Matplotlib to Plotly Converter", "version": "0.1.0" }, "last_serial": 1042676, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d15fddd7a35ddab29ac999d429e35372", "sha256": "c7f5fa7f842742d9385b6961f88b9a992a749391a5f7229cc8be325f712c1fce" }, "downloads": -1, "filename": "matplotlylib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d15fddd7a35ddab29ac999d429e35372", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 457006, "upload_time": "2014-03-26T20:35:27", "url": "https://files.pythonhosted.org/packages/5b/b2/a5a493e472b7d609691b8fad53280faaad003141d7583e096af7cb831f3d/matplotlylib-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d15fddd7a35ddab29ac999d429e35372", "sha256": "c7f5fa7f842742d9385b6961f88b9a992a749391a5f7229cc8be325f712c1fce" }, "downloads": -1, "filename": "matplotlylib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d15fddd7a35ddab29ac999d429e35372", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 457006, "upload_time": "2014-03-26T20:35:27", "url": "https://files.pythonhosted.org/packages/5b/b2/a5a493e472b7d609691b8fad53280faaad003141d7583e096af7cb831f3d/matplotlylib-0.1.0.tar.gz" } ] }