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] plot_surface final patch (for now)

2010-11-16 Thread Justin Peel
elect points not include multiples of the corners of the rectangle of points (if that makes any sense). Not a huge savings, but still worthwhile I feel. I think that I'm done with working on these functions now. I hope that these changes are amenable. Let me know if there are concerns. J