Metadata-Version: 2.4
Name: mpl-pan-zoom
Version: 1.1.0
Summary: Panning and zooming with the mouse for matplotlib
Project-URL: Homepage, https://github.com/ianhi/mpl-pan-zoom
Project-URL: Source Code, https://github.com/ianhi/mpl-pan-zoom
Author-email: Ian Hunt-Isaak <ianhuntisaak@gmail.com>
License: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Requires-Dist: matplotlib
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: doc
Requires-Dist: jupyter-sphinx; extra == 'doc'
Requires-Dist: myst-nb; extra == 'doc'
Requires-Dist: numpydoc; extra == 'doc'
Requires-Dist: sphinx-book-theme; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx-panels; extra == 'doc'
Requires-Dist: sphinx-thebe; extra == 'doc'
Requires-Dist: sphinx-togglebutton; extra == 'doc'
Requires-Dist: sphinx>=1.5; extra == 'doc'
Provides-Extra: testing
Requires-Dist: nbval; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'
Requires-Dist: pytest-mpl; extra == 'testing'
Description-Content-Type: text/markdown

# mpl-pan-zoom

[![License](https://img.shields.io/pypi/l/mpl-pan-zoom.svg?color=green)](https://github.com/ianhi/mpl-pan-zoom/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/mpl-pan-zoom.svg?color=green)](https://pypi.org/project/mpl-pan-zoom)
[![Python Version](https://img.shields.io/pypi/pyversions/mpl-pan-zoom.svg?color=green)](https://python.org)
[![CI](https://github.com/ianhi/mpl-pan-zoom/actions/workflows/ci/badge.svg)](https://github.com/ianhi/mpl-pan-zoom/actions)
[![codecov](https://codecov.io/gh/ianhi/mpl-pan-zoom/branch/master/graph/badge.svg)](https://codecov.io/gh/ianhi/mpl-pan-zoom)

Panning and zooming with the mouse in Matplotlib.
