help-octave
[Top][All Lists]
Advanced

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

Re: Plot command


From: Ben Abbott
Subject: Re: Plot command
Date: Wed, 30 Jul 2008 07:46:27 -0400


On Jul 30, 2008, at 6:47 AM, Jan Reynders wrote:

I installed Gnu Octave as part of the Cygwin distribution. On calling
'octave', I get:

GNU Octave version 3.0.1
Configured for "i686-pc-cygwin"

I run the following routine:

x=1:1:10;
plot(x)

I get the following error message:

Set terminal aqua 1 enhanced

Line 0: unknown or ambiguous terminal type; type just 'set terminal' for
a list

gnuplot> plot "-" using ($1):($2) axes x1y1 titel"" with lines linestyle
1;
line 0: use 'set term' to set terminal type first

gnuplot>     1 1
                octave: 3>
                line O: invalid command

This continues for all 10  points on the graph. No graph is produced.


Jan

The errors are related to gnuplot, not Octave.

My understanding is that the "aqua" part is specific to Mac OSX.

I believe this problem can be resovled by setting GNUTERM=windows in your environment.

As I'm unfamiliar with how that is setup in windows, I won't be much help, but perhaps someone else can explain?

Ben





reply via email to

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