Plot > Categorical: Circular Packing
Plot circular packing graph that can used to visualize a hierarchic organization.
Minimum Origin Version Required:2022b SR0
plotcpack irng:=[Book614A]Sheet1!1:4 type:=multlevels unit:=radius root:=1;
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 |
---|---|---|---|---|
Data Type | type |
Input int |
|
Specify data type to present the hierarchic organization.
Option list:
In this data structure, there are four columns for "Child Node", "Parent Node", "All Nodes", "Value" respectively.
In this data structure, there are at least two columns. Node names of each level are stored in different columns, last column stores the values for the size of leaf nodes. |
Input | irng |
Input Range |
|
Specify th input data range for the Circular Packing plot. |
Size base on | unit |
Input int |
|
Specify how to apply the value for each leaf, as the circle area or radius.
Option list:
|
Add Root Node | root |
Input int |
|
Specify whether add the root node to encircle all circles. |
For GUI access of this X-Function and further customization of the circular packing graph, please refer to this help file.