我有一组用DOT语言编码的有向图.我想构建一个图形图形,使得超图中的每个节点都是这些有向图之一.有没有办法在GraphViz框架内执行此操作?
我知道这gvpack将允许我将多个图组装成一个.dot文件.但我不知道它是否允许我在这些图之间声明边缘.
I need to draw a diagram with graphviz/dot where there are common edge types between nodes and am trying to find a way to define a label for each type of edge and then use that label multiple times in the diagram.
For example imagine the traditional ceiling fan FSM example where it's initially in state OFF and every time someone pulls the cord it changes to a new state based on the speed of the fan:
Pull Pull Pull …Run Code Online (Sandbox Code Playgroud)