Page 1 of 1

Band graph

Posted: Mon Dec 14, 2015 1:43 pm
by alvarezcc
Hi! I'm trying to graph a series that fluctuates between a band. However, when using the band command for a band graph I only get to graph the band while the third series (the one that fluctuates within the band) is not shown. Is ther a way to get the third series to appear in the graph. I'm using the following command:

graph g_lcb1_band.band bandhp_u bandhp_l lcb1
g_lcb1_band.setelem(1) legend("normal") fillcolor(ltgray)
g_lcb1_band.setelem(2) legend("normal") fillcolor(ltgray)
g_lcb1_band.setelem(3) lcolor(blue) lwidth(2) lpat(dash2)

Re: Band graph

Posted: Mon Dec 14, 2015 2:06 pm
by EViews Gareth
Which version of EViews?

Re: Band graph

Posted: Mon Dec 14, 2015 3:31 pm
by alvarezcc
I'm using Eviews 9

Re: Band graph

Posted: Mon Dec 14, 2015 3:47 pm
by EViews Gareth
I'm going to interpret your question to mean you want to have a band made out of the first two series and then a line with the third. In which case you'll need to create a mixed graph, not a band graph.

Re: Band graph

Posted: Mon Dec 14, 2015 3:58 pm
by alvarezcc
Thanks :)