Configure node size¶
UI • interface
Configures the column, the minimum and the maximum that are used for sizing the nodes by default.
Note that larger nodes are more likely to have their title drawn in the network view.
Usage¶
The following are the step's expected inputs and outputs and their specific types.
Step signature
configure_node_size(*relevance: number|date, {"param": value})
where the object {"param": value}
is optional in most cases and if present may contain any of the parameters described in the
corresponding section below.
Inputs¶
*relevance: column:number|date
Parameters¶
min: number = 0.1
Sets the minimum value of the node size.
Range: 0.01 ≤ min ≤ 1.5
max: number = 0.6
Sets the maximum value of the node size.
Range: 0.01 ≤ max ≤ 1.5