5 Commits

Author SHA1 Message Date
bf788ca544 Changed link connection to middle node in block
Hidden node was removed from a block to reduce empty space.
Link from previous level is connected to the node in the middle
(or the first of two middle nodes when even number of nodes).

Added ranksep in config to increase vertical space.
2025-06-29 21:47:28 +03:00
93e2554457 Improved links and configuration file for dot
Restructured data to support block and node level links.
Added hidden nodes and edges in blocks to improve link
visualization.

Introduced support for configuring dot file parameters with
a config file.
2025-05-30 22:54:36 +03:00
76c4dfb528 Finished generation 7 in data
Fixed logic errors that resulted in separated blocks from tree.
Continue to generation 8...
2025-05-29 11:40:31 +03:00
9328fe3388 Data update and layer planning in Graph
Added blocks in data and introduced layers in Graph.
Layers not in use yet and other plans added in comments.
2025-05-25 18:55:33 +03:00
9b5f44fa75 Include development data for versioning
Included data folder with yaml under work.
Makes code testing easier and provides versioning for the data.
2025-05-25 16:19:17 +03:00