Incremental fourier work

This commit is contained in:
Grant Sanderson 2018-01-18 16:49:50 -08:00
parent 7cbc83df20
commit 0c30d31dff
2 changed files with 0 additions and 2 deletions

View file

@ -1214,7 +1214,6 @@ class DrawFrequencyPlot(WrapCosineGraphAroundCircle, PiCreatureScene):
self.wait()
fourier_graph = self.get_fourier_transform_graph(self.graph)
print fourier_graph.underlying_function(0)
self.add(fourier_graph)
def draw_full_frequency_plot(self):

View file

@ -260,7 +260,6 @@ class MaintainPositionRelativeTo(Animation):
self.diff
)
class WiggleOutThenIn(Animation):
CONFIG = {
"scale_value" : 1.1,