from manimlib.imports import * import math import pylatex class intro(GraphScene,Scene): CONFIG = { "x_min": -8, "x_max": 8, "y_min": -5, "y_max": 5, "graph_origin": ORIGIN+DOWN, "function_color": RED, "axes_color": GREEN, "x_axis_label": "$t$", "y_axis_label": "$\mu_{c}(t)$", "exclude_zero_label": True, "y_axis_height":4, "x_axis_width":7 } def setup(self): GraphScene.setup(self) Scene.setup(self) def construct(self): introText=TextMobject("Unit","Step","Function") introText.set_color_by_tex_to_color_map({"Unit":BLUE,"Step":YELLOW}) introText.scale(0.8) self.play(Write(introText)) self.wait(0.5) self.play(ApplyMethod(introText.shift,3*UP)) formulaa=TextMobject("$\mu _{ c }(t)=0\quad$","$t