Page 1 of 1

Band graph - fillcolor

Posted: Sun Jun 16, 2013 12:54 pm
by tvonbrasch
Hi

I have a band graph, with two bands (4 series). I want to attach a color to each of the bands. I have tried

graph gindexband.band i_la_b i_pa_b i_b i8_b
gindexband.setelem(1) legend("Band: Laspeyres") fillcolor(black) 'symbol(circle)
gindexband.setelem(2) legend("Paasche") fillcolor(black)
gindexband.setelem(3) legend("Band: Upper Bound Index") fillcolor(gray)
gindexband.setelem(4) legend(" 0.8 - 1") fillcolor(gray)
gindexband.draw(shade, bottom) 2005 2012


(see attached files),

but it does not work. How do I set the fillcolor in both bands?

Re: Band graph - fillcolor

Posted: Mon Jun 17, 2013 8:02 am
by EViews Gareth

Code: Select all

gindexband.setelem(2) fillcolor(blue)