mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Small changes
This commit is contained in:
parent
6413e6a32d
commit
f5a02d78fe
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ class ComplexPlane(NumberPlane):
|
||||||
num_mob.scale_to_fit_height(self.written_coordinate_height)
|
num_mob.scale_to_fit_height(self.written_coordinate_height)
|
||||||
num_mob.next_to(point, DOWN+LEFT, SMALL_BUFF)
|
num_mob.next_to(point, DOWN+LEFT, SMALL_BUFF)
|
||||||
result.add(num_mob)
|
result.add(num_mob)
|
||||||
|
self.coordinate_labels = result
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def add_coordinates(self, *numbers):
|
def add_coordinates(self, *numbers):
|
||||||
|
|
Loading…
Add table
Reference in a new issue