From help-octave-request at bevo dot che dot wisc dot edu Fri Jan 9 15:01:28 2004 Subject: Re: color choice in plotting From: "Dmitri A. Sergatskov" To: "Henry F. Mollet" Cc: Octave_post Date: Fri, 09 Jan 2004 14:01:10 -0700 Henry F. Mollet wrote: > I have checked but it appears that help plot gives only info on MATLAB-style > plotting. Yes. from help plot: `N' Interpreted as the plot color if N is an integer in the range 1 to 6. So, plot(t,x,"1;;",t,y,"1;;") will plot x(t) and y(t) with the same color (red, in case of X11 terminal) > Henry Regards, 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 -------------------------------------------------------------