#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:
new
Priority: major | Milestone:
sage-5.2
Component: graphics | Resolution:
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:
Dependencies: | Stopgaps:
--------------------------------------------------------------+-------------
Comment (by ppurka):
Replying to [comment:20 jdemeyer]:
> Replying to [comment:19 ppurka]:
> > The resource leak seems to be a general problem with doctesting of 3d
plots. This ticket simply exposes the defect.
>
> So you think that the massive slowdown is caused by the few added
doctests here, not by the changes in code in this ticket? That could be
tested.
Yes. It will be good to test if `num_points=400` in the same doctest
command without this patch still leads to the massive slowdown. I can't
test it since it is apparently only visible on the solaris arch. The
command that is desired to be doctested is
{{{
sage: list_plot3d([(0,0,1), (2,3,4), (-1,-1,-1)],num_points=400) # long
time
}}}
There is one workaround (even with the resource leak) and that is to
decrease the value of `num_points` in the current patch.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12798#comment:21>
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.