szhorvat / IGraphM

IGraph/M is the igraph interface for Mathematica
http://szhorvat.net/mathematica/IGraphM
Other
90 stars 17 forks source link

Self loops and multiedges (experimental) #119

Closed kubaPod closed 2 years ago

kubaPod commented 2 years ago

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 commented 2 years ago

todo: