From help-octave-request at bevo dot che dot wisc dot edu Fri Dec 7 11:51:30 2001 Subject: Re: line labelling From: "E. Joshua Rigler" To: Alex Verstak Cc: Roberto Bernetti , Help-Octave Date: 07 Dec 2001 10:51:12 -0700 I think what the original poster had in mind was changing the legend. The easiest way is to do the following: plot (x,y,';new_text;') (the semi-colons are intentional) You can do more advanced things with gplot or graw, but you'll need to read up on using gnuplot itself. I'm sure there is quite a bit of discussion of this in the archives too (www.octave.org/archive.html). -EJR On Fri, 2001-12-07 at 13:31, Alex Verstak wrote: > > xlabel("x") > ylabel("y") > plot(...) > > =alex > > > On Fri, 7 Dec 2001, Roberto Bernetti wrote: > > > Hi > > it is possible to change the line labelling in the plot command? > > -- > > Bernetti Roberto roberto dot bernetti at idra dot unian dot it > > > > > > > > ------------------------------------------------------------- > > 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 > ------------------------------------------------------------- ------------------------------------------------------------- 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 -------------------------------------------------------------