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: 103376,b1a5713afb4e5c1 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!attbi_s22.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: An easy way to simple scientific plots (in Ada)? References: <41bd2384-83a7-46ff-87e9-d726623633e9@s12g2000prg.googlegroups.com> In-Reply-To: <41bd2384-83a7-46ff-87e9-d726623633e9@s12g2000prg.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s22 1198704656 12.201.97.213 (Wed, 26 Dec 2007 21:30:56 GMT) NNTP-Posting-Date: Wed, 26 Dec 2007 21:30:56 GMT Organization: AT&T ASP.att.net Date: Wed, 26 Dec 2007 21:30:56 GMT Xref: g2news1.google.com comp.lang.ada:19027 Date: 2007-12-26T21:30:56+00:00 List-Id: JPWoodruff@gmail.com wrote: > I'm an old Ada hobbyist who would like to plot some data from a > computation. What I want is scientific plots that are sort of the > opposite of industrial strength, in that small effort produces small > result but has no aspiration to scale. > > I've collected beaucoup graphics libraries over the years - (claw, > gwindows, jewl, win_io, windex, once upon a time a fairly immature > gtkada...) > > But I'm not a devotee of U-I programming so I've never committed much > thinking to any of these. I'm going to stay uninvolved with buttons, > callbacks and dialogs. Instead, I just like to compute and plot > numeric > values. I wish I could do that in a context that didn't make me learn > all that stuff I'm not using. > > So can I ask for a suggestion: which library would be simplest for me > to install and use for my task? Package Plot_Windows from Win_IO seems to do what you want. It's small and easy to use, and doesn't require that you do anything different with the rest of your application. -- Jeff Carter "Alms for an ex-leper!" Monty Python's Life of Brian 75