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