【发布时间】:2020-06-10 15:41:46
【问题描述】:
我无法为记录节点分配相同的等级。如果没有node [shape=record],该图将起作用。取消注释该行并出现lost B C edge 错误。
graph {
rankdir=LR
// uncommenting the following line gives "lost B C edge" error
// node [shape=record]
A--B
A--C
B--C
{
rank=same
B
C
}
}
我确实需要在我的实际图表中记录形状。我不只是用它来获得节点的矩形形状。
【问题讨论】: