help-octave
[Top][All Lists]
Advanced

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

legend


From: John W. Eaton
Subject: legend
Date: Fri, 30 Nov 2007 12:00:07 -0500

On 30-Nov-2007, John Jones wrote:

| 
| I'm having problems including the legend in my plots.
| 
| I have the command 
| 
| semilogy(..)
| hold on
| semilogy(..)
| hold on
| semilogy(..)
| hold on
| legend('var1','var2'....,4)
| hold off
| 
| 
| When I run the command, the legend appears but as soon as the plots are
| drawn it disappears.  Can you help?

What version of Octave are you using?

This seems to work correctly with 2.9.15 and the current sources in
CVS (soon to be 2.9.18) so I would also expect it to work with2.9.16
and 2.9.17.

jwe


reply via email to

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