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:
|
| Double-Y Axes | dyaxes |
Input int |
|
True to enable Double-Y Axes |
| Input 2 | iy2 |
Input XYRange |
|
Specifies the 2nd input range. Available if dyaxes is true. |
| Plot Type 2 | type2 |
Input int |
|
Specifies the Input 2's graph type you want to plot. Available if dyaxes is true. |
| 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). |
| ogp |
Output GraphPage |
|
(2025)Output |
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.