Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Wikipedia:Reference desk/Archives/Computing/2024 May 7

From Wikipedia, the free encyclopedia
Computing desk
< May 6 << Apr | May | Jun >> Current desk >
Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


May 7

[edit]

Software for generating directed graphs

[edit]

Is there software that will generate a directed graph such as this one, given a list of "from" and "to" numbers? It will include a cycle. Bubba73 You talkin' to me? 02:24, 7 May 2024 (UTC)reply

As the description says, it was created with Graphviz, which should be usable for your purpose.  --Lambiam 07:23, 7 May 2024 (UTC)reply
You can use graphviz, mermaid, cytoscape, d3js (look up observablehq). D3Js can do almost everything svg can do, but of course you need to roll your own display algorithms. Graphviz strenghts is that you dont need to care about manual placement, but with complex graphs it will not be pretty. You can also use TikZ or CetZ 2A02:F28:F:36A0:0:0:0:100B (talk) 08:37, 7 May 2024 (UTC)reply