Page 1 of 1

How to customize the obs axis in graph?

Posted: Thu Jan 22, 2015 3:44 am
by banhbengconuong
Hi everyone,

I'm drawing a kind of impulse response graph. There is an option to define the interval of the horizon (see the attached picture). Is there any way to make a code for that too?

Thank you a lots!

Re: How to customize the obs axis in graph?

Posted: Thu Jan 22, 2015 10:26 am
by EViews Jason
See the documentation for the datelabel proc in graphs. More specifically use the 'interval' option.

For the equivalant settings in your pic use:

Code: Select all

graph1.datelabel interval(obs, 1,1)

Re: How to customize the obs axis in graph?

Posted: Thu Jan 22, 2015 8:14 pm
by banhbengconuong
It works well now, thank you very much!