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 e8654e1 commit 7dc868bCopy full SHA for 7dc868b
lib/matplotlib/backends/backend_gtk3agg.py
@@ -70,5 +70,5 @@ def blit(self, bbox=None):
70
71
72
@_BackendGTK3.export
73
-class _BackendGTK3Cairo(_BackendGTK3):
+class _BackendGTK3Agg(_BackendGTK3):
74
FigureCanvas = FigureCanvasGTK3Agg
0 commit comments