With no previous experience of Graph
, I tried to reproduce your diagrams using Graph
, and soon met puzzling behaviour:
Graph[{Style[1 -> 1, Blue],
1 -> 1,
Style[1 -> 1, Red],
Style[1 -> 1, Red, Dashed]}]
Why do all edges come out blue? Why is the Dashed
ignored?