#5733: bug in 3d plotting of graphs
--------------------------+-------------------------------------------------
Reporter: was | Owner: rlm
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.2
Component: graph theory | Keywords:
--------------------------+-------------------------------------------------
{{{
sage: G=Graph({'a':['a','b','b','b','e'],'b':['c','d','e'],'c':
sage: ['c','d','d','d'],'d':['e']})
sage: G.show3d()
Traceback (most recent call last):
...
ZeroDivisionError: float division
}}}
Reported by a...@mihailovs
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5733>
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
-~----------~----~----~----~------~----~------~--~---