Ditch graphviz python module in favor of libgvc + ctypes
By using directly the C bindings to graphviz, we are able to return the drawed graph as a string buffer in whatever format, which was not possible with the SWIGified python interface. Returning the drawed graph as a buffer is useful in doing animations, among other things.
Please register or sign in to comment