|
From: | Doug Stewart |
Subject: | Re: put some graphs in the same figure |
Date: | Fri, 21 Jun 2019 14:44:43 -0400 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |