Skip to content

Commit

Permalink
Backport PR matplotlib#29085: FIX: Update GTK3Agg backend export name…
Browse files Browse the repository at this point in the history
… for consistency
  • Loading branch information
QuLogic authored and meeseeksmachine committed Nov 5, 2024
1 parent 48ec333 commit 43f84aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/backends/backend_gtk3agg.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ def blit(self, bbox=None):


@_BackendGTK3.export
class _BackendGTK3Cairo(_BackendGTK3):
class _BackendGTK3Agg(_BackendGTK3):
FigureCanvas = FigureCanvasGTK3Agg

0 comments on commit 43f84aa

Please sign in to comment.