Skip to content

Instantly share code, notes, and snippets.

@NdYAG
Created March 1, 2018 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NdYAG/c583c3c68d898edb4f905336a393658f to your computer and use it in GitHub Desktop.
Save NdYAG/c583c3c68d898edb4f905336a393658f to your computer and use it in GitHub Desktop.
Character relationship
graph {
node [shape = rect, style = rounded]
subgraph cluster_moscow {
label = "Moscow"
Berlioz
Bezdomny
Styopa
Rimsky
Varenukha
Master
Margarita
Natasha
Nikanor
Maximilian
Stravinsky
Annushka
Berlioz -- Bezdomny [label = "MASSOLIT"]
Berlioz -- Styopa [label = "roommate"]
Master -- Margarita [label = "lover"]
Margarita -- Natasha [label = "maid"]
Master -- Bezdomny [label = "psychiatric clinic"]
Styopa -- Rimsky [label = "Variety Theatre"]
Rimsky -- Varenukha [label = "Variety Theatre"]
Nikanor -- Berlioz [label = "tenant"]
Nikanor -- Styopa [label = "tenant"]
Maximilian -- Berlioz [label = "uncle"]
Stravinsky -- Bezdomny [label = "doctor"]
Stravinsky -- Master [label = "doctor"]
Annushka -- Berlioz
Annushka -- Margarita
}
subgraph cluster_satan {
label = "Nowhere"
Woland
Behemoth
Korevyev
Azazello
Hella
Woland -- Behemoth [label = "pageboy"]
Woland -- Korevyev [label = "assistant"]
Woland -- Azazello [label = "messenger"]
Woland -- Hella [label = "maid"]
Master -- Woland [color = gray]
Margarita -- Woland [color = gray]
}
subgraph cluster_novel {
label = "The Master's novel"
Pontius [label = "Pontius Pilate"]
Jesus [label = "Yeshua Ha-Nozri"]
Levi [label = "Levi Matvei"]
Judas
Aphranius
Jesus -- Levi [label = "disciple"]
Pontius -- Aphranius [label = "secret police"]
Woland -- Levi [color = gray]
}
}
@NdYAG
Copy link
Author

NdYAG commented Mar 1, 2018

the-master-and-margarita

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment