#7981: animate ignores options to show that are passed up from the plot command
------------------------+---------------------------------------------------
Reporter: jason | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.1
Component: graphics | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
This animate command shouldn't ignore the options to show() that are
passed through by the plot command (here the options are ymin and ymax):
{{{
sage: var('t')
sage: damped_oscillator = 41/311*sqrt(311)*e^(-3/8*t)*sin(1/8*sqrt(311)*t)
+ 3*e^(-3/8*t)*cos(1/8*sqrt(311)*t)
sage: animate([plot( lambda x: damped_oscillator( t = x + k ), -1/2, 3*pi,
ymin=-2, ymax=3.5 ) for k in srange( 0, pi, 0.3 ) ]).show()
}}}
Thanks to
Johann Myrkraverk Oskarsson for reporting this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7981>
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.