Re: [Gambas-user] draw graph gambas2

2010-11-16 Thread richard terry
On Tuesday 16 November 2010 19:18:17 wally wrote: > Hi, > > i need to draw a graph with nonlinear data from a measurement device. > Doing draw.line/draw.polyline gives pretty ugly results. > Is there a way to draw to drawarea with smooth lines, bezier or curve_to as > in cairo with Gambas2 ? In g

[Gambas-user] draw graph gambas2

2010-11-16 Thread wally
Hi, i need to draw a graph with nonlinear data from a measurement device. Doing draw.line/draw.polyline gives pretty ugly results. Is there a way to draw to drawarea with smooth lines, bezier or curve_to as in cairo with Gambas2 ? In general its an YT-Plotter / Recorder wally ---