Not able to change the range of axis
Posted: Sun Dec 19, 2010 6:27 am
EV7.1, build 20101202
change the range of left axis works, however, fail for the bottom axis
Code: Select all
%wf = @evpath + "\Example Files\Sample Programs\stats\demo"
wfopen %wf
equation eq1.ls log(m1) c log(gdp) rs dlog(pr)
freeze(gfEq1r) eq1.resids
gfEq1r.axis(l) range(0,0.2)
gfEq1r.axis(b) range(1970,1990)