Question: there’s a way to link each curve in the animation to its name ?

Hi,

I’m having fun animating a beautiful geometric shape starting from a few trigonometric functions. I’m wondering if there’s a way to link each curve in the animation to its name.

restart

plots:-animatecurve([sin(x), sin(x)^2, sin(x)^3, sin(x)^4, sin(x)^5, sin(x)^6, surd(sin(x), 2), surd(sin(x), 3), surd(sin(x), 4), surd(sin(x), 5), surd(sin(x), 6)], x = 0 .. Pi, thickness = 2.5, background = "AliceBlue", labels = ["", ""], size = [800, 800])

 

plot([sin(x), sin(x)^2, sin(x)^3, sin(x)^4, sin(x)^5, sin(x)^6, surd(sin(x), 2), surd(sin(x), 3), surd(sin(x), 4), surd(sin(x), 5), surd(sin(x), 6)], x = 0 .. Pi, thickness = 2.5)

 

NULL

Download Animation_Trigo.mw

Please Wait...