Plot > Categorical: Chord Diagram
Create Chord plot
Minimum Origin Version Required: 2021
plot_chord rowpos:=label label:="Long Name" colpos:=selcol1 ogl:=<new template:="chord">;
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | irng |
Input Range |
|
Specify Z-values or an existing virtual matrix to plot. |
Data Layout | format |
Input int |
|
Specify which way to set the Y-values or X-values .
Option list:
|
Y Values in / X Values in | rowpos |
Input int |
|
Specify the row for Y(or X)-values. Whether Y or X-values are specified is determined by the value of format.
Option list:
|
Y Range / X Range | rowrng |
Input Range |
|
Specify a row for Y(or X)-values. rowrng should be specified only when rowpos is set to 4. |
Column Label | label |
Input string |
|
Specify a string for Column Label whose row is used as Y(or X)-values. label should be specified only when rowpos is set to 3. It needs to use a single character to specify the column label row in script. |
X Values in / Y Values in | colpos |
Input int |
|
Specify the column for X(or Y)-values. Whether X or Y-values are specified is determined by the value of format.
Option list:
|
X Range / Y Range | colrng |
Input Range |
|
Specify a column for X(or Y)-values. colrng should be specified only when colpos is set to 4. |
This X-Function is used to create the Chord plot. Also see menu deails here.