DEBSOURCES
Skip Quicknav
sources / python-pydotplus / 2.0.2-5 / test / graphs / b7.dot
123456789101112131415
digraph G { subgraph cluster_0 { subgraph cluster_1 { } a -> c; } subgraph cluster_1 { y -> z; y -> q; } y -> b; }