octave-maintainers
[Top][All Lists]
Advanced

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

how to make subplots larger


From: LucaLuca
Subject: how to make subplots larger
Date: Mon, 9 Jul 2018 01:15:37 -0700 (MST)

hi, look this pics:

https://gyazo.com/f94d1fa189057e54fc9506f88cd56d6f


subplot(2,3,1)
%figure(1, 'position',[0,0,1000,800]);
plot(1:1:length(Equity),Equity(:,1),1:1:length(EquityFiltred),EquityFiltred(:,1));
xlabel('Giorni ');
ylabel('Equity');
title(nomeSistemi(:,numSistem));

subplot(2,3,3)
plot(1:1:length(Draw),Draw(:,1),1:1:length(DrawFiltred),DrawFiltred(:,1));
xlabel('Giorni ');
ylabel('Draw ');



it's possible to large it?





--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

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