Yes, if I do it this way it “works” without giving an error, but if I add the neato part the Image can not be opened.
The file input:
digraph G { a }
The Command I used:
dot .\t.gv | gvpr -c 'E[]{}' | neato -n2 -Tpng >t.png
Yes, if I do it this way it “works” without giving an error, but if I add the neato part the Image can not be opened.
The file input:
digraph G { a }
The Command I used:
dot .\t.gv | gvpr -c 'E[]{}' | neato -n2 -Tpng >t.png