File: b3.dot

package info (click to toggle)
python-pydotplus 2.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,832 kB
  • sloc: python: 1,755; makefile: 164
file content (43 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (22)
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
digraph "g" {
	graph [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		color = "black"
	]
	node [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "black"
	]
	edge [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		color = "black"
	]
	"n0" [
		label = "(balanced)"
		color = "black"
		width = "0.833333"
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "151.378446,405.811623"
		height = "0.416667"
		shape = "ellipse"
	]
	"n1" [
		label = "(unbalanced"
		color = "black"
		width = "0.833333"
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "163.408521,310.621242"
		height = "0.416667"
		shape = "ellipse"
	]
}