Page 1 of 1

Lines are missing in error bar graph

Posted: Thu Oct 15, 2015 12:07 pm
by trubador
I fail to generate interval lines in error bar graph. I am not sure if it is a bug or it has something to do with my defaults:

Code: Select all

wfcreate u 100 series xval = 5 + nrnd series xlow = xval - 2 series xhigh = xval + 2 group x.add xlow xhigh xval x.errbar

Re: Lines are missing in error bar graph

Posted: Fri Oct 16, 2015 12:12 am
by trubador
The problem seems to be related to the order of series. It actually expects higher values as the first series as opposed to what documentation says:
errbar xlow xhigh xval

Re: Lines are missing in error bar graph

Posted: Fri Oct 16, 2015 2:59 pm
by EViews Jason
The docs should read

Code: Select all

errbar xhigh xlow xval
We will correct it.