Page 1 of 1

Name graphic

Posted: Wed Feb 17, 2016 10:34 am
by stefanp
As part of little program, I generate a graphic via

Code: Select all

line(panel=stack) comp
where comp is the name of a series.

I would like to rename it but don't know how to refer to it as it does not yet have a name.

Idea:

Code: Select all

rename UNTITLED picture1
However, it does not work as UNTITLED is obviously not the name of the graph

Re: Name graphic

Posted: Wed Feb 17, 2016 1:59 pm
by EViews Gareth

Code: Select all

freeze(picture1) comp.line(pane;=stack)