Re: [Jprogramming] waves

2012-01-23 Thread Bo Jacoby
Sorry for being unprecise. You load the plot package by:    load'plot' > > Fra: Randy MacDonald >Til: Programming forum >Sendt: 21:04 mandag den 23. januar 2012 >Emne: Re: [Jprogramming] waves > >Folks, > >This may have

Re: [Jprogramming] waves

2012-01-23 Thread Randy MacDonald
Folks, This may have a simple yet obscure answer: what is the provenance of 'plot'? Using the Package Manager in JGTK, I installed 'demos/plot' yet could not make it work, it not being obvious where J installed to. Perhaps there is a Lab... On 1/21/2012 6:51 AM, Bo Jacoby wrote: > Hello J-er

Re: [Jprogramming] waves

2012-01-22 Thread Bo Jacoby
7; It works in the beginning but not for big values of the index i. The'32+64|' is in order to keep the wave inside the fixed coordinate system. - Bo > > Fra: Ian Clark >Til: Programming forum >Sendt: 9:46 søndag den 22. januar 2012 >Emne: R

Re: [Jprogramming] waves

2012-01-22 Thread Ian Clark
software.com > [mailto:programming-boun...@jsoftware.com] On Behalf Of Ian Clark > Sent: Saturday, January 21, 2012 4:21 PM > To: Programming forum > Subject: Re: [Jprogramming] waves > >> Do anyone know how to animate this such that the waves are rolling? > > Not with the parameters you&#x

Re: [Jprogramming] waves

2012-01-21 Thread Linda Alvord
Using Chrome and Windows I get all of the images separately. -Original Message- From: programming-boun...@jsoftware.com [mailto:programming-boun...@jsoftware.com] On Behalf Of Ian Clark Sent: Saturday, January 21, 2012 4:21 PM To: Programming forum Subject: Re: [Jprogramming] waves >

Re: [Jprogramming] waves

2012-01-21 Thread Ian Clark
> Do anyone know how to animate this such that the waves are rolling? Not with the parameters you've chosen. But if it's just animation you want, this works for me (on the mac): animate=: 3 : 0 for_i. >:i.40 do. 'dot; pensize 4' plot wave 65 29, i, _0.5 pause 0.2 end. ) pause=: 3 : 0

Re: [Jprogramming] waves

2012-01-21 Thread Linda Alvord
They look like waves to me! It would be great to be able to cut the image and paste it into a message like this. Linda -Original Message- From: programming-boun...@jsoftware.com [mailto:programming-boun...@jsoftware.com] On Behalf Of Bo Jacoby Sent: Saturday, January 21, 2012 5:51 AM To: