Hello,
I am creating some very simple bar charts in Stata and am in need of error bars (either range or SD) on them. I am plotting the mean rugosity of two different types of coral reef (shifting and recovering) against one another for different years.
The code I am using to create the initial charts is this:
graph bar shifted recovering, over(year) exclude0 ysc(r(1)) yla(1(0.2)1.8)
Is there a fairly straightforward way to add error bars to this chart?
Many thanks,
I am creating some very simple bar charts in Stata and am in need of error bars (either range or SD) on them. I am plotting the mean rugosity of two different types of coral reef (shifting and recovering) against one another for different years.
The code I am using to create the initial charts is this:
graph bar shifted recovering, over(year) exclude0 ysc(r(1)) yla(1(0.2)1.8)
Is there a fairly straightforward way to add error bars to this chart?
Many thanks,
Comment