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

Skip to content

Commit 6afca07

Browse files
committed
added key place holder for tkagg and dynamic update
svn path=/trunk/matplotlib/; revision=460
1 parent f514b72 commit 6afca07

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
@@ -89,8 +89,8 @@ def drive(backend):
8989
times = {}
9090
backends = ['PS', 'GD', 'Paint', 'Agg', 'Template']
9191
#backends.extend([ 'GTK', 'WX', 'TkAgg'])
92-
backends = [ 'SVG']
93-
#backends = [ 'SVG', 'PS', 'Agg', 'Template']
92+
#backends = [ 'SVG']
93+
backends = [ 'SVG', 'PS', 'Agg', 'Template']
9494

9595
for backend in backends:
9696
print 'testing %s' % backend

0 commit comments

Comments
 (0)