#14469: Fix _repr_ of graphics objects
--------------------------------+-------------------------------------------
       Reporter:  vbraun        |         Owner:  jason, was
           Type:  defect        |        Status:  needs_work
       Priority:  major         |     Milestone:  sage-5.10 
      Component:  graphics      |    Resolution:            
       Keywords:                |   Work issues:            
Report Upstream:  N/A           |     Reviewers:            
        Authors:  Volker Braun  |     Merged in:            
   Dependencies:  #14203        |      Stopgaps:            
--------------------------------+-------------------------------------------

Comment (by tscrim):

 Two things on the current patch:

 - Is there a reason why you're importing `DOCTEST_MODE` in
 `displayhook.py`? You don't seem to be using it.
 - The method `_graphics_()` in `sage_input.py` will need a doctest.

 Also I think if someone wants `[g]*100` to display all plots, we can just
 tell them to use `map(lambda x: x.show(), L)` where `L` is the above list
 since (to me) this is not likely to be very desirable...

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14469#comment:7>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to