graphviz sample

2020-12-20  本文已影响0人  beihaott

digraph g{ nodecompound=true

margin="0,0"

rankdir =TB

node[shape=record]

edge[style=dashed,arrowsize=.5]

tld [

label = "{tld|

<i1>name|

<i2>tag-class|

<i3>arribute

}"

]

custom_tag -> tld

tld:i1 -> tag_name

tld:i2 -> class

tld:i3 -> arguments

}

上一篇 下一篇

猜你喜欢

热点阅读