Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 953bbf0

Browse files
committed
updated backend template to new text api
svn path=/trunk/matplotlib/; revision=288
1 parent 863c721 commit 953bbf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/backend_driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ def drive(backend):
7676
os.system('python %s' % tmpfile)
7777

7878
times = {}
79-
backends = ['PS', 'GD', 'Paint', 'Agg', 'Template']
79+
#backends = ['PS', 'GD', 'Paint', 'Agg', 'Template']
8080
#backends.extend([ 'GTK', 'WX', 'TkAgg'])
81-
backends = [ 'Agg']
81+
backends = [ 'Template']
8282

8383
for backend in backends:
8484
print 'testing %s' % backend

0 commit comments

Comments
 (0)