Skip to content
  • Tiago Peixoto's avatar
    Ditch graphviz python module in favor of libgvc + ctypes · aa38e9f0
    Tiago Peixoto authored
    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.
    aa38e9f0