Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6921985

Browse filesBrowse files
committed
Remove reference to removed emf backend
1 parent fb75bd0 commit 6921985
Copy full SHA for 6921985

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/rcsetup.py

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'GTK3Cairo', 'GTK3Agg', 'WebAgg', 'nbAgg']
4747

4848

49-
non_interactive_bk = ['agg', 'cairo', 'emf', 'gdk',
49+
non_interactive_bk = ['agg', 'cairo', 'gdk',
5050
'pdf', 'pgf', 'ps', 'svg', 'template']
5151
all_backends = interactive_bk + non_interactive_bk
5252

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.