to_gif#

Builds a gif with the normalisation steps.

param diagrams:

Sequence of diagrams to draw.

type diagrams:

Diagram, optional

param path:

Where to save the image, if None a gif gets created.

type path:

str

param timestep:

Time step in milliseconds, default is 500.

type timestep:

int, optional

param loop:

Whether to loop, default is False

type loop:

bool, optional

param params:

Passed to Diagram.draw().

type params:

any, optional