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
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Number of Insets | inset |
Input int |
|
Specifies the number of insets. |
Name | name |
Input string |
|
Specifies the desired graph name. |
Output Graph | result |
Output string |
|
Specifies the real graph name. |
Option | optn |
Input int |
|
Specifies whether the short name should be set to the desired name.
|
Template | template |
Input string |
|
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.