#12904: colors from rainbow don't work in 3d plots
------------------------+---------------------------------------------------
   Reporter:  kcrisman  |             Owner:  jason, was
       Type:  defect    |            Status:  new       
   Priority:  major     |         Milestone:  sage-5.1  
  Component:  graphics  |          Keywords:            
Work issues:            |   Report Upstream:  N/A       
  Reviewers:            |           Authors:            
  Merged in:            |      Dependencies:            
   Stopgaps:            |  
------------------------+---------------------------------------------------
 {{{

 ----------------------------------------------------------------------
 | Sage Version 4.8, Release Date: 2012-01-20                         |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: R = rainbow(1)
 sage: R[0]
 '#ff0000'
 sage: P = plot(x,color=R[0])
 sage: P  # all is well
 sage: P = plot3d(x,(0,1),(0,1),color=R[0])
 ValueError: unknown color '#ff0000'
 sage: P = plot3d(x,(0,1),(0,1),color=Color(R[0]))
 sage: P # all is well
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12904>
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