#11648: Contour plot cannot deal with non-real numbers
---------------------------+------------------------------------------------
Reporter: eviatarbach | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.2
Component: graphics | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
---------------------------+------------------------------------------------
When trying to contour_plot a function that can return non-real numbers,
such as
{{{
sage: contour_plot(log(x) + log(y), (-1000, 1000), (-1000, 1000))
}}}
the following error is returned:
{{{
TypeError: can't convert complex to float
}}}
Sage should print a warning and skip over the those points. This is the
way R behaves.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11648>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.