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.
You can install matplotview using pip:
pip install matplotview
Examples can be found in the example gallery:
https://matplotview.readthedocs.io/en/latest/examples/index.html
Additional documentation can be found at the link below: