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

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

[Octave-bug-tracker] [bug #46023] Octave exits with signal 11 when plott


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #46023] Octave exits with signal 11 when plotting and interacting with data from a script
Date: Tue, 22 Sep 2015 15:45:19 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2508.0 Safari/537.36

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

The print part of your comment is a known bug.

the way around it is to turn off the "visible" mode
before print. Use: set(gcf(),'visible','off');

Then set(gcf(),'visible','on') after print.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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