End of inventing math video

This commit is contained in:
Grant Sanderson
2015-08-13 18:15:05 -07:00
parent 5e8ec1112a
commit 5fd08cddbb
3 changed files with 122 additions and 35 deletions

View File

@ -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).
"""