smpl.animation

Simplified Animations.

Submodules

Package Contents

Functions

animate(**kwargs)

Make frames to Animation

clear()

Empties stored frames.

frame()

Saves current Matplotlib figure.

interactive(func, *args[, prerender, auto_png, rec, ...])

smpl.animation.animate(**kwargs)[source]

Make frames to Animation

Parameters

They are passed directly to ArtistAnimation.

Returns

ArtistAnimation

smpl.animation.clear()[source]

Empties stored frames.

smpl.animation.frame()[source]

Saves current Matplotlib figure.

smpl.animation.interactive(func, *args, prerender=True, auto_png=True, rec=0, isls=None, plays=None, **kwargs)[source]