美文网首页
graphviz sample

graphviz sample

作者: beihaott | 来源:发表于2020-12-20 00:16 被阅读0次

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

}

相关文章

网友评论

      本文标题:graphviz sample

      本文链接:https://www.haomeiwen.com/subject/qwehnktx.html