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

Skip to content

Commit 02d7eb5

Browse files
committed
removed mathtext bug from svg
svn path=/trunk/matplotlib/; revision=451
1 parent 9c95d74 commit 02d7eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/backend_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def drive(backend):
9090
backends = ['PS', 'GD', 'Paint', 'Agg', 'Template']
9191
#backends.extend([ 'GTK', 'WX', 'TkAgg'])
9292
backends = [ 'Agg']
93-
backends = [ 'Agg', 'PS', 'SVG', 'Template']
93+
backends = [ 'SVG', 'PS', 'Agg', 'Template']
9494

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

0 commit comments

Comments
 (0)