Updated a figure in chapter 15

This commit is contained in:
Zeljko Hrcek
2026-02-25 10:54:38 +01:00
parent eccbd9d5d6
commit 1f85111486

View File

@@ -751,7 +751,7 @@ circB/.style={draw=blue!70!black, fill=white,line width=2.5pt,circle, minimum si
\node[circB,yshift=4mm]at($(A1)!\x!(A2)$){};
}
\foreach \x in{0.68,0.75,0.82,0.89}{
\foreach \x in{0.68,0.75,0.82,0.89}{
\node[yshift=4mm]at($(A1)!\x!(A2)$){\fplus[blue!70!black]};
}
@@ -762,19 +762,18 @@ circB/.style={draw=blue!70!black, fill=white,line width=2.5pt,circle, minimum si
\foreach \x in{0.35,0.49,0.56,0.75}{
\node[yshift=4mm]at($(B1)!\x!(B2)$){\fplus[red]};
}
\node[draw=none,fit=(SA)(A2)(SE)(DO)](FI){};
\node[draw=none,fit=(SA)(A2)(SE)(DO)](FI){};
\node[circB,below=-2pt of FI.210](CI1){};
\node[circR,right=5pt of CI1](CI2){};
\node[circB,below=-2pt of FI.210](CI1){};
\node[circR,right=5pt of CI1](CI2){};
\node[right=0pt of CI2]{Positive outcome};
\node[below=-7pt of FI.300](CI3){\fplus[blue!70!black]};
\node[right=-6pt of CI3](CI4){\fplus[red]};
\node[below=-7pt of FI.300](CI3){\fplus[blue!70!black]};
\node[right=-6pt of CI3](CI4){\fplus[red]};
\node[right=0pt of CI4]{Negative outcome};
\node[below=20pt of FI.south]{\footnotesize Color indicates subgroup; marker shape indicates outcome.};
\end{tikzpicture}
```
:::