{ "info": { "author": "Tony S. Yu", "author_email": "tsyu80@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "====================\nTools for Matplotlib\n====================\n\n\nAs the name implies, ``mpltools`` provides tools for working with matplotlib_.\nFor the most part, these tools are only loosely-connected in functionality, so\nthe best way to get started is to look at the `example gallery`_.\n\n\nStyles\n======\n\n.. note::\n\n The style-sheet functionality has been integrated into Matplotlib 1.4. As\n a result, this module will be removed in a future release.\n (See `PR 2236 `__,\n `matplotlib 1.4 release notes\n `__.)\n\nThis package got its start by implementing plotting \"styles\"---essentially\nstylesheets that are similar to matplotlibrc_ files. Unfortunately, the syntax\nfor an ``mplstyle`` file is slightly different than matplotlibrc_ files because\nwe use ConfigObj_ to parse them.\n\nStyle names should be specified as sections in a \"mplstyle\" file. A simple\n``mplstyle`` file would look like::\n\n [style1]\n\n text.fontsize = 12\n figure.dpi = 150\n\n [style2]\n\n text.fontsize = 10\n font.family = 'serif'\n\n``mpltools`` searches the current working directory and your home directory for\n``mplstyle`` files. To use a style, you just add::\n\n >>> from mpltools import style\n >>> style.use('style1')\n\nThere are a number of pre-defined styles located in ``mpltools/style/``. To\nlist all available styles, use::\n\n >>> print style.available\n\n\nDocumentation\n=============\n\nFor more details about use and installation, see the `mpltools documentation`_.\nIf you're short on time, just check out the `Getting Started`_ section or the\n`example gallery`_.\n\n\nRequirements\n============\n\n* matplotlib_ (of course)\n* ConfigObj_\n\n\nInstallation from source\n========================\n\n``mpltools`` may be installed globally using::\n\n $ git clone git@github.com:tonysyu/mpltools.git\n $ cd mpltools\n $ python setup.py install\n\nor locally using::\n\n $ python setup.py install --prefix=${HOME}\n\nIf you prefer, you can use it without installing, by simply adding\nthis path to your ``PYTHONPATH`` variable and compiling the extensions::\n\n $ python setup.py build_ext -i\n\n\nLicence\n=======\n\nNew BSD (a.k.a. Modified BSD). See `LICENSE` in this directory for details.\n\n\n.. _matplotlib: http://matplotlib.sourceforge.net/\n.. _example gallery: http://tonysyu.github.com/mpltools/auto_examples/index.html\n.. _matplotlibrc: http://matplotlib.sourceforge.net/users/customizing.html\n.. _ConfigObj: http://www.voidspace.org.uk/python/configobj.html\n.. _mpltools documentation: http://tonysyu.github.com/mpltools\n.. _Getting Started: http://tonysyu.github.com/mpltools/getting_started.html", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/tonysyu/mpltools", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://tonysyu.github.com/mpltools/", "keywords": null, "license": "Modified BSD", "maintainer": null, "maintainer_email": null, "name": "mpltools", "package_url": "https://pypi.org/project/mpltools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mpltools/", "project_urls": { "Download": "http://github.com/tonysyu/mpltools", "Homepage": "http://tonysyu.github.com/mpltools/" }, "release_url": "https://pypi.org/project/mpltools/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Tools for Matplotlib", "version": "0.2.0" }, "last_serial": 1436906, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "82f6941121792508ae9002290da01e97", "sha256": "1a2dce1f127d8c152ec9b1866b9b1f8cfb32383419a62b99b94c44bed49c4cf6" }, "downloads": -1, "filename": "mpltools-0.1.tar.gz", "has_sig": false, "md5_digest": "82f6941121792508ae9002290da01e97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25363, "upload_time": "2012-07-10T04:14:27", "url": "https://files.pythonhosted.org/packages/be/8a/5ed56f71489e9745cf6afc57393f97d4ac7a813d32aca6432cefa9804af2/mpltools-0.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "97e222b4649492554e008a077a4183fb", "sha256": "1b983fa046cb599a11d14d57f14913a473ab0fdda5851209d62bb78bcfd29a1c" }, "downloads": -1, "filename": "mpltools-0.2.0.tar.gz", "has_sig": false, "md5_digest": "97e222b4649492554e008a077a4183fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27549, "upload_time": "2015-02-25T01:58:38", "url": "https://files.pythonhosted.org/packages/bd/99/5fe7ba3fb80428ec5efaf1fcf40019b8e8e4821ff62c75eaea0e6161db9e/mpltools-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97e222b4649492554e008a077a4183fb", "sha256": "1b983fa046cb599a11d14d57f14913a473ab0fdda5851209d62bb78bcfd29a1c" }, "downloads": -1, "filename": "mpltools-0.2.0.tar.gz", "has_sig": false, "md5_digest": "97e222b4649492554e008a077a4183fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27549, "upload_time": "2015-02-25T01:58:38", "url": "https://files.pythonhosted.org/packages/bd/99/5fe7ba3fb80428ec5efaf1fcf40019b8e8e4821ff62c75eaea0e6161db9e/mpltools-0.2.0.tar.gz" } ] }