digraph {
node [style=filled, fontname="Open Sans", fillcolor="#cceeddff", color="#aaaaaaff"];
ratio=0.5;
cp [label=<Consider Phlebas>];
pog [label=<The Player of Games>];
uow [label=<Use of Weapons>];
sota [label=<The State of the Art>];
ex [label=<Excession>];
ivs [label=<Inversions>];
ltw [label=<Look to Windward>];
mat [label=<Matter>];
sd [label=<Surface Detail>];
hs [label=<The Hydrogen Sonata>];
cp -> ltw; // It's about the Idiran War, dummy.
uow -> sota; // It's largely about Sma.
uow -> ivs; // This book gives the best idea about what SC is, and you should know that before reading Inversions.
ex -> hs; // Hydrogen Sonata is dual to Excession in many ways. Not a hard rule, but HS is better if you know Excession.
ex -> mat; // Sleeper Service mentioned as "The granddaddy, the exemplary hero figure, the very God...".
uow -> sd; // Zakalwe/chair killer is in this one, and you should know who that is.
ltw -> sd; // LTW is more impactful (with Chel heaven being specially real) without the knowledge of SD.
}