Page 1 of 1

Fill color with mixed type graph and two bands

Posted: Sat Mar 07, 2020 11:09 am
by binhpham79
Dear EViews,

I plot a 5-column matrix as, for example:

freeze(irf1) _mat_tmp.mixed line(1) band(2,3) band(4,5)

irf1.option -legend -color

irf1.elem(1) lcolor(black) lwidth(3)
irf1.elem(2) fillgray(2)
irf1.elem(3) fillgray(5)

But the second band (element 3) always takes the gray color of the first band (element 2).

That is the first band fill color is always applied regardless the next band settings.

Could you please check or advice to plot 2 bands with different shades? I use EV11 with latest update.

Thanks!