Renamed 'highlight' to 'set_color'

This commit is contained in:
Grant Sanderson
2018-03-30 11:51:31 -07:00
parent 3ec4d89e10
commit 618590bee1
103 changed files with 3909 additions and 3910 deletions

View File

@ -204,7 +204,7 @@ class DrawComplexAngleAndMagnitude(Scene):
edge = label.get_edge_center(-dot_to_label_dir)
buff = 0.1
label.shift(point - edge + buff*dot_to_label_dir)
label.highlight(YELLOW)
label.set_color(YELLOW)
self.add_mobjects_among(locals().values())