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,962e5a34d5256704 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!a12g2000pro.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: ANN: Ada bindings to PLplot plotting software Date: Mon, 5 Jan 2009 23:59:13 -0800 (PST) Organization: http://groups.google.com Message-ID: <996c12ff-e0d9-475d-8311-bdb17b880a0a@a12g2000pro.googlegroups.com> References: <495eb27b$0$31334$9b4e6d93@newsspool4.arcor-online.net> <667c1b28-b288-4558-805e-efcd308c217b@r15g2000prh.googlegroups.com> NNTP-Posting-Host: 75.171.45.240 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1231228753 30748 127.0.0.1 (6 Jan 2009 07:59:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 6 Jan 2009 07:59:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a12g2000pro.googlegroups.com; posting-host=75.171.45.240; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/525.18 (KHTML, like Gecko, Safari/525.20) OmniWeb/v622.3.0.105198,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4191 Date: 2009-01-05T23:59:13-08:00 List-Id: On Jan 5, 4:15=A0pm, Jerry wrote: > On Jan 2, 5:34=A0pm, Georg Bauhaus > wrote: > > > Jerry wrote: > > However, authors of some bindings including this Ada > > one have added "a number of substantial improvements over > > the C API". (Set_Color(Red) seems so much better than plcol0(1), > > even when it does not name the thing that is turned red; > > I don't want to sound complaining, in particular having > > done nothing on this work). =A0That's somewhat hidden > > from the web presentation, though, I think. > > Read the docs 8^). I originally called this procedure Set_Pen_Color > (..) but changed it when I figured that not everyone appreciates the > reference to pen plotters and would respond, "What pen?" Calling this > proc simply causes everything that is drawn thereafter to be in the > specified color, until the proc is called again with a different > argument. Just for the record, I was at least temporarily stupid when I wrote the above post(s). The actual procedure name is Set_Pen_Color, not Set_Color. I can't explain the explanation 8^). Jerry