Metadata-Version: 2.1
Name: mpl_point_clicker
Version: 0.3.0
Summary: UNKNOWN
Home-page: https://github.com/ianhi/mpl-point-clicker
Author: Ian Hunt-Isaak
Author-email: ianhuntisaak@gmail.com
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
Provides-Extra: doc
Provides-Extra: test
License-File: LICENSE

# mpl-point-clicker

A multiclass point clicker for matplotlib

![GIF of example usage](docs/_static/images/front-page.apng)


Read the [Documentation](https://mpl-point-clicker.readthedocs.io/en/stable)

## Installation

You can install using `pip`:

```bash
pip install mpl_point_clicker
```

## Development Installation


```bash
pip install -e ".[dev]"
```


