#9708: Jmol options to plot3d are not passed on to show
-------------------------------+--------------------------------------------
       Reporter:  was          |         Owner:  jason, was
           Type:  defect       |        Status:  new       
       Priority:  major        |     Milestone:  sage-5.1  
      Component:  graphics     |    Resolution:            
       Keywords:  plot3d mesh  |   Work issues:            
Report Upstream:  N/A          |     Reviewers:            
        Authors:               |     Merged in:            
   Dependencies:               |      Stopgaps:            
-------------------------------+--------------------------------------------

Comment (by kcrisman):

 This just came up again (see [http://aleph.sagemath.org/?q=36ba599a-ded6
 -4afe-97da-2a16b4d166c2 this interact], for instance) in the PREP 2012
 workshop, as I was trying to help someone set orientation.

 Repeating Jason's example from this context,
 {{{
     p2=plot3d(f(x,y),(x,-5,5),(y,-5,5))
     show(p2,figsize=3,mesh=True,orientation=(0,0,0,0))
 }}}
 works, but
 {{{
     p2=plot3d(f(x,y),(x,-5,5),(y,-5,5),mesh=True,orientation=(0,0,0,0))
 }}}
 doesn't.  (Doesn't matter what `f` is, pick your favorite.)

 #6184 turns out to be a red herring; we are not passing the keywords on,
 as Jason pointed out.  Hopefully this won't be too hard to fix.

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