File: try.gv

package info (click to toggle)
graphviz 14.1.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 139,476 kB
  • sloc: ansic: 142,288; cpp: 11,975; python: 7,883; makefile: 4,044; yacc: 3,030; xml: 2,972; tcl: 2,495; sh: 1,391; objc: 1,159; java: 560; lex: 423; perl: 243; awk: 156; pascal: 139; php: 58; ruby: 49; cs: 31; sed: 1
file content (29 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
digraph G {
	node [label="\N"];
	graph [bb="0,0,128,544"];
	subgraph cluster_small {
		graph [label=small,
			lp="63,152",
			bb="28,16,98,164"];
		a [pos="63,114", width="0.75", height="0.50"];
		b [pos="63,42", width="0.75", height="0.50"];
		a -> b [pos="e,63,60 63,96 63,88 63,79 63,70"];
	}
	subgraph cluster_big {
		graph [label=big,
			lp="53,524",
			bb="8,172,98,536"];
		p [pos="53,486", width="0.75", height="0.50"];
		q [pos="63,414", width="0.75", height="0.50"];
		r [pos="63,342", width="0.75", height="0.50"];
		s [pos="63,270", width="0.75", height="0.50"];
		t [pos="63,198", width="0.75", height="0.50"];
		p -> q [pos="e,60,432 56,468 57,460 58,451 59,442"];
		q -> r [pos="e,63,360 63,396 63,388 63,379 63,370"];
		r -> s [pos="e,63,288 63,324 63,316 63,307 63,298"];
		s -> t [pos="e,63,216 63,252 63,244 63,235 63,226"];
		t -> p [pos="e,43,469 49,214 41,224 32,238 27,252 16,290 19,393 27,432 29,442 34,451 38,460"];
	}
	t -> a [pos="e,63,132 63,180 63,169 63,155 63,142"];
	b -> q [pos="e,76,398 77,58 84,68 94,82 99,96 117,138 118,151 118,198 118,270 118,270 118,270 118,310 115,322 99,360 94,370 88,380 82,390"];
}