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: anonymous
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 13:16:51 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

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

Confirmed it. 

I also can't save plots. Since it might be related, I also posted it in the
other bug report.

The following script fails immediately:


t = [0:0.01:0.98];
y1 = sin(2*pi*4*t);

plot(t,y1);
print -dpng 'myplot.png';


Maybe it helps.

    _______________________________________________________

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]