Page 1 of 1

Not able to change the range of axis

Posted: Sun Dec 19, 2010 6:27 am
by maxchen
EV7.1, build 20101202

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)
change the range of left axis works, however, fail for the bottom axis