File: b34.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 (20 lines) | stat: -rw-r--r-- 814 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
digraph grafo {
graph [charset=latin1]
"0" [ fontname=verdana height=0.1 width=0.1 shape=box label = "seres" ];
"1" [ fontname=verdana height=0.1 width=0.1 shape=box label = "vivos" ];
"2" [ fontname=verdana height=0.1 width=0.1 shape=box label = "animales" ];
"3" [ fontname=verdana height=0.1 width=0.1 shape=box label = "pensantes" ];
"4" [ fontname=verdana height=0.1 width=0.1 shape=box label = "nopensantes" ];
"5" [ fontname=verdana height=0.1 width=0.1 shape=box label = "plantas" ];
"6" [ fontname=verdana height=0.1 width=0.1 shape=box label = "inertes" ];
"7" [ fontname=verdana height=0.1 width=0.1 shape=box label = "montaas" ];
"8" [ fontname=verdana height=0.1 width=0.1 shape=box label = "lagos" ];
"0" -> "1";
"0" -> "6";
"1" -> "2";
"1" -> "5";
"2" -> "3";
"2" -> "4";
"6" -> "7";
"6" -> "8";
}