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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,39ace4c4032cf84b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: question on GtkAda Date: Wed, 15 Dec 2010 23:42:47 -0800 Organization: Aioe.org NNTP Server Message-ID: References: <82aak6fb5d.fsf@stephe-leake.org> Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 Xref: g2news1.google.com comp.lang.ada:15977 Date: 2010-12-15T23:42:47-08:00 List-Id: On 12/15/2010 11:07 PM, Stephen Leake wrote: > "Nasser M. Abbasi" writes: > >> Another question: If someone want to do plotting from Ada, how >> would one do that? GtkAda is just for making GUI? > > I use Ada to write a data file, then plot it with gnuplot. > > That gives a nice interactive system. > Yes, this is an option, and I have done that with Fortran. But I need to be able to plot during run-time. Many times, I'd like to examine the plot at each step, during debugging, makes it much easier to have all that integrated. --Nasser