We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2842a95 + 6d9a65a commit 391c0cbCopy full SHA for 391c0cb
lib/matplotlib/backends/backend_macosx.py
@@ -88,7 +88,7 @@ def draw(self):
88
def draw_idle(self, *args, **kwargs):
89
self.invalidate()
90
91
- def blit(self, bbox):
+ def blit(self, bbox=None):
92
93
94
def resize(self, width, height):
0 commit comments