IGraphM icon indicating copy to clipboard operation
IGraphM copied to clipboard

Self loops and multiedges (experimental)

Open kubaPod opened this issue 1 year ago • 1 comments

It is not ready yet but quite nice already:

IGGraphEditor[ 
  Graph[{1 -> 1, 1 -> 1, 1 -> 1, 2 -> 2, 1 -> 2, 1 -> 2, 1 -> 2,   2 -> 3, 3 -> 1}], 
  VertexLabels -> "Name"
]

image

kubaPod avatar Jul 04 '22 11:07 kubaPod

todo:

  • [ ] plot range snaps in a non user friendly way
  • [x] undirected edges are not handled well: IGGraphEditor[Graph[{2 <-> 1, 1 <-> 2, UndirectedEdge[1, 2]}]]

kubaPod avatar Jul 04 '22 11:07 kubaPod