Describe the bug
On a few collections, we have sigma js network visualizations that have misplaced nodes. Edges point to blank space, and nodes are hovering arbitrary. Here's an example from sigma:

The same thing appears when the GEXF file is opened in Gephi:

The original GRAPHML file (pre GraphPass transformation), however, has edges properly connected to nodes.
Something is going awry with GraphPass, presumably in the x/y placement of nodes.
To Reproduce
Find a broken collection. There doesn't seem to be a universal rhyme or reason for why this happens.
@greebie I will send you the before/after file of the collection above, so you can work on GraphPass to fix it.
Expected behavior
Edges and nodes should connect. 😄
Desktop/Laptop (please complete the following information):
@ruebot and I have reproduced this on Safari, Chrome, and Firefox on both Linux and Windows. The Gephi test pretty firmly indicates that it is a GraphPass related issue.
Describe the bug
On a few collections, we have sigma js network visualizations that have misplaced nodes. Edges point to blank space, and nodes are hovering arbitrary. Here's an example from sigma:
The same thing appears when the GEXF file is opened in Gephi:
The original GRAPHML file (pre GraphPass transformation), however, has edges properly connected to nodes.
Something is going awry with GraphPass, presumably in the x/y placement of nodes.
To Reproduce
Find a broken collection. There doesn't seem to be a universal rhyme or reason for why this happens.
@greebie I will send you the before/after file of the collection above, so you can work on GraphPass to fix it.
Expected behavior
Edges and nodes should connect. 😄
Desktop/Laptop (please complete the following information):
@ruebot and I have reproduced this on Safari, Chrome, and Firefox on both Linux and Windows. The Gephi test pretty firmly indicates that it is a GraphPass related issue.