Can I use a specific plot as a template?
The only way to use a specific plot as a template is to create a Plot Script and then use the file = “string” command to open this saved plot script. An example script would be:
#SCRIPT
file = “(path to script file)”
begin_group
x 0
y 1
end_group
#END