#17498: Pictures in the doc through ".. plot::" directive
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_review
           Type:         |    Milestone:  sage-6.5
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  documentation          |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  42a0b5a8a3af4789388810c0f92ecd13aceb80dc
  Nathann Cohen          |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/17498           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by kcrisman):

 How much time does this add to the doc build?  Say, in the developer
 manual.  Which reminds me, update developer manual, please :-)

 Again, I am wondering whether this works with other plots, like
 `plot(sin(x),(x,0,pi))` or something.  Yes, I am too tired to try it now.
 But whatever is implemented should be robust in that sense, even if it's
 our fault for having several different ways to plot things (plotting with
 `plot()` versus `.plot()` methods).

 I wonder also about importing mpl every time.  Maybe once it's already
 imported it's not a big deal, but if there was one such import per file in
 the reference manual that could add quite a bit of time (I realize that
 assumes people have put such things in).  You're sure you can't change the
 margins or layout before doing the `savefig` in the `StringIO` version?
 Too bad.

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