#17284: Fix command-line plotting keywords
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  blocker            |    Milestone:  sage-6.4
      Component:  graphics           |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun       |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vbraun/fix_command_line_plotting_keywords|  
c84805cafa9c5d1310145c9e31cd59e31fb7668f
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vbraun):

 This shouldn't change anything on SageNB.

 Other viewers are not supported on the command line, nothing changed
 there:
 {{{
 sage: cube(viewer='canvas3d')
 /home/vbraun/Sage/git-develop/local/lib/python2.7/site-
 packages/sage/repl/display/formatter.py:380: UserWarning: viewer=canvas3d
 is not supported
   gfx = obj._graphics_()
 }}}
 Really, the issue is the code quality in the 3d plots. Everything and
 their dog is lumped in a giant `show()` method with tons of if-branches,
 behaving slightly different depending on some global variables. I'll break
 all that up into separate methods in #17234.

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