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)
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)