|
Refresh
|
Home EGTry.com
set default shapes and edges
dot
digraph G { node[shape=doublecircle]; edge[arrowhead=diamond]; step1 -> step2 -> step3; }