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 28313b1 commit ce80568Copy full SHA for ce80568
lib/matplotlib/artist.py
@@ -67,6 +67,7 @@ def draw_wrapper(artist, renderer, *args, **kwargs):
67
draw_wrapper._supports_rasterization = True
68
return draw_wrapper
69
70
+
71
def _stale_axes_callback(self, val):
72
if self.axes:
73
self.axes.stale = val
0 commit comments