#5248: edge_colors does not work on loops
--------------------------+-------------------------------------------------
Reporter: mhampton | Owner: rlm
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: graph theory | Keywords: graphs
--------------------------+-------------------------------------------------
The following example illustrates the problem. Loops are treated
seperately, and not correctly colored (they are always black).
{{{
g = graphs.CompleteGraph(3)
g.loops(True)
g.add_edge(0,0)
c_dict = {"red":[(0,0)], "blue":[(0,1),(1,2),(0,2)]}
show(g.plot(edge_colors = c_dict))
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5248>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---