Skip to content

A library for creating lightweight views of matplotlib axes.

License

Notifications You must be signed in to change notification settings

matplotlib/matplotview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

011c9ce · Dec 15, 2023

History

86 Commits
Sep 6, 2023
Aug 15, 2022
Aug 15, 2022
Dec 15, 2023
Aug 15, 2022
Jul 12, 2023
Jan 17, 2022
Dec 15, 2023
Jan 17, 2022
Jun 13, 2022
Dec 15, 2023

Repository files navigation

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:

pip install matplotview

Examples

Examples can be found in the example gallery:

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/