A wrapper for python of the graph drawing tool Graphviz. Note that it takes a lot of time to install in a Windows environment.
Install Graphviz from the Official Site.
~~ As of August 21, 2020, the latest version of graphviz-install-2.44.1-win64.exe in the following folder https://www2.graphviz.org/Packages/stable/windows/10/cmake/Release/x64/
The 2.44.1 (Cmake) version has a bug that does not include neato. As of August 21, 2020, the following is the latest version that includes neoto and does not issue a warning. https://www2.graphviz.org/Packages/stable/windows/10/msbuild/Release/Win32/graphviz-2.38-win32.msi
The 2.38 (msbuild) version of the installer does not have a PATH setting screen, so you can set it yourself.
Download the appropriate whl from the following and install it with pip. As of August 21, 2020, the following is the latest version. https://github.com/CristiFati/Prebuilt-Binaries/tree/master/PyGraphviz/v1.5/Graphviz-2.42.2 In the file name, the XX part of cpXX-cpXX indicates the python version. For Python 3.8, use cp38-cp38.
http://april.fool.jp/blogs/2013/12/17/graphviz%E3%81%A7%E3%82%AB%E3%83%83%E3%82%AF%E3%81%84%E3%81%84%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E6%8F%8F%E3%81%93%E3%81%86/
Recommended Posts