"GravityEmbedding" (图的布局方法)
- GraphLayout 的顶点布局.
- 使用重力嵌入来布置图的顶点.
详细信息和子选项
- 重力嵌入是一种图形绘制技术,用于放置图的顶点,以便当每个顶点具有电荷和质量并且每条边对应于弹簧时,使机械能、电能和重力能最小化.
- 重力嵌入通常用于布置具有根顶点的大型复图.
- 顶点可以嵌入到
中.
- The following model parameters can be given:
-
"RepulsiveForcePower" repulsive force constant "SpringConstant" spring constant - The following graph parameters can be given:
-
"RootVertex" root vertex - Possible settings to control the energy minimization process include:
-
"EnergyControl" how the energy function is controlled during minimization "InferentialDistance" cutoff distance for inference from faraway vertices "MaxIterations" maximum number of iterations "RandomSeed" seed for the random generator for initial vertex placement "StepControl" how step lengths are modified during energy minimization "StepLength" initial step length used in moving the vertices "Tolerance" tolerance used in terminating the process - Possible settings to control the layout include:
-
"Rotation" Automatic layout rotation
