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!a35g2000prf.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 10:40:39 -0800 (PST) Organization: http://groups.google.com Message-ID: <2f084883-2e97-4474-9404-52d1ba2d2fef@a35g2000prf.googlegroups.com> References: <41bd2384-83a7-46ff-87e9-d726623633e9@s12g2000prg.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 1199040039 9183 127.0.0.1 (30 Dec 2007 18:40:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 30 Dec 2007 18:40:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a35g2000prf.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:19081 Date: 2007-12-30T10:40:39-08:00 List-Id: On Dec 29, 3:28 pm, "I. Levashew" wrote: > Vadim Godunko wrote: > > Jet another option today is QtAda. Elastic Nodes example may be > > interesting for you. > > >http://www.qtada.com/ > > Especially for Qt: > > http://qwt.sourceforge.net/index.html > > No bindings yet. That qwt makes awesome plots. Back in the day when I needed such things professionally I'd have looked it over carefully. I'd be happy to encourage you with your Ada bindings work. I want to keep a limit on how much graphics I have to think about, so qt is more than I'll pursue. But I'm glad you showed it to me. John