Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f06a5e

Browse files
committed
Fix typo in list of backends
svn path=/trunk/matplotlib/; revision=5427
1 parent 60fc37e commit 6f06a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/rcsetup.py

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

1515
interactive_bk = ['gtk', 'gtkagg', 'gtkcairo', 'fltkagg', 'qtagg', 'qt4agg',
1616
'tkagg', 'wx', 'wxagg', 'cocoaagg']
17-
non_interactive_bk = ['agg', 'cairo', 'emv', 'gdk',
17+
non_interactive_bk = ['agg', 'cairo', 'emf', 'gdk',
1818
'pdf', 'ps', 'svg', 'template']
1919
all_backends = interactive_bk + non_interactive_bk
2020

0 commit comments

Comments
 (0)