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

2006-08-27 Thread Ken McIvor
Chris, Thanks for the cross-post. I'm not sure this approach will help speed up the wxAgg accelerator, but I'll put it on the list of things to look into. 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_agg2

[matplotlib-devel] autoscaling

2006-08-27 Thread Darren Dale
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, with a "+10100" rendered in a new label near the far end of the axis. This doesnt work

Re: [matplotlib-devel] autoscaling

2006-08-27 Thread Bill Baxter
On 8/28/06, Darren Dale <[EMAIL PROTECTED]> 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, with a "+10100" > rendered

Re: [matplotlib-devel] autoscaling

2006-08-27 Thread Eric Firing
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, with a "+10100" > rendered in a new label near the far

Re: [matplotlib-devel] autoscaling

2006-08-27 Thread Eric Firing
Bill Baxter wrote: > > I don't know anything about it what happened to the code, but I will > say that +- 6% autoscaling is better than tight bounds for many kinds > of plots. Like a scatter plot. It doesn't look good if some of your > points are right on the axes, with their marker cut in half

Re: [matplotlib-devel] autoscaling

2006-08-27 Thread Fernando Perez
On 8/27/06, Eric Firing <[EMAIL PROTECTED]> wrote: > Bill Baxter wrote: > > > > > I don't know anything about it what happened to the code, but I will > > say that +- 6% autoscaling is better than tight bounds for many kinds > > of plots. Like a scatter plot. It doesn't look good if some of your