i need the following functionality from a graph library:- create a custom directed graph- get all nodes in a graph- get all neighbors of a particular node- plot graph (to svg, png, dot file) (is nice to have)
There is also the http://github.com/gonum/graph library, but I haven't used it. Looks like the last commit was in April.