I've created a graphml file with shape node and dependencies. As I described predecessor in the file (with edge attribute : <edge id="e0" source="n0" target="n1"> ) I would like to know if it exist a way for yed to resolve automatically the position of each shape
In other way I don't want to supply the x and y attribute but with my dependancies I would like to find a way with yed to generate the graph.
Thanx