mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
More hilbert work, including simple new Grid mobject
This commit is contained in:
@ -209,7 +209,7 @@ class DrawComplexAngleAndMagnitude(Scene):
|
||||
|
||||
|
||||
def add_angle_label(self, number):
|
||||
arc = PartialCircle(
|
||||
arc = Arc(
|
||||
np.log(number).imag,
|
||||
radius = 0.2
|
||||
)
|
||||
|
Reference in New Issue
Block a user