Stream: helpdesk (published)

Topic: how to animate sine wave in pluto


view this post on Zulip Pushkar K.G (May 14 2021 at 19:06):

Is there anyway to animate a sine wave in pluto?

view this post on Zulip Mason Protter (May 14 2021 at 19:17):

Animate in what way?

view this post on Zulip Mason Protter (May 14 2021 at 19:23):

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

view this post on Zulip Mason Protter (May 14 2021 at 19:29):

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

view this post on Zulip Pushkar K.G (May 15 2021 at 03:02):

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: Oct 02 2023 at 04:34 UTC