Re: [Gambas-user] GB3, Paint.CurveTo

2010-12-05 Thread BenoƮt Minisini
> Hello, > i want to paint a graph from numerical data using CurveTo. > CurveTo expects 3 points (p1,p2,p3) where p1 == (x1,y1) > If i want to advance in curve plotting i have to add a p4,p5,...pn. > Do i need always to provide the additional point by repeating the > recently added 2 points or is t

[Gambas-user] GB3, Paint.CurveTo

2010-12-04 Thread wally
Hello, i want to paint a graph from numerical data using CurveTo. CurveTo expects 3 points (p1,p2,p3) where p1 == (x1,y1) If i want to advance in curve plotting i have to add a p4,p5,...pn. Do i need always to provide the additional point by repeating the recently added 2 points or is there a smar