Data Structures

MCollection([arr, direction, margin, style])

An abstract base class representing a collection of MElement objects.

MArray([arr, direction, style])

Manim Array: a class for visualizing the array data structure using the Manim animation engine.

MStack([arr, buff, style])

Manim Stack: a class for visualizing the stack data structure using the Manim animation engine.

MGraph(graph[, nodes_position, style])

Manim Graph: a class for visualizing the graph data structure using the Manim animation engine.

MTree(tree[, root, style])

Manim Tree: a class for visualizing the tree data structure using the Manim animation engine.

MVariable(value[, style])

Manim Variable: a class for visualizing a variable using the Manim animation engine.