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
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
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
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
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
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