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.224.111.201 with SMTP id t9mr10239858qap.8.1380775170734; Wed, 02 Oct 2013 21:39:30 -0700 (PDT) X-Received: by 10.49.48.38 with SMTP id i6mr276125qen.4.1380775170719; Wed, 02 Oct 2013 21:39:30 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!q9no2534860qas.0!news-out.google.com!9ni4992qaf.0!nntp.google.com!q9no2534859qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 2 Oct 2013 21:39:29 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.135.15.104; posting-account=g6PEmwoAAADhFsmVm6Epjviaw4MLU0b5 NNTP-Posting-Host: 188.135.15.104 References: <61b58fde-2542-485a-a5e8-c7041ad822bd@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: PLplot plotting library with Ada bindings From: Anatoly Chernyshev Injection-Date: Thu, 03 Oct 2013 04:39:30 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1812 Xref: number.nntp.dca.giganews.com comp.lang.ada:183578 Date: 2013-10-02T21:39:29-07:00 List-Id: > > Initialize_PLplot; -- Call this only once. > Why doesn't the elaboration of Plplot do this? > > End_PLplot; -- Call this only once. > Why not use finalization to do this? Maybe because this is a binding, not the original construct. In any case, the plots examples are of high quality, comparable to those of MathCad and SigmaPlot. I didn't play with the Ada sources yet, but definitely will make a note of that package for the cases when more than one plot needs to be created (thanks to the authors). So far I used to print Ada output in a csv file to further export in a plotting program. Anatoly