Sha256: 7b70836d748f7323e1f01943c21111d32bff1f66ea3f1d634039ebfda19fa963

Contents?: true

Size: 424 Bytes

Versions: 25

Compression:

Stored size: 424 Bytes

Contents

digraph G {
	subgraph cluster_0 {
		style=filled;
		color=lightgrey;
		node [style=filled,color=white];
		a0 -> a1;
		a1 -> a2;
		a2 -> a3;
		label = "process #1";
	}

	subgraph cluster_1 {
		node [style=filled];
		b0 -> b1;
		b1 -> b2;
		b2 -> b3;
		label = "process #2";
		color=blue;
	}
	start -> a0;
	start -> b0;
	a1 -> b3;
	b2 -> a3;
	a3 -> a0;
	a3 -> end;
	b3 -> end;

	start [shape=Mdiamond];
	end [shape=Msquare];
}

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
ruby-graphviz-1.2.5 examples/dot/cluster.dot
ruby-graphviz-1.2.4 examples/dot/cluster.dot
ruby-graphviz-1.2.3 examples/dot/cluster.dot
ruby-graphviz-1.2.2 examples/dot/cluster.dot
ruby-graphviz-1.2.1 examples/dot/cluster.dot
ruby-graphviz-1.2.0 examples/dot/cluster.dot
ruby-graphviz-1.1.0 examples/dot/cluster.dot
ruby-graphviz_c-1.1.1 examples/dot/cluster.dot
ruby-graphviz_c-1.1.0 examples/dot/cluster.dot
ruby-graphviz-1.0.9 examples/dot/cluster.dot
ruby-graphviz-1.0.8 examples/dot/cluster.dot
ruby-graphviz-1.0.7 examples/dot/cluster.dot
ruby-graphviz-1.0.6 examples/dot/cluster.dot
ruby-graphviz-1.0.5 examples/dot/cluster.dot
ruby-graphviz-1.0.4 examples/dot/cluster.dot
ruby-graphviz-1.0.3 examples/dot/cluster.dot
ruby-graphviz-1.0.2 examples/dot/cluster.dot
ruby-graphviz-1.0.1 examples/dot/cluster.dot
ruby-graphviz-1.0.0 examples/dot/cluster.dot
ruby-graphviz-0.9.21 examples/dot/cluster.dot