#18302: Deprecate / warn against show()
--------------------------+------------------------
       Reporter:  vbraun  |        Owner:
           Type:  defect  |       Status:  new
       Priority:  major   |    Milestone:  sage-6.7
      Component:  misc    |   Resolution:
       Keywords:          |    Merged in:
        Authors:          |    Reviewers:
Report Upstream:  N/A     |  Work issues:
         Branch:          |       Commit:
   Dependencies:          |     Stopgaps:
--------------------------+------------------------

Comment (by mantepse):

 I don't understand this.  I thought:

 {{{
 sage: g = graphs.RandomGNP(20,.5)
 sage: g
 RandomGNP(20,0.500000000000000): Graph on 20 vertices
 sage: print g
 RandomGNP(20,0.500000000000000)
 sage: latex(g)
 ...tikz code for use in paper
 sage: show(g)
 ...open graph in display
 }}}

 is what I should expect (and it's also what I expect). I use these
 features a lot, so please let me know what I should do instead!

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