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

Skip to content

Commit 67b109c

Browse files
committed
syncing to 0.65.1
svn path=/trunk/matplotlib/; revision=807
1 parent 576d6d0 commit 67b109c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/backend_driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ def drive(backend, python='python2.3'):
102102

103103
times = {}
104104
#backends = ['Agg', 'Cairo', 'GDK', 'PS', 'SVG', 'Template']
105-
#backends = ['Agg', 'PS', 'Template']
106-
backends = [ 'GTK', 'WX', 'TkAgg']
105+
backends = ['Agg', 'SVG', 'PS', 'Template']
106+
#backends = [ 'GTK', 'WX', 'TkAgg']
107107

108108
python = 'python2.3'
109109
for backend in backends:

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
Most of the other commands are from the Numeric, MLab and FFT, with
141141
the exception of those in mlab.py provided by matplotlib.
142142
"""
143-
__version__ = '0.65'
143+
__version__ = '0.65.1'
144144
__revision__ = '$Revision$'
145145
__date__ = '$Date$'
146146

0 commit comments

Comments
 (0)