I tried adding a "delay" in the loop using the following code, but was disappointed because I could not see the first plot.
test =: monad define for_j. i. y do. plot (i. 6)+10*j 6!:3 [1 end. ) test 3 1 Another option would be to save each plot to a file. You might get an idea by looking at the sombrero example at the following link. http://www.jsoftware.com/jwiki/Plot/Function (B=) ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
