mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Incremental fourier work
This commit is contained in:
parent
7cbc83df20
commit
0c30d31dff
2 changed files with 0 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -260,7 +260,6 @@ class MaintainPositionRelativeTo(Animation):
|
|||
self.diff
|
||||
)
|
||||
|
||||
|
||||
class WiggleOutThenIn(Animation):
|
||||
CONFIG = {
|
||||
"scale_value" : 1.1,
|
||||
|
|
Loading…
Add table
Reference in a new issue