Metadata-Version: 2.1
Name: mpl_point_clicker
Version: 0.4.0
Home-page: https://github.com/ianhi/mpl-point-clicker
Author: Ian Hunt-Isaak
Author-email: ianhuntisaak@gmail.com
License: BSD-3-Clause
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Provides-Extra: doc
Requires-Dist: autoapi ; extra == 'doc'
Requires-Dist: furo ; extra == 'doc'
Requires-Dist: numpydoc ; extra == 'doc'
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-autobuild ; extra == 'doc'
Requires-Dist: sphinx-copybutton ; extra == 'doc'
Requires-Dist: sphinx-gallery >=0.8.2 ; extra == 'doc'
Provides-Extra: test
Requires-Dist: black ; extra == 'test'
Requires-Dist: mpl-playback ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mpl ; extra == 'test'

# 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 ".[test, doc]"
```
