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 9c95d74 commit 02d7eb5Copy full SHA for 02d7eb5
1 file changed
examples/backend_driver.py
@@ -90,7 +90,7 @@ def drive(backend):
90
backends = ['PS', 'GD', 'Paint', 'Agg', 'Template']
91
#backends.extend([ 'GTK', 'WX', 'TkAgg'])
92
backends = [ 'Agg']
93
-backends = [ 'Agg', 'PS', 'SVG', 'Template']
+backends = [ 'SVG', 'PS', 'Agg', 'Template']
94
95
for backend in backends:
96
print 'testing %s' % backend
0 commit comments