#18238: Options ignored in show() of 3D objects
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  egourgoulhon           |       Status:  needs_work
           Type:         |    Milestone:  sage-6.7
  defect                 |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:  Volker Braun
  graphics               |  Work issues:
       Keywords:         |       Commit:
        Authors:  Eric   |  ff3731d4078f7db2caf2b62cb8cc45b777753ef9
  Gourgoulhon            |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/18238           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by ncohen):

 Hello,

 > show shouldn't validate keyword arguments since it may have to fall back
 to another viewer. E.g if you don't have java then it'll fall back to
 tachyon and has to ignore jmol-specific arguments.

 In the code there is a dictionary `kwds` which potentially contains
 parameters given by the user, yet it is never used.

 It is easy to make everything work even when different viewers are
 available: if viewer X is used, send it all the arguments given by the
 user. If there is one that it does not understand, it will raise an
 exception.

 Nathann

--
Ticket URL: <http://trac.sagemath.org/ticket/18238#comment:6>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to