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)[source]

Bases: object

An animated scatter plot using matplotlib.animations.FuncAnimation.

__init__(fig, hist, n_cav, interval=300, blit=True, repeat=False)[source]
setup_plot()[source]

Initialize drawing of the scatter plot.

update(frame)[source]

Update the figure at the new frame.

data_stream()[source]

Create the generator object.