help-octave
[Top][All Lists]
Advanced

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

Re: Plot help, plot properties


From: Geordie McBain
Subject: Re: Plot help, plot properties
Date: Thu, 05 May 2005 14:32:26 +1000
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

Hello, Hajar.  Try concatenating the format arguments; i.e.

   plot (uh, yh, "b;True response;")

I think only one format argument is allowed.

Geordie McBain
www.aeromech.usyd.edu.au/~mcbain

SITI HAJAR A BAKAR wrote:

Hi all,
I am relatively new to using gnuplot on Octave and find both manuals confusing. Can someone explain why the first set of code, specifying only the legend works, but the second; specifying the line colour and legend doesn't??

uh=1:20; yh=2*uh;
plot(uh,yh,';True response;')

plot(uh,yh,'b',';True response;')

I'm also getting all kinds of set and unset errors in gnuplot window. Would appreciate the help. Thanks!

Regards, Hajar



-------------------------------------------------------------
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]