Matplotview

Latest version: v1.0.1

Safety actively analyzes 624875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

4.5

2.5

fig.show()

![View viewing two axes](https://user-images.githubusercontent.com/47544550/156982205-e66baf77-bb1a-416b-befc-c0d9497da343.png)

1.0.1

Adds PEP-8 compliance to matplotlview, and confirms support against newer
matplotlib versions (v3.8.2).

1.0.0

- Addition of `matplotview.stop_viewing` function for terminating views without digging into internal APIs
- Simplified public facing interface (just 3 functions!).
- Brand new documentation and example gallery at: [https://matplotview.readthedocs.io/en/latest/](https://matplotview.readthedocs.io/en/latest/)

0.5

for ax in (ax1, ax3):
ax.set_aspect(1)
ax.relim()
ax.autoscale_view()

Axes 2 is a view of 1 and 3
view(view(ax2, ax1), ax3)

ax2.set_aspect(1)

0.2.0

This release includes the following changes:
- Several getter and setter methods were removed for view axes, and replaced with the new `view_specifications` property.
- Support added for constructing views that view multiple other axes at once, as demonstrated by the code snippet below:
python
import matplotlib.pyplot as plt
from matplotview import view

fig, (ax1, ax2, ax3) = plt.subplots(1, 3)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.