Re: [Matplotlib-users] Problems upgrading to mpl 0.87.4

2006-08-14 Thread Stefan van der Walt
On Mon, Aug 14, 2006 at 11:12:29AM -0700, Christopher Barker wrote: > Another (or additional) option is for both MPL and wx to support the new > array interface protocol in numpy. There's a lot of other reasons to do > that, and, again, Robin has expressed his support for this. If we could > get

Re: [Matplotlib-users] Problems upgrading to mpl 0.87.4

2006-08-14 Thread Christopher Barker
John Hunter wrote: > Charlie, since you are pretty familiar with the blitting API, perhaps > you could take a look and see how much work it would be to do wx > blitting w/o extension code. I'd be happy to add some additional > helper methods in agg if need be, as we did for qt. Didn't MPL origina

Re: [Matplotlib-users] Problems upgrading to mpl 0.87.4

2006-08-12 Thread John Hunter
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: Charlie> Matplotlib didn't used to link against the wxpython Charlie> c-api. The recent versions are linked against the Charlie> unicode version of wx, not the ansi. You can install the Charlie> unicode version. We are

Re: [Matplotlib-users] Problems upgrading to mpl 0.87.4

2006-08-12 Thread Charlie Moad
Matplotlib didn't used to link against the wxpython c-api. The recent versions are linked against the unicode version of wx, not the ansi. You can install the unicode version. We are trying to decide how to handle this. - Charlie On 8/12/06, Joaquin Abian Monux <[EMAIL PROTECTED]> wrote: > Dear