MerrimanInd/drawpyo

Create Diagram from Adjacency List

Open

#84 opened on Dec 5, 2025

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Python (49 forks)auto 404
diagramTypeenhancementhelp wanted

Repository metrics

Stars
 (410 stars)
PR merge metrics
 (PR metrics pending)

Description

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