CODE:
Graph[{Style[0 -> 1, Red], Style[0 -> 1, {Blue, Dashed}]}]
This Mathematica code will make both lines solid Red, since they belong to the same two vertices and have the same direction.
I want one of them to be red, the other blue dashed for instance. How can I do this?
Comments
Post a Comment