Graphs in dtaed panels - just showing the @obsid on the obs-date axis
Posted: Fri Mar 27, 2020 7:50 am
Dear Eviews team
I use Eviews 11, Sept 19 build, 64 bit.
When graphing a dated panel, I am looking for an approach to show the @obsid rather than dates on the obs/date axis
With the below example code I get the following graph. While this comes close to what I am after, the figures in the second row of the obs/date axis labels look quite odd. What do these figures mean, and, more importantly, how to get rid of them?
Best, mamo
I use Eviews 11, Sept 19 build, 64 bit.
When graphing a dated panel, I am looking for an approach to show the @obsid rather than dates on the obs/date axis
With the below example code I get the following graph. While this comes close to what I am after, the figures in the second row of the obs/date axis labels look quite odd. What do these figures mean, and, more importantly, how to get rid of them?
Best, mamo
Code: Select all
wfcreate d7 01/01/2020 03/27/2020 4
series x=nrnd+@crossid
graph gra.line(panel=c) x
gra.setobslabel(obsnum)
gra.datelabel interval(obs, 7, 01/01/2020)
show gra