Skip to content

Notebook won't show animations #16533

@gagern

Description

@gagern
mannequin

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions