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.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:aed:2742:: with SMTP id n60mr9062039qtd.221.1607108936103; Fri, 04 Dec 2020 11:08:56 -0800 (PST) X-Received: by 2002:a05:620a:95d:: with SMTP id w29mr10467224qkw.147.1607108935951; Fri, 04 Dec 2020 11:08:55 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!news.uzoreto.com!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!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 11:08: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: <0fe9f823-8923-41a8-bd47-347a64be3f72n@googlegroups.com> Subject: Re: Import Python library into an Ada package? From: Roger Mc Injection-Date: Fri, 04 Dec 2020 19:08:56 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:60706 List-Id: On Saturday, December 5, 2020 at 5:33:00 AM UTC+11, bj=C3=B6rn lundin wrote= : > Den 2020-12-04 kl. 14:22, skrev Niklas Holsti:=20 > > If you want to use Graphviz just to draw automatically laid-out graphs,= =20 > > there is another way, that I have used: make the Ada program write out= =20 > > the graph definition as a text file in the "dot" language, and then=20 > > invoke the "dot" program from Graphviz to lay out and draw the graph=20 > > into some graphical format. > 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.=20 >=20 >=20 > --=20 > Bj=C3=B6rn Thanks for the many helpful comments regarding Graphviz. I shall certainly consider using these for my project. I'm not sure what is meant by "automatically laid-out graphs". Roger