Up to definition of zeta in complex numbers

This commit is contained in:
Grant Sanderson
2016-12-02 13:12:58 -08:00
parent 21f75ae195
commit b4af73616f
4 changed files with 413 additions and 27 deletions

View File

@ -184,7 +184,7 @@ class NumberPlane(VMobject):
def num_pair_to_point(self, pair):
pair = np.array(pair) + self.num_pair_at_center
result = self.get_center()
result = self.axes.get_center()
result[0] += pair[0]*self.space_unit_to_x_unit
result[1] += pair[1]*self.space_unit_to_y_unit
return result