File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,14 @@ def view(
64
64
Returns
65
65
-------
66
66
axes
67
- The modified `~.axes.Axes` instance which is now a view. The modification occurs in-place.
67
+ The modified `~.axes.Axes` instance which is now a view.
68
+ The modification occurs in-place.
68
69
69
70
See Also
70
71
--------
71
72
matplotview.stop_viewing: Delete or stop an already constructed view.
72
- matplotview.inset_zoom_axes: Convenience method for creating inset axes that are views of the parent axes.
73
+ matplotview.inset_zoom_axes: Convenience method for creating inset axes
74
+ that are views of the parent axes.
73
75
"""
74
76
view_obj = view_wrapper (type (axes )).from_axes (axes , render_depth )
75
77
view_obj .view_specifications [axes_to_view ] = ViewSpecification (
@@ -100,7 +102,8 @@ def stop_viewing(view: Axes, axes_of_viewing: Axes) -> Axes:
100
102
Raises
101
103
------
102
104
AttributeError
103
- If the provided `axes_of_viewing` is not actually being viewed by the specified view.
105
+ If the provided `axes_of_viewing` is not actually being
106
+ viewed by the specified view.
104
107
105
108
See Also
106
109
--------
You can’t perform that action at this time.
0 commit comments