diff --git a/topics/complex_numbers.py b/topics/complex_numbers.py index 0b9a593a..a7bace5c 100644 --- a/topics/complex_numbers.py +++ b/topics/complex_numbers.py @@ -216,6 +216,7 @@ class ComplexPlane(NumberPlane): num_mob.scale_to_fit_height(self.written_coordinate_height) num_mob.next_to(point, DOWN+LEFT, SMALL_BUFF) result.add(num_mob) + self.coordinate_labels = result return result def add_coordinates(self, *numbers):