Hi,

It seems to me that the show method for DiGraphs is not working
correctly in Sage 3.4.

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

1. The first call to show draws the graph with an edge missing.
2. The second call produces edges with no arrows.
3. Why should these be different?
4. In the second call, there should not be loops at each vertex.

David
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to