Hello!
Thank you for this great software!
Today I encountered the following situation for the first time, that the following graph is not displayed properly.
Unfortunately, I can only guess that it is due to " {rank=same node1 node2} " or " shape=record ", because the graph is displayed as soon as either of those is removed.
Perhaps you know what the problem is and want/can quickly identify the issue.
Many thanks again and
Best regards
Michael
Problematic Graph:
digraph main {
layout="dot"
splines="spline";
subgraph cluster_1{
node1 [label="{test}",shape=record]
node2 [shape=none]
node1->node2 [dir=back]
{rank=same node1 node2}
}
}
Hello!
Thank you for this great software!
Today I encountered the following situation for the first time, that the following graph is not displayed properly.
Unfortunately, I can only guess that it is due to " {rank=same node1 node2} " or " shape=record ", because the graph is displayed as soon as either of those is removed.
Perhaps you know what the problem is and want/can quickly identify the issue.
Many thanks again and
Best regards
Michael
Problematic Graph:
digraph main {
layout="dot"
splines="spline";
}