| Trees | Indices | Help |
|---|
|
|
Concrete class AnimatorPlan Wrapper for making easy animations using matplotlib and JoyApp. USAGE: The AnimatorPlan constructor is given a function that takes a matplotlib figure object and updates the figure each iteration.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initialize a Plan within some JoyApp application.
|
Set the frame generator function
INPUT:
fun -- function -- takes matplotlib.figure and returns a generator
that updates the figure every .next() call
|
(default) Override this method to implement the sequential behavior of a Plan This method MUST be a python iterator, i.e. must contain a "yield" statement
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |