There's jpath, and nowadays, every recent OS will let you use '/' as a path separator in most or all contexts.
But, looking at the gnuplot implementation, it's using jhostpath with GNUPLOTBIN as an argument, and I don't see any definition for GNUPLOTBIN, so I'd just replace that entire expression with a literal string that matches where gnuplot is installed on your system. Also, once you have it working, maybe that experience can be useful in helping us (the j community) in fixing the script? Thanks, -- Raul On Sun, Mar 29, 2020 at 3:35 PM Rudolf Sykora <[email protected]> wrote: > > Dear list, > > > I am running j901 and have tried to use the gnuplot addon on Windows. > Following > https://code.jsoftware.com/wiki/Addons/graphics/gnuplot > I tried the setup that could automatically run gnuplot from J. This > setup, however, uses some words which are apparently missing in j901, > namely jhostpath and PATHSEP_j_. Have those been replaced by something > else? > > Thanks. > > Best regards > Ruda > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
