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

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

[Octave-bug-tracker] [bug #42829] can't click in the plot with m-file


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #42829] can't click in the plot with m-file
Date: Tue, 22 Jul 2014 18:36:19 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0

Follow-up Comment #5, bug #42829 (project octave):

Thanks. So as Andy said, using pause suspends the Octave interpreter and
blocks interacting with the FLTK plot. If you execute pause in a running
Octave session, you'll see the same thing. It's not that one is from the
terminal and one is in an Octave session, it's that you are using the pause
function which blocks FLTK.

What you might want instead is to run your script without the pause function
call and with the --persist option to Octave to keep it in the interpreter
after the script has finished executing.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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