Re: [Jprogramming] plot from example in J7 GTK

2012-02-21 Thread Björn Helgason
Thanks for the explanation. Many of my old apps have isigraph, plot and grid It is interesting to see the old apps coming alive in J7 again. 2012/2/21 bill lam > The create could be amended as > > create=: 3 : 0 > wd DEMO > wd 'pshow;' NB. << > grid=: ''conew

Re: [Jprogramming] plot from example in J7 GTK

2012-02-21 Thread bill lam
The create could be amended as create=: 3 : 0 wd DEMO wd 'pshow;' NB. << grid=: ''conew'jzgrid' show__grid 'celldata hdrrow hdrcol' gplot=: conew 'jzplot' PForm__gplot=: 'demo' PFormhwnd__gplot=: 0". wd 'qhwndp' NB. << PId__gplot=: 'gplot' ) The plot