Visualizing a Network with Cypher and D3.js by Max De Marzi.
From the post:
We’ve seen some pretty nice visualizations of nodes and their immediate neighbors, but we want to be able to visualize more. So we’re going to prepare a 200 node network, use Cypher to extract the data we want and visualize it with D3.js.
Be sure and take the concluding advice about refreshing the Heroku based page. You won’t be disappointed.