Page 1 of 1

Programming Data Axis Labels

Posted: Tue Jul 02, 2013 3:54 pm
by jlaurent
I am using Eviews 8 and looking to program the data axis labels of some graphs I am making. I have checked in the command reference but don't see anything about this under "Modifying the Data Axis" Does anyone know if this is possible? I am specifically trying to change the units from percent to levels and back for various different graphs without having to use the GUI.

Thanks!

Re: Programming Data Axis Labels

Posted: Wed Jul 03, 2013 7:56 am
by EViews Gareth

Code: Select all

graph.axis(b) units(p)
Look up the axis member of the Graph section of the object reference for more details.

Re: Programming Data Axis Labels

Posted: Mon Feb 03, 2014 12:10 pm
by jlaurent
Thanks