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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.140.19.4 with SMTP id 4mr33361391qgg.29.1456830558801; Tue, 01 Mar 2016 03:09:18 -0800 (PST) X-Received: by 10.182.153.2 with SMTP id vc2mr204704obb.11.1456830558764; Tue, 01 Mar 2016 03:09:18 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!w104no4264820qge.1!news-out.google.com!pn7ni6522igb.0!nntp.google.com!ok5no5497091igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 1 Mar 2016 03:09:18 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:120b:7f3:dcd0:f806:212b:2dfc:b2eb; posting-account=DQbqYQoAAACn8hHn2LmG2aF7Mhbxl_Lf NNTP-Posting-Host: 2a02:120b:7f3:dcd0:f806:212b:2dfc:b2eb References: <69099a69-befa-43b8-bdce-d5201bab64c9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <457548ac-9426-4cb9-b158-d817626e7f36@googlegroups.com> Subject: Re: Simple XY line plot using GtkAda From: ahlan@marriott.org Injection-Date: Tue, 01 Mar 2016 11:09:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1908 X-Received-Body-CRC: 3585774194 Xref: news.eternal-september.org comp.lang.ada:29627 Date: 2016-03-01T03:09:18-08:00 List-Id: On Tuesday, March 1, 2016 at 11:48:06 AM UTC+1, Dmitry A. Kazakov wrote: > On 01/03/2016 11:30, ahlan@marriott.org wrote: > > > Can anyone advise me what I should use to draw a simple line plot > > using GtkAda (primarily under windows). Gtk.Extra.Plot seems to have > > been abandoned and apparently doesn't work on Gtk3 so what should I > > use? Gtkdatabox also seems to be a relic of history. > > http://www.dmitry-kazakov.de/ada/aicwl.htm#12.5 > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de Dear Dmitry, I thought that using your oscilloscope widget might be a little over the top when all I want to do is plot a few 2D line plots. But if that is what is recommended I will try it out. Many thanks, Ahlan