Page 1 of 1

How to extract template & left axis information by command ?

Posted: Mon Apr 02, 2012 8:35 am
by Liu
Hi all,
I have a question about how to get information of an existing graph in the workfile.

Suppose I have created a graph by command:

graph gr1.line series1
gr1.template t1
gr1.axis(l) range(minmax)



how can I use commands to return the template and min/max of left axis of the graph g1?

I tried

%template=gr1.@template

or similar commands but it doesn't work. Is there a way I can retrieve these two information?
Thanks in advance.

Re: How to extract template & left axis information by comma

Posted: Mon Apr 02, 2012 8:59 am
by EViews Gareth
There is no way.

Re: How to extract template & left axis information by comma

Posted: Thu Nov 07, 2013 8:22 am
by mboldin
Gareth -- does this mean that for a saved graph that was manipulated by hand, we can not get a command listing for all of modifications & selected options ?
I thought g1.@attr("legend") might work for the legend attributes but I can not figure out how @attr() works and the possible inputs

Re: How to extract template & left axis information by comma

Posted: Thu Nov 07, 2013 9:05 am
by EViews Gareth
You are correct, there is no way.