0
votes

I have created nodes and relationships in neo4j. I can return all by using match (n) return n and then change the colors and sizes of nodes/relationships by clicking on buttons in the browser.

Can you define this in your match and return query before the visualization is displayed?

1

1 Answers

2
votes

No. The presentation and visualization has nothing to do with the database or the executed Cypher, that's defined solely in the application used to perform the visualization.