We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7794c30 commit f2e7dd1Copy full SHA for f2e7dd1
matplotlibrc.template
@@ -29,12 +29,12 @@
29
30
#### CONFIGURATION BEGINS HERE
31
32
-# the default backend; one of GTK GTKAgg GTKCairo GTK3Agg GTK3Cairo
33
-# CocoaAgg MacOSX Qt4Agg TkAgg WX WXAgg Agg Cairo GDK PS PDF SVG
34
-# Template
+# The default backend; one of GTK GTKAgg GTKCairo GTK3Agg GTK3Cairo
+# CocoaAgg MacOSX Qt4Agg Qt5Agg TkAgg WX WXAgg Agg Cairo GDK PS PDF SVG
+# Template.
35
# You can also deploy your own backend outside of matplotlib by
36
# referring to the module name (which must be in the PYTHONPATH) as
37
-# 'module://my_backend'
+# 'module://my_backend'.
38
backend : %(backend)s
39
40
# If you are using the Qt4Agg backend, you can choose here
0 commit comments