Hi, I got this need looking graph I made with
here:

It shows the number of insolvencies in Germany over time (plus a 3 month moving average). I want to color in the time span between August 9th 2007 and December 31st 2010. I tried everything I could with
- but I am looking for a constant shading...any ideas?
This is basically my starting point:
Thank you! /R
Code:
tsline
It shows the number of insolvencies in Germany over time (plus a 3 month moving average). I want to color in the time span between August 9th 2007 and December 31st 2010. I tried everything I could with
Code:
xline()
This is basically my starting point:
Code:
tsline insolvencies, xline(`date("08/09/2007")) xline (`date("12/31/2012"))
Comment