python noob here.
I am trying to figure out which module has a lesser learning curve. the gv module which comes as a language bindings with graphviz or pygraphviz.
does pygraphviz internally use gv warranting me to install both?
http://www.graphviz.org/pdf/gv.3python.pdf
thanks
I liked
pydotand then used the output to either pipe it into graphviz (dot) or used the builtin spawn methods. It had a simpler interface in my opinion.