MATLAB: Left facing horizontal bar plot

hbar

Hi, looked for a bit, couldn't find the answer. The title pretty much says it all: How to have a horizontal bar plot so that the bars come out from the right side of the plot instead of the left.
Thanks!

Best Answer

Make your plot and then add this command:
set(gca,'XDir','reverse')
Related Question