More hilbert work, including simple new Grid mobject

This commit is contained in:
Grant Sanderson
2015-12-19 13:06:09 -08:00
parent 32fe2e9373
commit d5c70fe0cb
8 changed files with 109 additions and 21 deletions

View File

@ -209,7 +209,7 @@ class DrawComplexAngleAndMagnitude(Scene):
def add_angle_label(self, number):
arc = PartialCircle(
arc = Arc(
np.log(number).imag,
radius = 0.2
)