Metadata-Version: 2.1
Name: mpl-tools
Version: 0.2.15
Summary: Tools for working with matplotlib
Home-page: https://github.com/patricknraanes/mpl-tools
License: MIT
Keywords: matplotlib,plotting
Author: patricknraanes
Author-email: patrick.n.raanes@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: importlib-metadata (>=1.0,<2.0); python_version < "3.8"
Requires-Dist: matplotlib (>=3.0)
Project-URL: Documentation, https://patricknraanes.github.io/mpl-tools
Project-URL: Repository, https://github.com/patricknraanes/mpl-tools
Description-Content-Type: text/markdown

# mpl-tools

[![Travis](https://travis-ci.org/patricknraanes/mpl-tools.svg?branch=master)](https://travis-ci.org/patricknraanes/mpl-tools)
[![Coveralls](https://coveralls.io/repos/github/patricknraanes/mpl-tools/badge.svg?branch=master)](https://coveralls.io/github/patricknraanes/mpl-tools?branch=master)
[![Hits.dwyl](http://hits.dwyl.com/patricknraanes/mpl-tools.svg)](http://hits.dwyl.com/patricknraanes/mpl-tools)
[![PyPI](https://badge.fury.io/py/mpl-tools.svg)](https://badge.fury.io/py/mpl-tools)
[![PyPI - Downloads](https://img.shields.io/pypi/dw/mpl-tools)](https://pypi.org/project/mpl-tools/0.1.5/)

This package provides some tools to work with [Matplotlib](https://matplotlib.org/).

- `freshfig`
- `anchor_axes`, with auxiliaries:
  - `align_ax_with`
  - `set_ax_size`
  - `get_legend_bbox`
- `add_log_toggler`
  - `toggle_scale`

## Installation

#### Normal installation

```sh
pip install mpl-tools
```

#### For development

**Linux**:
`git clone <this repo> ; make help; make install`

**Windows (or Linux)**:
Install [poetry](https://python-poetry.org/docs/#installation).
Download & extract this git repo.
Run `poetry install` in your shell/terminal.

<!-- markdownlint-configure-file
{
  "no-multiple-blanks": false,
  "header-increment": false
}
-->

