From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a0c:9003:: with SMTP id o3mr7745868qvo.62.1607116556665; Fri, 04 Dec 2020 13:15:56 -0800 (PST) X-Received: by 2002:ac8:7192:: with SMTP id w18mr11635090qto.149.1607116556389; Fri, 04 Dec 2020 13:15:56 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 4 Dec 2020 13:15:55 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=124.149.31.79; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 124.149.31.79 References: <7223f058-c593-4905-b9ba-0a5cb3e64de2n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Import Python library into an Ada package? From: Roger Mc Injection-Date: Fri, 04 Dec 2020 21:15:56 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:60712 List-Id: On Saturday, December 5, 2020 at 8:09:53 AM UTC+11, Dmitry A. Kazakov wrote= : > On 2020-12-04 19:32, Bj=C3=B6rn Lundin wrote:=20 > > Den 2020-12-04 kl. 14:22, skrev Niklas Holsti:=20 > >> If you want to use Graphviz just to draw automatically laid-out=20 > >> graphs, there is another way, that I have used: make the Ada program= =20 > >> write out the graph definition as a text file in the "dot" language,= =20 > >> and then invoke the "dot" program from Graphviz to lay out and draw=20 > >> the graph into some graphical format.=20 > >=20 > > And if you really just want to draw graphs - and can use another tool -= =20 > > gnuplot can be controlled by spawning it and send commands on stdin via= =20 > > pipes. > If you want to build a GUI you can use Cairo. It has all necessary stuff= =20 > for vector graphics. E.g. this one uses GtkAda Cairo bindings:=20 >=20 > http://www.dmitry-kazakov.de/ada/aicwl.htm > --=20 > Regards,=20 > Dmitry A. Kazakov=20 > http://www.dmitry-kazakov.de Thanks Dmitry, I am considering using aicwl where appropriate. Regards, Roger