File: nestedclust_dot.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 (47 lines) | stat: -rw-r--r-- 907 bytes parent folder | download | duplicates (3)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
digraph G {
	graph [bb="0,0,300,220"];
	node [color="#00ff005f",
		fillcolor="#00ff005f",
		label="\N",
		style=filled
	];
	{
		subgraph cluster_ss81 {
			graph [bb="64,8,134,204"];
			a	[height=0.5,
				pos="99,178",
				width=0.75];
			b	[height=0.5,
				pos="99,106",
				width=0.75];
			a -> b	[pos="e,99,124.1 99,159.7 99,151.98 99,142.71 99,134.11"];
			c	[height=0.5,
				pos="99,34",
				width=0.75];
			b -> c	[pos="e,99,52.104 99,87.697 99,79.983 99,70.712 99,62.112"];
		}
		e	[height=0.5,
			pos="27,178",
			width=0.75];
		f	[height=0.5,
			pos="27,106",
			width=0.75];
		e -> f	[pos="e,27,124.1 27,159.7 27,151.98 27,142.71 27,134.11"];
	}
	{
		subgraph cluster_x {
			graph [bb="142,144,292,212"];
			subgraph cluster_y {
				graph [bb="214,152,284,204"];
				y	[height=0.5,
					pos="249,178",
					width=0.75];
			}
			x	[height=0.5,
				pos="177,178",
				width=0.75];
		}
		x;
		y;
	}
}