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
Input
int
Specifies the number of columns.
Specifies the number of rows.
string
Specifies the desired graph page name.
Output
Specifies the output for the real graph name.
Specifies the vertical gap between the rows, measured in % of page dimension.
Specifies the horizontal gap between the columns, measured in % of page dimension.
Specifies the top margin, measured in % of page dimension.
Specifies the bottom margin, measured in % of page dimension.
Specifies the left margin, measured in % of page dimension.
Specifies the right margin, measured in % of page dimension.
Specifies whether the desire name should be used for long name only or both long and short names Option list
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.
newinset, layadd
Keywords:panels