Closed bergel closed 3 years ago
m := RSMondrian new. m shape circle. m nodes: (1 to: 100). m line connectFrom: [ :nb | nb // 2 ]. m
Note that there is an edge builder in GT that we should probably use.
Note that there is an edge builder in GT that we should probably use.