help-octave
[Top][All Lists]
Advanced

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

Plot help, plot properties


From: SITI HAJAR A BAKAR
Subject: Plot help, plot properties
Date: Thu, 05 May 2005 13:58:52 +1000

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



reply via email to

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