MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Animate command on ListPlot:

  • To: mathgroup at smc.vnet.net
  • Subject: [mg74171] Animate command on ListPlot:
  • From: Gopinath Venkatesan <gopinathv at ou.edu>
  • Date: Tue, 13 Mar 2007 03:42:42 -0500 (EST)

Hello Friends
I have a list like this:

y1 = Table[{t[[k]], W[[1,k]]}, {k, 1, n}]; 

But this is only one set, I have many with W[[1,k]], W[[2,k]], ..., W[[m,k]]. I tried ShowAnimation[{y1, y2, ..., ym}], where y2, y3 are similar expressions with respective W[[j,k]], j=1,2,...,m. Its not working.

Is there any other alternative command, like Animate[], that works with Plot[].

Thanks,
Gopinath
Graduate Student
University of Oklahoma


  • Prev by Date: Interpolating Function
  • Next by Date: Re: How do I write tabular output?
  • Previous by thread: Re: Interpolating Function
  • Next by thread: Re: Animate command on ListPlot: