Graphing matrices - how to get dates on obs./date axis?
Posted: Fri Feb 12, 2016 9:12 am
Dear Eviews team & users,
when graphing matrices/vectors, is there an easy way to get dates on the Obs/date axis instead of a row index?
Example
Best, mamo
when graphing matrices/vectors, is there an easy way to get dates on the Obs/date axis instead of a row index?
Example
Code: Select all
wfcreate a 2000 2015
matrix(120,2) mat
mat.fill(l) nrnd
freeze(mgraph, mode=overwrite) mat.line
' mgraph should now get some dates, say monthly, from 2000:01 until 2010:12 to the date/obs axis.
' What is the best way to obtain this?