help-octave
[Top][All Lists]
Advanced

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

Re: adding legend


From: Ben Abbott
Subject: Re: adding legend
Date: Mon, 13 Jun 2011 06:36:43 -0400

On Jun 13, 2011, at 3:16 AM, nuncio m <address@hidden> wrote:

> Hi list,
>     How to insert a legend for 3 line plots overlaid on the same axis.
> thanks
> nuncio

A simple example ...

plot (rand (3))
legend ({"first plot", "second plot", "third plot"})

See "help legend" for more info.

Ben


reply via email to

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