[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
- legend is too large, LucaLuca, 2019/11/24
- Re: legend is too large, Kai Torben Ohlhus, 2019/11/26
- Re: legend is too large,
LucaLuca <=
- Re: legend is too large, LucaLuca, 2019/11/26
- Re: legend is too large, Brett Green, 2019/11/26
- Re: legend is too large, LucaLuca, 2019/11/27
- Re: legend is too large, Brett Green, 2019/11/27
- Re: legend is too large, LucaLuca, 2019/11/27
- Re: legend is too large, Brett Green, 2019/11/27
- Re: legend is too large, LucaLuca, 2019/11/27
- Re: legend is too large, Brett Green, 2019/11/27
- Re: legend is too large, LucaLuca, 2019/11/28
- Re: legend is too large, Brett Green, 2019/11/28