I am converting a J406 program to J601 and have
one last (I hope) problem. It is concerned with isigraph, and
is briefly as follows:

The isigraph is defined as
     xywh 225 13 150 150;cc g1 isigraph;
 I draw a graph in it with the command
     'g1' WDplot X;Y
 where X and Y are lists of the x- and y-coordinates, and
 WDplot is defined by
     WDplot=: 3 : 0
     :
     a=. conew 'jzplot'
     PForm__a=. 'myplot'
     PFormhwnd__a=. wd 'qhwndp'
     PId__a=. x.
     plot__a y.
     )
I didn't write this function but must have copied it
from some published work quite a few years ago. I've
forgotten now.

   If any one could show me how to do this in J601,
I would be mostr grateful.

   Thanks a lot.

Keith
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to