If you are just getting used to JHS, you might find this code a good
example to show how jqt and JHS display the results:
load 'plot'
do=: 13 :'({.y) +(i.{:y)*(--/ 2{.y)%<:{:y'
t=:do 0,(o.2), 1000
sin=:1&o.
cos=:2&o.
'pensize 2;aspect 1'plot (sin t),:cos t
'pensize 2;aspect 1'plot (sin t);cos t
t=:do 0,(o.6), 1000
'pensize 2;aspect 1'plot t;(sin t);cos t
Linda
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm