You can use a neo4j graphgist (which uses d3 + html5) for your own data too, and save the svg.
you can have a look at cy2neo which uses alchemy.js (built on top of d3) http://jexp.github.io/cy2neo/ which is a client-side-only tool. Adding SVG export to alchemy.js sounds like a good idea too. The Neo4j Browser doesn't support visualization export, you'll have to do it yourself. What exactly do you want to do? Am 26.08.2014 um 14:20 schrieb Álex González <[email protected]>: > Hi! > > Perhaps this is a completely newbie question, but I am visualising my data > with the cypher shell. I am sorry if it was asked before, but I couldn't find > anything. > > I have everything that I need there so I just want to export that SVG, to > whatever format I can (optimal would be to an html with d3). > > Is there an easy way of doing it? I saw that gist.neo4j.org has a button to > download the SVG, but there is not such option in the default neo4j console. > > I am interested in any kind of visualisation that I can get without too much > work (aka post processing). > > Thanks, > Álex González > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
