From f152f6cd25aa5ec0d959acc04c27d8a1a6a936b9 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Thu, 30 Sep 2021 21:48:11 +0200 Subject: [PATCH] Added numberrs to Activibe figuer --- tex/2-output.tex | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/tex/2-output.tex b/tex/2-output.tex index 541c93d..e8736a2 100644 --- a/tex/2-output.tex +++ b/tex/2-output.tex @@ -687,7 +687,17 @@ The results of the first study helped us to design pattern F, which was then com \def\s{0.03} \def\nl{11} \def\labely{-40} - \begin{scope}[] %Set A + \def\labelw{0.7} + \pgfmathsetmacro{\setwidth}{(18-\labelw)/6} + \begin{scope}[xshift=-2mm]%[xshift=-\labelw cm] + \foreach \x in {1,...,10} + { + \begin{scope}[yshift=(-(\x-1)*\nl)] + \draw[x=1mm,y=1mm] (0,0) node {\x}; + \end{scope} + } + \end{scope} + \begin{scope}[xshift=0cm] %Set A \node[x=1mm,y=1mm, anchor=center] () at (14,\labely){Set A}; \foreach \x in {1,...,10} { @@ -701,7 +711,7 @@ The results of the first study helped us to design pattern F, which was then com \end{scope} } \end{scope} - \begin{scope}[xshift=3cm] %Set B + \begin{scope}[xshift=\setwidth cm] %Set B \node[x=1mm,y=1mm, anchor=center] () at (14,\labely){Set B}; \foreach \x in {1,...,10} { @@ -710,7 +720,7 @@ The results of the first study helped us to design pattern F, which was then com \end{scope} } \end{scope} - \begin{scope}[xshift=6cm] %Set C + \begin{scope}[xshift=2*\setwidth cm] %Set C \node[x=1mm,y=1mm, anchor=center] () at (14,\labely){Set C}; \foreach \x in {1,...,10} { @@ -731,7 +741,7 @@ The results of the first study helped us to design pattern F, which was then com \end{scope} } \end{scope} - \begin{scope}[xshift=9cm] %Set D + \begin{scope}[xshift=3*\setwidth cm] %Set D \node[x=1mm,y=1mm, anchor=center] () at (14,\labely){Set D}; \foreach \x in {10,...,1} { @@ -752,7 +762,7 @@ The results of the first study helped us to design pattern F, which was then com \end{scope} } \end{scope} - \begin{scope}[xshift=12cm] %Set E + \begin{scope}[xshift=4*\setwidth cm] %Set E \node[x=1mm,y=1mm, anchor=center] () at (14,\labely){Set E}; \foreach \x in {1,...,10} { @@ -773,7 +783,7 @@ The results of the first study helped us to design pattern F, which was then com \end{scope} } \end{scope} - \begin{scope}[xshift=15cm] %Set F + \begin{scope}[xshift=5*\setwidth cm] %Set F \node[x=1mm,y=1mm, anchor=center] () at (14,\labely){Set F}; \foreach \x in {1,...,4} { @@ -788,13 +798,13 @@ The results of the first study helped us to design pattern F, which was then com \end{scope} } \begin{scope}[yshift=-4*\nl] - \sine{\s}{.10}{8} + \sine{\s}{.10}{7} \end{scope} \foreach \x in {1,...,4} { \begin{scope}[yshift=(-(\x+4)*\nl)] - \sine{\s}{.10}{8} - \begin{scope}[xshift=26] + \sine{\s}{.10}{7} + \begin{scope}[xshift=22] \foreach \y in {1,...,\x} { \begin{scope}[xshift=(\y*6)] @@ -805,9 +815,9 @@ The results of the first study helped us to design pattern F, which was then com \end{scope} } \begin{scope}[yshift=-9*\nl] - \sine{\s}{.10}{8} - \begin{scope}[xshift=32] - \sine{\s}{.10}{8} + \sine{\s}{.10}{7} + \begin{scope}[xshift=28] + \sine{\s}{.10}{7} \end{scope} \end{scope} \end{scope} -- 2.30.2