API

The public facing functions of matplotview.

matplotview.view(axes, axes_to_view[, ...])

Convert an axes into a view of another axes, displaying the contents of the second axes.

matplotview.stop_viewing(view, axes_of_viewing)

Terminate the viewing of a specified axes.

matplotview.inset_zoom_axes(axes, bounds, *)

Add a child inset Axes to an Axes, which automatically plots artists contained within the parent Axes.