Commit cff6793a authored by PkSM3's avatar PkSM3

x and y inverted

parent 8a351ffa
......@@ -231,6 +231,8 @@ function dictfyGexf( gexf , categories ){
x = parseFloat(positionNode.getAttribute('x'));
y = parseFloat(positionNode.getAttribute('y'));
}// [ / get Coordinates ]
x = x*-1
y = y*-1
// [ get Colour ]
var colorNodes = nodeNode.getElementsByTagName('color');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment