I had been thinking it would be great to see two different views of the unit circle while floundering around making circular meme-like images. So it is great to find this while searching for general Racket Plot pages:
https://alex-hhh.github.io/2021/01/plot-animations.html
#AlexHarsányi #AlexHarsanyi #RacketPlot #SineFunction #PlotAnimation #RacketPlotAnimation #DrRacket
Plot Animations

There is no specific animation function in the Racket plot package, but animations can be build by repeatedly plotting individual frames onto a canvas or image using `plot/dc`. The technique requires drawing the entire plot every frame, which will be inef...