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 969de0a commit 078e9f0Copy full SHA for 078e9f0
lib/matplotlib/backends/backend_macosx.py
@@ -216,6 +216,7 @@ class _BackendMac(_Backend):
216
FigureCanvas = FigureCanvasMac
217
FigureManager = FigureManagerMac
218
219
+ @staticmethod
220
def trigger_manager_draw(manager):
221
# For performance reasons, we don't want to redraw the figure after
222
# each draw command. Instead, we mark the figure as invalid, so that it
0 commit comments