Question: Creating animation for a pointplot list

I am trying to create a pointplot animation for a list can anyone tell me what is wrong with the following code:

with(plots):
with(Statistics):
L:=[[1],[3, 2],[3.4, 6], [5,3,7], [3,7,9,1], [2,6,8,4,5]]:

animate(PointPlot, [L[t]], t=1..5);

I am trying to animate a graph to show the progress between each suset from t = 1 to n.  I belive the problem has something to do with t not being an integer in the animate setting.

 

Thanks in Advance

Please Wait...