Metadata-Version: 2.1
Name: mpl-tools
Version: 0.1.4
Summary: Tools for Matplotlib
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: patricknraanes
Author-email: patrick.n.raanes@gmail.com
License: mit
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: matplotlib
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

=========
mpl-tools
=========

.. image:: https://travis-ci.org/patricknraanes/mpl-tools.svg?branch=master
    :target: https://travis-ci.org/patricknraanes/mpl-tools

.. image:: http://hits.dwyl.com/patricknraanes/mpl-tools.svg
    :target: http://hits.dwyl.com/patricknraanes/mpl-tools

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
    :target: https://opensource.org/licenses/MIT

This package provides some tools to work with Matplotlib_.  

`Read the docs`_ |doc_badge|

.. |doc_badge| image:: https://readthedocs.org/projects/mpl-tools/badge/?version=latest
    :target: https://mpl-tools.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. _Matplotlib: https://matplotlib.org/
.. _Read the docs: https://mpl-tools.readthedocs.io/en/latest/


Contents
===========

- ``freshfig``

- ``anchor_axes``, with auxiliaries:

  - ``align_ax_with``
  - ``set_ax_size``
  - ``get_legend_bbox``
  - ``xFontsize``

- ``add_log_toggler``

  - ``toggle_scale``



