Page 1 of 1

Draw a line with sample breaks in program

Posted: Tue Dec 31, 2013 9:41 am
by infoliu
Dear all,
I want to graph a series under some sample condition, but the line is not connected because of sample breaks.
I noticed that it can be made by check the "connect adjacent" box in graph options window.
I want to know how to do it in programe, which command or code can connect the breaks observations.
Thanks.

Dagang

Re: Draw a line with sample breaks in program

Posted: Tue Dec 31, 2013 10:44 am
by EViews Gareth

Code: Select all

graph.options connect

Re: Draw a line with sample breaks in program

Posted: Tue Dec 31, 2013 4:54 pm
by infoliu
Gareth, thank you. it works.

Code: Select all

graph.options connect