#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: needs_review
Priority: major | Milestone: sage-5.1
Component: graphics | Resolution:
Keywords: list_plot3d, sd40.5 | Work issues:
Report Upstream: N/A | Reviewers: Karl-Dieter Crisman
Authors: Punarbasu Purkayastha | Merged in:
Dependencies: | Stopgaps:
-----------------------------------------+----------------------------------
Comment (by kcrisman):
Okay, I think this idea is okay. William says to defer to what
Mathematica appears to do, since this is where the function was inspired,
many years ago.
{{{
There will be holes in the surface corresponding to array elements that do
not represent explicit height values.
}}}
And see [http://reference.wolfram.com/mathematica/ref/ListPlot3D.html
here], the second example - clearly not continued beyond the three points
given.
----
But I can't get it to work.
{{{
sage: list_plot3d([(0,0,1), (2,3,4)], color='black')
sage: list_plot3d([(0,0,1), (2,3,4)], color='black', rgbcolor='#0f0')
sage: list_plot3d([(0,0,1), (2,3,4)], rgbcolor='#0f0')
sage: list_plot3d([(0,0,1), (2,3,4)], rgbcolor='#fff')
sage: list_plot3d([(0,0,1), (2,3,4), (-1,-1,-1)], rgbcolor='#fff')
sage: list_plot3d([(0,0,1), (2,3,4), (-1,-1,-1)], rgbcolor='#00f')
sage: list_plot3d([(0,0,1), (2,3,4), (-1,-1,-1)], color='black')
}}}
None of these really seemed to look like what I wanted, or even sometimes
to have anything plot. Am I using this incorrectly?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12798#comment:7>
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.