I am new to neo4j and I am trying to edit the GraSS file so that I can display nodes and relationship in different colors. Basically what I want is, nodes to have different colors based on certain properties of the node.
For example there is a Person node and it has an attribute 'Gender' then I want all the nodes with value of 'Gender' as male to be red and all the nodes with value of 'Gender' as female to be green. Can I achieve this by editing GraSS (Graph Style Sheets)