Hello everyone, I'm still pretty new to Neo4J en Neoclipse, but I'm a bit confused about the visualisation of Neoclipse.
The situation: I created about 500 nodes. Once all nodes were created, I sorted them using the Index on date. I looped over the sorted nodes and created a straight-line relation like this: Node 5 ----> Node 2 ----> Node 1 ----> Node 3 ----> Node 4 etc... So the nodes are in a different order then they were created. Although, when I want to visualise them, it only shows me Node 2 ----> Node 1 ----> Node 3 All others are ignored. First i checked if there was a relation missing, but that's not the problem. I connected all the nodes with a single node (the IS-A-NODE relation) and there I can see that all the relations are correct. Why does Neoclipse only shows the nodes connected to my first node, and ignores all others? I also tried to create 5 nodes, and create relations in the correct order: Node 1 -----> Node 2 -----> Node 3 etc... Neoclipse is only showing: Node 1 -----> Node 2 How can I make Neoclipse showing everything, without creating relations for all the nodes to 1 general node. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neoclipse-not-showing-all-nodes-tp3488227p3488227.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

