help-octave
[Top][All Lists]
Advanced

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

Re: line labelling


From: E. Joshua Rigler
Subject: Re: line labelling
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            address@hidden
> > 
> > 
> > 
> > -------------------------------------------------------------
> > 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
-------------------------------------------------------------



reply via email to

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