cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to export my cypher graph as png without using export option on the desktop app?

I am working py2neo and I need to export graph result as png but I do not want to use neo4j. I need python code or  cypher code.

 

2 REPLIES 2

You will need something to render your data and export the visualization. You can look at the following references:

https://github.com/neo4j-labs/neodash

https://neo4j.com/developer/tools-graph-visualization/

I am very appreciated to your response. However, I need something that I can use in python.