I took this example

http://www.jsoftware.com/jwiki/Grid/Examples#griddemo5.ijs

Changed

create=: 3 : 0
wd DEMO
wd 'pshow;'

added

require 'gui/gtkwd graphics/plot'

It fails on

demo_gplot_paint=: 3 : 0
 'sbar' plot__gplot CELLDATA__grid
)

It will run like this

demo_gplot_paint=: 3 : 0
'sbar' plot CELLDATA__grid
)

But the isigraphs are on top of each other and you can not change the grid

If you do

demo_gplot_paint=: 3 : 0
1
)

You can change the grid but it looks a bit strange

-- 
Björn Helgason, Verkfræðingur
Fornustekkum II
781 Hornafirði,
t-póst: gos...@gmail.com
gsm: +3546985532
twitter: @flugfiskur
http://groups.google.com/group/J-Programming


Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans

góður kennari getur stigið á tær án þess að glansinn fari af skónum
          /|_      .-----------------------------------.
         ,'  .\  /  | Með léttri lund verður        |
     ,--'    _,'   | Dagurinn í dag                     |
    /       /       | Enn betri en gærdagurinn  |
   (   -.  |        `-----------------------------------'
   |     ) |         (\_ _/)
  (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
   `. )----'        (")_(") ☃☠
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to