-
Notifications
You must be signed in to change notification settings - Fork 1
Data Visualization
akollegger edited this page Oct 16, 2012
·
4 revisions
Graphs are inherently visual, classically represented with circles and lines. You've got graph data, how do you make the pretty pictures? As always, copy and modify.
For visualization, I recommend forking one of the demonstrations from Max De Marzi:
Neo4j's web UI provides a convenient graph visualization browser. No coding required. Just point Neo4j to your database directory, then open a browser, like so:
- edit
conf/neo4j-server.propertiesto changeorg.neo4j.server.database.location - start
./bin/neo4j start - open http://localhost:7474
- read about Neo4j's web interface in the Neo4j Manual
- Cypher & D3.js - simple graph layout
- Hiveplots of Neo4j - axis polarized graph layout
- Chord Diagram
- All Blog Posts
- d3.js - data driven documents