#12798: list_plot3d plots extraneous points at z=0 and doesn't take color or
rgbcolor as keywords
--------------------------------------------------------------+-------------
Reporter: ppurka | Owner:
jason, was
Type: defect | Status:
closed
Priority: major | Milestone:
sage-5.1
Component: graphics | Resolution:
fixed
Keywords: list_plot3d, sd40.5 | Work issues:
Report Upstream: N/A | Reviewers:
Karl-Dieter Crisman, Punarbasu Purkayastha
Authors: Punarbasu Purkayastha, Karl-Dieter Crisman | Merged in:
sage-5.1.beta4
Dependencies: | Stopgaps:
--------------------------------------------------------------+-------------
Comment (by kcrisman):
> This might have caused #13135.
I suppose it's possible. I don't understand why
{{{
sage: list_plot3d([(0,0,1), (2,3,4), (-1,-1,-1)],num_points=400) # long
time
}}}
doesn't, then. Maybe the interpolation type? It's only
{{{
f.default_value=0.0
}}}
that seems at all conceivable as a culprit. Weird.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12798#comment:16>
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.