#10356: bipartite graph doesn't label a vertex when showing it
----------------------------+-----------------------------------------------
Reporter: jason | Owner: jason, ncohen, rlm
Type: defect | Status: new
Priority: major | Milestone: sage-4.6.2
Component: graph theory | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by gbe):
It looks like there's a bigger problem here:
{{{
sage: a=BipartiteGraph(matrix(2,2,[1,0,1,0]))
sage: a
Bipartite graph on 3 vertices
sage: a.vertices()
[0, 2, 3]
}}}
It can't be a coincidence that the missing vertex in a.vertices() is also
the vertex missing a label. Of course, this may raise the question of why
the fourth vertex is being drawn in the first place; however, I don't know
enough about how graphs are drawn to be certain of that.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10356#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.