To use the ciplot command in Stata you will first need to download and install it from SSC. To do this, use the following command in Stata:
ssc install ciplot

To generate this graph use the following commands in Stata:
. webuse citytemp, clear
. ciplot heatdd cooldd, by(division) xlabel(, angle(45))