https://github.com/matplotlib/matplotview
A library for creating lightweight views of matplotlib axes.
https://github.com/matplotlib/matplotview
Last synced: 7 months ago
JSON representation
A library for creating lightweight views of matplotlib axes.
- Host: GitHub
- URL: https://github.com/matplotlib/matplotview
- Owner: matplotlib
- License: other
- Created: 2022-01-17T04:26:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T23:54:50.000Z (over 1 year ago)
- Last Synced: 2025-05-12T21:34:56.590Z (8 months ago)
- Language: Python
- Size: 112 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matplotview
#### A small 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/)