From fa217f9cac6d73ff8fee38bae2613c915ed24c72 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Tue, 2 Sep 2014 18:42:44 -0700 Subject: [PATCH] Add Qt5Agg to backends in matplotlibrc.template. ... and some minor local typographical changes. --- matplotlibrc.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/matplotlibrc.template b/matplotlibrc.template index d3a6f3b2b28b..6edf352f7ae5 100644 --- a/matplotlibrc.template +++ b/matplotlibrc.template @@ -29,12 +29,12 @@ #### CONFIGURATION BEGINS HERE -# the default backend; one of GTK GTKAgg GTKCairo GTK3Agg GTK3Cairo -# CocoaAgg MacOSX Qt4Agg TkAgg WX WXAgg Agg Cairo GDK PS PDF SVG -# 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. # You can also deploy your own backend outside of matplotlib by # referring to the module name (which must be in the PYTHONPATH) as -# 'module://my_backend' +# 'module://my_backend'. backend : %(backend)s # If you are using the Qt4Agg backend, you can choose here