help-octave
[Top][All Lists]
Advanced

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

Re: Calling plot() consistently crashes octave - Why?


From: david
Subject: Re: Calling plot() consistently crashes octave - Why?
Date: Sat, 22 Jul 2017 08:26:04 -0700 (PDT)

I commented out this line
#graphics_toolkit("gnuplot")
in my ~/.octaverc and re-entered my sample:

Same results as before:
octave:1> x=-10:0.1:10;
octave:2> plot(x,sin(x));
panic: Illegal instruction -- stopping myself...
Illegal instruction

I noticed the graphics window opened as soon as the plot() line was entered,
but disappeared
in a fraction of a second.




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Calling-plot-consistently-crashes-octave-Why-tp4684193p4684207.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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