#16570: Animate example looks broken
-------------------------------------+-------------------------------------
       Reporter:  gagern             |        Owner:
           Type:  defect             |       Status:  needs_info
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  graphics           |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Martin von Gagern  |    Reviewers:  Jakob Kroeker
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/gagern/ticket/16570              |  9d9e590f5ef642a06f45056ac282fe696131c435
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by kcrisman):

 > > OK, things look good if I simply pass the keywords to the plot
 function
 >
 > I'm not too familiar with sage/python,
 > but I guess, in {{{make_image()}}} {{{**kwds}}} should also be passed to
 {{{save_image()}}}?
 >
 In principle, the
 
[http://git.sagemath.org/sage.git/tree/src/sage/plot/plot.py?id=d1eeb8f187ec15f7c032a35e3dc19654482da26d#n1236
 very first line] in `plot.plot` being
 {{{
 G_kwds = Graphics._extract_kwds_for_show(kwds, ignore=['xmin', 'xmax'])
 }}}
 and near the end being
 {{{
 G._set_extra_kwds(G_kwds)
 }}}
 should suffice for that, but if you can think of a way this messes it up,
 that would be helpful.

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