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 Commenti

Sorry I meant each value on top of one another. So at vertical scale 100, I first want to see 34, then another bar 48 underneathe it, if I issue the following command:
barh([10:10:100],[0.34.*([10:10:100])]) hold on barh([10:10:100],[0.48.*([10:10:100])])
it doesn't work.
You want "stacked" bars?

Accedi per commentare.

Risposte (2)

Categorie

Scopri di più su App Building in Centro assistenza e File Exchange

Richiesto:

il 4 Feb 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by