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 sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---