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: > >

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
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] 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] 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 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
> 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
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-25 Thread chris burke
This works fine for me, indeed plot 1 o. 0.01 * i.1 works fine. Why do you think there is a 1000 data point limit? What is your JVERSION? On 25 August 2015 at 16:27, Don Guinn wrote: > Tried to plot the expression (1 o. 0.01*i.995) and got an error symbol in > the plot area. Found an error

[Jprogramming] jhs demo5 plot

2015-08-25 Thread Don Guinn
Tried to plot the expression (1 o. 0.01*i.995) and got an error symbol in the plot area. Found an error message in the jijx tab but it didn't display until I pressed the enter key. First, the limit of less than 1000 data points seems a little small, but it seems to be more than just the number of