#7981: animate ignores options to show that are passed up from the plot command
----------------------------------------------------------------+-----------
Reporter: jason | Owner:
novoselt
Type: defect | Status:
positive_review
Priority: major | Milestone:
sage-4.6.2
Component: graphics | Keywords:
Author: Jason Grout, Andrey Novoseltsev | Upstream:
N/A
Reviewer: Tim Dumol, Marshall Hampton, Karl-Dieter Crisman | Merged:
Work_issues: |
----------------------------------------------------------------+-----------
Comment(by kcrisman):
Just an update - apparently
{{{
sage: animate([plot(sin(x + float(k)), (0, 2*pi), ymin=-5, ymax=5)
... for k in srange(0,2*pi,0.3)]).show() # optional
}}}
does not obey the optional test, for it created a new file (I must have
ImageMagick!). We don't create non-temp new files in doctests, though, so
this had to be changed. New reviewer patch fixes this as well, maintains
positive review. Should not affect the plot patches which depend on this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7981#comment:21>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.