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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.31.174.2 with SMTP id x2mr20819495vke.13.1456919347903; Wed, 02 Mar 2016 03:49:07 -0800 (PST) X-Received: by 10.182.80.74 with SMTP id p10mr36545obx.8.1456919347865; Wed, 02 Mar 2016 03:49:07 -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!border2.nntp.dca1.giganews.com!nntp.giganews.com!w104no4450089qge.1!news-out.google.com!pn7ni7495igb.0!nntp.google.com!hb3no10671979igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 2 Mar 2016 03:49:07 -0800 (PST) In-Reply-To: <69099a69-befa-43b8-bdce-d5201bab64c9@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=118.93.170.43; posting-account=g6PEmwoAAADhFsmVm6Epjviaw4MLU0b5 NNTP-Posting-Host: 118.93.170.43 References: <69099a69-befa-43b8-bdce-d5201bab64c9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Simple XY line plot using GtkAda From: Anatoly Chernyshev Injection-Date: Wed, 02 Mar 2016 11:49:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29643 Date: 2016-03-02T03:49:07-08:00 List-Id: There was a thread on plplot package (https://groups.google.com/forum/#!searchin/comp.lang.ada/plplot|sort:date/comp.lang.ada/afb8KEof7Ek/yi7ULXZC5i8J) It was looking promising, but I never managed to compile it under Windows (frankly, I abandoned it after couple of hours of unsuccessful efforts). So, I ended up writing text input files for gnuplot from an Ada program. This way I have access to all gnuplot facilities, which are ample. On Tuesday, March 1, 2016 at 11:30:25 PM UTC+13, ah...@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. > > Advice gratefully received, > Ahlan