MerrimanInd/drawpyo

Create Diagram from Adjacency List

Open

#84 geöffnet am 5. Dez. 2025

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (49 Forks)auto 404
diagramTypeenhancementhelp wanted

Repository-Metriken

Stars
 (410 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Adjencency Lists are commonly used structures to describe directed and undirected graphs.

Establishing a structure of Nodes that is connected according to an adjecency list would be a good starting point for non-tree diagrams of various sorts.

This requires some good preparation to ensure the structure is flexible in layout and styling.

Contributor Guide