On 03/19/2014 02:44 PM, [email protected] wrote: > Hello Graph-Tool > > I had experience with networkx , but due to performance requirements i am > thinking about trying graph-tool. > > My main goal it to generate network graph for email communications , > but i need to make it available online as interactive networks so i want to > know if json serialization available? > > I will use sigma.js http://sigmajs.org/ to render network graphs like this : > http://exploringdata.github.io/info/npm-packages-dependencies/ > > I would be very grateful if i can have pointers for that.
Unfortunately, built-in json serialization is not yet supported, only graphml. You would have to write your own exporter... Best, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
