From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b57d9d41ce0be476 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!feeder.news-service.com!cyclone01.ams2.highwinds-media.com!news.highwinds-media.com!npeersf01.ams.highwinds-media.com!newsfe30.ams2.POSTED!1cdbf9d3!not-for-mail From: Per Sandberg Reply-To: per.sandberg@bredband.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101103 Fedora/1.0-0.33.b2pre.fc13 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: [ANN] Ada bindimgs to gtkdatabox References: <1d52hzowcb8uo.xpd1v79543av$.dlg@40tude.net> In-Reply-To: <1d52hzowcb8uo.xpd1v79543av$.dlg@40tude.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@WWWSpace.NET NNTP-Posting-Date: Tue, 07 Dec 2010 21:14:49 UTC Date: Tue, 07 Dec 2010 22:14:47 +0100 Xref: g2news2.google.com comp.lang.ada:16822 Date: 2010-12-07T22:14:47+01:00 List-Id: On 12/07/2010 09:54 PM, Dmitry A. Kazakov wrote: > On Tue, 07 Dec 2010 21:33:52 +0100, Per Sandberg wrote: > >> Ther is now a binding to gtkdatabox located on: >> https://github.com/persan/A-gtkdatabox > > Does it use time stamps on the X axis (i.e. oscilloscope), or is it just a > XY plot? Its basicly an XY plot with float values. > Is it based on cairo? Have not thought about it, i was looking a widget that made it possible to build a simple UI for a pc-oscilloscope. > How does it handle the case when several data points must be rendered in > one-pixel horizontal width? Have not looked deeper into the scaling effects when several X-values should be rendered one pixel wide, but it seems like a mean value is drawn. /Per