Create a new graph page with inset layer
1. newinset inset:=2;
2. newinset inset:=3 name:="Three Insets" result:=GraphName;
3. newinset inset:=2 template:="Mytemplate.otp";
Please refer to the page for additional option switches when accessing the x-function from script
Input
int
Specifies the number of insets.
string
Specifies the desired graph name.
Output
Specifies the real graph name.
Specifies whether the short name should be set to the desired name. Option list
Specifies the template used for the new graph page.
This function creates a new graph page with insets. You can specify the number of insets, the long name and short name of the graph page and the template used for creating the graph page.
newpanel, layadd