From: <ry...@us...> - 2008-12-08 21:27:44
|
Revision: 6521 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6521&view=rev Author: ryanmay Date: 2008-12-08 21:27:40 +0000 (Mon, 08 Dec 2008) Log Message: ----------- Remove trailing whitespace. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axes.py Modified: trunk/matplotlib/lib/matplotlib/axes.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axes.py 2008-12-08 21:23:04 UTC (rev 6520) +++ trunk/matplotlib/lib/matplotlib/axes.py 2008-12-08 21:27:40 UTC (rev 6521) @@ -6521,7 +6521,7 @@ if not self._hold: self.cla() # NOTE: the range keyword overwrites the built-in func range !!! - # needs to be fixed in with numpy !!! + # needs to be fixed in with numpy !!! if kwargs.get('width') is not None: raise DeprecationWarning( @@ -6551,7 +6551,7 @@ binsgiven = (cbook.iterable(bins) or range != None) # check the version of the numpy - if np.__version__ < "1.2": # version 1.1 + if np.__version__ < "1.2": # version 1.1 hist_kwargs = dict(range=range, normed=bool(normed), new=True) else: # version 1.2 and later, drop new=True This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |