#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.0    
      Component:  graphics               |    Resolution:              
       Keywords:  list_plot3d            |   Work issues:              
Report Upstream:  N/A                    |     Reviewers:              
        Authors:  Punarbasu Purkayastha  |     Merged in:              
   Dependencies:                         |      Stopgaps:              
-----------------------------------------+----------------------------------
Changes (by {'newvalue': u'Punarbasu Purkayastha', 'oldvalue': ''}):

  * status:  new => needs_review
  * author:  => Punarbasu Purkayastha


Old description:

> 1. `list_plot3d` plots extra points at the horizontal x-y plane. This
> seems to stem from the default value of 0.0 that is assigned in the code.
> See [https://groups.google.com/d/topic/sage-devel/RAdolRdjSTk/discussion
> this post].
>
> 2. This function also does not take in `color` or `rgbcolor` as keywords.
> Rest of the plot commands including `plot`, `list_plot`, `plot3d` do take
> in these keywords.

New description:

 1. `list_plot3d` plots extra points at the horizontal x-y plane. This
 seems to stem from the default value of 0.0 that is assigned in the code.
 See [https://groups.google.com/d/topic/sage-devel/RAdolRdjSTk/discussion
 this post].

 2. This function also does not take in `color` or `rgbcolor` as keywords.
 Rest of the plot commands including `plot`, `list_plot`, `plot3d` do take
 in these keywords.

 Attached patch fixes both these problems.
 ----
 Apply
 [attachment:trac_12798-fix_extraneous_points_and_kwds_in_list_plot3d.patch]
 to `devel/sage`.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12798#comment:1>
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.

Reply via email to