#5368: plot3d is broken when variables not given
----------------------+-----------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.4
Component: graphics | Keywords:
----------------------+-----------------------------------------------------
Comment(by was):
This is (probably) because fast_float isn't being used for some weird
reason:
{{{
sage: var('x,y')
(x, y)
sage: plot3d(x*y^2 - sin(x), (-1,1), (-1,1))
^CControl-C pressed. Interrupting Maxima. Please wait a few seconds...
Exception exceptions.KeyboardInterrupt: KeyboardInterrupt() in ignored
^C^CControl-C pressed. Interrupting Maxima. Please wait a few seconds...
^CControl-C pressed. Interrupting Maxima. Please wait a few seconds...
^CControl-C pressed. Interrupting Maxima. Please wait a few seconds...
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5368#comment:2>
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
-~----------~----~----~----~------~----~------~--~---