Browse code

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

Xavier G authored on20/10/2016 02:06:01
Showing1 changed files

... ...
@@ -52,5 +52,7 @@ digraph characters {
52 52
 	frankenstein_father -> clerval_father [label="friend of"];
53 53
 	frankenstein_creature -> william [label="murdered"];
54 54
 	frankenstein_creature -> { felix; agatha; felix_father; safie } [label="spied"];
55
+	frankenstein_creature -> frankenstein [label="demanded a female\ncompanion to"];
56
+	frankenstein_creature -> justine_moritz [label="placed William's portrait\nof Elizabeth in ~'s dress"];
55 57
 	{ felix; agatha; safie } -> frankenstein_creature [label="rejected"];
56 58
 }