Plot: Categorical: Grouped Floating Bar
Plot grouped floating bar chart
plot_gfloatbar -r 1 subgroup:=label label:=L type:=column;
Minimum Origin Version Required: 2020
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 |
|
The input XYRange data to plot by group. This is the data which actually gets plotted. |
Subgroup | subgroup |
Input int |
|
Specify the method of dividing subgroup. Option List:
|
Size | size |
Input int |
|
When Subgroup is set to By Size, you can specify subgroup by data size. For example, when set Size:=3, that means each three value in a row as a subgroup and used to plot a float bar in the graph. |
Column Label | label |
Input int |
|
When Subgroup is set to By Column Label, you can specify subgroup by the column label. Option List:
|
Plot Type | type |
Input int |
|
Specify the plot type to plot the graphs. Option List:
|
Output Data | rd |
Input ReportData |
|
Specify where to output the calculated data. |
Keywords:float bar