MerrimanInd/drawpyo

Create Diagram from Adjacency List

Open

#84 ouverte le 5 déc. 2025

Voir sur GitHub
 (4 commentaires) (0 réactions) (1 assigné)Python (49 forks)auto 404
diagramTypeenhancementhelp wanted

Métriques du dépôt

Stars
 (410 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur