Zoom GUI in fltk backend
Søren Hauberg
soren at hauberg.org
Sun Jul 19 14:24:28 CDT 2009
søn, 19 07 2009 kl. 20:59 +0300, skrev Shai Ayal:
> On Sun, Jul 19, 2009 at 5:03 PM, Søren Hauberg<soren at hauberg.org> wrote:
> > *) The zooming only works for the current axes. To see this try zooming
> > in the first subplot generated by these commands:
> >
> > backend ("fltk")
> > subplot (1, 2, 1)
> > plot (1:10, cos(1:10))
> > subplot (1, 2, 2)
> > plot (1:10, cos(1:10))
> >
> > I don't know how to fix this.
> It's very nice. thanks!
> Does this really need fixing? zoom should be on the current axis.
I think it needs fixing. It is really annoying to use IMHO.
> Perhaps what we need is a feature to select the axis as current by
> clicking. I think the competition does it that way.
I think that would be a good approach. I don't know how to do it,
though.
Søren
More information about the Octave-maintainers
mailing list