Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在谷歌上搜索了很长一段时间,但我找不到任何东西。如何使用 Graphviz 绘制没有顶点连接的图形?
像这样:
digraph g { SingleNode; }
简单地不定义将节点连接到其他节点的任何边 ( SingleNode -> OtherNode)。
SingleNode -> OtherNode