Elteoremadebeethoven / MyAnimations

In this repository you will find the code and files of my own animations of manim
129 stars 59 forks source link

Replace Code to Create Grid #5

Closed konothonaios closed 4 years ago

konothonaios commented 4 years ago

Just replace:

label = Text(f"{coord_point}",font="Arial",stroke_width=0).scale(self.labels_scale)

with

label = TextMobject(f"{coord_point}",font="Arial",stroke_width=0).scale(self.labels_scale)

in line 72.

Elteoremadebeethoven commented 4 years ago

That's only valid for the February 3 release, I've already made the comment on the video, thanks.