graphviz hello world

digraph g {
    label="hello world example"
    bgcolor="#00FFD529"//RGBA
    h [label="Hello",shape=folder,color=blue,fontsize=30,style=filled,fillcolor=pink]
    w [label="World",shape=signature]

    h->w [label="basic",
        penwidth=2.0,
        dir=both,
        fontcolor=firebrick,
        arrowhead=lcrow,
        arrowtail=diamondcurve,
        color="green:red;0.5:blue"]
}

posted @ 2017-05-12 17:34  fndefbwefsowpvqfx  阅读(143)  评论(0编辑  收藏  举报