Python interface to Graphviz
conda install -c conda-forge pygraphviz
conda install -c conda-forge/label/gcc7 pygraphviz
conda install -c conda-forge/label/cf201901 pygraphviz
conda install -c conda-forge/label/cf202003 pygraphviz
PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. PyGraphviz provides a similar programming interface to NetworkX (http://networkx.github.io).