On Monday, November 30, 2015 at 1:25:40 PM UTC+1, Weijian Zhang wrote: > > Dear all, > > I really like the force-directed graph example in d3 <https://d3js.org/>. > See http://bl.ocks.org/mbostock/4062045 > A user can drag the nodes and move the graph around. > > I am wondering if we can do something similar just with Julia? Is there a > Julia package for this? >
There is some work on interfacing D3 with julia -> https://github.com/jverzani/DThree.jl
