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 60fc37e commit 6f06a5eCopy full SHA for 6f06a5e
1 file changed
lib/matplotlib/rcsetup.py
@@ -14,7 +14,7 @@
14
15
interactive_bk = ['gtk', 'gtkagg', 'gtkcairo', 'fltkagg', 'qtagg', 'qt4agg',
16
'tkagg', 'wx', 'wxagg', 'cocoaagg']
17
-non_interactive_bk = ['agg', 'cairo', 'emv', 'gdk',
+non_interactive_bk = ['agg', 'cairo', 'emf', 'gdk',
18
'pdf', 'ps', 'svg', 'template']
19
all_backends = interactive_bk + non_interactive_bk
20
0 commit comments