We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707e510 commit a0d9f90Copy full SHA for a0d9f90
matplotview/_view_axes.py
@@ -142,6 +142,9 @@ def _init_vars(
142
raise ValueError(f"The filter function must be a callable!")
143
144
self.__view_axes = axes_to_view
145
+ # The current render depth is stored in the figure, so the number
146
+ # of recursive draws is even in the case of multiple axes drawing
147
+ # each other in the same figure.
148
self.figure._current_render_depth = getattr(
149
self.figure, "_current_render_depth", 0
150
)
0 commit comments