mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
End of inventing math video
This commit is contained in:
@ -203,7 +203,7 @@ class Mobject(object):
|
||||
return (result.real, result.imag, 0)
|
||||
return self.apply_function(point_map)
|
||||
|
||||
def highlight(self, color = "red", condition = None):
|
||||
def highlight(self, color = "yellow", condition = None):
|
||||
"""
|
||||
Condition is function which takes in one arguments, (x, y, z).
|
||||
"""
|
||||
|
Reference in New Issue
Block a user