From help-octave-request at bevo dot che dot wisc dot edu Fri Jan 9 14:14:11 2004 Subject: Re: color choice in plotting From: "Henry F. Mollet" To: Christoph Dalitz , Octave_post Date: Fri, 09 Jan 2004 10:26:45 -0800 I have tried the following, first in octave then in gnuplot and nothing worked. Lt 2 would be short for linestyle green and the set command below came from the gnuplot manual. Henry set style line 1 lt 2 lw 2 pt 3 ps 0.5 defines a new linestyle that is green and twice the default width and a new pointstyle that is a half-sized triangle. on 1/9/04 12:53 AM, Christoph Dalitz at christoph dot dalitz at hs-niederrhein dot de wrote: > Hello, > > I bet this is an FAQ, but I have not found it in the Octave/Wiki FAQ's: > > When I plot several functions in one window, I would like to draw some > plots with the same color. According to the gnuplot manual, this should be > possible with the plot option "linetype", eg. > > gplot data1 with lines linetype 1, data2 with lines linetype2, data3 with > lines linetype 1; > > Octave gives me the error "'linetype' undefined". Is there any other way to > set the linetype? > > Thanks, > > Christoph Dalitz > > > > ------------------------------------------------------------- > 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 -------------------------------------------------------------