Hello everyone,
I'm looking for a way to draw partially ordered graphs with multiple edges in Mathematica : typically, I would like to draw Dynkin diagrams.
More precisely, this is the property of the graph I'm trying to construct :
- The graph can have simple and/or multiple edges
- If an edge is simple, then it is undirected
- If an edge is multiple, then it is directed
Typical exemples of such diagrams can be seen on this page.
I tried with Graph, AdgencyGraph and GraphPlot, but I did'nt work out a solution. Does anyone have an idea ?
Thanks.