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!