[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.
- Calling plot() consistently crashes octave - Why?, david, 2017/07/21
- Re: Calling plot() consistently crashes octave - Why?, Mike Miller, 2017/07/21
- Re: Calling plot() consistently crashes octave - Why?, david, 2017/07/21
- Re: Calling plot() consistently crashes octave - Why?, Mike Miller, 2017/07/21
- Re: Calling plot() consistently crashes octave - Why?, david, 2017/07/21
- Re: Calling plot() consistently crashes octave - Why?, david, 2017/07/22
- Re: Calling plot() consistently crashes octave - Why?,
david <=
- Re: Calling plot() consistently crashes octave - Why?, Mike Miller, 2017/07/22
- Re: Calling plot() consistently crashes octave - Why?, david, 2017/07/23
- Re: Calling plot() consistently crashes octave - Why?, Mike Miller, 2017/07/23
- Re: Calling plot() consistently crashes octave - Why?, david, 2017/07/23
- Re: Calling plot() consistently crashes octave - Why?, Mike Miller, 2017/07/23
Re: Calling plot() consistently crashes octave - Why?, Francesco Potortì, 2017/07/27
Re: Calling plot() consistently crashes octave - Why?, Tatsuro MATSUOKA, 2017/07/26