anim module
Define functions to make animated plots.
Todo
discriminate feasible from unfeasible solutions
- class AnimatedScatterDesign(fig, hist, n_cav, interval=300, blit=True, repeat=False)
Bases:
objectAn animated scatter plot using matplotlib.animations.FuncAnimation.
- __init__(fig, hist, n_cav, interval=300, blit=True, repeat=False)
- setup_plot()
Initialize drawing of the scatter plot.
- update(frame)
Update the figure at the new frame.
- data_stream()
Create the generator object.