#6117: graph plotting with show ignores keyword 'talk'
--------------------------+-------------------------------------------------
Reporter: ekirkman | Owner: ekirkman
Type: defect | Status: new
Priority: major | Milestone: sage-4.0
Component: graph theory | Keywords:
--------------------------+-------------------------------------------------
Bug pointed out by Fidel Barrera-Cruz. Entering
{{{
g = graphs.PetersenGraph()
g.show(talk=True)
}}}
results in
{{{
TypeError: show() got an unexpected keyword argument 'talk'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6117>
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
-~----------~----~----~----~------~----~------~--~---