Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 2842a95 + 6d9a65a commit 391c0cbCopy full SHA for 391c0cb
1 file changed
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