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=1.0 required=3.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Import Python library into an Ada package? Date: Fri, 4 Dec 2020 22:25:07 +0100 Organization: A noiseless patient Spider Message-ID: References: <7223f058-c593-4905-b9ba-0a5cb3e64de2n@googlegroups.com> <0fe9f823-8923-41a8-bd47-347a64be3f72n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Fri, 4 Dec 2020 21:25:08 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="aa4049c7e1a474874b39fa92889d9daa"; logging-data="16686"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19fHIPLaHG9NgPx1sSphdD5" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 Cancel-Lock: sha1:27g+oECPy2JKZMwxZbCUX4AH6cg= In-Reply-To: Content-Language: en-US Xref: reader02.eternal-september.org comp.lang.ada:60714 List-Id: Den 2020-12-04 kl. 20:40, skrev Niklas Holsti: > > In the "dot" language, one defines a node-and-arc graph by listing and > naming all the nodes and then listing all the arcs from one node to > another. The "dot" tool performs an automatic lay-out that places the > nodes on the two-dimensional plane (= drawing surface) so that few arcs > cross other arcs, and most arcs connect nodes that are close together -- > in other words, a a visually clear and neat node-arc graphic instead of > an arbitrary spaghetti. Very interesting - I think I'll spend some time with its docs - thanks -- Björn