Page 1 of 1

Problem with bottom date/time axis

Posted: Wed May 18, 2016 12:14 pm
by johansamuelsson
Hi

When doing some settings in a graph there is a problem with the bottom date/time axis. For example, the code below create a graph with an x-axel that shown every other year, starting 98. So far so good, byt the year 97 is also visibly and is positioned too far to the left. It shouldn't be there all (I think)

Regards Johan

Code: Select all

wfcreate q 1997 2015
series x=rnd
graph gr.line x
gr.options size(3,3)
gr.datelabel format(yy)
gr.datelabel interval(y, 2)
gr.axis(b) angle(0)
show gr


g.gif
g.gif (28.58 KiB) Viewed 3605 times

Re: Problem with bottom date/time axis

Posted: Thu May 19, 2016 1:15 pm
by EViews Jason
We are looking into the issue and will report back when it is fixed

Re: Problem with bottom date/time axis

Posted: Mon May 23, 2016 3:59 pm
by EViews Jason
The next patch will have it fixed