Hi Tom, You should use the Package Manager<http://www.jsoftware.com/jwiki/JAL/Package%20Manager>to install addons from the J Application Library ( JAL <http://www.jsoftware.com/jwiki/JAL/>).
Note that plot (and many other packages that shipped as part of a J6 install) have been moved to JAL to make it easier to improve and upgrade them. Here are a set of commands using the console interface for the Package Manager that should install all of the graphics addons including plot and a number of its dependencies: load 'pacman' 'update' jpkg '' 'install' jpkg 'search' jpkg 'graphics' On Sun, Apr 14, 2013 at 5:47 PM, Tom Allen <[email protected]> wrote: > I am now using SUSE Linux 12.3 > > > With j602a the following script works ( > '/home/tom/j64-801-user/temp/1.ijs'). > > > > > load 'plot' > > > r=.({.+(1&{-{.)*(i.&>:%])@{:) _1.5 1.5 161 > > > pd (];0.2*(6 o.])-1:) r > > pd (];0.2*(5 o.]) ) r > > > pd 'pdf' > > pd 'show' > > > > > With j64-801 the following occurs. > > > load '/home/tom/j64-801-user/temp/1.ijs' > > not found: /home/tom/j64-801/addons/graphics/plot/plot.ijs > > |file name error: script > > | 0!:0 y[4!:55<'y' > > > > > Installation so far has been very straight forward. I am hoping that > > installing 'plot' will be too, and would appreciate any advice. Once > > I have 'plot' working I have everything I need. > > > > How do I install the 'graphics' package? > > > Tom > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
