2.10.3 plot_chord


Menu Information

Plot > Categorical: Chord Diagram

Brief Information

Create Chord plot

Additional Information

Minimum Origin Version Required: 2021

Command Line Usage

plot_chord rowpos:=label label:="Long Name" colpos:=selcol1 ogl:=<new template:="chord">;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input irng

Input

Range

<active>
Specify Z-values or an existing virtual matrix to plot.
Data Layout format

Input

int

0
Specify which way to set the Y-values or X-values .

Option list:

  • 0=Radio:yacross:Link from row to column
The link starts from the specified value in rows, and the link ends at the specified value in columns.
  • 1=xacross:Link from column to row
The link starts from the specified value in columns, and the link ends at the specified value in rows.
Y Values in / X Values in rowpos

Input

int

<auto>
Specify the row for Y(or X)-values. Whether Y or X-values are specified is determined by the value of format.

Option list:

  • 0=none:None,
  • 1=selrow1:1st row in selection
  • 2=wksrow1:1st row in sheet
  • 3=label:Column Label
  • 4=custom:Custom
Y Range / X Range rowrng

Input

Range

<unassigned>
Specify a row for Y(or X)-values. rowrng should be specified only when rowpos is set to 4.
Column Label label

Input

string

<unassigned>
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

None
Specify the column for X(or Y)-values. Whether X or Y-values are specified is determined by the value of format.

Option list:

  • 0=none:None,
  • 1=selcol1:1st column in selection,
  • 2=wkscol1:1st column in worksheet,
  • 3=xcol:X column to left of selection,
  • 4=custom:Custom
X Range / Y Range colrng

Input

Range

<unassigned>
Specify a column for X(or Y)-values. colrng should be specified only when colpos is set to 4.


Description

This X-Function is used to create the Chord plot. Also see menu deails here.