Re: SF.net SVN: matplotlib:[6217] trunk/matplotlib/lib/matplotlib/axes.py

2008-10-16 Thread Eric Firing
Manuel, Although it doesn't hurt, I don't think it is worthwhile changing range to xrange. From the 2.5 docs: xrange( [start,] stop[, step]) This function is very similar to range(), but returns an ``xrange object'' instead of a list. This is an opaque sequence type which yields the same v

SF.net SVN: matplotlib:[6217] trunk/matplotlib/lib/matplotlib/axes.py

2008-10-16 Thread mmetz_bn
Revision: 6217 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6217&view=rev Author: mmetz_bn Date: 2008-10-16 11:15:25 + (Thu, 16 Oct 2008) Log Message: --- minor optimizations: replacing range by xrange in for loops Modified Paths: -- trunk/matp