Metadata-Version: 2.1
Name: matplotview
Version: 1.0.0
Summary: A library for creating lightweight views of matplotlib axes.
Home-page: https://github.com/matplotlib/matplotview
Author: Isaac Robinson
Author-email: isaac.k.robinson2000@gmail.com
License: PSF
Project-URL: Bug Tracker, https://github.com/matplotlib/matplotview/issues
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Matplotlib
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib (>=3.5.1)
Requires-Dist: numpy

# matplotview
#### A library for creating lightweight views of matplotlib axes.

matplotview provides a simple interface for creating "views" of matplotlib
axes, providing a simple way of displaying overviews and zoomed views of 
data without plotting data twice.

## Installation

You can install matplotview using pip:
```bash
pip install matplotview
```

## Examples

Examples can be found in the example gallery:

[https://matplotview.readthedocs.io/en/latest/examples/index.html](https://matplotview.readthedocs.io/en/latest/examples/index.html)

## Documentation

Additional documentation can be found at the link below:

[https://matplotview.readthedocs.io/en/latest/](https://matplotview.readthedocs.io/en/latest/)


