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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,21aaebbd9205357c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.189.78 with SMTP id dd14mr22626489qab.0.1362529717300; Tue, 05 Mar 2013 16:28:37 -0800 (PST) X-Received: by 10.49.39.99 with SMTP id o3mr2738454qek.14.1362529717220; Tue, 05 Mar 2013 16:28:37 -0800 (PST) Path: p7ni25qai.0!nntp.google.com!t2no9161626qal.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 5 Mar 2013 16:28:36 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=97.117.199.5; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG NNTP-Posting-Host: 97.117.199.5 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <81029613-bb9c-4b9b-80f6-b4336dc795c7@googlegroups.com> Subject: Re: Please list all the Ada libraries you know From: Jerry Injection-Date: Wed, 06 Mar 2013 00:28:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-03-05T16:28:36-08:00 List-Id: PLplot is a cross-platform, high-quality linkable graphics library for maki= ng a variety of 2D and 3D plots including standard x-y plots, semi-log plot= s, log-log plots, contour plots, 3D surface plots, mesh plots, bar charts a= nd pie charts. The library is written in C but the distribution includes Ad= a bindings--one thin binding and two thick bindings. Several languages are = supported and output can be to a large number of interactive devices and fi= les. Plots are made using user data stored in RAM and so can be much faster= than plotters that use a disk file as an intermediary between the user pro= gram and the plot. http://plplot.sourceforge.net/ Jerry