Page 1 of 1

Problem with patterns in "addarrow"

Posted: Wed Mar 09, 2016 1:21 pm
by johansamuelsson
Hi

I may have found a bug. When using numerical value for diffrent patterns in "addarrow" the pattern do not does not match the manual

http://www.eviews.com/help/helpintro.ht ... 23ww226457

See code and graph below.

Code: Select all

WfCreate annual 2000 2015 Graph g.line 0 13 g.options gridnone g.axis -label g.setelem(1) linecolor(White) g.setelem(2) linecolor(White) !axisminb = g.@axispos(g.@axismin("b"),"b") !axismaxb = g.@axispos(g.@axismax("b"),"b") For !i = 1 To 12 !j = @Abs(!i-12)+1 !pos1 = g.@axispos(!j,"l") g.addarrow pos(!axisminb,!pos1,!axismaxb,!pos1) pattern(!i) endsym(none) linewidth(2) label(!i) Next Show g
g.gif
g.gif (6.43 KiB) Viewed 3494 times
Regards Johan

Re: Problem with patterns in "addarrow"

Posted: Thu Mar 10, 2016 9:38 am
by EViews Jason
It will be fixed in the next patch.

Note however pattern #12 in the docs is listed as none. We do not have a 'none' pattern for arrows.

#12 is very small dashes. #12 will be the equivalent to #6 in your screenshot.