mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Fix to NumberPlane
This commit is contained in:
parent
ace2b7fea4
commit
0ad64329f6
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class NumberPlane(Axes):
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super.__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
self.init_background_lines()
|
self.init_background_lines()
|
||||||
|
|
||||||
def init_background_lines(self):
|
def init_background_lines(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue