How to extract template & left axis information by command ?
Posted: Mon Apr 02, 2012 8:35 am
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.
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.