... |
... |
@@ -1,10 +1,13 @@
|
1 |
1 |
/* Natural philosophy is the genius that has regulated my fate. */
|
2 |
2 |
digraph characters {
|
|
3 |
+ agatha [label="Agatha"];
|
3 |
4 |
beaufort_father [label="Beaufort (ruined merchant)"];
|
4 |
5 |
caroline [label="Caroline Beaufort"];
|
5 |
6 |
clerval_father [label="Clerval, some Geneva merchant"];
|
6 |
7 |
elizabeth [label="Elizabeth Lavenza"]
|
7 |
8 |
ernest [label="Ernest"]
|
|
9 |
+ felix [label="Felix"];
|
|
10 |
+ felix_father [label="Felix and Agatha's father"];
|
8 |
11 |
frankenstein [label="Dr Victor Frankenstein", shape="box"];
|
9 |
12 |
frankenstein_aunt [label="Dr Frankenstein's aunt (deceased)"]
|
10 |
13 |
frankenstein_creature [label="Frankenstein's creature"]
|
... |
... |
@@ -18,6 +21,8 @@ digraph characters {
|
18 |
21 |
waldman [label="M. Waldman"]
|
19 |
22 |
william [label="William"]
|
20 |
23 |
|
|
24 |
+ felix -> felix_father [label="son of"];
|
|
25 |
+ agatha -> felix_father [label="daughter of"];
|
21 |
26 |
caroline -> beaufort_father [label="daughter of"];
|
22 |
27 |
caroline -> justine_moritz [label="housed and employed as servant"];
|
23 |
28 |
elizabeth -> frankenstein_aunt [label="daughter of"];
|
... |
... |
@@ -40,4 +45,5 @@ digraph characters {
|
40 |
45 |
frankenstein_father -> caroline [label="husband of"];
|
41 |
46 |
frankenstein_father -> clerval_father [label="friend of"];
|
42 |
47 |
frankenstein_creature -> william [label="murdered"];
|
|
48 |
+ frankenstein_creature -> { felix; agatha; felix_father } [label="spied"];
|
43 |
49 |
}
|