Re: [matplotlib-devel] plot_surface patch

2010-12-15 Thread Justin Peel
I decided to revisit this briefly and found another pretty easy change that gives a fairly significant speed boost for a large number of points. Basically, I just used two list comprehensions instead of looping. On Mon, Dec 13, 2010 at 8:10 AM, Benjamin Root wrote: > On Tue, Nov 30, 2010 at 4:53

[matplotlib-devel] ImportError: Warning: formlayout requires PyQt4 >v4.3

2010-12-15 Thread Ng, Enrico
I am on RHEL5 with QT 4.2.1 installed. I am stuck with that version of QT and can't go up. I have PyQt 4.4.4 with SIP 4.7.8. That seems to be one of the few combinations that would build with this version of QT. It took forever for me to find sources for the other versions. I tried installin