help-octave
[Top][All Lists]
Advanced

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

Re: Plot help, plot properties


From: Dmitri A. Sergatskov
Subject: Re: Plot help, plot properties
Date: Wed, 04 May 2005 22:33:23 -0600
User-agent: Mozilla Thunderbird (X11/20050322)

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



reply via email to

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