We try isolating a broken graphiz diagram on its own page.
digraph { compound=true //layout=dot //layout=circo //layout=neato //layout=fdp //layout=osage //layout=twopi overlap=scale concentrate=false //bgcolor=lightblue penwidth=3 splines="false" //nodesep=0.5 //ranksep=1.5 //fontcolor=blue fontsize=30 //fontname= //shape=record //size="" ratio=2 edge [style=invis] node [width=1.5 height=1.5 style=filled shape=circle fontcolor=black color=black penwidth=3 fillcolor=blue fontcolor=black fixedsize=true] rankdir=BT 1 [label="Sys 1\nCustomer\nInteraction\nCVCP\nJMP"] [fillcolor=green1] 2 [label="Sys 1\nStaffing\nCVCP\nJMP"] [fillcolor=yellow] 3 [label="Sys 2\nOrganizing\nInfrastructure\nCVCP\nJMP"][fillcolor=yellow] 4 [label="Sys 1\nMarketing\nSales\nCVCP\nJMP"][fillcolor=pink] 5 [label="Sys 3\nLearning\nDesign\nImprovement\nCVCP\nJMP"][fillcolor=green1] 6 [label="Sys 3\nOperating\nTactics\nCVCP\nJMP"][fillcolor=yellow] 7 [label="Sys 3\nResource\nAllocation\nCVCP\nJMP"][fillcolor=pink] 8 [label="Sys 4\nStrategy\nCVCP\nJMP"][fillcolor=green1] 9 [label="Sys 4\nMarket\nComm\nCVCP\nJMP"][fillcolor=lightblue] 10 [label="Sys 5\nLeading\nCVCP\nJMP"][fillcolor=green1] 11 [label="Sys 5\nCulture\nCVCP\nJMP"] [fillcolor=green1] label=Inside subgraph cluster1 {3 6 8} label=Outside 3 -> 6 6 -> 8 8 -> 6 6 -> 3 subgraph cluster2 {4 7 9} label=People 4 -> 7 7 -> 9 9 -> 7 7 -> 4 subgraph cluster3 {1 2 5 11 10} 1 -> 2 2 -> 5 5 -> 11 11 -> 10 10 -> 11 11 -> 5 5 -> 2 2 -> 1 label="\n\nSOFI & VSM" 10 -> 8 10 -> 9 10 -> 6 10 ->7 11 -> 8 11 -> 9 11 -> 6 11 -> 7 11 -> 3 11 -> 4 5 -> 8 5 -> 9 5 -> 6 5 -> 7 5 -> 3 5 -> 4 2 -> 3 2 -> 4 2 -> 6 2 -> 7 1 -> 3 1 -> 4 3 -> 1 3 -> 2 3 -> 4 [label="."] 3 -> 5 3 -> 11 4 -> 1 4 -> 2 4 -> 3 [label="."] 4 -> 5 4 -> 11 6 -> 2 6 -> 5 6 -> 7 [label="."] 6 -> 11 6 -> 10 7 -> 2 7 -> 5 7 -> 6 [label="." ] 7 -> 11 7 -> 10 8 -> 5 8 -> 11 8 -> 9 [label="."] 8 -> 10 9 -> 5 9 -> 11 9 -> 8 [label="."] 9 -> 10 //2 -> {1 3 4 6 7} //3 -> {1 2 4 5 6} //4 -> {1 2 3 5 7} //5 -> {2 3 4 6 7 8 9 11} //6 -> {3 2 5 7 8 10 11} //7 -> {4 2 5 6 9 10 11} //8 -> {6 5 10 9 11} //9 -> {7 5 10 8 11} //10 -> {8 9 11 6 7} //11 -> {5 3 4 7 6 8 9 10} }
digraph { //layout=dot //layout=circo //layout=neato //layout=fdp //layout=osage //layout=twopi overlap=scale concentrate=false //bgcolor=lightblue penwidth=3 splines="false" //nodesep=0.5 //ranksep=1.5 //fontcolor=blue fontsize=40 //fontname= //shape=record //size="" ratio=2 edge [style=invis] node [width=2 height=2 style=filled shape=circle fontcolor=black color=black penwidth=3 fillcolor=blue fontsize=20 fontcolor=black fixedsize=true] rankdir=BT 1 [label="Sys 1\nCustomer\nInteraction\nCVCP\nJMP" fillcolor=green1] 2 [label="Sys 1\nStaffing\nCVCP\nJMP" fillcolor=yellow] 3 [label="Sys 2\nOrganizing\nInfrastructure\nCVCP\nJMP" shape=polygon distortion=-.5 fillcolor=yellow] 4 [label="Sys 1\nMarketing\nSales\nCVCP\nJMP" fillcolor=pink] 5 [label="Sys 3\nLearning\nDesign\nImprovement\nCVCP\nJMP" shape=box fillcolor=green1] 6 [label="Sys 3\nOperating\nTactics\nCVCP\nJMP" shape=box fillcolor=yellow] 7 [label="Sys 3\nResource\nAllocation\nCVCP\nJMP" shape=box fillcolor=pink] 8 [label="Sys 4\nStrategy\nCVCP\nJMP"shape=box][fillcolor=green1] 9 [label="Sys 4\nMarket\nComm\nCVCP\nJMP"shape=box][fillcolor=lightblue] 10 [label="Sys 5\nLeading\nCVCP\nJMP"shape=box][fillcolor=green3][fillcolor=green1] 11 [label="Sys 5\nCulture\nCVCP\nJMP"shape=box][fillcolor=green1] remincross=true subgraph cluster1 {label=Inside 3 6 8} 3 -> 6 6 -> 8 8 -> 6 6 -> 3 subgraph cluster2 {label=Outside 4 7 9} 4 -> 7 7 -> 9 9 -> 7 7 -> 4 subgraph cluster3 {label=People 1 2 5 11 10} 1 -> 2 2 -> 5 5 -> 11 11 -> 10 10 -> 11 11 -> 5 5 -> 2 2 -> 1 label="\n\nSOFI & VSM" 10 -> 8 10 -> 9 10 -> 6 10 ->7 11 -> 8 11 -> 9 11 -> 6 11 -> 7 11 -> 3 11 -> 4 5 -> 8 5 -> 9 5 -> 6 5 -> 7 5 -> 3 5 -> 4 2 -> 3 2 -> 4 2 -> 6 2 -> 7 1 -> 3 1 -> 4 3 -> 1 3 -> 2 3 -> 4 [label="."] 3 -> 5 3 -> 11 4 -> 1 4 -> 2 4 -> 3 [label="."] 4 -> 5 4 -> 11 6 -> 2 6 -> 5 6 -> 7 [label="."] 6 -> 11 6 -> 10 7 -> 2 7 -> 5 7 -> 6 [label="." ] 7 -> 11 7 -> 10 8 -> 5 8 -> 11 8 -> 9 [label="."] 8 -> 10 9 -> 5 9 -> 11 [constraint=true] 9 -> 8 [label="." constraint=true] 9 -> 10 //2 -> {1 3 4 6 7} //3 -> {1 2 4 5 6} //4 -> {1 2 3 5 7} //5 -> {2 3 4 6 7 8 9 11} //6 -> {3 2 5 7 8 10 11} //7 -> {4 2 5 6 9 10 11} //8 -> {6 5 10 9 11} //9 -> {7 5 10 8 11} //10 -> {8 9 11 6 7} //11 -> {5 3 4 7 6 8 9 10} }