Is there anyway to animate a sine wave in pluto?
Animate in what way?
If you don't want something real-time manipulatable, you can just use Plots.@gif
which has the advantage of not being Pluto specific: simplescreenrecorder-2.mp4
If you want to manipulate the plot in real-time then use Pluto.@bind
and a PlutoUI.Slider
and then just manipulate the slider: simplescreenrecorder-3.mp4
Hey @Mason Protter . Cool...I'm new to plots. I was trying to recreate this sort of animation https://miro.medium.com/max/2400/1*5b1vvyAKPddgoz-WVBMY8A.gif
Since I'll be giving a talk about music and maths. I thought of http://www.tremblingsandwarblings.com/wp-content/uploads/2017/03/planewave_modified_todouble1.gif.
Last updated: Nov 06 2024 at 04:40 UTC