[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
put some graphs in the same figure
From: |
gigiolone123 |
Subject: |
put some graphs in the same figure |
Date: |
Fri, 21 Jun 2019 13:27:09 -0500 (CDT) |
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
- put some graphs in the same figure,
gigiolone123 <=