Q. How can we fix the path problem of Graphviz for Windows (e.g., graphviz-2.20.2.exe)?
A. There are two soluations:
Go to Environment Variables. Click Path and replace the wrong part with
;C:\Program Files\Graphviz2.20\bin;
In "setting.txt," modify dotCommand part in the tab-separated format:
/dotCommand C:\Program Files\Graphviz2.20\bin\dot.exe