-
-
Notifications
You must be signed in to change notification settings - Fork 703
Closed
Description
The following example, taken from the documentation of the animate module, produces no visible output in the notebook:
sage: sines = [plot(c*sin(x), (-2*pi,2*pi), color=Color(c,0,0), ymin=-1,ymax=1) for c in sxrange(0,1,.2)]
sage: a = animate(sines)
sage: a.show()
CC: @kcrisman @jhpalmieri
Component: graphics
Author: Martin von Gagern
Branch/Commit: u/gagern/ticket/16533b @ f7d57dc
Issue created by migration from https://trac.sagemath.org/ticket/16533