Page 1 of 1

FAN CHART

Posted: Thu Nov 12, 2015 5:22 am
by wytone
Hello,

I am trying to use inflation data to plot a fan chart using the program attached in a word document. I however note that the historical data is not coming out in the plotted fan chart. What can I add to the program to get the historical data plotted together with the fan chart?

The fan- chart and the program are attached.

Re: FAN CHART

Posted: Thu Nov 12, 2015 10:42 am
by EViews Jason
In EViews 9 you will have to use a mixed graph. Band charts now only produce band charts. In older versions, it used to be the case that extraneous series in the group would be line graph.

Use

Code: Select all

freeze(fanchart) fandata.mixed band(1,2,3,4,5,6,7,8) line(9)