|
"Gunny " <g.dhadyalla@warwick.ac.uk.deletethis> wrote in message
news:h2v9ee$f1h$1@fred.mathworks.com...
>I am plotting a bar graph with a normalised y-axis scale. I would also
>like to display somewhere the actual count for each bar. preferrably on top
>of each bar. Is this possible to do within the plotting function rather
>than the annotate tool in the GUI and if so how?
You can't do this directly with your call to BAR, but you can do this with
one additional function call -- use the TEXT function.
--
Steve Lord
slord@mathworks.com
|