help-octave
[Top][All Lists]
Advanced

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

Re: Legend problem wih version 4.4.1


From: mmuetzel
Subject: Re: Legend problem wih version 4.4.1
Date: Thu, 8 Nov 2018 07:21:24 -0600 (CST)

shivax wrote
> hi markus….
> i write this code:
> 
> legend ({'OneContract', 'UnFiltred_2'}, 'location', 'southwest');
> 
> (OneContract and UnFiltred_2 are string


If I do the following, I see a legend with the default box and filled
background:
plot(1:10)
hold on
plot(2:11)
legend ({'OneContract', 'UnFiltred_2'}, 'location', 'southwest'); 

That is not what I can see in your screenshots.
Are you sure you don't set any other legend properties?

Markus



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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