Page 1 of 1

Commands to create figures using stacked data

Posted: Fri Jan 12, 2018 2:06 am
by Maritta
I have to produce a large number of figures using stacked data. In addition to mean and SD bounds, all figures must include vertical lines referring the timing of policy decisions.
The question is, how do I write commands that produce this kind of graph?
See the attached file.

Re: Commands to create figures using stacked data

Posted: Fri Jan 12, 2018 9:09 am
by EViews Gareth
Do it interactively, then look at the command capture window to tell you the commands ;)

Code: Select all

freeze(mygraph) myseries.line(panel=mean2sd) mygraph.draw(l,b) 2009q1