ELMAHDY BOUSMITI
ELMAHDY BOUSMITI

Reputation: 1

How can I save Neo4j output graph into a PNG or SVG file using only the terminal/command line?

I'm using the Neo4j Driver Web Browser, and when i execute any command, it gives me the option to download an SVG or PNG file. I want to download this PNG or SVG file only using Neo4j in the command line, not with the GUI browser. Can you please help me with this? I am trying to find a command in Neo4j Driver that can save the output graph into a PNG or SVG file using the terminal/command line.

Upvotes: -1

Views: 873

Answers (1)

cybersam
cybersam

Reputation: 67044

The Neo4j Browser and a Neo4j Driver are two different things.

Since the Neo4j Browser can display visualizations, it can provide ways to download image captures of those visualizations.

But the Driver API has no visualization capabilities. So it does not make sense to expect it to provide any means to download image captures.

[UPDATE]

Neo4j documents a number of non-neo4j graph visualization tools that you may find useful.

Upvotes: 0

Related Questions