![]() |
XLPack for Matplotlib Experimental Version 0.1
Reference Manual
|
Functions | |
| Function | ArtistAnimation (Fig As Figure, N As Long, Nart As Long, Artist() As PyObject, Optional KwArgs As String) As ArtistAnimation |
| Animation using a fixed set of Artist objects | |
| Sub | Save (Filename As String, Optional KwArgs As String) |
| Save animation as movie file | |
The class that creates an animation by using a fixed set of Artist objects. Before creating an instance, all plotting should have taken place and the relevant artists saved. Animation class is originally matplotlib.animation in Python.