Given that you only have 5 values, I would make a separate datafile with
cluster number, mean, & upper and lower limits and then do the following:
* This is for making bars on a log scale, take out ylog if you don't want
it on the log scale I use this to graph ora's * so I want them on a log scale
* clusnum would be a 1 - k value for the number means in your plot
* your xlab would be your clusnum values
* ylab should be consistent w/your mean and error bar values
* yline is just inserting a line at 1, take it out if you don't want it
graph or Lower Upper clusnum, c(.II) s(Oi) yline(1) xlab(1,2,3,4) ylog
ylab(insert values separated by comma's)
Then I export to word and pretty it up there.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/