Skip to content

Commit 323cbf3

Browse files
committed
changed Gtk3 -> GKT3 in list of interactive backends.
1 parent e8bceae commit 323cbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
interactive_bk = ['GTK', 'GTKAgg', 'GTKCairo', 'FltkAgg', 'MacOSX',
2828
'QtAgg', 'Qt4Agg', 'TkAgg', 'WX', 'WXAgg', 'CocoaAgg',
29-
'Gtk3Cairo', 'Gtk3Agg']
29+
'GTK3Cairo', 'GTK3Agg']
3030

3131

3232
non_interactive_bk = ['agg', 'cairo', 'emf', 'gdk',

0 commit comments

Comments
 (0)