AVConvBase |
|
AVConvFileWriter(*args, **kwargs) |
|
AVConvWriter([fps, codec, bitrate, ...]) |
|
Animation(fig[, event_source, blit]) |
This class wraps the creation of an animation using matplotlib. |
ArtistAnimation(fig, artists, *args, **kwargs) |
Before calling this function, all plotting should have taken place and the relevant artists saved. |
FFMpegBase |
|
FFMpegFileWriter(*args, **kwargs) |
|
FFMpegWriter([fps, codec, bitrate, ...]) |
|
FileMovieWriter(*args, **kwargs) |
MovieWriter subclass that handles writing to a file. |
FuncAnimation(fig, func[, frames, ...]) |
Makes an animation by repeatedly calling a function func, passing in (optional) arguments in fargs. |
ImageMagickBase |
|
ImageMagickFileWriter(*args, **kwargs) |
|
ImageMagickWriter([fps, codec, bitrate, ...]) |
|
MencoderBase |
|
MencoderFileWriter(*args, **kwargs) |
|
MencoderWriter([fps, codec, bitrate, ...]) |
|
MovieWriter([fps, codec, bitrate, ...]) |
Base class for writing movies. |
MovieWriterRegistry() |
|
TimedAnimation(fig[, interval, ...]) |
Animation subclass that supports time-based animation, drawing |
xrange |
xrange(start, stop[, step]) -> xrange object |
zip |
alias of izip |