Drawing Neo4J graphs with D3 - NicMcPhee/MICS-2014-GraphDB-EC GitHub Wiki
D3 is a pretty excellent JS toolkit for visualizations. It takes in JSON notation, which makes it a really nice fit for data exported from Neo4J queries. We'll want our graphs in PDF form for publication, and this page (http://d3export.cancan.cshl.edu/) seems to give us the tools/info we'd need.
http://maxdemarzi.com/2012/02/13/visualizing-a-network-with-cypher/
http://maxdemarzi.com/2012/02/02/graph-visualization-and-neo4j-part-three/
http://maxdemarzi.com/2012/10/11/hubway-data-visualization-challenge-with-neo4j/
Hiveplots might be cool: http://bost.ocks.org/mike/hive/ and http://www.hiveplot.com/ and http://maxdemarzi.com/2012/03/26/visualizing-a-set-of-hiveplots-with-neo4j/