Re: Animate command on ListPlot:
- To: mathgroup at smc.vnet.net
- Subject: [mg74200] Re: Animate command on ListPlot:
- From: "dimitris" <dimmechan at yahoo.com>
- Date: Wed, 14 Mar 2007 03:48:24 -0500 (EST)
- References: <et5okh$ju6$1@smc.vnet.net>
On Mar 13, 10:50 am, Gopinath Venkatesan <gopina... at ou.edu> wrote: > 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 It will be very helpful to send your lists of data. Dimitris