#15168: Plots not shown in the notebook
----------------------------+-------------------------
       Reporter:  novoselt  |        Owner:
           Type:  defect    |       Status:  new
       Priority:  blocker   |    Milestone:  sage-5.12
      Component:  notebook  |   Resolution:
       Keywords:  plot      |    Merged in:
        Authors:            |    Reviewers:
Report Upstream:  N/A       |  Work issues:
         Branch:            |       Commit:
   Dependencies:            |     Stopgaps:
----------------------------+-------------------------

Comment (by vbraun):

 This has nothing to do with the sagenb code, the `pretty_print_default`
 command in Sage doesn't clean up after itself:
 {{{
 sage: plot(sin)   # works as expected, displays graphics

 sage: pretty_print_default(True)
 sage: plot(sin)
 Graphics object consisting of 1 graphics primitive
 sage: pretty_print_default(False)
 sage: plot(sin)
 Graphics object consisting of 1 graphics primitive
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15168#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/groups/opt_out.

Reply via email to