From help-request at octave dot org Thu May 5 01:13:38 2005 Subject: Re: Plot help, plot properties From: SITI HAJAR A BAKAR To: help at octave dot org 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" 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 -------------------------------------------------------------