Metadata-Version: 2.1
Name: legendkit
Version: 0.2.5
Summary: Legend creation and manipulation with ease for matplotlib
Home-page: https://github.com/Mr-Milk/legendkit
License: MIT
Author: Mr-Milk
Author-email: yb97643@um.edu.mo
Requires-Python: >=3.8,<4.0
Classifier: Framework :: Matplotlib
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: matplotlib (>=3.5,<4.0)
Project-URL: Repository, https://github.com/Mr-Milk/legendkit
Description-Content-Type: text/markdown

<p align="center">
<img src="https://raw.githubusercontent.com/Mr-Milk/legendkit/main/images/legendkit-project.svg">
</p>

[![Documentation Status](https://img.shields.io/readthedocs/legendkit?logo=readthedocs&logoColor=white&style=flat-square)](https://legendkit.readthedocs.io/en/stable)
![pypi version](https://img.shields.io/pypi/v/legendkit?color=blue&logo=python&logoColor=white&style=flat-square)

When you want to create or adjust the legend in matplotlib, things can get dirty. 
LegendKit may solve your headache.

<img src="https://raw.githubusercontent.com/Mr-Milk/legendkit/main/images/showcase.svg">

## Features

- Easy title placement and alignment
- Easy colorbar with shape
- Layout for multiple legends and colorbar*

## Installation

```shell
pip install legendkit
```

