Graph: Merge Graphs to Layout
Add selected graphs and arrange them in a new Layout.
mg2layout col:=2 row:=1 xgap:=5 ygap:=5 xmg:=10 ymg:=10;
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 |
---|---|---|---|---|
Selection | option |
Input int |
|
Specifies the graphs to be added in layout.
Option list:
|
Graphs | graphs |
Input string |
|
If the Arrange variable is set to Specified, user can use this text box to enter the names of the graphs to be added in layout. In this case, the browse button to the right of this text box becomes enabled and you can use it to browse for the graphs to be moved. However, if other options are selected for the Move Graphs From variable, this textbox will be read-only. You can see the names of the graphs that will be added, but you cannot edit the content of this text box. |
Number of Columns | col |
Input int |
|
Specifies the number of columns in layout. The graphs will be arranged on a row by col grid when added into layout. |
Number of Rows | row |
Input int |
|
Specifies the number of rows in layout. The graphs will be arranged on a row by col grid when added into layout. |
Direction | dir |
Input int |
|
Specifies the direction for arranging graph layers. Option list:
|
Horizontal Gap | xgap |
Input int |
|
Specifies the horizontal gap between adjacent layers. |
Vertical Gap | ygap |
Input int |
|
Specifies the vertical gap between adjacent layers. |
Left/Right Margin | xmg |
Input int |
|
Specifies the left/right margin to the new graph page. |
Top/Bottom Margin | ymg |
Input int |
|
Specifies the top/bottom margin to the new graph page. |
This X-Function merges the specified graphs into a new layout. In the new layout, the source graphs are arranged in a row by col grid.
Keywords:Layout