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.
1 parent b18a576 commit db3b741Copy full SHA for db3b741
1 file changed
lib/matplotlib/backends/backend_gtk3agg.py
@@ -74,7 +74,7 @@ def draw(self):
74
if self.get_visible() and self.get_mapped():
75
allocation = self.get_allocation()
76
self._render_figure(allocation.width, allocation.height)
77
- super(FigureCanvasGTK3Agg).draw()
+ super().draw()
78
79
def print_png(self, filename, *args, **kwargs):
80
# Do this so we can save the resolution of figure in the PNG file
0 commit comments