Page 1 of 1

EViews 14: Mixed graph option bug?

Posted: Wed Jul 08, 2026 9:19 am
by vm1066
Hi,

I am trying to create a fan chart by using the mixed graph option, setting the mean series to be a line and the quantiles to be bands. An example code:

Code: Select all

series a = @trend series b = @trend-1 series x = @trend+1 series f = @trend-.5 series e = @trend+.5 group g a b x f e g.mixed(panel=combine) line(1) band(2,3) band(4,5)

Any reason why running this code causes the application to crash? Have I specified it incorrectly or is this a bug?
FYI - currently using June 16, 26 build

Thanks in advance for the help!

Re: EViews 14: Mixed graph option bug?

Posted: Wed Jul 08, 2026 11:18 am
by EViews Gareth
Just tried it - no crash. What's the workfile spec?