Graph proc "setelem" - "linepattern" not working
Posted: Wed Nov 23, 2016 1:31 pm
by modelmaker
I'm using EViews 9.5, the November 14, 2016 build. When formatting graphs with the "setelem" proc, the "linepattern" and "lpat" arguments do not seem to do anything. Other arguments (eg, "lwidth" and "lcolor") do work.
Re: Graph proc "setelem" - "linepattern" not working
Posted: Mon Nov 28, 2016 10:58 am
by EViews Jason
You may need to enable line patterns for colored graphs. By default colored graphs always use solid lines.
Try
and then set your line line pattern. Let me know if this works.
Re: Graph proc "setelem" - "linepattern" not working
Posted: Mon Nov 28, 2016 11:16 am
by modelmaker
Ah, I see. That worked - thanks!