First draft of music and measure theory

This commit is contained in:
Grant Sanderson
2015-09-30 14:22:17 -07:00
parent 0d60cf6207
commit 42a8e166f0
7 changed files with 739 additions and 68 deletions

View File

@ -16,7 +16,7 @@ class Point(Mobject):
Mobject.__init__(self, **kwargs)
def generate_points(self):
self.add_points(self.location)
self.add_points([self.location])
class Dot(Mobject1D): #Use 1D density, even though 2D