I tried outputting one of my DiGraphs as follows:
A=nx.drawing.nx_agraph.to_agraph(Graph)
nx.drawing.nx_agraph.write_dot(dot_filename)
However I got :
ImportError: ('requires pygraphviz ', 'http://pygraphviz.github.io/')
Anaconda command windows says
graphviz 2.38.0 0 is already installed..
Can anybody help who managed to use Graphviz through Anaconda?
You can try this:
conda install -c pdrops pygraphviz=1.2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With