最小化二分图的简单两行(或列)布局中的边交叉。
详细信息
通过首先根据顶点类型将顶点放置在两行中来创建布局。 然后使用杉山算法(参见layout_with_sugiyama()
)优化行中的位置,以最小化边交叉。
参见
其他图布局:add_layout_()
, component_wise()
, layout_()
, layout_as_star()
, layout_as_tree()
, layout_in_circle()
, layout_nicely()
, layout_on_grid()
, layout_on_sphere()
, layout_randomly()
, layout_with_dh()
, layout_with_fr()
, layout_with_gem()
, layout_with_graphopt()
, layout_with_kk()
, layout_with_lgl()
, layout_with_mds()
, layout_with_sugiyama()
, merge_coords()
, norm_coords()
, normalize()
作者
Gabor Csardi csardi.gabor@gmail.com