[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Plot error CentOS-6.4-x86_64 Octave 3.6.4
From: |
ianemy |
Subject: |
Plot error CentOS-6.4-x86_64 Octave 3.6.4 |
Date: |
Mon, 16 Sep 2013 19:54:39 -0700 (PDT) |
I'm currently in the process of testing a from scratch build of Octave 3.6.4
and all of the prerequisite components on CentOs 6.4. I'm using a quad core
i7 64 bit machine. The new build passes all of the internal checks for each
library component including the Octave checks. When I run plotting examples
from the manual as a quick regression test I get the following error.
octave:24> x = -10:0.1:10;
octave:25> plot (x, sin (x));
error: invalid use of script /home/XXXXX/matlab/line.m in index expression
error: called from:
error: /usr/local/share/octave/3.6.4/m/plot/private/__plt__.m at line 597,
column 12
error: /usr/local/share/octave/3.6.4/m/plot/private/__plt__.m at line 238,
column 14
error: /usr/local/share/octave/3.6.4/m/plot/private/__plt__.m at line 99,
column 17
error: /usr/local/share/octave/3.6.4/m/plot/plot.m at line 196, column 9
I've dug through a lot the archive and code and I haven't found the error.
The only bug I have found in the build has been related to lines not getting
drawn properly. pie charts, contour plots, sombrero and peaks are working
correctly.
Thx
--
View this message in context:
http://octave.1599824.n4.nabble.com/Plot-error-CentOS-6-4-x86-64-Octave-3-6-4-tp4657370.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Plot error CentOS-6.4-x86_64 Octave 3.6.4,
ianemy <=