Bill, OK, edited project as requested - ran failing plot and then:
MBpro:bin jkt$ ls -l ~/*bin -rw-r--r-- 1 jkt staff 176 Jan 17 20:47 /Users/jkt/Tfm.bin -rw-r--r-- 1 jkt staff 240048 Jan 17 20:47 /Users/jkt/y.bin MBpro:bin jkt$ zip forBillLam.zip ~/*bin adding: Users/jkt/Tfm.bin (deflated 56%) adding: Users/jkt/y.bin (deflated 62%) will send the resulting zip file (forBillLam.zip) to bbill....@gmail.com. Again, doing dbr 1 and running again - the graph was produced correctly with no errors, but I'll send, along with the above, file forBillLam2.zip comprising the same two files (that are a little different). Thanks for chasing this. - joey > On 2019Jan 17, at 20:04, bill lam <bbill....@gmail.com> wrote: > > Please edit file addons/graphics/plot/jzplot.ijs > and add the 2 fwrite lines as shown below. > > run plot and let it raise NaN exception. > send the 2 files to our email address > to help us track it down. > > project=: 3 : 0 > '~/y.bin' fwrite~ 3!:1 y > '~/Tfm.bin' fwrite~ 3!:1 Tfm > dat=. }:"1 (y,.1) mp Tfm > dist=. ViewDist-{:"1 dat > ((ViewDist*}:"1 dat)%dist),.dist > ) ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm