Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/cmd/graphviz/graphs/directed/clust5.dot

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


digraph G {
size="6,6";
	a -> b -> c;

	subgraph cluster0 {
		x0 -> y0;
		x0 -> z0;
	}

	subgraph cluster1 {
		x1 -> y1;
		x1 -> z1;
	}

	subgraph cluster2 {
		x2 -> y2;
		x2 -> z2;
	}

	a -> x0;
	b -> x1;
	b -> x2;
	a -> z2;
	c -> z1;
}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.