Question: animate implicitplot (a heart shape)

I haven't posted here in a while, and am not sure how to enter things, so this may not post correctly. But what I need help with is how to animate the following so that they will actually "draw" the heart shaped implicit plots either from the top down, or the bottom up, or however else might look interesting.

Thanks in advance.

 

with(plots):

implicitplot((x^2+y^2-1)^3-x^2*y^3 = 0, x = -1.2 .. 1.2, y = -1.2 .. 1.3, numpoints = 80000);

 

 

 

 

 

 

 

implicitplot(x^2+(y-(x^2)^(1/3))^2 = 1, x = -1 .. 1, y = -1 .. .5*Pi, numpoints = 20000);

 

 

 

 

 

 

 

 

 

 

 

 

 

 

NULL



Download mapleHeartTest.mw 

mapleHeartTest.mw

 

Please Wait...