Re: [Jprogramming] plot in 602

2014-04-30 Thread Joe Bogner
On Wed, Apr 30, 2014 at 1:15 PM, Andrew Nikitin wrote: > Raul Miller wrote: > > I was able to run plot i.21 on both jqt and jhs from j64-801 > I tried it with jhs, j32-802. It does not have plot package preinstalled > and that machine does not go to the internet, so I cannot use JAL also. > H

Re: [Jprogramming] plot in 602

2014-04-30 Thread Raul Miller
The basic idea should be to get the graphics_plot_* archive for your system from http://www.jsoftware.com/jal/j802/ and unpack it in your j addons directory (try jpath '~addons' to see what this directory is). Then go to the manifest.ijs which it contained and repeat the process for the addons men

[Jprogramming] plot in 602

2014-04-30 Thread Andrew Nikitin
Raul Miller wrote: > I was able to run plot i.21 on both jqt and jhs from j64-801 I tried it with jhs, j32-802. It does not have plot package preinstalled and that machine does not go to the internet, so I cannot use JAL also. How do I install plot for jhs manually?

Re: [Jprogramming] plot in 602

2014-04-29 Thread bill lam
Theoretically, you can modify the plot addon to run that glcmds buf in chunks by writing a cover verb for glcmds. However you should make sure cutting points are at the boundaries of individual gl2 cmd. untested. On 30.04.2014, at 8:54, Andrew Nikitin wrote: >> How did it fail? > > plot i.

[Jprogramming] plot in 602

2014-04-29 Thread Andrew Nikitin
> How did it fail? plot i.21 |length error: glcmds | glcmds buf > Will it work for pdf output?It looks like it does. -- For information about J forums see http://www.jsoft

Re: [Jprogramming] plot in 602

2014-04-29 Thread bill lam
Fix will need an updated j602 j.exe but I suspect there won't be any. Thanks. On 30.04.2014, at 8:31, Raul Miller wrote: > plot i.21 > |length error: glcmds > | glcmds buf > > So it's 11!:2999 that is unhappy here. > > Thanks, > > -- > Raul > > > > On Tue, Apr 29, 2014 at 8:20

Re: [Jprogramming] plot in 602

2014-04-29 Thread Raul Miller
plot i.21 |length error: glcmds | glcmds buf So it's 11!:2999 that is unhappy here. Thanks, -- Raul On Tue, Apr 29, 2014 at 8:20 PM, bill lam wrote: > How did it fail? > Will it work for pdf output? > > On 30.04.2014, at 7:52, Andrew Nikitin wrote: > > > I am still using 602

Re: [Jprogramming] plot in 602

2014-04-29 Thread bill lam
How did it fail? Will it work for pdf output? On 30.04.2014, at 7:52, Andrew Nikitin wrote: > I am still using 602 and recently tried to run one of my old programs. > Apparently it suffered from bit rot, because I could not run it. > > I traced the failure to the difference between > > plot

Re: [Jprogramming] plot in 602

2014-04-29 Thread Raul Miller
I was able to reproduce your problem with j602 and j64-602 I was able to run plot i.21 on both jqt and jhs from j64-801 Thanks, -- Raul On Tue, Apr 29, 2014 at 7:52 PM, Andrew Nikitin wrote: > I am still using 602 and recently tried to run one of my old programs. > Apparently it suffere

[Jprogramming] plot in 602

2014-04-29 Thread Andrew Nikitin
I am still using 602 and recently tried to run one of my old programs. Apparently it suffered from bit rot, because I could not run it. I traced the failure to the difference between plot i.20 which works, and plot i.21 which fails. Does any of this rings any bells to plot users? Do