--- PackRat wrote: > (2) How can the resulting array be "plotted" (or converted into some > sort of resizable diagram/chart/whatever) in a way that shows all the > (perhaps tiny) X's, O's, and date digits? It would be nice, too, to > impose a gridwork surrounding the array elements.
You could use Grid to display the array: load 'grid' grid <"0 pfchart '' ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
