Re: Line Graph Widget - Plotting time series

2019-06-05 Thread Alex Tweedly via use-livecode
Yes - it calls the "ordinary" one the Yaxis, and the second one the YRightAxis (or YRAxis) in various places, and draws it on the right of the graph. It currently doesn't do a title on the second (right) axis - but should be 10 minutes for me to add that if you want it - just let me know. (An

Re: Line Graph Widget - Plotting time series

2019-06-04 Thread Glen Bojsza via use-livecode
Hi Alex, I will take a look at it...thanks. Can it do dual Y axis graphs? On Tue, Jun 4, 2019 at 8:50 PM Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Glen, > > Sounds like the graph widget won't do it. > > You could try using my GraphMaker library. I gave a brief t

Re: Line Graph Widget - Plotting time series

2019-06-04 Thread Alex Tweedly via use-livecode
Hi Glen, Sounds like the graph widget won't do it. You could try using my GraphMaker library. I gave a brief talk about it at the conference, but since I got back I've been so busy I haven't yet got around to making a general announcement. You can get the library from https://github.com/ale

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. > On 5

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