XLPack for Matplotlib Experimental Version 0.1
Reference Manual
Loading...
Searching...
No Matches
Functions
Animation class

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
 

Detailed Description

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.