{ "info": { "author": "Takafumi Arakaki", "author_email": "aka.tkf@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Topic :: Scientific/Engineering :: Mathematics" ], "description": "fillplots -- Library to plot regions and boundaries given inequalities\n======================================================================\n\n.. sidebar:: Links:\n\n * `Documentation `_ (at Read the Docs)\n\n - `Examples `_\n\n * `Repository `_ (at GitHub)\n * `Issue tracker `_ (at GitHub)\n * `PyPI `_\n * `Travis CI `_ |build-status|\n\n``fillplots`` is a library to plot regions and boundaries given\nsystems of inequality. Here is a simple example to fill region like\na piece of pie.\n\n>>> from fillplots import plot_regions\n>>> plot_regions([\n... [(lambda x: (1.0 - x ** 2) ** 0.5, True),\n... (lambda x: x,)]\n... ], xlim=(0, 1), ylim=(0, 1))\n\n\nSee documentation_ and examples_ for more information.\n\nYou can install ``fillplots`` from PyPI_::\n\n pip install fillplots\n\n\nLicense\n-------\n\n`fillplots` is licensed under the terms of the BSD 2-Clause License.\nSee the COPYING for more information.\n\n\n.. |build-status|\n image:: https://secure.travis-ci.org/tkf/fillplots.png?branch=master\n :target: http://travis-ci.org/tkf/fillplots\n :alt: Build Status", "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/tkf/fillplots", "keywords": "matplotlib,plot,inequality", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "fillplots", "package_url": "https://pypi.org/project/fillplots/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fillplots/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tkf/fillplots" }, "release_url": "https://pypi.org/project/fillplots/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Library to plot regions and boundaries given inequalities", "version": "0.0.2" }, "last_serial": 791972, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5dbf878e068db6ef285b23742fb6697c", "sha256": "32ad982bece1339534d4a235e8734f1c00afb1d0c8fa65f168ccc008abb0ca90" }, "downloads": -1, "filename": "fillplots-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5dbf878e068db6ef285b23742fb6697c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10418, "upload_time": "2013-04-08T22:14:53", "url": "https://files.pythonhosted.org/packages/6d/75/56c34783d77f753a6da5dfbff1c91802cab2d2ea29ed3a16a2da14b6c05a/fillplots-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "bbb9956ef311a9c6c9772fd5b754274c", "sha256": "7bf028e603a2e6cc0dd6b9303a734546b108a21e9c54682baf59649dcd58e525" }, "downloads": -1, "filename": "fillplots-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bbb9956ef311a9c6c9772fd5b754274c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11160, "upload_time": "2013-04-09T12:40:26", "url": "https://files.pythonhosted.org/packages/f8/00/6cc5478e007bf4a0858842c7a7ae44f5d6d79fe64f38b3051bf032da3162/fillplots-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bbb9956ef311a9c6c9772fd5b754274c", "sha256": "7bf028e603a2e6cc0dd6b9303a734546b108a21e9c54682baf59649dcd58e525" }, "downloads": -1, "filename": "fillplots-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bbb9956ef311a9c6c9772fd5b754274c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11160, "upload_time": "2013-04-09T12:40:26", "url": "https://files.pythonhosted.org/packages/f8/00/6cc5478e007bf4a0858842c7a7ae44f5d6d79fe64f38b3051bf032da3162/fillplots-0.0.2.tar.gz" } ] }