| Author |
Comment/Response |
chester
|
10/26/05 08:43am
Hi,
I have a problem in drawing self-loops with Mathematica.
For example consider the following:
<< DiscreteMath`GraphPlot`;
simpleCicle = FromAdjacencyLists[{{1}, {3}, {}}, Type -> Directed];
GraphPlot[simpleCicle, EdgeStyleFunction ->Automatic, VertexStyleFunction -> Automatic];
Why the edge {1,1} is not displayed?
Note:
Edge[simpleCicle]
gives me back correctly {{1,1},{2,3}}.
So why the edge {1,1} is not displayed?
Thank you,
chester
URL: , |
|