EViews 14: Mixed graph option bug?
Posted: Wed Jul 08, 2026 9:19 am
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:
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!
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!