[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: space legend is so large
From: |
LucaLuca |
Subject: |
Re: space legend is so large |
Date: |
Sat, 2 Mar 2019 03:35:14 -0600 (CST) |
Hi andy
what is MCVE?
i write i little code to see it:
plot(x,BackTotalOtherEquityFilter,'c');
plot (x,EquityU,'r', x,EquityF,'b',x,EquityO,'g',x,EquityU_2,'m'); % here
i plot some line
legend ({'filter oth_eq',
'UnFiltred','Filtred','OneContract','UnFiltred_2'}, 'location',
'northwest');
legend write in square upper left...but it's so large
how can I reduce the space occupied?
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- Re: space legend is so large,
LucaLuca <=