Hi!

In J6 you could put different curves in the same plot in an animated fashion. 
In J7 the plot is not shown until all curves are there i.e. no animation. Is 
there a way to do this?

Esa

load 'plot'

pp=: 3 : 0
inc=.%y
npi=.o.inc*i:y
pd 'reset'
i=.0
while. i<1 do.
pd 1 o.npi+i
pd 'show'
i=.i+inc
end.
)

pp 20

NB. end of example
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to