We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca444e2 + 6d093a5 commit 20bfcffCopy full SHA for 20bfcff
matplotlibrc.template
@@ -29,13 +29,15 @@
29
30
##### CONFIGURATION BEGINS HERE
31
32
-## The default backend; one of GTK3Agg GTK3Cairo MacOSX Qt4Agg Qt5Agg TkAgg
33
-## WX WXAgg Agg Cairo PS PDF SVG Template.
+## The default backend. If you omit this parameter, the first
+## working backend from the following list is used:
34
+## MacOSX Qt5Agg Qt4Agg Gtk3Agg GTK3Cairo TkAgg WxAgg Agg Cairo
35
+##
36
+## Other choices include: WX PS PDF SVG Template.
37
38
## You can also deploy your own backend outside of matplotlib by
39
## referring to the module name (which must be in the PYTHONPATH) as
40
## 'module://my_backend'.
-##
-## If you omit this parameter, the backend will be determined by fallback.
41
#backend : Agg
42
43
## Note that this can be overridden by the environment variable
0 commit comments