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?
graph.makegroup undocumented
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Jason
- EViews Developer
- Posts: 870
- Joined: Tue Sep 16, 2008 3:50 pm
Re: graph.makegroup undocumented
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
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 groupRe: graph.makegroup undocumented
Thank you Jason
Who is online
Users browsing this forum: No registered users and 2 guests
