Page 1 of 1

Data Axis Label

Posted: Fri May 15, 2015 2:09 am
by Artur Patricio
Hello I would like to know If there is any command on eviews that allow me to hide the left axis. In the options menu we can do this so I guess If there is any command that allow us to do the same in the program.


Thanks in advance for any help you may provide,

Artur

Re: Data Axis Label

Posted: Fri May 15, 2015 9:08 am
by EViews Jason
What is your definition of hide? Move the axis to the right or turn off the labels and ticks?

To move the axis to the right use

Code: Select all

mygraph.setelem(1) axis(r)
To turn off the labels and ticks use

Code: Select all

g.axis(l) -label ticksnone
If you are using EViews 9, command capture is your friend :D