{ "info": { "author": "Julien Seguinot", "author_email": "seguinot@vaw.baug.ethz.ch", "bugtrack_url": null, "classifiers": [], "description": ".. Copyright (c) 2019, Julien Seguinot \n.. GNU General Public License v3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)\n\nAbsplots\n========\n\n.. Here come badges after the first release\n .. image:: https://img.shields.io/pypi/v/absplots.svg\n :target: https://pypi.python.org/pypi/absplots\n .. image:: https://img.shields.io/pypi/l/absplots.svg\n :target: https://www.gnu.org/licenses/gpl-3.0.txt\n .. image:: https://zenodo.org/badge/0000000.svg\n :target: https://zenodo.org/badge/latestdoi/0000000\n\nMatplotlib_ subplots with absolute margins in mm or inches.\n\nInstallation::\n\n pip install absplots\n\nExample usage::\n\n import absplots as apl\n\n # init 150x100 mm figure with 5 mm margins between and around subplots\n fig, grid = apl.subplots_mm(figsize=(150, 100), nrows=2, ncols=2,\n gridspec_kw=dict(left=5, right=5, wspace=5,\n bottom=5, top=5, hspace=5))\n\n.. _matplotlib: https://matplotlib.org\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/juseg/absplots", "keywords": "", "license": "gpl-3.0", "maintainer": "", "maintainer_email": "", "name": "absplots", "package_url": "https://pypi.org/project/absplots/", "platform": "", "project_url": "https://pypi.org/project/absplots/", "project_urls": { "Homepage": "http://github.com/juseg/absplots" }, "release_url": "https://pypi.org/project/absplots/0.1.0/", "requires_dist": [ "matplotlib" ], "requires_python": "", "summary": "Matplotlib subplots with absolute margins in mm or inches", "version": "0.1.0" }, "last_serial": 5918605, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "af8cc8c8e9396870fea2b3b50de25142", "sha256": "2e473e8b44454dfe8c32d375fd7a70c919fb0547df043eabe96570cdb231f9c2" }, "downloads": -1, "filename": "absplots-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "af8cc8c8e9396870fea2b3b50de25142", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15448, "upload_time": "2019-10-02T15:49:12", "url": "https://files.pythonhosted.org/packages/95/b0/44345e431c9906fcc3d27175a8e299fd486fddc36744d7538edd380c302e/absplots-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c4a62a70d1eefe7b9fb00bad5577ff9", "sha256": "56aed34ff01028beb6c6f4d4c6cabf656e7a3811a2511407110c23fd8106a218" }, "downloads": -1, "filename": "absplots-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1c4a62a70d1eefe7b9fb00bad5577ff9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2803, "upload_time": "2019-10-02T15:49:22", "url": "https://files.pythonhosted.org/packages/74/d4/9db2fbe1c12965dd83db71237d77d0d8e7fae1b79da83ca0d8ac8bfc781e/absplots-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af8cc8c8e9396870fea2b3b50de25142", "sha256": "2e473e8b44454dfe8c32d375fd7a70c919fb0547df043eabe96570cdb231f9c2" }, "downloads": -1, "filename": "absplots-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "af8cc8c8e9396870fea2b3b50de25142", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15448, "upload_time": "2019-10-02T15:49:12", "url": "https://files.pythonhosted.org/packages/95/b0/44345e431c9906fcc3d27175a8e299fd486fddc36744d7538edd380c302e/absplots-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c4a62a70d1eefe7b9fb00bad5577ff9", "sha256": "56aed34ff01028beb6c6f4d4c6cabf656e7a3811a2511407110c23fd8106a218" }, "downloads": -1, "filename": "absplots-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1c4a62a70d1eefe7b9fb00bad5577ff9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2803, "upload_time": "2019-10-02T15:49:22", "url": "https://files.pythonhosted.org/packages/74/d4/9db2fbe1c12965dd83db71237d77d0d8e7fae1b79da83ca0d8ac8bfc781e/absplots-0.1.0.tar.gz" } ] }