| Refresh | Home EGTry.com

from dot file to image file


hello

command line

dot -Tpng hello.gv -o hello.png


dot language file hello.gv

digraph G {
 step1 -> step2 -> step3;
}