Re: [matplotlib-devel] Two small patches

2007-04-09 Thread Tim Leslie
On 4/10/07, John Hunter <[EMAIL PROTECTED]> wrote: On 4/9/07, Tim Leslie <[EMAIL PROTECTED]> wrote: > > The other is a speedup, normalising an entire array at once, rather > than element by element, speeding up the attached script by a factor > of 6x (and upgrading my actual application from 'to

[matplotlib-devel] What is the OS-C egg built against?

2007-04-09 Thread Christopher Barker
Hi all, I'm having trouble getting an MPL 0.90.0 working with wxPython 2.8 on OS-X. Does anyone know what the egg on the sourceforge site is built with? Is that documented somewhere? As I understand it, Ken made some changes for wxPython 2.8 in svn, but I don't see any mention of them in the 0

Re: [matplotlib-devel] Two small patches

2007-04-09 Thread Tim Leslie
On 4/10/07, John Hunter <[EMAIL PROTECTED]> wrote: > On 4/9/07, Tim Leslie <[EMAIL PROTECTED]> wrote: > > > > > The other is a speedup, normalising an entire array at once, rather > > than element by element, speeding up the attached script by a factor > > of 6x (and upgrading my actual application

Re: [matplotlib-devel] Two small patches

2007-04-09 Thread John Hunter
On 4/9/07, Tim Leslie <[EMAIL PROTECTED]> wrote: > > The other is a speedup, normalising an entire array at once, rather > than element by element, speeding up the attached script by a factor > of 6x (and upgrading my actual application from 'too slow' to 'quite > reasonable' :-) Thanks Tim, I j

[matplotlib-devel] Two small patches

2007-04-09 Thread Tim Leslie
Hi All, I've attached a patch which addresses two small issues. The first is a bug in patches.py. When doing 3d scatter plots xs, ys = zip(*self.xy) (line 480) crashes, as the right hand side expands to 3 values. The other is a speedup, normalising an entire array at once, rather than element

Re: [matplotlib-devel] Beginnings of usetex support for pdf backend (by reading dvi files)

2007-04-09 Thread Darren Dale
On Monday 09 April 2007 07:40:35 am Jouni K. Seppänen wrote: > I just committed the beginnings of draw_tex for the pdf backend, which > uses the dvi reader in the new file dviread.py. This is all in a very > rudimentary stage, but I'm committing now since I won't likely have > much time to work on