How to export my cypher graph as png without using export option on the desktop app?
‎09-13-2022 01:28 AM
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
‎09-13-2022 02:50 AM
You will need something to render your data and export the visualization. You can look at the following references:
‎09-13-2022 03:11 AM
I am very appreciated to your response. However, I need something that I can use in python.