Page 1 of 1

Changing the scale of an axis on Eviews 8

Posted: Mon Mar 23, 2015 8:29 pm
by FlyingDutchman
Hi,
I am currently using Eviews 8. My question is whether it would be possible to change the scale on an axis.
Currently, when I generate a histogram, the horizontal scale has 1, 1.5,2,2.5....4.

Would it be possible to just have 1,2,3 and 4 instead?

Thank You.

Re: Changing the scale of an axis on Eviews 8

Posted: Tue Mar 24, 2015 1:22 am
by trubador

Code: Select all

freeze(histgr) yser.distplot hist(anchor=0, binw=user, binval=1) histgr.axis(bottom) range(1,4)

Re: Changing the scale of an axis on Eviews 8

Posted: Wed Mar 25, 2015 8:31 pm
by FlyingDutchman
How can I enter this code?

Re: Changing the scale of an axis on Eviews 8

Posted: Thu Mar 26, 2015 2:29 am
by trubador
Into the command line running one at a time. You can do the same through the menus, please see the manual for more details.