visualization.anim module

In this module we 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: object

An animated scatter plot using matplotlib.animations.FuncAnimation.

__init__(fig, hist, n_cav, interval=300, blit=True, repeat=False)
data_stream()

Create the generator object.

setup_plot()

Initialize drawing of the scatter plot.

update(frame)

Update the figure at the new frame.