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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Simple XY line plot using GtkAda Date: Tue, 1 Mar 2016 06:18:06 -0600 Organization: Aioe.org NNTP Server Message-ID: References: <69099a69-befa-43b8-bdce-d5201bab64c9@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: GHujeg+S2L5ki3pRAiflyA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:29628 Date: 2016-03-01T06:18:06-06:00 List-Id: On 3/1/2016 4:30 AM, ahlan@marriott.org wrote: > Can anyone advise me what I should use to draw a simple line >plot using GtkAda (primarily under windows). > Gtk.Extra.Plot seems to have been abandoned and apparently >doesn't work on Gtk3 so what should I use? Gtkdatabox also seems to be a relic of history. > > Advice gratefully received, > Ahlan > That is why we need a graphics package as part of Ada standard. C++ seems to have got the idea of how important this to have as part of the language, so it is there all the time: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0267r0.pdf "A Proposal to Add 2D Graphics Rendering and Display to C++" --Nasser