Browse code

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

Xavier G authored on18/10/2016 21:48:29
Showing1 changed files

... ...
@@ -7,7 +7,7 @@ digraph characters {
7 7
 	elizabeth [label="Elizabeth Lavenza"]
8 8
 	ernest [label="Ernest"]
9 9
 	felix [label="Felix"];
10
-	felix_father [label="Felix and Agatha's father"];
10
+	felix_father [label="M. De Lacey"];
11 11
 	frankenstein [label="Dr Victor Frankenstein", shape="box"];
12 12
 	frankenstein_aunt [label="Dr Frankenstein's aunt\n(deceased)"]
13 13
 	frankenstein_creature [label="Frankenstein's creature"]
... ...
@@ -18,12 +18,16 @@ 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
+	safie [label="Safie\n(Turkish maid)"];
22
+	safie_father [label="Turkish merchant"];
22 23
 	waldman [label="M. Waldman"]
23 24
 	william [label="William"]
24 25
 
25 26
 	felix -> felix_father [label="son of"];
27
+	felix -> safie_father [label="delivered"];
26 28
 	safie -> felix [label="is promised to"];
29
+	safie -> safie_father [label="daughter of"];
30
+	safie_father -> felix [label="betrayed"];
27 31
 	agatha -> felix_father [label="daughter of"];
28 32
 	caroline -> beaufort_father [label="daughter of"];
29 33
 	caroline -> justine_moritz [label="housed and employed as servant"];