# 语法教程 https://www.jianshu.com/p/e44885a777f0
digraph G {
graph[shape="box" fontsize=10 rankdir=LR]
node[shape="box" fontsize=10 color="black" bgcolor="red" distortion=.7]
edge[fontsize=10 fontcolor="black" color="#FF9999" style="filled" dir=none]
// VIZ TEMPLATE
}
# 语法教程 https://www.jianshu.com/p/e44885a777f0
digraph G {
graph[shape="box" fontsize=10 rankdir=LR]
node[shape="box" fontsize=10 color="black" bgcolor="red" distortion=.7]
edge[fontsize=10 fontcolor="black" color="#FF9999" style="filled" dir=none]
// VIZ TEMPLATE
}