Lines are missing in error bar graph
Posted: Thu Oct 15, 2015 12:07 pm
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