2.10.24 plotcpack


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

0
Specify data type to present the hierarchic organization.

Option list:

  • 0=edgelist: Edge Lists

In this data structure, there are four columns for "Child Node", "Parent Node", "All Nodes", "Value" respectively.

  • 1=multlevels: Multiple Levels

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

<active>
Specify th input data range for the Circular Packing plot.
Size base on unit

Input

int

0
Specify how to apply the value for each leaf, as the circle area or radius.

Option list:

  • 0=area:Area
  • 1=radius:Radius
Add Root Node root

Input

int

0
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.