Create new graph page with mxn layers
1. newpanel col:=2 row:=3;
2. newpanel name:="MyGraph" optn:=ls result:=realname$;
3. newpanel top:=10 bottom:=10 left:=5 right:=5;
4. newpanel col:=2 row:=2 vg:=10 hg:=8;
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 Columns | col |
Input int |
|
Specifies the number of columns. |
Number of Rows | row |
Input int |
|
Specifies the number of rows. |
Desired Graph Page Name | name |
Input string |
|
Specifies the desired graph page name. |
Real Graph Page Name | result |
Output string |
|
Specifies the output for the real graph name. |
Vertical Gap | vg |
Input int |
|
Specifies the vertical gap between the rows, measured in % of page dimension. |
Horizontal gap | hg |
Input int |
|
Specifies the horizontal gap between the columns, measured in % of page dimension. |
Top Margin | top |
Input int |
|
Specifies the top margin, measured in % of page dimension. |
Bottom Margin | bottom |
Input int |
|
Specifies the bottom margin, measured in % of page dimension. |
Left Margin | left |
Input int |
|
Specifies the left margin, measured in % of page dimension. |
Right Margin | right |
Input int |
|
Specifies the right margin, measured in % of page dimension. |
Name Option | optn |
Input int |
|
Specifies whether the desire name should be used for long name only or both long and short names
|
Template | template |
Input string |
|
Specifies the template for the new graph page. |
This function creates a new graph page, which could contain multiple panels. You may specify the margins and gaps, the name of the page and the template.
Keywords:panels