Question: animation of a list

What do I have to change to get this animation?

L:=[seq([i,i^2], i=1..4)]:

plots:-animate(plot, [ L[m], m=1..k,

                                style=point, view=[0..4,0..16]

                              ],

                                k=1..4

                     );

Thank you for your help.

Please Wait...