@@ -31,10 +31,10 @@ def view(
31
31
'catrom', 'gaussian', 'bessel', 'mitchell', 'sinc', 'lanczos',
32
32
or 'none'
33
33
34
- render_depth: int, positive, defaults to 10
34
+ render_depth: int, positive, defaults to 5
35
35
The number of recursive draws allowed for this view, this can happen
36
36
if the view is a child of the axes (such as an inset axes) or if
37
- two views point at each other. Defaults to 10 .
37
+ two views point at each other. Defaults to 5 .
38
38
39
39
filter_function: callable(Artist) -> bool or None
40
40
An optional filter function, which can be used to select what artists
@@ -87,10 +87,10 @@ def inset_zoom_axes(
87
87
determines the interpolation used when attempting to render a
88
88
zoomed version of an image.
89
89
90
- render_depth: int, positive, defaults to 10
90
+ render_depth: int, positive, defaults to 5
91
91
The number of recursive draws allowed for this view, this can happen
92
92
if the view is a child of the axes (such as an inset axes) or if
93
- two views point at each other. Defaults to 10 .
93
+ two views point at each other. Defaults to 5 .
94
94
95
95
filter_function: callable(Artist) -> bool or None
96
96
An optional filter function, which can be used to select what artists
0 commit comments