graph.makegroup undocumented

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt

fboralli
Posts: 20
Joined: Tue Feb 10, 2015 1:52 pm

graph.makegroup undocumented

Postby fboralli » Mon Jul 13, 2015 6:33 am

In a graph object, there is the possibility to the see series that created the graph by using:
proc -> display graph data / make group

I wanted this to be available within a program, however I could not find it in documentation.
By trial and error, however, I have found that there exists an undocumented proc that does this:
graph01.makegroup

Could you provide some basic documentation on the options and parameters of this makegroup proc of the graph object?

EViews Jason
EViews Developer
Posts: 870
Joined: Tue Sep 16, 2008 3:50 pm

Re: graph.makegroup undocumented

Postby EViews Jason » Mon Jul 13, 2015 9:04 am

makegroup as you have already discovered creates a new group object containing the series in the graph.

It can accept one optional argument which the name of the new group. For example

Code: Select all

mygraph.makegroup mynewgroup ' creates new group called mynewgroup mygraph.makegroup ' creates an untitled group

fboralli
Posts: 20
Joined: Tue Feb 10, 2015 1:52 pm

Re: graph.makegroup undocumented

Postby fboralli » Mon Jul 13, 2015 10:36 am

Thank you Jason


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 2 guests