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.

Disable visualization of self-loops

In case a graph contains self-loops how can I disable the visualization of these self-loops inside either the neo4j browser or Bloom?

1 ACCEPTED SOLUTION

Have you taken a look at building your cypher query so that it doesn't return self loops? (and I'd turn off "connect result nodes" in the neo4j browser settings, just to make sure it doesn't add them back in, this option is ON by default)
3X_0_7_07f1921c9ad4c810590106c3ba2bd8b1601bf0c5.png

Can you share the meta graph and query?

View solution in original post

1 REPLY 1

Have you taken a look at building your cypher query so that it doesn't return self loops? (and I'd turn off "connect result nodes" in the neo4j browser settings, just to make sure it doesn't add them back in, this option is ON by default)
3X_0_7_07f1921c9ad4c810590106c3ba2bd8b1601bf0c5.png

Can you share the meta graph and query?