execute the following command
net from
http://www.stata-press.com/data/vgsg
net install vgsg
then
put the mean, mean+sd, mean-sd into three varlist
twoway (scatter mean "by variable (Time, region etc)") (recap mean+sd mean-sd "by variable (Time, region etc)"), opt...