help-octave
[Top][All Lists]
Advanced

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

Re: Plot help, plot properties


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

Hi guys,
Thanks so much  for the help! My plotting works now.

Hajar

----- Original Message -----
From: "Dmitri A. Sergatskov" <address@hidden>
Date: Thursday, May 5, 2005 2:33 pm
Subject: Re: Plot help, plot properties

> SITI HAJAR A BAKAR wrote:
> 
> > 
> > plot(uh,yh,'b',';True response;')
> 
> The format:
> 
> plot (x0,y0, FMT0, x1, y1, FMT1, ...)
> 
> So, in your case:
> 
> plot(uh, yh, "b ;True response;")
> 
> You can do things like:
> 
> plot(uh, yh, "*-b ;True response;")
> 
> 
> > Regards, Hajar
> > 
> 
> Hope it helps,
> 
> Dmitri.
> -- 
> 
> 
> 
> -------------------------------------------------------------
> 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]