help-octave
[Top][All Lists]
Advanced

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

Re: Re: plot.m syntax error


From: Corbin Champion
Subject: Re: Re: plot.m syntax error
Date: Thu, 17 Mar 2005 16:13:55 +0000

Before that it looks like there was a parse error printout for
gplot data{1}
so it looks like it is incorrectly requiring all gset and gplot commands to have
(" ") around them.
Is there a file I should look at for how these commands are handled?
Corbin

From: "Corbin Champion" <address@hidden>
To: address@hidden
Subject: Re: Re: plot.m syntax error
Date: Thu, 17 Mar 2005 15:54:26 +0000

Actually, it says
error evaluating if statement at line 101
error evaluating if statement at line 30.
thanks for all the suggestions yesterday!

From: "Corbin Champion" <address@hidden>
To: address@hidden
Subject: Re: Re: plot.m syntax error
Date: Thu, 17 Mar 2005 15:44:12 +0000

The suggestion to redirect output to gnuplot to a file didn't work. It was complaining about a syntax error in plot.m and stopped before it sent anything to gnuplot. If I changed gset nologscale; to gset ("nologscale"); it became happy with that. Now it is complaining (parse error) about the if statements on lines 30 and 101 in the function __plt__ . I think it must have been a bad choice to pick up 2.9.0 when I am so new at octave. Are these changes to syntax planned or is there a switch to change how it interprets these files? As is, I have no idea whether this wil be the last error, but notice that all errors so far are parse errors. If there is any easy fix, I will use it, otherwise I will use a cvs snapshot.
Thanks,
Corbin




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------





-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------





-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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