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

2006-08-17 Thread Christopher Barker
Charlie Moad wrote: > I'll paste the block of interest to save > you a little digging. > >bbox = self.replot >w, h = int(bbox.width()), int(bbox.height()) >l, t = bbox.ll().x().get(), bbox.ur().y().get() >reg = self.copy_from_bbox(bbox) So this is o

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

2006-08-17 Thread Christopher Barker
Darren Dale wrote: > I think all the high rollers are at SciPy 2006. Oh right. This is the third year in a row that I have ALMOST gone myself. Maybe next year. But what's the deal? Aren't they all hooked up to wifi and checking email constantly? -Chris -- Christopher Barker, Ph.D. Oceano

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

2006-08-17 Thread Charlie Moad
On 8/17/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > Hi all, > > I seem to be talking to myself here, but if someone (including myself) > wants to pick this up in the future, it'll be good to have it in the > archives. > > Christopher Barker wrote: > >> There is also the > >> wx.Image.SetDat

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

2006-08-17 Thread Darren Dale
On Thursday 17 August 2006 7:19 pm, Christopher Barker wrote: > I seem to be talking to myself here I think all the high rollers are at SciPy 2006. - Using Tomcat but need to do more? Need to support web services, security? G

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

2006-08-17 Thread Christopher Barker
Hi all, I seem to be talking to myself here, but if someone (including myself) wants to pick this up in the future, it'll be good to have it in the archives. Christopher Barker wrote: >> There is also the >> wx.Image.SetDataBuffer method, which will have the wxImage use the >> buffer passed in

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

2006-08-15 Thread Christopher Barker
I moved this to the devel list -- that seemed more appropriate. Stefan van der Walt wrote: > 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. >> Travis posted a pat