I was talking recently with a few d3.js developers about writing an
interface to networkx. We noticed that the little sample graphic on
the networkx homepage uses d3 - is anyone aware of other existing work
in this area (before we re-invent the wheel)?
Thanks!
Dow
--
You received this message because you are subscribed to the Google Groups "networkx-discuss" group.
To post to this group, send email to networkx...@googlegroups.com.
To unsubscribe from this group, send email to networkx-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/networkx-discuss?hl=en.
See the example at
https://networkx.lanl.gov/trac/browser/networkx/examples/javascript
That generates the graphic on the networkx front page. It's not a
real interface between networkx and d3 but works for simple cases.
It uses networkx functions that export networkx data to d3-friendly
JSON formats:
http://networkx.lanl.gov/reference/readwrite.json_graph.html
which might help.
Aric
> --
> You received this message because you are subscribed to the Google
> Groups "networkx-discuss" group.
> To post to this group, send email to networkx-
> dis...@googlegroups.com.
It appears that Felix Kling has developped such an intermediate step between NetworkX and d3:
http://felix-kling.de/JSNetworkX/examples.html#example2