plot bar graph in the same graph
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a bar graph. I would plot in the same bar graph another bar graph with excatly the same values without overriding the existing graph but plotting it together using different colors. What it happens when I replot the same graph it is I get the existing graph overrided by the newest
댓글 수: 0
답변 (1개)
Sean de Wolski
2012년 11월 7일
Plot the two bar graphs together at the same time:
bar([1 2],[1 2;pi exp(1)])
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!