{ "info": { "author": "Christopher Chen", "author_email": "christopher.chen1995@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "Intro\n=====\n\nA library of functions (just one at the moment) to streamline the saving\nand exporting of matplotlib plots as images and whatnot.\n\nI wrote it because I was spending a lot of time creating and saving\nplots in another project of mine and wanted to automate it.\n\nUsage\n=====\n\n::\n\n from matplotsave import pltsave\n\n xs = list(range(10))\n ys = [i**2 for i in xs]\n with pltsave(\"myplot.png\") as (fig,ax):\n ax.plot(xs,ys)\n\nThis will export the plot to ``myplot.png`` painlessly after you are\ngiven the chance to actually plot some data.\n\nBecause the ``pltsave`` context manager returns the fig and ax objects\nthe entire matplotlib api is still accessible.", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/TheCDC/matplotsave/get/HEAD.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/TheCDC/matplotsave", "keywords": "matplotlib save export images context managers functions", "license": "Public Domain", "maintainer": null, "maintainer_email": null, "name": "matplotsave", "package_url": "https://pypi.org/project/matplotsave/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/matplotsave/", "project_urls": { "Download": "https://bitbucket.org/TheCDC/matplotsave/get/HEAD.zip", "Homepage": "https://bitbucket.org/TheCDC/matplotsave" }, "release_url": "https://pypi.org/project/matplotsave/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Helper functions and context manager to make it easier to save matplotlib plots as images.", "version": "0.1.3" }, "last_serial": 2254741, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "49c57c4880c2e143f23c3c4a1a1851ae", "sha256": "121de935ea1f641904d4b61a462db69193688a7c900c0dc3287b990419e5069c" }, "downloads": -1, "filename": "matplotsave-0.1.0.tar.gz", "has_sig": false, "md5_digest": "49c57c4880c2e143f23c3c4a1a1851ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1226, "upload_time": "2016-08-01T07:12:54", "url": "https://files.pythonhosted.org/packages/64/50/006d64d61c4314f00791d82da7a3f2257b55af123fdec638d2b263f441dc/matplotsave-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6b9c8077b459e0a27f5257e09d6cf069", "sha256": "9833041efc1732fe666b7052f13f2fcbd2eb830b77be24a1e4180afe02ca3095" }, "downloads": -1, "filename": "matplotsave-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6b9c8077b459e0a27f5257e09d6cf069", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1512, "upload_time": "2016-08-01T07:19:19", "url": "https://files.pythonhosted.org/packages/90/de/b6870e316f75d7a2fc9d79bcb60375afa76eddb41068f181be7ad7299ec1/matplotsave-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5075555e1d3d4c22aeb622d2b708c43d", "sha256": "c8fe9637f2891d5e55a072eb5228575ec9ab3264bb8408971c2012fdf0b4af96" }, "downloads": -1, "filename": "matplotsave-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5075555e1d3d4c22aeb622d2b708c43d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1511, "upload_time": "2016-08-01T07:24:50", "url": "https://files.pythonhosted.org/packages/fd/7b/3a3163ba951a2a59df845f754448420a5055f4e7e5b914bb0f542af93af8/matplotsave-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "3db441de26559526bae8b0e0b007866b", "sha256": "955cd26962f85a20ebcd90b4a5d497f65383b28f918b092d118aee56c5006aba" }, "downloads": -1, "filename": "matplotsave-0.1.3.tar.gz", "has_sig": false, "md5_digest": "3db441de26559526bae8b0e0b007866b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1936, "upload_time": "2016-08-01T07:35:32", "url": "https://files.pythonhosted.org/packages/f4/00/0e69f1601853cc4a972d75b6684b95ac618c1ae31dc266a8419a3844a0d1/matplotsave-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3db441de26559526bae8b0e0b007866b", "sha256": "955cd26962f85a20ebcd90b4a5d497f65383b28f918b092d118aee56c5006aba" }, "downloads": -1, "filename": "matplotsave-0.1.3.tar.gz", "has_sig": false, "md5_digest": "3db441de26559526bae8b0e0b007866b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1936, "upload_time": "2016-08-01T07:35:32", "url": "https://files.pythonhosted.org/packages/f4/00/0e69f1601853cc4a972d75b6684b95ac618c1ae31dc266a8419a3844a0d1/matplotsave-0.1.3.tar.gz" } ] }