Re: [Jprogramming] Format a floating number without rounding errors

2015-08-26 Thread Raul Miller
I think you mean Ian Clark's verb??? Thanks, -- Raul On Wed, Aug 26, 2015 at 2:12 AM, Linda Alvord wrote: > If you begin by writing Raul's idea as an explicit definition, J selects a > different choice than his version. However, you can write and explicit > definition to produce his verb. >

Re: [Jprogramming] Labs in jhs

2015-08-26 Thread Don Guinn
I was about to try to reinstall the labs when I tried running the labs under Microsoft Edge. There the labs were found. The failure I was experiencing earlier where the labs were not found was using Google Chrome. This is under Windows 10. Something funny about Chrome. JVERSION Engine: j803/201

Re: [Jprogramming] jhs demo5 plot

2015-08-26 Thread Don Guinn
Sorry. Should have supplied the version. This is under Windows 10 and get the same failure under Google Chrome and Microsoft Edge. JVERSION Engine: j803/2014-10-19-11:11:11 Library: 8.04.11 Platform: Win 64 Installer: J804 install InstallPath: c:/j64-804 The error message that shows up in the

Re: [Jprogramming] jhs demo5 plot

2015-08-26 Thread chris burke
> too much data (chart url is too large) This is not an error message from the usual plot, but sounds like google charts. Can you give me a simple session to reproduce the error you have? On 26 August 2015 at 06:25, Don Guinn wrote: > Sorry. Should have supplied the version. This is under Windo

Re: [Jprogramming] jhs demo5 plot

2015-08-26 Thread Don Guinn
Actually all I did was replace the 10$1000 in the input box in demo 5 with 1 o. 0.01*i.1000 and got the error. I just played around until I found the point of failure at i.995 . On Wed, Aug 26, 2015 at 8:33 AM, chris burke wrote: > > too much data (chart url is too large) > > This is not an erro

Re: [Jprogramming] jhs demo5 plot

2015-08-26 Thread chris burke
OK, so that is using google charts. Please use plot instead for larger data sets. On 26 August 2015 at 07:50, Don Guinn wrote: > Actually all I did was replace the 10$1000 in the input box in demo 5 with > 1 o. 0.01*i.1000 and got the error. I just played around until I found the > point of fail

Re: [Jprogramming] jhs demo5 plot

2015-08-26 Thread bill lam
jdemo5 uses google chart. This method should already be deprecated since plot addon had already supported jhs for 2 or 3 years. try this load'pacman' 'update'jpkg'' 'install'jpkg'graphics/plot' load'plot' plot 1 o. 0.01*i.1 Ср, 26 авг 2015, Don Guinn написал(а): > Actually all I did was rep

Re: [Jprogramming] Labs in jhs

2015-08-26 Thread bill lam
Advance is not ctrl+ (ctrl and +) but ctrl+. (ctrl and period) Ср, 26 авг 2015, Don Guinn написал(а): > I was about to try to reinstall the labs when I tried running the labs > under Microsoft Edge. There the labs were found. The failure I was > experiencing earlier where the labs were not found w

Re: [Jprogramming] jhs demo5 plot

2015-08-26 Thread Don Guinn
Works great! It is nice to be similar to plot in jqt. Is this described somewhere? On Wed, Aug 26, 2015 at 9:26 AM, bill lam wrote: > jdemo5 uses google chart. This method should already be > deprecated since plot addon had already supported jhs for > 2 or 3 years. try this > > load'pacman' > 'u

Re: [Jprogramming] Labs in jhs

2015-08-26 Thread Don Guinn
Thanks. Silly mistake on my part. I saw the period as ending the expression of ctrl with + instead of the + joining the ctrl and the period. So something is still strange with Google Chrome. On Wed, Aug 26, 2015 at 9:30 AM, bill lam wrote: > Advance is not ctrl+ (ctrl and +) but > ctrl+. (ctrl a

Re: [Jprogramming] jhs demo5 plot

2015-08-26 Thread chris burke
It is the same plot as in jqt, just output to a different device, so the usual plot docs apply. On 26 August 2015 at 15:23, Don Guinn wrote: > Works great! It is nice to be similar to plot in jqt. Is this described > somewhere? > > On Wed, Aug 26, 2015 at 9:26 AM, bill lam wrote: > > > jdemo5 u

Re: [Jprogramming] jhs demo5 plot

2015-08-26 Thread Don Guinn
Great! It is nice to be able develop an app and run it on either jqt or jfe without change On Wed, Aug 26, 2015 at 4:41 PM, chris burke wrote: > It is the same plot as in jqt, just output to a different device, so the > usual plot docs apply. > > On 26 August 2015 at 15:23, Don Guinn wrote: > >