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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b1a5713afb4e5c1 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!d21g2000prf.googlegroups.com!not-for-mail From: JPWoodruff@gmail.com Newsgroups: comp.lang.ada Subject: Re: An easy way to simple scientific plots (in Ada)? Date: Sun, 30 Dec 2007 19:40:40 -0800 (PST) Organization: http://groups.google.com Message-ID: <0e03cf22-4c08-4392-ada8-ab5344b8fbda@d21g2000prf.googlegroups.com> References: <41bd2384-83a7-46ff-87e9-d726623633e9@s12g2000prg.googlegroups.com> <01688775-bb6d-4af8-b11d-127af010bef9@e23g2000prf.googlegroups.com> <5c68e305-a892-4f9c-9651-05eab4de1d50@l6g2000prm.googlegroups.com> <73de5421-d3b6-4c5c-9ecb-3b49e46cea51@e25g2000prg.googlegroups.com> NNTP-Posting-Host: 76.25.248.240 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1199072440 3209 127.0.0.1 (31 Dec 2007 03:40:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 31 Dec 2007 03:40:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d21g2000prf.googlegroups.com; posting-host=76.25.248.240; posting-account=eLk0BgoAAAA-yA75xm1L7heSizMaESVg User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19096 Date: 2007-12-30T19:40:40-08:00 List-Id: On Dec 30, 2:25 pm, Jerry wrote: > On Dec 28, 12:53 pm, JPWoodr...@gmail.com wrote: > > > > > On Dec 27, 1:23 pm, Jerry wrote: > > > > On Dec 26, 11:37 am, JPWoodr...@gmail.com wrote: > > > > > I'm an old Ada hobbyist who would like to plot some data from a > > > > computation. > > > > In my opinion, PLplot is exactly what you need. > > > Sounds like something I'd like to try. But google doesn't tell me > > (at least not directly) how to find it. > > > Reminds me of my friend who says "I'll buy you a beer" but doesn't say > > when ;-) > > > -- > > > Also thanks Jeffrey Creem for reminding me of gnuplot. I'm getting > > good early results with that. > > > John > > I'm not sure what to say--just type PLplot into Google and the top hit > is "PLplot Home Page." I guess what I say now is "duh". But when I do "plplot Ada", google gets pretty vague. With your suggestion, I downloaded plplot5.8 and had a look. There's quite a lot of C there, and I'm pretty C-averse. (I managed to avoid learning it for work for 30-odd years, so I'll just continue like that.) I want to keep a limit on how much graphics I have to think about, so plplot is more than I'll pursue. I'm glad you showed it to me and I hope you'll continue to make it into a successful product. John