Browse code

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

Xavier G authored on23/10/2016 01:16:10
Showing1 changed files

... ...
@@ -47,6 +47,7 @@ digraph characters {
47 47
 	frankenstein -> waldman [label="pupil of"];
48 48
 	frankenstein -> krempe [label="(reluctant) pupil of"];
49 49
 	frankenstein -> frankenstein_creature [label="gave life to"];
50
+	frankenstein -> frankenstein_father [label="reports the death of Elizabeth to"];
50 51
 	henry_clerval -> clerval_father [label="son of"];
51 52
 	justine_moritz -> moritz_mother [label="third daughter of"];
52 53
 	justine_moritz -> moritz_father [label="third daughter of"];
... ...
@@ -60,5 +61,6 @@ digraph characters {
60 61
 	frankenstein_creature -> frankenstein [label="demanded a female\ncompanion to"];
61 62
 	frankenstein_creature -> justine_moritz [label="placed William's portrait\nof Elizabeth in ~'s dress"];
62 63
 	frankenstein_creature -> henry_clerval [label="murdered"];
64
+	frankenstein_creature -> elizabeth [label="murdered"];
63 65
 	{ agatha; safie } -> frankenstein_creature [label="rejected (fled)"];
64 66
 }