Browse code

Update the graph of characters, as of the end of volume 2, chapter V.

Xavier G authored on18/10/2016 21:25:41
Showing1 changed files

... ...
@@ -18,10 +18,12 @@ digraph characters {
18 18
 	moritz_mother [label="Madame Moritz"];
19 19
 	krempe [label="Professor Krempe"]
20 20
 	lavenza_father [label="Lavenza,\nan Italian gentleman\n(remarried)"]
21
+	safie [label="Safie\n(Arabian maid)"];
21 22
 	waldman [label="M. Waldman"]
22 23
 	william [label="William"]
23 24
 
24 25
 	felix -> felix_father [label="son of"];
26
+	safie -> felix [label="is promised to"];
25 27
 	agatha -> felix_father [label="daughter of"];
26 28
 	caroline -> beaufort_father [label="daughter of"];
27 29
 	caroline -> justine_moritz [label="housed and employed as servant"];
... ...
@@ -45,5 +47,5 @@ digraph characters {
45 47
 	frankenstein_father -> caroline [label="husband of"];
46 48
 	frankenstein_father -> clerval_father [label="friend of"];
47 49
 	frankenstein_creature -> william [label="murdered"];
48
-	frankenstein_creature -> { felix; agatha; felix_father } [label="spied"];
50
+	frankenstein_creature -> { felix; agatha; felix_father; safie } [label="spied"];
49 51
 }