Browse code

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

Xavier G authored on20/10/2016 01:09:14
Showing1 changed files

... ...
@@ -52,4 +52,5 @@ 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
+	{ felix; agatha; safie } -> frankenstein_creature [label="rejected"];
55 56
 }