help-octave
[Top][All Lists]
Advanced

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

Re: legend is too large


From: LucaLuca
Subject: Re: legend is too large
Date: Tue, 26 Nov 2019 05:11:14 -0600 (CST)

i send my code:

function canz

EquityO=sum((rand(1,60)),1);
EquityU=sum((rand(1,60)),1);
EquityU_2=sum((rand(1,60)),1);
EquityF=sum((rand(1,60)),1);
other=sum((rand(1,60)),1);

 x=1:length(EquityU);
 
grid on
hold on
plot (x,EquityU,'r',
x,EquityF,'b',x,EquityO,'g',x,EquityU_2,'m',x,other,'c');

hold off

legend ({'filter oth_eq',
'UnFiltred','Filtred','OneContract','UnFiltred_2'}, 'location',
'northwest');

  
endfunction



output:

https://gyazo.com/ca0abcf68d0b3ca02202063e96c184ac

i don't understand using help legend how can i reduce size



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



reply via email to

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