I recently did some work getting Julia to interact with plotly.js. Here are some screenshots:
https://groups.google.com/d/msg/julia-users/ix5fxt68rwM/Fry-zRVICQAJ The same concept can be used to get Julia to interact with d3.js (and that was the motivation for the PlotlyJS stuff). PlotlyJS is still early stages though: https://github.com/EricForgy/PlotlyJS.jl On Monday, November 30, 2015 at 9:11:13 PM UTC+8, Simon Danisch wrote: > > If you have the physics code ready, this should be really easy to do in > GLVisualize. > I'm about to merge some important rebuild and writing up docs right now, > which is why it's not released, but here is a teaser: > http://julialang.org/blog/2015/10/glvisualize/ > > Best, > Simon > > > Am Montag, 30. November 2015 13:25:40 UTC+1 schrieb Weijian Zhang: >> >> 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? >> >> Thanks, >> >> Weijian >> >> >>
