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: Thu, 15 Jun 2017 02:20:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

Yeah, I mean either fltk or qt. The fltk toolkit has the disadvantage that it
is on the same execution thread as the interpreter, so if you block the
interpreter, you can't interact with a figure, as you've seen.

The qt toolkit runs on a separate thread from the interpreter, so you can
interact with the plot, but there are some other open bug reports about race
conditions and other thread interaction problems. Your script works perfectly
for me with the qt toolkit.

My main point is I don't think the gnuplot toolkit will ever do what you're
looking for here. Octave tells gnuplot how to draw something, but if the user
changes it in the gnpulot window, Octave has no awareness of that.

    _______________________________________________________

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]