octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #51229] ylim() fails to read correct limits:


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #51229] ylim() fails to read correct limits:
Date: Wed, 14 Jun 2017 16:38:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #1, bug #51229 (project octave):

My understanding of the interface between Octave and gnuplot has been that it
is always one-way. Any mouse interaction of the axis limits or zoom level
doesn't get reflected back to Octave.

I see the same thing whether it's done interactively or in a script, doesn't
matter, in the current version or going back to 3.6.4 with gnuplot 4.4.


graphics_toolkit gnuplot
plot (1:2)
## zoom on the plot with the mouse
ylim ## still returns [1 2]


I think this is just the way it works, use one of the native plot interfaces
if you want a real two-way interaction of the plot state with either commands
or the mouse.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51229>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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