Displaying bar plots side by side
이전 댓글 표시
Hi,
I want to use barh to display horizontal bar plot for 2 things. Hold on doesn't seem to work. How to do this? barh([1,2,3]) and barh([..]) I want the 2 things to be not overlayed but on top of one another in horizontal bar plot.
thanks, henry
답변 (2개)
Walter Roberson
2011년 2월 4일
Example:
barh([12:14],1:3);
hold on
barh([3/2 1 2]);
Walter Roberson
2011년 2월 5일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!