#5121: major bug in plot command
----------------------+-----------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.4
Component: graphics | Keywords:
----------------------+-----------------------------------------------------
{{{
sage: E = EllipticCurve('37a')
sage: plot(E)
sage: plot(E, xmin=25,xmax=25)
Traceback (most recent call last):
...
AttributeError: 'SymbolicEquation' object has no attribute '_fast_float_'
}}}
This broke David Hansen's thesis. It also caused me a lot of embarasement
during my talk at Sage Days 12!!!
It is a new bug introduced by some plot refactoring recently.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5121>
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
-~----------~----~----~----~------~----~------~--~---