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"] }
时间: 2024-11-07 20:20:56