Revision: 8946
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8946&view=rev
Author: efiring
Date: 2011-02-05 20:56:02 + (Sat, 05 Feb 2011)
Log Message:
---
speed up Normalize, LogNorm, colormapping; modified patch by C. Gohlke
Modified Paths:
--
Revision: 8947
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8947&view=rev
Author: efiring
Date: 2011-02-05 21:57:21 + (Sat, 05 Feb 2011)
Log Message:
---
cbook.report_memory: add Windows support via "tasklist"
Modified Paths:
--
trunk/matplotli
Revision: 8948
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8948&view=rev
Author: efiring
Date: 2011-02-06 00:43:54 + (Sun, 06 Feb 2011)
Log Message:
---
image: more conversion to use rgba bytes, other minor cleanup
Modified Paths:
--
trunk/mat
Revision: 8949
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8949&view=rev
Author: efiring
Date: 2011-02-06 01:55:50 + (Sun, 06 Feb 2011)
Log Message:
---
PcolorImage: use local cache instead of the ScalarMappable.update_dict
Modified Paths:
--
Revision: 8950
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8950&view=rev
Author: efiring
Date: 2011-02-06 02:41:22 + (Sun, 06 Feb 2011)
Log Message:
---
collections with color mapping: don't update rgba unnecesarily
Modified Paths:
--
trunk/ma
Revision: 8951
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8951&view=rev
Author: efiring
Date: 2011-02-06 05:06:46 + (Sun, 06 Feb 2011)
Log Message:
---
bugfix: Collection.set_edgecolor was failing in mplot3d/contour_demo2
Modified Paths:
--
t
Revision: 8952
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8952&view=rev
Author: efiring
Date: 2011-02-06 07:47:43 + (Sun, 06 Feb 2011)
Log Message:
---
backend_qt4.py: eliminate unnecessary import of Qt; closes [3108017]
Modified Paths:
--
tr