Re: [matplotlib-devel] autoscaling

2006-08-28 Thread Darren Dale
On Sunday 27 August 2006 22:09, Eric Firing wrote: > Darren Dale wrote: > > A while back, I put some effort into rendering an offset ticklabel, which > > allowed the user to do something like > > > > plot(linspace(10100, 10200, 100)) > > > > and the plot would look like a plot from 0 to 100

Re: [matplotlib-devel] [Fwd: [wxPython-users] Re: using wxImage in C++ python extension]

2006-08-28 Thread Christopher Barker
Ken McIvor wrote: > The problem I foresee is that the Agg renderer's RGBA data has to > be converted to RGB before a wxImage can be created by convert_agg2image(). As if by magic, this from Robin Dunn today: > You may want to take a look at my CVS commits for the last couple weeks. > I've now g

Re: [matplotlib-devel] autoscaling

2006-08-28 Thread Eric Firing
Darren Dale wrote: > On Sunday 27 August 2006 22:09, Eric Firing wrote: >> Darren Dale wrote: >>> A while back, I put some effort into rendering an offset ticklabel, which >>> allowed the user to do something like >>> >>> plot(linspace(10100, 10200, 100)) >>> >>> and the plot would look lik

Re: [matplotlib-devel] [Fwd: [wxPython-users] Re: using wxImage in C++ python extension]

2006-08-28 Thread Christopher Barker
Ken McIvor wrote: > I'll put it on the list of things to look into. Great. I'm glad someone is working on this. > The problem I foresee is that the Agg renderer's RGBA data has to > be converted to RGB before a wxImage can be created by convert_agg2image(). darn. I figured as much. wx is really