Matplotview

Latest version: v1.0.1

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

Scan your dependencies

Page 2 of 2

0.1.1

Line scaling falls back gracefully when a projection doesn't transform the unit box correctly, fixing rendering for geographic projections.

0.1.0

This update contains the following changes:
- Artist rendering has been modified to handle scenarios where the axes returns a invalid data clip box, allowing views to be used with map based axes and projections.
![Using a view with map projections](https://user-images.githubusercontent.com/47544550/152671277-06f824fe-dcec-474a-8a06-c9d2e52d6153.png)
- Plots including views can now be pickled and unpickled without error.
- Views now have getter and setter methods for the additional attributes they add to the axes.

0.0.5

This release fixes a few bugs, improves artist clipping management, and adds support for alternate projections (3D, polar, and etc.)

- 3D Example:
![3D View Example](https://user-images.githubusercontent.com/47544550/151078527-de64c50f-042c-481f-bbcc-e89dc0b99177.png)

- Polar Example:
![Polar View Example](https://user-images.githubusercontent.com/47544550/151078717-b2642404-dae2-492f-8511-a48d50a7827f.png)

0.0.4

Release Changes:
- Rendering improved to support recusive drawing allowing for fractals, etc.
- Support added for filtering items drawn in a view.

Fractal Example:
![Fractal Example](https://user-images.githubusercontent.com/47544550/150047401-e9364f0f-becd-45c5-a6f4-062118ce713f.png)

0.0.3

Artists of a view will now be rendered in the correct order, rendering based on zorder rather then always being rendered under the artists of the axes being viewed.

0.0.2

Initial Release

Introduces a simple API for creating views.
- Ability to create views of other axes using the `view` method.
- Additional convenience method `inset_zoom_axes` added, for creating inset axes that are views of the parent axes

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.