Commit 239f0f8a authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] remove hack.

parent 74a2e7aa
......@@ -224,7 +224,7 @@ convert (GraphData r) = SigmaGraphData {nodes, edges}
, size : toNumber n.size
, label : n.label
, x : n.x -- cos (toNumber i)
, y : n.confluence -- sin (toNumber i)
, y : n.y -- sin (toNumber i)
, color : intColor $ cDef n.attributes
}
where
......
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