octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Zoom GUI in fltk backend


From: Shai Ayal
Subject: Re: Zoom GUI in fltk backend
Date: Tue, 30 Jun 2009 06:43:26 +0300

On Tue, Jun 30, 2009 at 12:16 AM, Søren Hauberg<address@hidden> wrote:
> Anyway, I'm attaching a patch in case anybody wants to try this out. I
> had to hardcode the upper and lower bounds for the plot because I
> couldn't figure out how to extract this information from the axes. So,
> if you want to play with this, make sure that
>
>  min (x) = 0   and   max (x) = 10
I haven't tried it yet, but just looking at the patch, you have:
Matrix xlim = ap.get_xlim ().matrix_value ();
Matrix ylim = ap.get_ylim ().matrix_value ();

don't these give you the limits (i.e. minx=xlim(0)<xlim(1) ? xlim(0) : xlim(1);)

Shai



reply via email to

[Prev in Thread] Current Thread [Next in Thread]