Files
devops/perl/lib/Graph-Easy-0.76/t/txt/dot/9_stacking.txt
2025-09-17 16:08:16 +08:00

17 lines
234 B
Plaintext

edge { arrowstyle: filled; }
graph {
colorscheme: x11;
flow: east;
title: G;
}
[ 0 ] --> [ 11 ]
[ 11 ] --> [ 1 ]
[ 1 ] --> [ 10 ]
[ 1 ] --> [ 2 ]
[ 10 ] --> [ 6 ]
[ 2 ] --> [ 3 ]
[ 3 ] --> [ 8 ]
[ 8 ] --> [ 5 ]
[ 5 ] --> [ 6 ]