Plot: 2D: Trellis
Create a multipanel trellis plot using group variables
Minimum Origin Version Required: 2017
1. plot_group type:=scatter horz:=col(2);
2. plot_group type:=3 vert:=!3 color:=!4;
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 |
---|---|---|---|---|
Input | iy |
Input XYRange |
|
Specifies the input range. |
Plot Type | type |
Input int |
|
Specifies the graph type you want to plot. Option list:
|
Horizontal | horz |
Input Range |
|
Specifies the group column(s) that is used to categorize the input data and will be displayed in horizontal arranged panels. By default, there is a 50 panel limit, as determined by system variable @NOP. |
Vertical | vert |
Input Range |
|
Specifies the group column(s) that is used to categorize the input data and will be displayed in vertical arranged panels. By default, there is a 50 panel limit, as determined by system variable @NOP. |
Variable to Color Data Points | color |
Input Range |
|
Specifies the column used to color-map the plot. |
Graph Template | template |
Input string |
|
Specifies the template used to create the group plot. Default template used is grouped.otp (installed in Origin EXE folder). |
This X-Function creates a trellis-like graph. Input data is grouped into multiple panels by specified group column(s). Please refer to trellis graph for more details.