help-octave
[Top][All Lists]
Advanced

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

Re: put some graphs in the same figure


From: Doug Stewart
Subject: Re: put some graphs in the same figure
Date: Fri, 21 Jun 2019 14:44:43 -0400



On Fri, Jun 21, 2019 at 2:27 PM gigiolone123 via Help-octave <address@hidden> wrote:


hi,
i've this code for plot:

figure;
plot(Day,'color',color,'linestyle',linestyle);

and this code for bar:

bar(tt(1,:),'g');
hold on;
bar(tt(2,:),'r');
hold off;

i give you a question : it's possible to put this two graph in the same
figure?

https://gyazo.com/30f3deaa4f2537ac35b6030d267c22a9



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




try 
help subplot


--
DASCertificate for 206392


reply via email to

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