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