Re: Line Graph Widget - Plotting time series

2019-06-05 Thread Alex Tweedly via use-livecode
://www.kilmelford.com/images/graph7.jpg> and the required input setup in the demo stack. Alex. On 04/06/2019 07:20, Glen Bojsza via use-livecode wrote: Hello, I am trying to use the Line Graph Widget to grapg a time series (x axis) where the time is in the format 2:45:16 The time data is

Re: Line Graph Widget - Plotting time series

2019-06-04 Thread Glen Bojsza via use-livecode
es/graph7.jpg> > > and the required input setup in the demo stack. > > Alex. > > > On 04/06/2019 07:20, Glen Bojsza via use-livecode wrote: > > Hello, > > > > I am trying to use the Line Graph Widget to grapg a time series (x axis) > > where the time is in the

Re: Line Graph Widget - Plotting time series

2019-06-04 Thread Alex Tweedly via use-livecode
t setup in the demo stack. Alex. On 04/06/2019 07:20, Glen Bojsza via use-livecode wrote: Hello, I am trying to use the Line Graph Widget to grapg a time series (x axis) where the time is in the format 2:45:16 The time data is being treated like text and therefore tries to plot using every

Re: Line Graph Widget - Plotting time series

2019-06-04 Thread Monte Goulding via use-livecode
No the line graph widget only treats the X axis values as labels to be evenly spaced along the axis. It would be nice to add a way to scale the X axis value along the chart so that it is a scatterplot then a way to format the values on both/either axes as time/date/decimal precision etc. >

Line Graph Widget - Plotting time series

2019-06-04 Thread Glen Bojsza via use-livecode
Hello, I am trying to use the Line Graph Widget to grapg a time series (x axis) where the time is in the format 2:45:16 The time data is being treated like text and therefore tries to plot using every x series as a x label. Optimally I would like to see only a handful of x labels spread that

Line graph widget not working on Windows?

2016-05-20 Thread Ton Kuypers
Can anyone confirm if the line graph widget is working on Windows PC’s please? Met vriendelijke groeten, Warm Regards, Ton Kuypers +32 (0) 477 739 530 Steenweg op Leopoldsburg 100 • B-2490 • Balen • Belgium www.publishingtools4u.com ___ use

Line graph widget not working on Windows?

2016-05-20 Thread Ton Kuypers
I MUST be doing something wrong, but can’t figure out what I’m missing… Created a small app with the line graph widget and 2 fields containing cvs data and saved it as a Windows and a Mac standalone. When I set the graphdata of the widget to the first field, it shows the first graph, when using

Re: line graph widget > Help is welcome...

2016-05-18 Thread Ton Kuypers
Grapjas ;-) Met vriendelijke groeten, Warm Regards, Ton Kuypers +32 (0) 477 739 530 Steenweg op Leopoldsburg 100 • B-2490 • Balen • Belgium www.publishingtools4u.com > On 18 mei 2016, at 14:36, Erik Beugelaar wrote: > > Hi Ton, > > Pledge or Infinite LiveCode and this will all be low h

Re: line graph widget > Help is welcome...

2016-05-18 Thread Ali Lloyd
Hi Ton, The graph widget layout code is rather complicated because of the relationship between the available space for the graph and how much space is needed for the axis labels. It is mainly for space saving reasons that the drawYLabels handler does the following: put the rounded of tNumber form

Re: line graph widget > Help is welcome...

2016-05-18 Thread Erik Beugelaar
Hi Ton, Pledge or Infinite LiveCode and this will all be low hanging fruit this summer ;-) Kind regards, Erik P.S. Just in case: this is a joke. Sent from solidit On 18/05/16 14:28, "use-livecode on behalf of Ton Kuypers" wrote: >Just opened the .lcb file

Re: line graph widget > Help is welcome...

2016-05-18 Thread Ton Kuypers
Just opened the .lcb file (thanks Peter), but this is not for average programmers like myself… Could anyone give me some pointers, or maybe modify the widget? It would be great to set a sub-devision like .5, .2 or .1 so the axis don’t only show integers... Met vriendelijke groeten, Warm Regard

Re: line graph widget

2016-05-18 Thread Ton Kuypers
gr… Completely overlooked that one, thanks! Met vriendelijke groeten, Warm Regards, Ton Kuypers +32 (0) 477 739 530 Steenweg op Leopoldsburg 100 • B-2490 • Balen • Belgium www.publishingtools4u.com > On 18 mei 2016, at 14:10, Peter TB Brett wrote: > > On 18/05/2016 13:05, Ton Kuype

Re: line graph widget

2016-05-18 Thread Peter TB Brett
On 18/05/2016 13:05, Ton Kuypers wrote: Is it possible to change the scale of the axes of this widget? It works fine, but when the values contain decimals, the axis only shows integers, so 5,6,6.3,6.4,6.9,7,8 will show up as 5,6,6,6,6,7,8 Would be great to set a sub-devision like .5 or .1 I tr

line graph widget

2016-05-18 Thread Ton Kuypers
Is it possible to change the scale of the axes of this widget? It works fine, but when the values contain decimals, the axis only shows integers, so 5,6,6.3,6.4,6.9,7,8 will show up as 5,6,6,6,6,7,8 Would be great to set a sub-devision like .5 or .1 I tried editing the source like Kevin showed d