Hi,

I was a bit surprised by the difference exhibited below:

sage: G = DiGraph({1:{2: 2}, 2:{1:1}})
sage: G.show()
sage: DiGraph(G.laplacian_matrix()).show()

The latter draws multiple edges.

Dave
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to