| Author |
Comment/Response |
Andy Drizen
|
07/28/09 3:00pm
Hi All,
I'm new to Mathematica and I'm trying to figure out how to draw a custom graph. I have a list of edges and colours I want those edges to be, but I can't seem to figure out how to plot them! Suppose I want, for example, the following red edges:
[1,2]
[3,4]
[5,6]
and the following blue edges:
[2,3]
[4,5]
[6,1]
[1,7]
How would I do this?
Many thanks,
Andy
URL: , |
|