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,bf1120cc5ca0ddec X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!newshub.sdsu.edu!npeer.de.kpn-eurorings.net!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: 2d graph Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: Date: Thu, 23 Mar 2006 14:20:07 +0100 Message-ID: <4cdpulq5589q.gj93rlx0sbam.dlg@40tude.net> NNTP-Posting-Date: 23 Mar 2006 14:20:07 MET NNTP-Posting-Host: c312e46d.newsread2.arcor-online.net X-Trace: DXC=]NV4OkSX On Thu, 23 Mar 2006 11:34:43 GMT, Anders Wirzenius wrote: > I want to produce a 2d graph to be presented as an image on a HTML page. > Does anyone have an Ada example for, say, SVG? > The data is a textfile with x and y values on each line. > 1.0 1.0 > 2.3 3.2 > 3.0 5.9 I did it in pure HTML, but it was designed for displaying fuzzy sets. The output looked like: 0.0 ||||||||||||||| 0.1 |||||||| 0.2 ||||||||||| 0.3 |||||||||||||||||||| 0.4 |||||||||||||||||||||| I think you got the idea. It is probably not what you want. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de