mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
updated some breaking scenes to python3
This commit is contained in:
@ -634,7 +634,7 @@ class HowToReadNotation(GraphScene, ReconfigurableScene):
|
||||
ddf_over_dx_squared.get_part_by_tex(tex),
|
||||
path_arc = -np.pi/2,
|
||||
)
|
||||
for mob, tex in (self.ddf, "df"), (self.dx_squared, "dx")
|
||||
for mob, tex in [(self.ddf, "df"), (self.dx_squared, "dx")]
|
||||
]
|
||||
)
|
||||
self.wait(2)
|
||||
|
Reference in New Issue
Block a user