I'm trying run essentially two animations (ref. following code): class RelTrain(Scene): def construct(self): train = Rectangle(height=1, width=4)
I'm trying to use LinearTransformationScene's apply_matrix multiple times: from manim import * class LT(LinearTransformationScene): def __init__(self):