{ "info": { "author": "Huy Nguyen", "author_email": "huy@huyng.com", "bugtrack_url": null, "classifiers": [], "description": "plotserver\r\n=======\r\n\r\nExpose your matplotlib figures over http with 1 line of code\r\n\r\n\r\nInstallation\r\n------------\r\n\r\n.. code-block:: shell\r\n\r\n pip install plotserver\r\n\r\n\r\nExample usage\r\n-------------\r\n\r\n\r\nplotting a pylab environment\r\n\r\n.. code-block:: python\r\n\r\n import plotserver as pls\r\n import pylab\r\n pylab.plot([1,2,3,4,1,2,3,4])\r\n pylab.xlabel(\"numbers\")\r\n pylab.ylabel(\"values\")\r\n\r\n # display plot using webserver at http://0.0.0.0:8080/\r\n pls.show(pylab)\r\n\r\n\r\nplotting a matplotlib figure\r\n\r\n.. code-block:: python\r\n\r\n import plotserver as pls\r\n from matplotlib import pyplot\r\n\r\n fig = pyplot.figure()\r\n axes = fig.gca()\r\n axes.plot([1,2,3,4,1,2,3,4])\r\n\r\n # display plot using webserver at http://127.0.0.1:9999/\r\n pls.show(fig, host=\"127.0.0.1\", port=9999)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/huyng/plotserver", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "plotserver", "package_url": "https://pypi.org/project/plotserver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/plotserver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/huyng/plotserver" }, "release_url": "https://pypi.org/project/plotserver/0.5/", "requires_dist": null, "requires_python": null, "summary": "Expose matplotlib figures over http", "version": "0.5" }, "last_serial": 1885051, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "9e587ca33af427c25e6f4a6365bec031", "sha256": "be8bb2a5d45dee6cb959262fbdd062384b0f21de301bf543b946577885a27391" }, "downloads": -1, "filename": "plotserver-0.5.tar.gz", "has_sig": false, "md5_digest": "9e587ca33af427c25e6f4a6365bec031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1662, "upload_time": "2016-01-02T09:14:02", "url": "https://files.pythonhosted.org/packages/c9/49/d6148c053b1e128866cb327c8b59577eeee8a1b489178e15fa61eaec9241/plotserver-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e587ca33af427c25e6f4a6365bec031", "sha256": "be8bb2a5d45dee6cb959262fbdd062384b0f21de301bf543b946577885a27391" }, "downloads": -1, "filename": "plotserver-0.5.tar.gz", "has_sig": false, "md5_digest": "9e587ca33af427c25e6f4a6365bec031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1662, "upload_time": "2016-01-02T09:14:02", "url": "https://files.pythonhosted.org/packages/c9/49/d6148c053b1e128866cb327c8b59577eeee8a1b489178e15fa61eaec9241/plotserver-0.5.tar.gz" } ] }