SF.net SVN: matplotlib:[6057] trunk/matplotlib

2008-09-01 Thread efiring
Revision: 6057 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6057&view=rev Author: efiring Date: 2008-09-01 21:06:34 + (Mon, 01 Sep 2008) Log Message: --- Bilinear interp in NonUniformImage; slightly modified patch by Gregory Lielens Includes a bugfix in _image.

SF.net SVN: matplotlib:[6058] trunk/matplotlib

2008-09-01 Thread efiring
Revision: 6058 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6058&view=rev Author: efiring Date: 2008-09-01 21:09:09 + (Mon, 01 Sep 2008) Log Message: --- Update CHANGELOG for Lielens NonUniformImage patch Modified Paths: -- trunk/matplotlib/CHA

SF.net SVN: matplotlib:[6059] trunk/matplotlib/examples

2008-09-01 Thread efiring
Revision: 6059 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6059&view=rev Author: efiring Date: 2008-09-01 22:27:07 + (Mon, 01 Sep 2008) Log Message: --- Improve backend_driver error reporting. Modified Paths: -- trunk/matplotlib/examples/pylab

SF.net SVN: matplotlib:[6060] trunk/matplotlib/src/_image.cpp

2008-09-01 Thread efiring
Revision: 6060 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6060&view=rev Author: efiring Date: 2008-09-01 22:50:47 + (Mon, 01 Sep 2008) Log Message: --- Allocate acols, arows only if needed; change suggested by Mike D. Other slight cleanups in _image.cpp. Mod