2.10.30 plotcpack
Contents
Menu Information
Plot > Categorical: Circular Packing
Brief Information
Plot circular packing graph that can used to visualize a hierarchic organization.
Additional Information
Minimum Origin Version Required:2022b SR0
Command Line Usage
plotcpack irng:=[Book614A]Sheet1!1:4 type:=multlevels unit:=radius root:=1;
X-Function Execution Options
Please refer to the page for additional option switches when accessing the x-function from script
Variables
| 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. |
Description
For GUI access of this X-Function and further customization of the circular packing graph, please refer to this help file.