diff --git a/rapport/appendices.tex b/rapport/appendices.tex index 4f06e1b..96706f1 100644 --- a/rapport/appendices.tex +++ b/rapport/appendices.tex @@ -1,6 +1,6 @@ \clearpage \pagenumbering{arabic}% resets `page` counter to 1 -\renewcommand*{\thepage}{A\arabic{page}} +\renewcommand*{\thepage}{A-\arabic{page}} \appendix \chapter{Supplementary for~\nameref{chap:simulation-studies}} Below are the supplementary material for the~\nameref{chap:simulation-studies}. diff --git a/rapport/chapter3-structure-detection.tex b/rapport/chapter3-structure-detection.tex index d051296..15d1f0a 100644 --- a/rapport/chapter3-structure-detection.tex +++ b/rapport/chapter3-structure-detection.tex @@ -67,7 +67,7 @@ network $m$ is assumed to follow a $BiSBM$ with its own parameters ($\bm{\pi}^m, \bm{\rho}^m, \bm{\alpha}^m$). % DONE Finish explaining -\section{Definition of the colBiSBM models}\label{sec:definition-of-the-colbisbm-models} +\section{Definition of the \emph{colBiSBM} models}\label{sec:definition-of-the-colbisbm-models} % Here are some common notations and conventions that we will use in the following % sections. @@ -77,7 +77,7 @@ all the networks are the independent realizations of the same $Q_1$-$Q_2$-BiSBM with identical parameters. The \emph{iid-colBiSBM} is defined as follows: \begin{align} - \tag{\emph{iid-colBiSBM}} + \tag{\emph{iid}-colBiSBM} X^m \sim \mathcal{F}-BiSBM_{n_1^m,n_2^m} (Q_1, Q_2, \bm{\pi}, \bm{\rho}, \bm{\alpha}), & & \forall m = 1, \dots M \end{align} where $\forall (q,r) \in \{1,\dots,Q_1\}\times\{1,\dots,Q_2\}$, $\alpha_{qr} \in \mathcal{A}_{\mathcal{F}}$, @@ -99,7 +99,7 @@ $\pi$-colBiSBM model still assumes that the networks share a common connectivity structure represented by $\bm{\alpha}$ but that each network has its own row block proportions. For $m \in \{1,\dots,M\}$, the $X^m$ are independent and \begin{align} - \tag{\emph{$\pi$-colBiSBM}} + \tag{\emph{$\pi$}-colBiSBM} X^m \sim \mathcal{F}-BiSBM_{n_1^m,n_2^m} (Q_1, Q_2, \bm{\pi^m}, \bm{\rho}, \bm{\alpha}), & & \forall m = 1, \dots, M \end{align} where $\forall (q,r) \in \{1,\dots,Q_1\}\times\{1,\dots,Q_2\}$, $\alpha_{qr} \in \mathcal{A}_{\mathcal{F}}$, @@ -120,7 +120,7 @@ there is no freedom on the column dimension. For a given number of blocks $Q_1$, $Q_2$ and matrix $S^1$ ($S^2$ being in this case the matrix full of ones), the number of parameters is: \begin{equation*} - \text{NP}(\pi\text{-}colBiSBM) = \sum_{m=1}^{M}\Bigg( \sum_{q=1}^{Q_1} S^1_{mq} - 1 \Bigg) + (Q_2 - 1) + \sum_{\substack{q=1,\dots,Q_1 \\ r=1,\dots,Q_2}} \mathbbb{1}_{{(S^{1\prime}S^2)}_{qr}>0} + \text{NP}(\pi\text{-colBiSBM}) = \sum_{m=1}^{M}\Bigg( \sum_{q=1}^{Q_1} S^1_{mq} - 1 \Bigg) + (Q_2 - 1) + \sum_{\substack{q=1,\dots,Q_1 \\ r=1,\dots,Q_2}} \mathbbb{1}_{{(S^{1\prime}S^2)}_{qr}>0} \end{equation*} The first term corresponds to the non-null block proportions in each network. The third quantity accounts for the fact that some blocks may never be @@ -131,7 +131,7 @@ $\rho$-colBiSBM model still assumes that the networks share a common connectivit structure represented by $\bm{\alpha}$ but that each network has its own column block proportions. For $m \in \{1,\dots,M\}$, the $X^m$ are independent and \begin{align} - \tag{\emph{$\rho$-colBiSBM}} + \tag{\emph{$\rho$}-colBiSBM} X^m \sim \mathcal{F}-BiSBM_{n_1^m,n_2^m} (Q_1, Q_2, \bm{\pi}, \bm{\rho^m}, \bm{\alpha}), & & \forall m = 1, \dots, M \end{align} where $\forall (q,r) \in \{1,\dots,Q_1\}\times\{1,\dots,Q_2\}$, $\alpha_{qr} \in \mathcal{A}_{\mathcal{F}}$, @@ -142,13 +142,13 @@ proportions to be null in certain networks ($\rho^m_r\in\left[ 0,1 \right]$): if $\rho_r^m = 0$ then the column block $r$ is not represented in the network $m$. -\enquote{Mirroring} the formulas for the $\pi$-$colBiSBM$ we relax the constraints on +\enquote{Mirroring} the formulas for the $\pi$-colBiSBM we relax the constraints on the column dimension. For a given number of blocks $Q_1$, $Q_2$ and matrix $S^2$ ($S^1$ being in this case the matrix full of ones), the number of parameters is: \begin{equation*} - \text{NP}(\rho\text{-}colBiSBM) = (Q_1 - 1) + \sum_{m=1}^{M}\Bigg( \sum_{r=1}^{Q_2} S^2_{mr} - 1 \Bigg) + \sum_{\substack{q=1,\dots,Q_1 \\ r=1,\dots,Q_2}} \mathbbb{1}_{{(S^{1\prime}S^2)}_{qr}>0} + \text{NP}(\rho\text{-colBiSBM}) = (Q_1 - 1) + \sum_{m=1}^{M}\Bigg( \sum_{r=1}^{Q_2} S^2_{mr} - 1 \Bigg) + \sum_{\substack{q=1,\dots,Q_1 \\ r=1,\dots,Q_2}} \mathbbb{1}_{{(S^{1\prime}S^2)}_{qr}>0} \end{equation*} $\pi\rho$-colBiSBM model still assumes that the networks share a common connectivity @@ -156,7 +156,7 @@ structure represented by $\bm{\alpha}$ but that each network has its own row and column block proportions, it is the less constrained model. For $m \in \{1,\dots,M\}$, the $X^m$ are independent and \begin{align} - \tag{\emph{$\pi\rho$-colBiSBM}} + \tag{\emph{$\pi\rho$}-colBiSBM} X^m \sim \mathcal{F}-BiSBM_{n_1^m,n_2^m} (Q_1, Q_2, \bm{\pi^m}, \bm{\rho^m}, \bm{\alpha}), & & \forall m = 1, \dots, M \end{align} where $\forall (q,r) \in \{1,\dots,Q_1\}\times\{1,\dots,Q_2\}$, $\alpha_{qr} \in \mathcal{A}_{\mathcal{F}}$, @@ -166,17 +166,18 @@ $\rho^m_r \in \left[ 0,1 \right], \sum_{r=1}^{Q_2} \rho^m_r = 1 $. For a given number of blocks $Q_1$, $Q_2$ and matrices $S^1$, $S^2$, the number of parameters is: \begin{equation*} - \text{NP}(\pi\rho\text{-}colBiSBM) = \sum_{m=1}^{M}\Bigg( \sum_{q=1}^{Q_1} S^1_{mq} - 1 \Bigg) + \sum_{m=1}^{M}\Bigg( \sum_{r=1}^{Q_2} S^2_{mr} - 1 \Bigg) + \sum_{\substack{q=1,\dots,Q_1 \\ r=1,\dots,Q_2}} \mathbbb{1}_{{(S^{1\prime}S^2)}_{qr}>0} + \text{NP}(\pi\rho\text{-colBiSBM}) = \sum_{m=1}^{M}\Bigg( \sum_{q=1}^{Q_1} S^1_{mq} - 1 \Bigg) + \sum_{m=1}^{M}\Bigg( \sum_{r=1}^{Q_2} S^2_{mr} - 1 \Bigg) + \sum_{\substack{q=1,\dots,Q_1 \\ r=1,\dots,Q_2}} \mathbbb{1}_{{(S^{1\prime}S^2)}_{qr}>0} \end{equation*} \section{Variational estimation of the parameters}\label{sec:variational-estimation-of-the-parameters} In practice, the estimation of the likelihood is not tractable. Following the classical approach defined in~\cite{daudinMixtureModelRandom2008} we use a -variatonal version of the Expectation Maximization (VEM) algorithm. +variational version of the Expectation Maximization (VEM) algorithm. We maximize a variational lower bound of the log-likelihood of the observed -data by approximating $p(\bm{Z,W}|\bm{X};\bm{\theta})$ with a distribution on +data, the so-called Evidence Lower Bound (or ELBO), by approximating +$p(\bm{Z,W}|\bm{X};\bm{\theta})$ with a distribution on $\bm{Z}$ and $\bm{W}$ named $\mathcal{R}$ defined as $\mathcal{R} = \otimes_{m=1}^M \mathcal{R}_m$.\ @@ -185,7 +186,7 @@ The lower bound is defined as: \mathcal{J}(\mathcal{R};\bm{\theta}) \coloneqq \sum_{m=1}^{M} \bigg( \mathbb{E}_{\mathcal{R}_m}[\ell(X^m,Z^m,W^m;\bm{\theta})] + \mathcal{H}(\mathcal{R}_m) \bigg) \leq \ell(\bm{X};\bm{\theta}) \end{equation*} -$\bm{Z}$ and $\bm{W}$ are +$(Z^m_i)_{i=1\dots n_1^m}$ and $(W^m_j)_{j=1\dots n_2^m}$ are redefined using the \emph{one-hot encoded} conversion (i.e., $Z_i^m = q \rightarrow Z_{iq}^m = 1$ and $W_j^m = r \rightarrow W_{jr}^m = 1$).\\ % W_{jr\prime}^m pour r != r égal 0 @@ -201,7 +202,7 @@ we have: $\mathbb{P}_{\mathcal{R}_m} (Z_{iq}^m = 1, W_{jr}^m = 1|X^m) = The formula for the entropy per network is thus: \begin{equation*} - \mathcal{H}(\mathcal{R}_m) = - \sum_{i=1}^{n_1} \tau^{1,m}_{i,q} \log \tau^{1,m}_{i,q} - \sum_{j=1}^{n_2} \tau^{2,m}_{j,r} \log \tau^{2,m}_{j,r} + \mathcal{H}(\mathcal{R}_m) = - \sum_{i=1}^{n_1^m} \tau^{1,m}_{i,q} \log \tau^{1,m}_{i,q} - \sum_{j=1}^{n_2^m} \tau^{2,m}_{j,r} \log \tau^{2,m}_{j,r} \end{equation*} And the expectation of the completed log-likelihood under the $\mathcal{R}_m$ @@ -216,7 +217,7 @@ And thus the lower bound becomes: \begin{align*} \mathcal{J}(\bm{\tau};\bm{\theta}) \coloneqq \sum_{m=1}^{M} \bigg(\sum_{i = 1}^{n_1^m}\sum_{j=1}^{n_2^m}\sum_{q \in \mathcal{Q}_{1,m}} \sum_{r \in \mathcal{Q}_{2,m}} \tau^{1,m}_{i,q} \tau^{2,m}_{j,r} \log f(X^{m}_{ij}; \alpha_{qr}) \\ + \sum_{i=1}^{n_1^m} \sum_{q \in \mathcal{Q}_{1,m}} \tau^{1,m}_{i,q} \log \pi_{\color{black}q}^{\color{gray}m} + \sum_{j=1}^{n_2^m} \sum_{r \in \mathcal{Q}_{2,m}} \tau^{2,m}_{j,r} \log \rho_{\color{black}r}^{\color{gray}m} \\ - - \sum_{i=1}^{n_1} \tau^{1,m}_{i,q} \log \tau^{1,m}_{i,q} - \sum_{j=1}^{n_2} \tau^{2,m}_{j,r} \log \tau^{2,m}_{j,r} \bigg) \color{black} + - \sum_{i=1}^{n_1^m} \tau^{1,m}_{i,q} \log \tau^{1,m}_{i,q} - \sum_{j=1}^{n_2^m} \tau^{2,m}_{j,r} \log \tau^{2,m}_{j,r} \bigg) \color{black} \end{align*} where we identify the variational distribution $\mathcal{R}$ with its parameter @@ -240,11 +241,13 @@ $\bm{\tau}$: $$\widehat{\bm{\tau}}^{(t+1)} = \arg \max_{\bm{\tau}} \mathcal{J}(\mathcal{\bm{\tau}},\bm{\widehat{\theta}}^{(t)}).$$ And we obtain the following formulae for the $\bm{\tau^m}$: +\begin{equation*} + \begin{cases} + \widehat{\tau}_{iq}^{1,m} \propto \widehat{\pi}_{q}^{m(t)} \prod_{j=1}^{n_2^m}\prod_{r\in\mathcal{Q}_2^m} f(X_{ij}^m;\widehat{\alpha}_{qr}^{(t)})^{\widehat{\tau}_{jr}^{2,m(t+1)}} & \forall i = 1, \dots , n_1^m, q \in \mathcal{Q}_1^m \\ + \widehat{\tau}_{jr}^{2,m} \propto \widehat{\rho}_{r}^{m(t)} \prod_{i=1}^{n_1^m}\prod_{q\in\mathcal{Q}_1^m} f(X_{ij}^m;\widehat{\alpha}_{qr}^{(t)})^{\widehat{\tau}_{iq}^{1,m(t+1)}} & \forall j = 1, \dots , n_2^m, r \in \mathcal{Q}_2^m + \end{cases} +\end{equation*} -\begin{align*} - \widehat{\tau}_{iq}^{1,m} \propto \widehat{\pi}_{q}^{m(t)} \prod_{j=1}^{n_2^m}\prod_{r\in\mathcal{Q}_2^m} f(X_{ij}^m;\widehat{\alpha}_{qr}^{(t)})^{\widehat{\tau}_{jr}^{2,m(t+1)}} & \forall i = 1, \dots , n_1^m, q \in \mathcal{Q}_1^m \\ - \widehat{\tau}_{jr}^{2,m} \propto \widehat{\rho}_{r}^{m(t)} \prod_{i=1}^{n_1^m}\prod_{q\in\mathcal{Q}_1^m} f(X_{ij}^m;\widehat{\alpha}_{qr}^{(t)})^{\widehat{\tau}_{iq}^{1,m(t+1)}} & \forall j = 1, \dots , n_2^m, r \in \mathcal{Q}_2^m -\end{align*} which are used to update iteratively the values by a fixed point algorithm with only one step. @@ -269,13 +272,13 @@ The block proportions, in free mixture models, $(\pi_q^m)_{q\in\mathcal{Q}_1^m}, (\rho_r^m)_{r\in\mathcal{Q}_2^m}$ are estimated as \begin{align*} - \widehat{\pi}_q^{m}= \frac{n^{1,m}_{q}}{n_1^m} & & \text{for } \pi\text{-}colBiSBM \text{ and } \pi\rho\text{-}colBiSBM \\ - \widehat{\rho}_r^{m}= \frac{n^{2,m}_{r}}{n_2^m} & & \text{for } \rho\text{-}colBiSBM \text{ and } \pi\rho\text{-}colBiSBM + \widehat{\pi}_q^{m}= \frac{n^{1,m}_{q}}{n_1^m} & & \text{for } \pi\text{-colBiSBM} \text{ and } \pi\rho\text{-colBiSBM} \\ + \widehat{\rho}_r^{m}= \frac{n^{2,m}_{r}}{n_2^m} & & \text{for } \rho\text{-colBiSBM} \text{ and } \pi\rho\text{-colBiSBM} \end{align*} while on the other hand, \begin{align*} - \widehat{\pi}_q = \frac{\sum_{m=1}^{M} n^{1,m}_{q}}{\sum_{m=1}^{M} n_1^m} & & \text{for } iid\text{-}colBiSBM \text{ and } \rho\text{-}colBiSBM \\ - \widehat{\rho}_r = \frac{\sum_{m=1}^{M} n^{2,m}_{r}}{\sum_{m=1}^{M} n_2^m} & & \text{for } iid\text{-}colBiSBM \text{ and } \pi\text{-}colBiSBM + \widehat{\pi}_q = \frac{\sum_{m=1}^{M} n^{1,m}_{q}}{\sum_{m=1}^{M} n_1^m} & & \text{for } iid\text{-colBiSBM} \text{ and } \rho\text{-colBiSBM} \\ + \widehat{\rho}_r = \frac{\sum_{m=1}^{M} n^{2,m}_{r}}{\sum_{m=1}^{M} n_2^m} & & \text{for } iid\text{-colBiSBM} \text{ and } \pi\text{-colBiSBM} \end{align*} the parameters takes into account all the networks at the same time. The connectivity parameters $\alpha_{qr}$ for all models are estimated as the ratio @@ -344,7 +347,7 @@ This leads us to formulate a BIC-like criterion in the following manner: We provide below the expression for the penalties for the 4 models that we propose. \begin{description} - \item[\textit{iid-colBiSBM}] For the $\bm\pi$ and $\bm\rho$: + \item[\textit{iid}-colBiSBM] For the $\bm\pi$ and $\bm\rho$: \begin{align*} \text{pen}_{\pi}(Q_1) = (Q_1 - 1)\log(\sum_{m=1}^{M}n_{1}^{m}) & , & \text{pen}_{\rho}(Q_2) = (Q_2 - 1)\log(\sum_{m=1}^{M}n_{2}^{m}) @@ -358,15 +361,15 @@ propose. \mathcal{J} (\mathcal{\hat{R}}, \bm{\theta}) - \frac{1}{2} [\text{pen}_{\pi}(Q_1) + \text{pen}_{\rho}(Q_2) + \text{pen}_{\alpha}(Q_1, Q_2)]\] - \item[\textit{$\bm{\pi\rho}$-colBiSBM}] The support penalties are + \item[$\bm{\pi\rho}$-colBiSBM] The support penalties are \begin{align*} \text{pen}_{S_1}(Q_1) = -2 \log p_{Q_1} (S_1) & , & \text{pen}_{S_2}(Q_2) = -2 \log p_{Q_2} (S_2) \end{align*} with \begin{align*} - \log p_{Q_1}(S_1) = - M \log(Q_1) - \sum_{m=1}^{M} \log {Q_1 - \choose Q_1^{(m)}}, & - \log p_{Q_2}(S_2) = - M \log(Q_2) - \sum_{m=1}^{M} \log {Q_2 + \textstyle \log p_{Q_1}(S_1) = - M \log(Q_1) - \sum_{m=1}^{M} \log {Q_1 + \choose Q_1^{(m)}}, \\ + \textstyle \log p_{Q_2}(S_2) = - M \log(Q_2) - \sum_{m=1}^{M} \log {Q_2 \choose Q_2^{(m)}}. \end{align*} And penalties for the $\bm\rho$ and $\bm\pi$ are @@ -689,12 +692,12 @@ partition $\mathcal{G}$. \label{ssec:dissimilarity-between-two-networks} The parameters for the dissimilarity are defined as follow: \begin{align*} - \widetilde{n}_{qr}^m = \sum_{i=1}^{n_1^m} \sum_{j=1}^{n_2^m} \widehat{\tau}_{iq}^{1,m} \widehat{\tau}_{jr}^{2,m}, - & & \widetilde{\alpha}_{qr}^m = \frac{\sum_{i=1}^{n_1^m} \sum_{j=1}^{n_2^m} \widehat{\tau}_{iq}^{1,m} \widehat{\tau}_{jr}^{2,m} X_{ij}^m}{\widetilde{n}_{qr}^m}, \\ - \widetilde{\pi}_q^m = \frac{\sum_{i=1}^{n_1^m} \widehat{\tau}_{iq}^{1,m}}{n_1^m}, - & & \widetilde{\rho}_r^m = \frac{\sum_{j=1}^{n_2^m} \widehat{\tau_{jr}}^{2,m}}{n_2^m} + \widetilde{n}_{qr}^m & = \sum_{i=1}^{n_1^m} \sum_{j=1}^{n_2^m} \widehat{\tau}_{iq}^{1,m} \widehat{\tau}_{jr}^{2,m}, + & & \widetilde{\alpha}_{qr}^m = \frac{\sum_{i=1}^{n_1^m} \sum_{j=1}^{n_2^m} \widehat{\tau}_{iq}^{1,m} \widehat{\tau}_{jr}^{2,m} X_{ij}^m}{\widetilde{n}_{qr}^m}, \\ + \widetilde{\pi}_q^m & = \frac{\sum_{i=1}^{n_1^m} \widehat{\tau}_{iq}^{1,m}}{n_1^m}, + & & \widetilde{\rho}_r^m = \frac{\sum_{j=1}^{n_2^m} \widehat{\tau_{jr}}^{2,m}}{n_2^m}. \end{align*} -And the dissimilarity between any pair of networks $(m,m')\in\mathcal{M}^2$ is then: +And the pairwise dissimilarity for networks $(m,m')\in\mathcal{M}^2$ is then: \[ D_{\mathcal{M}}(m,m') = \sum_{q = 1}^{Q_1} \sum_{r = 1}^{Q_2} \max(\widetilde{\pi}_{q}^{m}, \widetilde{\pi}_{q}^{m'}) \left( \widetilde{\alpha}_{qr}^{m} - \widetilde{\alpha}_{qr}^{m'}\right)^{2} \max(\widetilde{\rho}_{r}^{m}, \widetilde{\rho}_{r}^{m'}) \] @@ -710,10 +713,10 @@ And the dissimilarity between any pair of networks $(m,m')\in\mathcal{M}^2$ is t \tikzstyle{es}=[font=\small, text justified, rectangle,draw,rounded corners=4pt,fill=cyanind!25] \node[es] (liste) at (0,4) {Supply a collection to partition}; - \node[instruct, text width=5cm, below = 0.45cm of liste] (1-collection) {Fit \emph{colBiSBM}}; + \node[instruct, text width=5cm, below = 0.45cm of liste] (1-collection) {Fit colBiSBM}; \node[first_col, right = 0.5cm of 1-collection] (1-col-obj) {}; \node[instruct, text width=5cm, below = 0.45cm of 1-collection] (dissimi) {Compute a dissimilarity matrix over the collection}; - \node[instruct, text width=5cm, below = 0.45cm of dissimi] (2-sous-collection) {Split the \emph{collection in 2 sub-collections} and fit the \emph{colBiSBM}}; + \node[instruct, text width=5cm, below = 0.45cm of dissimi] (2-sous-collection) {Split the \emph{collection in 2 sub-collections} and fit the colBiSBM}; \node[second_col, right = 0.25cm of 2-sous-collection] (1-sec-col-obj) {1}; \node[second_col, right = 0.25cm of 1-sec-col-obj] (1-sec-col-obj) {2}; \node[test,below = 0.45cm of 2-sous-collection, scale=0.7] (BICL-test) {$\sum_{i=1}^{2} (\text{BIC-L}(\tikz[baseline=-0.25cm]{\node[second_col] {i};} )) > \text{BIC-L}(\tikz[baseline=-0.25cm]{\node[first_col] {};})$?}; @@ -736,7 +739,7 @@ And the dissimilarity between any pair of networks $(m,m')\in\mathcal{M}^2$ is t The above figure (\ref{fig:netclustering-procedure}) shows a condensed explanation of the network clustering algorithm. -The idea is to adjust the \emph{colBiSBM} model over the full collection of $M$ +The idea is to adjust the colBiSBM model over the full collection of $M$ networks and then compute the dissimilarity matrix between all networks of the collection. We obtain the collection $\mathcal{G} = \{\mathcal{M}\}$ the trivial partition in a unique group. diff --git a/rapport/chapter4-simulations/inference.tex b/rapport/chapter4-simulations/inference.tex index 93a85f4..773d872 100644 --- a/rapport/chapter4-simulations/inference.tex +++ b/rapport/chapter4-simulations/inference.tex @@ -48,7 +48,7 @@ community and dis-assortative community structures, depending on which 3 of the blocks are selected for each network. $\eps[\alpha]$ represents the strength of these structures, the larger, the easier it is to tell apart one block from another. -The true model of all the simulation is a $\pi\rho\text{-}colBiSBM$. +The true model of all the simulation is a $\pi\rho$-colBiSBM. \paragraph{Inference} We want to measure the quality of the inference procedure, for this we use the inference described in the section @@ -57,15 +57,15 @@ inference procedure, for this we use the inference described in the section \paragraph{Quality indicators} To assess the quality of the inference, we will use the following indicators: \begin{itemize} - \item First, for each dataset, we put in competition $\pi\text{-}colBiSBM$ with - $sep\text{-}BiSBM$, $iid\text{-}colBiSBM$, $\rho\text{-}colBiSBM$, - $\pi\rho\text{-}colBiSBM$ + \item First, for each dataset, we put in competition $\pi$-colBiSBM with + $sep\text{-}BiSBM$, $iid$-colBiSBM, $\rho$-colBiSBM, + $\pi\rho$-colBiSBM respectively. To do so, for each dataset, we compute the - BIC-L of each model $\pi\text{-}colBiSBM$ is preferred to $sep\text{-}BiSBM$ - (resp. $iid\text{-}colBiSBM$, $\rho\text{-}colBiSBM$, - $\pi\rho\text{-}colBiSBM$) if + BIC-L of each model $\pi$-colBiSBM is preferred to $sep\text{-}BiSBM$ + (resp. $iid$-colBiSBM, $\rho$-colBiSBM, + $\pi\rho$-colBiSBM) if its BIC-L is greater. - \item When considering our \emph{colBiSBM} models we compare + \item When considering our colBiSBM models we compare $\widehat{Q_1}$, $\widehat{Q_2}$ to their true values. ($Q_1 = 4$ and $Q_2 = 4$) \item Finally, we assess the quality of the node grouping by computing the @@ -76,8 +76,8 @@ use the following indicators: negative values if the RI is less than the expected value. This indicates a structure in grouping discordance.}. For each network, for the - $\pi\text{-}colBiSBM$, $\rho\text{-}colBiSBM$, - $\pi\rho\text{-}colBiSBM$ we compare the inferred block memberships to + $\pi$-colBiSBM, $\rho$-colBiSBM, + $\pi\rho$-colBiSBM we compare the inferred block memberships to the real ones by computing the mean of the ARI per axis over the two networks \begin{equation*} @@ -122,7 +122,7 @@ of a single block on each dimension. On the figure \ref{fig:inference-prop-modele-pref} one can see that from $\eps[\alpha] = 0.06$ around $70\%$ of the time the -$\pi\rho\text{-}colBiSBM$ model (i.e., the correct one) is selected. +$\pi\rho$-colBiSBM model (i.e., the correct one) is selected. An interesting result we can read in the tables is that our models outperform the $sep\text{-}BiSBM$ when considering the ARI on the whole set of nodes diff --git a/rapport/chapter4-simulations/information-transfer.tex b/rapport/chapter4-simulations/information-transfer.tex index 51cd89f..4d4b8e8 100644 --- a/rapport/chapter4-simulations/information-transfer.tex +++ b/rapport/chapter4-simulations/information-transfer.tex @@ -3,7 +3,7 @@ One of the motivation for collections of networks is \emph{information transfer} between the networks, allowing robustness to missing data and enabling the finding of finer structures in small networks with the help of bigger ones. -\subsection{Missing edges robustness} +% \subsection{Missing edges robustness} \input{chapter4-simulations/na-robustness} -\subsection{Finer structure detection on small networks} \ No newline at end of file +% \subsection{Finer structure detection on small networks} \ No newline at end of file diff --git a/rapport/chapter4-simulations/model-selection.tex b/rapport/chapter4-simulations/model-selection.tex index 6f89b94..acad147 100644 --- a/rapport/chapter4-simulations/model-selection.tex +++ b/rapport/chapter4-simulations/model-selection.tex @@ -1,9 +1,9 @@ \section[Capacity to distinguish models]{Capacity to distinguish - $\pi\rho\text{-}colBiSBM$~from\newline - $iid\text{-}colBiSBM$ and other + $\pi\rho$-colBiSBM~from\newline + $iid$-colBiSBM and other models}\label{sec:capacity-to-distinguish-pirhotext-colbisbm-from-iidtext-colbisbm-and-other-variants} The idea of this model selection simulations is to assess how the model -select the correct \emph{colBiSBM} model among the possible ones: +select the correct colBiSBM model among the possible ones: \textit{$iid, \pi, \rho, \pi\rho$}. This difference being based on the row and col block proportions.\\ \paragraph{Simulation settings} For this task we choose the same simulation settings as @@ -40,20 +40,20 @@ $\left[ 0, .28\right]$.\newline We simulate 324 different collections for each value of $\eps[\pi]$ and $\eps[\rho]$. -$\pi\rho\text{-}colBiSBM$, $\pi\text{-}colBiSBM$, -$\rho\text{-}colBiSBM$, $iid\text{-}colBiSBM$ and +$\pi\rho$-colBiSBM, $\pi$-colBiSBM, +$\rho$-colBiSBM, $iid$-colBiSBM and $sep\text{-}BiSBM$ are put in competition and the model with the greater BIC-L is selected as the \emph{preferred model}. When $\eps[\pi] = 0$, $\bm{\pi}^1 = \bm{\pi}^2$, $\eps[\rho] = 0$ and $\bm{\rho}^1 = \bm{\rho}^2$, the generated collection is an -$iid\text{-}colBiSBM$. When $\eps[\pi] > 0$ or -$\bm{\pi}^1 \neq \bm{\pi}^2$, the model is a $\pi\text{-}colBiSBM$. +$iid$-colBiSBM. When $\eps[\pi] > 0$ or +$\bm{\pi}^1 \neq \bm{\pi}^2$, the model is a $\pi$-colBiSBM. When $\eps[\rho] > 0$ or $\bm{\rho}^1 \neq \bm{\rho}^2$, the model -is a $\rho\text{-}colBiSBM$. Finally, when $\eps[\pi] > 0$ or +is a $\rho$-colBiSBM. Finally, when $\eps[\pi] > 0$ or $\bm{\pi}^1 \neq \bm{\pi}^2$ and $\eps[\rho] > 0$ or $\bm{\rho}^1 \neq \bm{\rho}^2$, the model is a -$\pi\rho\text{-}colBiSBM$. +$\pi\rho$-colBiSBM. \begin{figure}[!ht] @@ -68,10 +68,10 @@ $\pi\rho\text{-}colBiSBM$. On the figure \ref{fig:pref_model_func_eps} and table \ref{tab:model-selection}, one can see that there is a turning point around $\eps[\pi] = 0.2$ (resp. -$\eps[\rho] = 0.2$), before which $iid\text{-}colBiSBM$ and -$\rho\text{-}colBiSBM$ (resp. $\pi\text{-}colBiSBM$) are selected -very often and after $0.2$ the $\pi\text{-}colBiSBM$ (resp. -$\rho\text{-}colBiSBM$) and $\pi\rho\text{-}colBiSBM$ gets more and +$\eps[\rho] = 0.2$), before which $iid$-colBiSBM and +$\rho$-colBiSBM (resp. $\pi$-colBiSBM) are selected +very often and after $0.2$ the $\pi$-colBiSBM (resp. +$\rho$-colBiSBM) and $\pi\rho$-colBiSBM gets more and more selected. Moreover, the number of blocks are correctly detected in most of the case. These two results highlight our capacity to recover the simulated diff --git a/rapport/chapter4-simulations/na-robustness.tex b/rapport/chapter4-simulations/na-robustness.tex index ec9d949..839181f 100644 --- a/rapport/chapter4-simulations/na-robustness.tex +++ b/rapport/chapter4-simulations/na-robustness.tex @@ -6,13 +6,13 @@ For this purpose we generate collections of networks with the following parameters: \begin{align*} \bm{\pi}^m = \begin{cases} - \bm{\pi} = \left( 0.5, 0.3, 0.2 \right) & \text{for } iid\text{-}colBiSBM \\ - \sigma_1^m(\bm{\pi}) & \text{for } \pi\text{-}colBiSBM \text{ and } \pi\rho\text{-}colBiSBM + \bm{\pi} = \left( 0.5, 0.3, 0.2 \right) & \text{for } iid\text{-colBiSBM} \\ + \sigma_1^m(\bm{\pi}) & \text{for } \pi\text{-colBiSBM} \text{ and } \pi\rho\text{-colBiSBM} \end{cases} \\ \bm{\rho}^m = \begin{cases} - \bm{\rho} = \left( 0.5, 0.3, 0.2 \right) & \text{for } iid\text{-}colBiSBM \\ - \sigma_2^m(\bm{\rho}) & \text{for } \rho\text{-}colBiSBM \text{ and } \pi\rho\text{-}colBiSBM, + \bm{\rho} = \left( 0.5, 0.3, 0.2 \right) & \text{for } iid\text{-colBiSBM} \\ + \sigma_2^m(\bm{\rho}) & \text{for } \rho\text{-colBiSBM} \text{ and } \pi\rho\text{-colBiSBM}, \end{cases} \end{align*} for the block proportions, and two different structures with the corresponding @@ -38,11 +38,11 @@ structure detected in ecology with generalist and specialist species and a The collections contain two networks ($M=2$) of size $n^{m=1}_1 = n^{m=1}_2 = 40$ and -$n^{m=2}_1 = n^{m=2}_2 = 120$. One collection is generated for each $colBiSBM$ +$n^{m=2}_1 = n^{m=2}_2 = 120$. One collection is generated for each colBiSBM model. And the nodes block memberships (i.e., the row and column blocks they belong to) are saved. -Per $colBiSBM$ model, 10 collections are generated and their results are +Per colBiSBM model, 10 collections are generated and their results are averaged. In the network $m=1$ (i.e., the smaller one) a proportion of the edges @@ -54,7 +54,7 @@ predicted block memberships are saved, along with the predicted links using the inferred parameters. This will serve as a baseline to see if the use of the collection benefits the predictions. -A $colBiSBM$ model is then fitted (with a model matching the dataset considered) +A colBiSBM model is then fitted (with a model matching the dataset considered) and we store the same predictions. \paragraph{Quality metrics} To benchmark the performance we use the @@ -62,7 +62,7 @@ and we store the same predictions. ARI for predicted versus real block memberships. For the comparison we subtract the metric given by the LBM to the one -given by $colBiSBM$ and denote it $\Delta\mbox{metric}$. +given by colBiSBM and denote it $\Delta\mbox{metric}$. \begin{figure}[ht] \centering diff --git a/rapport/chapter4-simulations/network-clustering.tex b/rapport/chapter4-simulations/network-clustering.tex index 5d8b353..f04eff5 100644 --- a/rapport/chapter4-simulations/network-clustering.tex +++ b/rapport/chapter4-simulations/network-clustering.tex @@ -10,13 +10,13 @@ For the simulations the proportions are the following: \end{align*} and for all $m = 2,\dots,9$ \begin{align*} \bm{\pi}^m = \begin{cases} - \bm{\pi}^1 & \text{for } iid\text{-}colBiSBM \\ - \sigma_1^m(\bm{\pi}^1) & \text{for } \pi\text{-}colBiSBM \text{ and } \pi\rho\text{-}colBiSBM + \bm{\pi}^1 & \text{for } iid\text{-colBiSBM} \\ + \sigma_1^m(\bm{\pi}^1) & \text{for } \pi\text{-colBiSBM} \text{ and } \pi\rho\text{-colBiSBM} \end{cases} \\ \bm{\rho}^m = \begin{cases} - \bm{\rho}^1 & \text{for } iid\text{-}colBiSBM \\ - \sigma_2^m(\bm{\rho}^1) & \text{for } \rho\text{-}colBiSBM \text{ and } \pi\rho\text{-}colBiSBM + \bm{\rho}^1 & \text{for } iid\text{-colBiSBM} \\ + \sigma_2^m(\bm{\rho}^1) & \text{for } \rho\text{-colBiSBM} \text{ and } \pi\rho\text{-colBiSBM} \end{cases} \end{align*} where $\sigma_1^m$ and $\sigma_2^m$ are permutations of \{1, 2, 3\} proper to network $m$ and @@ -64,4 +64,4 @@ Increasing $\epsilon$ differentiates the 3 sub-collections of networks. the resulting partition of the network collection and the simulated partition using the ARI index. As the value of $\epsilon$ increases, our ability to distinguish between the networks improves, and this distinction becomes nearly -perfect in all setups of the $colBiSBM$. \ No newline at end of file +perfect in all setups of the colBiSBM. \ No newline at end of file diff --git a/rapport/chapter5-applications.tex b/rapport/chapter5-applications.tex new file mode 100644 index 0000000..19f8dff --- /dev/null +++ b/rapport/chapter5-applications.tex @@ -0,0 +1,3 @@ +\addtocounter{customchapter}{1} +\chapter{Applications on ecological networks} +\label{chap:applications-ecological-networks} \ No newline at end of file diff --git a/rapport/conclusions.tex b/rapport/conclusions.tex index c53af71..61460b8 100644 --- a/rapport/conclusions.tex +++ b/rapport/conclusions.tex @@ -1,3 +1,35 @@ \addtocounter{customchapter}{1} \chapter{Conclusions and future work} -\label{chap:conclusions-and-future-work} \ No newline at end of file +\label{chap:conclusions-and-future-work} +\section{Conclusion} +\label{sec:conclusion} + +\section{Future work} +\label{sec:future-work} + +\paragraph{Identifiability} +As stated in section~\ref{sec:model-identifiability}, we only have +identifiability for the \emph{iid}-colBiSBM and we will work on establishing +identifiability for $\pi$, $\rho$ and $\pi\rho$ models. + +\paragraph{Finding a trade-off between \emph{iid} and $\pi\rho$} +We observed while testing clustering with the different models that +the $\pi$, $\rho$ and $\pi\rho$ model, with their increased number of parameters +for block memberships parameters tends to give smaller BIC-L criterion values +while having a higher Evidence Lower Bound than the \emph{iid}. +This arises because of the penalties on the block memberships and support that +increase significantly and exceeds the gain on the ELBO and the diminution of +the connectivity parameters. +An idea to tackle this problem could be to suppose that the block memberships +for network $m$ are themselves the realizations of random variables and +thus introduce sort of a mixed effect model. + +\paragraph{Comparison to other graphs clustering methods} +Recent work have been comparing +colSBM~\parencite{chabert-liddellLearningCommonStructures2024a} and +graphclust~\parencite{rebafkaModelbasedClusteringMultiple2023} assessing various +capabilities of the models and particularly focusing on networks clustering. +We will reproduce and adapt the analysis to test other simulation settings that +were not considered in this work. + +\section*{Thank you for reading this work} \ No newline at end of file diff --git a/rapport/rapport.pdf b/rapport/rapport.pdf index c754f8a..fa59792 100644 Binary files a/rapport/rapport.pdf and b/rapport/rapport.pdf differ diff --git a/rapport/rapport.tex b/rapport/rapport.tex index 60652ff..886e2e6 100644 --- a/rapport/rapport.tex +++ b/rapport/rapport.tex @@ -16,7 +16,16 @@ \RestyleAlgo{ruled} \usepackage{url} % pour une gestion efficace des url -\usepackage[citecolor=blueind,urlcolor=blueps,bookmarks=false,hypertexnames=true]{hyperref} % pour les hyperliens dans le document +\usepackage{hyperref} % pour les hyperliens dans le document +\hypersetup{ + colorlinks=true, + linkcolor=red!20!black, + citecolor=blueps, + urlcolor=blueps, + bookmarks=false, + hypertexnames=true +} + \usepackage{tocbibind} % Pour avoir des index pour table des matières, biblio \usepackage{geometry} \geometry{bmargin=25mm} @@ -212,31 +221,32 @@ automata,positioning} % Pour activer les onglets \ActivateBG \begin{selectlanguage}{french} - % \maketitle - \pagenumbering{roman} - \tableofcontents - \include{remerciements} - % \include{chapter1-presentation_UMR} + % \maketitle + \pagenumbering{roman} + \tableofcontents + \include{remerciements} + % \include{chapter1-presentation_UMR} \end{selectlanguage} \begin{selectlanguage}{english} - \pagenumbering{arabic} - \include{chapter2-context} - \include{chapter3-structure-detection} - \include{chapter4-simulation-studies} + \pagenumbering{arabic} + \include{chapter2-context} + \include{chapter3-structure-detection} + \include{chapter4-simulation-studies} - % \chapter{Applications} - % \include{Rcodes/real_data/application_dore} - % \include{Rcodes/real_data/CoOPLBM_completion_analyze} + % \chapter{Applications} + % \include{Rcodes/real_data/application_dore} + % \include{Rcodes/real_data/CoOPLBM_completion_analyze} + \include{chapter5-applications} - \include{conclusions} + \include{conclusions} - \addtocounter{maincontentend}{1} - \addtocounter{customchapter}{1} - \printbibliography - \input{appendices.tex} - % \listoffigures - % \listoftables + \addtocounter{maincontentend}{1} + \addtocounter{customchapter}{1} + \printbibliography + \input{appendices.tex} + % \listoffigures + % \listoftables \end{selectlanguage} \end{document} diff --git a/references.bib b/references.bib index 8643211..6e99f0e 100644 --- a/references.bib +++ b/references.bib @@ -379,6 +379,22 @@ file = {/home/polarolouis/Zotero/storage/ATY3ZP2X/Ramos-Jiliberto et al. - 2010 - Topological change of Andean plant–pollinator netw.pdf;/home/polarolouis/Zotero/storage/HPBGUP65/ramos-jiliberto2010.pdf.pdf;/home/polarolouis/Zotero/storage/I33MZQQ7/ramos-jiliberto2010.pdf.pdf;/home/polarolouis/Zotero/storage/YJX8XBNW/S1476945X09000622.html} } +@online{rebafkaModelbasedClusteringMultiple2023, + title = {Model-Based Clustering of Multiple Networks with a Hierarchical Algorithm}, + author = {Rebafka, Tabea}, + date = {2023-11-06}, + eprint = {2211.02314}, + eprinttype = {arXiv}, + eprintclass = {math, stat}, + doi = {10.48550/arXiv.2211.02314}, + url = {http://arxiv.org/abs/2211.02314}, + urldate = {2024-07-22}, + abstract = {The paper tackles the problem of clustering multiple networks, directed or not, that do not share the same set of vertices, into groups of networks with similar topology. A statistical model-based approach based on a finite mixture of stochastic block models is proposed. A clustering is obtained by maximizing the integrated classification likelihood criterion. This is done by a hierarchical agglomerative algorithm, that starts from singleton clusters and successively merges clusters of networks. As such, a sequence of nested clusterings is computed that can be represented by a dendrogram providing valuable insights on the collection of networks. Using a Bayesian framework, model selection is performed in an automated way since the algorithm stops when the best number of clusters is attained. The algorithm is computationally efficient, when carefully implemented. The aggregation of clusters requires a means to overcome the label-switching problem of the stochastic block model and to match the block labels of the networks. To address this problem, a new tool is proposed based on a comparison of the graphons of the associated stochastic block models. The clustering approach is assessed on synthetic data. An application to a set of ecological networks illustrates the interpretability of the obtained results.}, + pubstate = {prepublished}, + keywords = {Mathematics - Statistics Theory}, + file = {/home/polarolouis/Zotero/storage/B9C8S8WQ/Rebafka - 2023 - Model-based clustering of multiple networks with a.pdf;/home/polarolouis/Zotero/storage/GG7C6CNM/2211.html} +} + @article{snijdersEstimationPredictionStochastic1997, title = {Estimation and {{Prediction}} for {{Stochastic Blockmodels}} for {{Graphs}} with {{Latent Block Structure}}}, author = {Snijders, Tom A.B. and Nowicki, Krzysztof}, diff --git a/tables/simulations/inference/iid.tex b/tables/simulations/inference/iid.tex index 20511a1..dfadce5 100644 --- a/tables/simulations/inference/iid.tex +++ b/tables/simulations/inference/iid.tex @@ -1,10 +1,10 @@ -\begin{table}[!htb] +\begin{table}[H] \centering \caption{\label{tab:inference_results_iid}Inference results for $iid$} \begin{subtable}{\textwidth} \centering -\caption{\label{subtab:ari_per_model_iid}Quality metrics for $iid$$\text{-}colBiSBM$} +\caption{\label{subtab:ari_per_model_iid}Quality metrics for $iid$$\text{-colBiSBM}$} \centering \resizebox{\ifdim\width>\linewidth\linewidth\else\width\fi}{!}{ \begin{tabular}[t]{rllll} @@ -27,7 +27,7 @@ $\eps[\alpha]$ & $\overline{\text{ARI}}_{1}$ & $\overline{\text{ARI}}_{2}$ & $\t \begin{subtable}{\textwidth} \centering -\caption{\label{subtab:blocrecov_per_model_iid}Bloc recovery for $iid$$\text{-}colBiSBM$} +\caption{\label{subtab:blocrecov_per_model_iid}Bloc recovery for $iid$$\text{-colBiSBM}$} \centering \resizebox{\ifdim\width>\linewidth\linewidth\else\width\fi}{!}{ \begin{tabular}[t]{rllllll} diff --git a/tables/simulations/inference/pi.tex b/tables/simulations/inference/pi.tex index 88f441e..6d6f27c 100644 --- a/tables/simulations/inference/pi.tex +++ b/tables/simulations/inference/pi.tex @@ -1,10 +1,10 @@ -\begin{table}[!htb] +\begin{table}[H] \centering \caption{\label{tab:inference_results_pi}Inference results for $\pi$} \begin{subtable}{\textwidth} \centering -\caption{\label{subtab:ari_per_model_pi}Quality metrics for $\pi$$\text{-}colBiSBM$} +\caption{\label{subtab:ari_per_model_pi}Quality metrics for $\pi$$\text{-colBiSBM}$} \centering \resizebox{\ifdim\width>\linewidth\linewidth\else\width\fi}{!}{ \begin{tabular}[t]{rllll} @@ -27,7 +27,7 @@ $\eps[\alpha]$ & $\overline{\text{ARI}}_{1}$ & $\overline{\text{ARI}}_{2}$ & $\t \begin{subtable}{\textwidth} \centering -\caption{\label{subtab:blocrecov_per_model_pi}Bloc recovery for $\pi$$\text{-}colBiSBM$} +\caption{\label{subtab:blocrecov_per_model_pi}Bloc recovery for $\pi$$\text{-colBiSBM}$} \centering \resizebox{\ifdim\width>\linewidth\linewidth\else\width\fi}{!}{ \begin{tabular}[t]{rllllll} diff --git a/tables/simulations/inference/pirho.tex b/tables/simulations/inference/pirho.tex index 385c7d9..65e6ac3 100644 --- a/tables/simulations/inference/pirho.tex +++ b/tables/simulations/inference/pirho.tex @@ -1,10 +1,10 @@ -\begin{table}[!htb] +\begin{table}[H] \centering \caption{\label{tab:inference_results_pirho}Inference results for $\pi\rho$} \begin{subtable}{\textwidth} \centering -\caption{\label{subtab:ari_per_model_pirho}Quality metrics for $\pi\rho$$\text{-}colBiSBM$} +\caption{\label{subtab:ari_per_model_pirho}Quality metrics for $\pi\rho$$\text{-colBiSBM}$} \centering \resizebox{\ifdim\width>\linewidth\linewidth\else\width\fi}{!}{ \begin{tabular}[t]{rllll} @@ -27,7 +27,7 @@ $\eps[\alpha]$ & $\overline{\text{ARI}}_{1}$ & $\overline{\text{ARI}}_{2}$ & $\t \begin{subtable}{\textwidth} \centering -\caption{\label{subtab:blocrecov_per_model_pirho}Bloc recovery for $\pi\rho$$\text{-}colBiSBM$} +\caption{\label{subtab:blocrecov_per_model_pirho}Bloc recovery for $\pi\rho$$\text{-colBiSBM}$} \centering \resizebox{\ifdim\width>\linewidth\linewidth\else\width\fi}{!}{ \begin{tabular}[t]{rllllll} diff --git a/tables/simulations/inference/rho.tex b/tables/simulations/inference/rho.tex index cfd0d41..1559c02 100644 --- a/tables/simulations/inference/rho.tex +++ b/tables/simulations/inference/rho.tex @@ -1,10 +1,10 @@ -\begin{table}[!htb] +\begin{table}[H] \centering \caption{\label{tab:inference_results_rho}Inference results for $\rho$} \begin{subtable}{\textwidth} \centering -\caption{\label{subtab:ari_per_model_rho}Quality metrics for $\rho$$\text{-}colBiSBM$} +\caption{\label{subtab:ari_per_model_rho}Quality metrics for $\rho$$\text{-colBiSBM}$} \centering \resizebox{\ifdim\width>\linewidth\linewidth\else\width\fi}{!}{ \begin{tabular}[t]{rllll} @@ -27,7 +27,7 @@ $\eps[\alpha]$ & $\overline{\text{ARI}}_{1}$ & $\overline{\text{ARI}}_{2}$ & $\t \begin{subtable}{\textwidth} \centering -\caption{\label{subtab:blocrecov_per_model_rho}Bloc recovery for $\rho$$\text{-}colBiSBM$} +\caption{\label{subtab:blocrecov_per_model_rho}Bloc recovery for $\rho$$\text{-colBiSBM}$} \centering \resizebox{\ifdim\width>\linewidth\linewidth\else\width\fi}{!}{ \begin{tabular}[t]{rllllll} diff --git a/tables/simulations/inference/sep.tex b/tables/simulations/inference/sep.tex index 389d14d..855bc83 100644 --- a/tables/simulations/inference/sep.tex +++ b/tables/simulations/inference/sep.tex @@ -1,10 +1,10 @@ -\begin{table}[!htb] +\begin{table}[H] \centering \caption{\label{tab:inference_results_sep}Inference results for $sep$} \begin{subtable}{\textwidth} \centering -\caption{\label{subtab:ari_per_model_sep}Quality metrics for $sep\text{-}BiSBM$} +\caption{\label{subtab:ari_per_model_sep}Quality metrics for $sep\text{-BiSBM}$} \centering \resizebox{\ifdim\width>\linewidth\linewidth\else\width\fi}{!}{ \begin{tabular}[t]{rllll} diff --git a/tables/simulations/model_selection/model-selection.tex b/tables/simulations/model_selection/model-selection.tex index f08be2d..0b37d63 100644 --- a/tables/simulations/model_selection/model-selection.tex +++ b/tables/simulations/model_selection/model-selection.tex @@ -22,165 +22,165 @@ $\epsilon_{\pi}$ & $\epsilon_{\rho}$ & $\mathbbb{1}_{\widehat{Q_1}_{iid}=3}$ & $ \endfoot \bottomrule \endlastfoot - & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 0.009 & & \\ + & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{1} & & & \\ \cmidrule{2-14}\nopagebreak & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{1} & & & \\ \cmidrule{2-14}\nopagebreak - & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.981} & & 0.019 & \\ + & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.981} & 0.019 & & \\ \cmidrule{2-14}\nopagebreak - & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.917} & & 0.083 & \\ + & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.944} & 0.056 & & \\ \cmidrule{2-14}\nopagebreak - & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.815} & & 0.185 & \\ + & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.833} & 0.157 & 0.009 & \\ \cmidrule{2-14}\nopagebreak - & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.676} & & 0.324 & \\ + & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.556} & 0.444 & & \\ \cmidrule{2-14}\nopagebreak - & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.361 & & \textbf{0.630} & 0.009\\ + & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.361 & \textbf{0.639} & & \\ \cmidrule{2-14}\nopagebreak - & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.111 & & \textbf{0.889} & \\ + & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.102 & \textbf{0.898} & & \\ \cmidrule{2-14}\nopagebreak -\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.000} & 0.280 & 1 & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & 1 & 0.009 & 0.009 & \textbf{0.963} & 0.019\\ +\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.000} & 0.280 & 1 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 0.009 & \textbf{0.991} & & \\ \cmidrule{1-14}\pagebreak[0] - & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.981} & 0.009 & 0.009 & \\ + & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{1} & & & \\ \cmidrule{2-14}\nopagebreak - & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.981} & 0.019 & & \\ + & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 0.009 & & \\ \cmidrule{2-14}\nopagebreak - & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & & 0.009 & \\ + & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 0.009 & & \\ \cmidrule{2-14}\nopagebreak - & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.935} & & 0.065 & \\ + & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.917} & 0.083 & & \\ \cmidrule{2-14}\nopagebreak - & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.880} & & 0.111 & 0.009\\ + & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.843} & 0.157 & & \\ \cmidrule{2-14}\nopagebreak - & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.593} & & 0.407 & \\ + & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.657} & 0.333 & 0.009 & \\ \cmidrule{2-14}\nopagebreak - & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.454 & & \textbf{0.546} & \\ + & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.315 & \textbf{0.685} & & \\ \cmidrule{2-14}\nopagebreak - & 0.245 & 1 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 0.157 & & \textbf{0.843} & \\ + & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.176 & \textbf{0.824} & & \\ \cmidrule{2-14}\nopagebreak -\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.035} & 0.280 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.019 & & \textbf{0.972} & 0.009\\ +\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.035} & 0.280 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.028 & \textbf{0.972} & & \\ \cmidrule{1-14}\pagebreak[0] - & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 0.009 & & \\ + & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.972} & & 0.028 & \\ \cmidrule{2-14}\nopagebreak - & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.972} & 0.019 & 0.009 & \\ + & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.963} & 0.009 & 0.028 & \\ \cmidrule{2-14}\nopagebreak - & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.972} & 0.019 & 0.009 & \\ + & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.917} & 0.065 & 0.019 & \\ \cmidrule{2-14}\nopagebreak - & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.880} & 0.056 & 0.065 & \\ + & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.917} & 0.065 & 0.019 & \\ \cmidrule{2-14}\nopagebreak - & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.806} & 0.009 & 0.176 & 0.009\\ + & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.824} & 0.157 & 0.009 & 0.009\\ \cmidrule{2-14}\nopagebreak - & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.602} & 0.009 & 0.389 & \\ + & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.565} & 0.426 & & 0.009\\ \cmidrule{2-14}\nopagebreak - & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.324 & & \textbf{0.648} & 0.028\\ + & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.343 & \textbf{0.639} & 0.009 & 0.009\\ \cmidrule{2-14}\nopagebreak - & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.139 & & \textbf{0.843} & 0.019\\ + & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 0.139 & \textbf{0.843} & & 0.019\\ \cmidrule{2-14}\nopagebreak -\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.070} & 0.280 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.019 & & \textbf{0.963} & 0.019\\ +\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.070} & 0.280 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & & \textbf{0.963} & & 0.037\\ \cmidrule{1-14}\pagebreak[0] - & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.917} & 0.083 & & \\ + & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.963} & & 0.037 & \\ \cmidrule{2-14}\nopagebreak - & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.917} & 0.065 & 0.019 & \\ + & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.898} & 0.019 & 0.083 & \\ \cmidrule{2-14}\nopagebreak - & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.935} & 0.056 & 0.009 & \\ + & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.926} & 0.009 & 0.065 & \\ \cmidrule{2-14}\nopagebreak - & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.806} & 0.056 & 0.139 & \\ + & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.935} & 0.056 & 0.009 & \\ \cmidrule{2-14}\nopagebreak - & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.815} & 0.028 & 0.139 & 0.019\\ + & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.778} & 0.157 & 0.065 & \\ \cmidrule{2-14}\nopagebreak - & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.657} & 0.009 & 0.315 & 0.019\\ + & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.657} & 0.296 & 0.028 & 0.019\\ \cmidrule{2-14}\nopagebreak - & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.333 & 0.019 & \textbf{0.593} & 0.056\\ + & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.324 & \textbf{0.611} & 0.037 & 0.028\\ \cmidrule{2-14}\nopagebreak - & 0.245 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.102 & & \textbf{0.843} & 0.056\\ + & 0.245 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.185 & \textbf{0.750} & 0.009 & 0.056\\ \cmidrule{2-14}\nopagebreak -\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.105} & 0.280 & 1 & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & 1 & 0.037 & & \textbf{0.935} & 0.028\\ +\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.105} & 0.280 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.046 & \textbf{0.917} & & 0.037\\ \cmidrule{1-14}\pagebreak[0] - & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.769} & 0.231 & & \\ + & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.815} & & 0.185 & \\ \cmidrule{2-14}\nopagebreak - & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.796} & 0.194 & 0.009 & \\ + & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.741} & 0.009 & 0.250 & \\ \cmidrule{2-14}\nopagebreak - & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.806} & 0.176 & 0.019 & \\ + & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.861} & & 0.139 & \\ \cmidrule{2-14}\nopagebreak - & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.769} & 0.111 & 0.111 & 0.009\\ + & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.759} & 0.056 & 0.185 & \\ \cmidrule{2-14}\nopagebreak - & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.657} & 0.120 & 0.194 & 0.028\\ + & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.667} & 0.157 & 0.157 & 0.019\\ \cmidrule{2-14}\nopagebreak - & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.435} & 0.111 & 0.370 & 0.083\\ + & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.583} & 0.269 & 0.046 & 0.102\\ \cmidrule{2-14}\nopagebreak - & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.287 & 0.046 & \textbf{0.556} & 0.111\\ + & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.278 & \textbf{0.546} & 0.065 & 0.111\\ \cmidrule{2-14}\nopagebreak - & 0.245 & \textbf{0.991} & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 0.083 & 0.037 & \textbf{0.731} & 0.148\\ + & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.111 & \textbf{0.704} & 0.037 & 0.148\\ \cmidrule{2-14}\nopagebreak -\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.140} & 0.280 & \textbf{0.991} & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 0.019 & 0.009 & \textbf{0.833} & 0.139\\ +\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.140} & 0.280 & 1 & \textbf{0.991} & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & 0.028 & \textbf{0.852} & 0.009 & 0.111\\ \cmidrule{1-14}\pagebreak[0] - & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.528} & 0.472 & & \\ + & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.630} & & 0.370 & \\ \cmidrule{2-14}\nopagebreak - & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.685} & 0.315 & & \\ + & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.694} & & 0.306 & \\ \cmidrule{2-14}\nopagebreak - & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.620} & 0.370 & & 0.009\\ + & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.528} & 0.009 & 0.444 & 0.019\\ \cmidrule{2-14}\nopagebreak - & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.546} & 0.370 & 0.065 & 0.019\\ + & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.574} & 0.028 & 0.389 & 0.009\\ \cmidrule{2-14}\nopagebreak - & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.546} & 0.287 & 0.046 & 0.120\\ + & 0.140 & 1 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.556} & 0.130 & 0.250 & 0.065\\ \cmidrule{2-14}\nopagebreak - & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.407} & 0.204 & 0.194 & 0.194\\ + & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & \textbf{0.417} & 0.167 & 0.231 & 0.185\\ \cmidrule{2-14}\nopagebreak - & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.269 & 0.111 & \textbf{0.352} & 0.269\\ + & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.250 & \textbf{0.380} & 0.157 & 0.213\\ \cmidrule{2-14}\nopagebreak - & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.083 & 0.037 & \textbf{0.546} & 0.333\\ + & 0.245 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & 0.102 & \textbf{0.463} & 0.019 & 0.417\\ \cmidrule{2-14}\nopagebreak -\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.175} & 0.280 & 1 & 0.991 & 1 & 1 & \textbf{0.981} & 1 & 1 & 1 & 0.009 & & \textbf{0.731} & 0.259\\ +\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.175} & 0.280 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & & \textbf{0.694} & 0.009 & 0.296\\ \cmidrule{1-14}\pagebreak[0] - & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.296 & \textbf{0.704} & & \\ + & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.361 & & \textbf{0.639} & \\ \cmidrule{2-14}\nopagebreak - & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.370 & \textbf{0.620} & & 0.009\\ + & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.343 & & \textbf{0.657} & \\ \cmidrule{2-14}\nopagebreak - & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.343 & \textbf{0.657} & & \\ + & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.370 & 0.009 & \textbf{0.611} & 0.009\\ \cmidrule{2-14}\nopagebreak - & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.343 & \textbf{0.546} & 0.037 & 0.074\\ + & 0.105 & \textbf{0.991} & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 0.287 & 0.009 & \textbf{0.648} & 0.056\\ \cmidrule{2-14}\nopagebreak - & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.259 & \textbf{0.565} & 0.028 & 0.148\\ + & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.361 & 0.083 & \textbf{0.481} & 0.074\\ \cmidrule{2-14}\nopagebreak - & 0.175 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.167 & \textbf{0.454} & 0.185 & 0.194\\ + & 0.175 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.278 & 0.167 & \textbf{0.361} & 0.194\\ \cmidrule{2-14}\nopagebreak - & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.148 & 0.269 & 0.176 & \textbf{0.407}\\ + & 0.210 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.157 & 0.231 & 0.176 & \textbf{0.435}\\ \cmidrule{2-14}\nopagebreak - & 0.245 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.037 & 0.065 & 0.324 & \textbf{0.574}\\ + & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.028 & 0.380 & 0.093 & \textbf{0.500}\\ \cmidrule{2-14}\nopagebreak -\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.210} & 0.280 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & & & 0.417 & \textbf{0.583}\\ +\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.210} & 0.280 & 1 & \textbf{0.991} & 1 & \textbf{0.991} & 1 & 1 & 1 & 1 & & 0.333 & 0.037 & \textbf{0.630}\\ \cmidrule{1-14}\pagebreak[0] - & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.148 & \textbf{0.852} & & \\ + & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.148 & & \textbf{0.852} & \\ \cmidrule{2-14}\nopagebreak - & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.157 & \textbf{0.843} & & \\ + & 0.035 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.194 & & \textbf{0.796} & 0.009\\ \cmidrule{2-14}\nopagebreak - & 0.070 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & 0.148 & \textbf{0.852} & & \\ + & 0.070 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.176 & & \textbf{0.824} & \\ \cmidrule{2-14}\nopagebreak - & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.139 & \textbf{0.833} & & 0.028\\ + & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.139 & 0.009 & \textbf{0.778} & 0.074\\ \cmidrule{2-14}\nopagebreak - & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.148 & \textbf{0.685} & 0.028 & 0.139\\ + & 0.140 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.120 & 0.037 & \textbf{0.657} & 0.185\\ \cmidrule{2-14}\nopagebreak - & 0.175 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & 0.074 & \textbf{0.509} & 0.037 & 0.380\\ + & 0.175 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & 0.139 & 0.093 & \textbf{0.509} & 0.259\\ \cmidrule{2-14}\nopagebreak - & 0.210 & 1 & \textbf{0.981} & 1 & 1 & 1 & 1 & 1 & 1 & 0.028 & 0.343 & 0.111 & \textbf{0.519}\\ + & 0.210 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.028 & 0.093 & 0.370 & \textbf{0.509}\\ \cmidrule{2-14}\nopagebreak - & 0.245 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & & 0.130 & 0.083 & \textbf{0.787}\\ + & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.009 & 0.102 & 0.102 & \textbf{0.787}\\ \cmidrule{2-14}\nopagebreak -\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.245} & 0.280 & \textbf{0.991} & \textbf{0.991} & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & 0.009 & 0.037 & 0.111 & \textbf{0.843}\\ +\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.245} & 0.280 & \textbf{0.991} & 1 & 1 & 1 & \textbf{0.991} & 1 & 1 & 1 & 0.009 & 0.148 & 0.019 & \textbf{0.824}\\ \cmidrule{1-14}\pagebreak[0] - & 0.000 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 0.019 & \textbf{0.981} & & \\ + & 0.000 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 0.009 & & \textbf{0.991} & \\ \cmidrule{2-14}\nopagebreak - & 0.035 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.981} & 1 & 0.046 & \textbf{0.954} & & \\ + & 0.035 & \textbf{0.981} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & & & \textbf{0.981} & 0.019\\ \cmidrule{2-14}\nopagebreak - & 0.070 & 1 & 0.991 & 1 & 0.991 & 0.991 & 1 & 0.991 & \textbf{0.981} & 0.019 & \textbf{0.954} & & 0.028\\ + & 0.070 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.037 & & \textbf{0.954} & 0.009\\ \cmidrule{2-14}\nopagebreak - & 0.105 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.019 & \textbf{0.898} & & 0.083\\ + & 0.105 & \textbf{0.991} & \textbf{0.991} & 1 & \textbf{0.991} & 1 & 1 & 1 & \textbf{0.991} & 0.028 & 0.009 & \textbf{0.889} & 0.074\\ \cmidrule{2-14}\nopagebreak - & 0.140 & \textbf{0.981} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0.009 & \textbf{0.815} & & 0.176\\ + & 0.140 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 0.019 & & \textbf{0.889} & 0.093\\ \cmidrule{2-14}\nopagebreak - & 0.175 & \textbf{0.981} & 1 & 1 & 1 & 1 & 1 & 0.991 & 1 & 0.019 & \textbf{0.685} & & 0.296\\ + & 0.175 & \textbf{0.991} & 1 & 1 & 1 & 1 & 1 & 1 & 1 & & & \textbf{0.602} & 0.398\\ \cmidrule{2-14}\nopagebreak - & 0.210 & \textbf{0.981} & 0.991 & 1 & 1 & 1 & 1 & 1 & 1 & & 0.435 & 0.009 & \textbf{0.556}\\ + & 0.210 & 0.981 & 1 & 1 & 1 & 1 & 1 & \textbf{0.972} & 1 & 0.009 & & 0.324 & \textbf{0.667}\\ \cmidrule{2-14}\nopagebreak - & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & & 0.167 & 0.019 & \textbf{0.815}\\ + & 0.245 & 1 & 1 & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & 0.009 & 0.009 & 0.194 & \textbf{0.787}\\ \cmidrule{2-14}\nopagebreak -\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.280} & 0.280 & 1 & \textbf{0.991} & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & & 0.019 & 0.028 & \textbf{0.954}\\* +\multirow{-9}{*}[4\dimexpr\aboverulesep+\belowrulesep+\cmidrulewidth]{\raggedright\arraybackslash 0.280} & 0.280 & 1 & \textbf{0.991} & 1 & 1 & 1 & 1 & \textbf{0.991} & 1 & & 0.019 & 0.046 & \textbf{0.935}\\* \end{longtable} \ No newline at end of file diff --git a/tikz/clustering.tex b/tikz/clustering.tex index 6c2e4a9..baf704e 100644 --- a/tikz/clustering.tex +++ b/tikz/clustering.tex @@ -6,10 +6,10 @@ draw=blue,fill=yellow!50,text=blue] \tikzstyle{es}=[font=\small, text justified, rectangle,draw,rounded corners=4pt,fill=cyanind!25] \node[es] (liste) at (0,4) {Donner une collection à partitionner}; -\node[instruct, text width=5cm, below = 0.45cm of liste] (1-collection) {Ajuster \emph{colBiSBM}}; +\node[instruct, text width=5cm, below = 0.45cm of liste] (1-collection) {Ajuster colBiSBM}; \node[first_col, right = 0.5cm of 1-collection] (1-col-obj) {}; \node[instruct, text width=5cm, below = 0.45cm of 1-collection] (dissimi) {Calculer une matrice de dissimilarité de la collection}; -\node[instruct, text width=5cm, below = 0.45cm of dissimi] (2-sous-collection) {Séparer la \emph{collection en 2 sous-collections} et ajuster les \emph{colBiSBM}}; +\node[instruct, text width=5cm, below = 0.45cm of dissimi] (2-sous-collection) {Séparer la \emph{collection en 2 sous-collections} et ajuster les colBiSBM}; \node[second_col, right = 0.25cm of 2-sous-collection] (1-sec-col-obj) {1}; \node[second_col, right = 0.25cm of 1-sec-col-obj] (1-sec-col-obj) {2}; \node[test,below = 0.45cm of 2-sous-collection, scale=0.5] (BICL-test) {$\sum_{i=1}^{2} (\text{BIC-L}(\tikz[baseline=-0.25cm]{\node[second_col] {i};} )) > \text{BIC-L}(\tikz[baseline=-0.25cm]{\node[first_col] {};})$?}; diff --git a/tikz/simulations/inference/ari-plots.tex b/tikz/simulations/inference/ari-plots.tex index 683e25f..f0c4e9c 100644 --- a/tikz/simulations/inference/ari-plots.tex +++ b/tikz/simulations/inference/ari-plots.tex @@ -1,4 +1,4 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-17 09:19:02 +% Created by tikzDevice version 0.12.6 on 2024-07-22 15:42:36 % !TEX encoding = UTF-8 Unicode \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} @@ -2229,7 +2229,7 @@ \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (398.67,193.19) {iid}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (398.67,193.19) {$iid$}; \end{scope} \begin{scope} \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); diff --git a/tikz/simulations/inference/model-proportions.tex b/tikz/simulations/inference/model-proportions.tex index 2f05667..9511007 100644 --- a/tikz/simulations/inference/model-proportions.tex +++ b/tikz/simulations/inference/model-proportions.tex @@ -1,4 +1,4 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-17 09:18:50 +% Created by tikzDevice version 0.12.6 on 2024-07-22 15:42:35 % !TEX encoding = UTF-8 Unicode \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} @@ -286,7 +286,7 @@ \path[clip] ( 0.00, 0.00) rectangle (289.08,216.81); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (256.33,129.21) {iid}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (256.33,129.21) {$iid$}; \end{scope} \begin{scope} \path[clip] ( 0.00, 0.00) rectangle (289.08,216.81); diff --git a/tikz/simulations/model_selection/eps-pi-rho-preferred.tex b/tikz/simulations/model_selection/eps-pi-rho-preferred.tex index f6a97a6..87ab41b 100644 --- a/tikz/simulations/model_selection/eps-pi-rho-preferred.tex +++ b/tikz/simulations/model_selection/eps-pi-rho-preferred.tex @@ -1,2277 +1,2274 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-17 21:28:46 +% Created by tikzDevice version 0.12.6 on 2024-07-19 10:06:08 % !TEX encoding = UTF-8 Unicode \begin{tikzpicture}[x=1pt,y=1pt] -\definecolor{fillColor}{RGB}{255,255,255} -\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (433.62,361.35); -\begin{scope} -\path[clip] ( 45.90,279.90) rectangle ( 71.55,305.55); -\definecolor{drawColor}{gray}{0.92} + \definecolor{fillColor}{RGB}{255,255,255} + \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (433.62,361.35); + \begin{scope} + \path[clip] ( 46.71,279.90) rectangle ( 72.37,305.55); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 45.90,292.72) -- - ( 71.55,292.72); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,292.72) -- + ( 72.37,292.72); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,281.06) -- - ( 71.55,281.06); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,281.06) -- + ( 72.37,281.06); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,304.38) -- - ( 71.55,304.38); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,304.38) -- + ( 72.37,304.38); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.73,279.90) -- - ( 58.73,305.55); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,279.90) -- + ( 59.54,305.55); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] ( 49.11,304.17) rectangle ( 68.35,304.38); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] ( 49.92,304.17) rectangle ( 69.16,304.38); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] ( 49.11,303.95) rectangle ( 68.35,304.17); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 49.92,281.06) rectangle ( 69.16,304.17); + \end{scope} + \begin{scope} + \path[clip] ( 77.87,279.90) rectangle (103.52,305.55); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] ( 49.11,281.50) rectangle ( 68.35,303.95); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,292.72) -- + (103.52,292.72); -\path[fill=fillColor] ( 49.11,281.06) rectangle ( 68.35,281.50); -\end{scope} -\begin{scope} -\path[clip] ( 77.05,279.90) rectangle (102.71,305.55); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,281.06) -- + (103.52,281.06); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.05,292.72) -- - (102.71,292.72); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,304.38) -- + (103.52,304.38); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,281.06) -- - (102.71,281.06); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,279.90) -- + ( 90.69,305.55); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,304.38) -- - (102.71,304.38); + \path[fill=fillColor] ( 81.07,303.74) rectangle (100.31,304.38); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 89.88,279.90) -- - ( 89.88,305.55); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] ( 81.07,281.06) rectangle (100.31,303.74); + \end{scope} + \begin{scope} + \path[clip] (109.02,279.90) rectangle (134.67,305.55); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] ( 80.26,303.95) rectangle ( 99.50,304.38); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,292.72) -- + (134.67,292.72); -\path[fill=fillColor] ( 80.26,281.28) rectangle ( 99.50,303.95); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,281.06) -- + (134.67,281.06); -\path[fill=fillColor] ( 80.26,281.06) rectangle ( 99.50,281.28); -\end{scope} -\begin{scope} -\path[clip] (108.21,279.90) rectangle (133.86,305.55); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,304.38) -- + (134.67,304.38); -\path[draw=drawColor,line width= 0.3pt,line join=round] (108.21,292.72) -- - (133.86,292.72); + \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,279.90) -- + (121.84,305.55); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,281.06) -- - (133.86,281.06); + \path[fill=fillColor] (112.22,281.93) rectangle (131.46,304.38); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,304.38) -- - (133.86,304.38); + \path[fill=fillColor] (112.22,281.06) rectangle (131.46,281.93); + \end{scope} + \begin{scope} + \path[clip] (140.17,279.90) rectangle (165.82,305.55); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (121.03,279.90) -- - (121.03,305.55); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,292.72) -- + (165.82,292.72); -\path[fill=fillColor] (111.41,303.95) rectangle (130.65,304.38); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,281.06) -- + (165.82,281.06); -\path[fill=fillColor] (111.41,281.50) rectangle (130.65,303.95); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,304.38) -- + (165.82,304.38); -\path[fill=fillColor] (111.41,281.06) rectangle (130.65,281.50); -\end{scope} -\begin{scope} -\path[clip] (139.36,279.90) rectangle (165.01,305.55); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,279.90) -- + (152.99,305.55); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.3pt,line join=round] (139.36,292.72) -- - (165.01,292.72); + \path[fill=fillColor] (143.38,303.30) rectangle (162.61,304.38); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,281.06) -- - (165.01,281.06); + \path[fill=fillColor] (143.38,281.93) rectangle (162.61,303.30); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,304.38) -- - (165.01,304.38); + \path[fill=fillColor] (143.38,281.06) rectangle (162.61,281.93); + \end{scope} + \begin{scope} + \path[clip] (171.32,279.90) rectangle (196.97,305.55); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (152.18,279.90) -- - (152.18,305.55); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,292.72) -- + (196.97,292.72); -\path[fill=fillColor] (142.56,303.52) rectangle (161.80,304.38); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,281.06) -- + (196.97,281.06); -\path[fill=fillColor] (142.56,281.71) rectangle (161.80,303.52); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,304.38) -- + (196.97,304.38); -\path[fill=fillColor] (142.56,281.06) rectangle (161.80,281.71); -\end{scope} -\begin{scope} -\path[clip] (170.51,279.90) rectangle (196.16,305.55); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,279.90) -- + (184.15,305.55); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.3pt,line join=round] (170.51,292.72) -- - (196.16,292.72); + \path[fill=fillColor] (174.53,303.74) rectangle (193.77,304.38); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,281.06) -- - (196.16,281.06); + \path[fill=fillColor] (174.53,303.52) rectangle (193.77,303.74); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,304.38) -- - (196.16,304.38); + \path[fill=fillColor] (174.53,283.66) rectangle (193.77,303.52); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] (183.33,279.90) -- - (183.33,305.55); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (174.53,281.06) rectangle (193.77,283.66); + \end{scope} + \begin{scope} + \path[clip] (202.47,279.90) rectangle (228.12,305.55); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (173.71,303.95) rectangle (192.95,304.38); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,292.72) -- + (228.12,292.72); -\path[fill=fillColor] (173.71,303.74) rectangle (192.95,303.95); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,281.06) -- + (228.12,281.06); -\path[fill=fillColor] (173.71,284.30) rectangle (192.95,303.74); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,304.38) -- + (228.12,304.38); -\path[fill=fillColor] (173.71,281.06) rectangle (192.95,284.30); -\end{scope} -\begin{scope} -\path[clip] (201.66,279.90) rectangle (227.31,305.55); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,279.90) -- + (215.30,305.55); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.3pt,line join=round] (201.66,292.72) -- - (227.31,292.72); + \path[fill=fillColor] (205.68,304.17) rectangle (224.92,304.38); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,281.06) -- - (227.31,281.06); + \path[fill=fillColor] (205.68,287.97) rectangle (224.92,304.17); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,304.38) -- - (227.31,304.38); + \path[fill=fillColor] (205.68,281.06) rectangle (224.92,287.97); + \end{scope} + \begin{scope} + \path[clip] (233.62,279.90) rectangle (259.28,305.55); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.49,279.90) -- - (214.49,305.55); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,292.72) -- + (259.28,292.72); -\path[fill=fillColor] (204.87,304.17) rectangle (224.11,304.38); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,281.06) -- + (259.28,281.06); -\path[fill=fillColor] (204.87,287.11) rectangle (224.11,304.17); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,304.38) -- + (259.28,304.38); -\path[fill=fillColor] (204.87,281.06) rectangle (224.11,287.11); -\end{scope} -\begin{scope} -\path[clip] (232.81,279.90) rectangle (258.46,305.55); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,279.90) -- + (246.45,305.55); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.3pt,line join=round] (232.81,292.72) -- - (258.46,292.72); + \path[fill=fillColor] (236.83,303.52) rectangle (256.07,304.38); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,281.06) -- - (258.46,281.06); + \path[fill=fillColor] (236.83,295.75) rectangle (256.07,303.52); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,304.38) -- - (258.46,304.38); + \path[fill=fillColor] (236.83,281.06) rectangle (256.07,295.75); + \end{scope} + \begin{scope} + \path[clip] (264.78,279.90) rectangle (290.43,305.55); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.64,279.90) -- - (245.64,305.55); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,292.72) -- + (290.43,292.72); -\path[fill=fillColor] (236.02,294.67) rectangle (255.26,304.38); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,281.06) -- + (290.43,281.06); -\path[fill=fillColor] (236.02,281.06) rectangle (255.26,294.67); -\end{scope} -\begin{scope} -\path[clip] (263.96,279.90) rectangle (289.61,305.55); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,304.38) -- + (290.43,304.38); -\path[draw=drawColor,line width= 0.3pt,line join=round] (263.96,292.72) -- - (289.61,292.72); + \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,279.90) -- + (277.60,305.55); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,281.06) -- - (289.61,281.06); + \path[fill=fillColor] (267.98,304.17) rectangle (287.22,304.38); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,304.38) -- - (289.61,304.38); + \path[fill=fillColor] (267.98,303.74) rectangle (287.22,304.17); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (276.79,279.90) -- - (276.79,305.55); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (267.98,300.28) rectangle (287.22,303.74); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (267.17,304.17) rectangle (286.41,304.38); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (267.98,281.06) rectangle (287.22,300.28); + \end{scope} + \begin{scope} + \path[clip] (295.93,279.90) rectangle (321.58,305.55); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (267.17,303.30) rectangle (286.41,304.17); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,292.72) -- + (321.58,292.72); -\path[fill=fillColor] (267.17,300.71) rectangle (286.41,303.30); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,281.06) -- + (321.58,281.06); -\path[fill=fillColor] (267.17,281.06) rectangle (286.41,300.71); -\end{scope} -\begin{scope} -\path[clip] (295.11,279.90) rectangle (320.77,305.55); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,304.38) -- + (321.58,304.38); -\path[draw=drawColor,line width= 0.3pt,line join=round] (295.11,292.72) -- - (320.77,292.72); + \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,279.90) -- + (308.75,305.55); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,281.06) -- - (320.77,281.06); + \path[fill=fillColor] (299.13,303.30) rectangle (318.37,304.38); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,304.38) -- - (320.77,304.38); + \path[fill=fillColor] (299.13,302.87) rectangle (318.37,303.30); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] (307.94,279.90) -- - (307.94,305.55); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (299.13,281.06) rectangle (318.37,302.87); + \end{scope} + \begin{scope} + \path[clip] ( 46.71,248.75) rectangle ( 72.37,274.40); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (298.32,303.95) rectangle (317.56,304.38); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,261.57) -- + ( 72.37,261.57); -\path[fill=fillColor] (298.32,303.30) rectangle (317.56,303.95); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,249.91) -- + ( 72.37,249.91); -\path[fill=fillColor] (298.32,281.06) rectangle (317.56,303.30); -\end{scope} -\begin{scope} -\path[clip] ( 45.90,248.75) rectangle ( 71.55,274.40); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,273.23) -- + ( 72.37,273.23); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 45.90,261.57) -- - ( 71.55,261.57); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,248.75) -- + ( 59.54,274.40); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,249.91) -- - ( 71.55,249.91); + \path[fill=fillColor] ( 49.92,270.86) rectangle ( 69.16,273.23); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,273.23) -- - ( 71.55,273.23); + \path[fill=fillColor] ( 49.92,249.91) rectangle ( 69.16,270.86); + \end{scope} + \begin{scope} + \path[clip] ( 77.87,248.75) rectangle (103.52,274.40); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.73,248.75) -- - ( 58.73,274.40); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,261.57) -- + (103.52,261.57); -\path[fill=fillColor] ( 49.11,270.64) rectangle ( 68.35,273.23); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,249.91) -- + (103.52,249.91); -\path[fill=fillColor] ( 49.11,249.91) rectangle ( 68.35,270.64); -\end{scope} -\begin{scope} -\path[clip] ( 77.05,248.75) rectangle (102.71,274.40); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,273.23) -- + (103.52,273.23); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.05,261.57) -- - (102.71,261.57); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,248.75) -- + ( 90.69,274.40); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,249.91) -- - (102.71,249.91); + \path[fill=fillColor] ( 81.07,269.13) rectangle (100.31,273.23); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,273.23) -- - (102.71,273.23); + \path[fill=fillColor] ( 81.07,249.91) rectangle (100.31,269.13); + \end{scope} + \begin{scope} + \path[clip] (109.02,248.75) rectangle (134.67,274.40); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 89.88,248.75) -- - ( 89.88,274.40); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,261.57) -- + (134.67,261.57); -\path[fill=fillColor] ( 80.26,269.56) rectangle ( 99.50,273.23); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,249.91) -- + (134.67,249.91); -\path[fill=fillColor] ( 80.26,249.91) rectangle ( 99.50,269.56); -\end{scope} -\begin{scope} -\path[clip] (108.21,248.75) rectangle (133.86,274.40); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,273.23) -- + (134.67,273.23); -\path[draw=drawColor,line width= 0.3pt,line join=round] (108.21,261.57) -- - (133.86,261.57); + \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,248.75) -- + (121.84,274.40); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,249.91) -- - (133.86,249.91); + \path[fill=fillColor] (112.22,269.99) rectangle (131.46,273.23); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,273.23) -- - (133.86,273.23); + \path[fill=fillColor] (112.22,250.34) rectangle (131.46,269.99); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] (121.03,248.75) -- - (121.03,274.40); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (112.22,249.91) rectangle (131.46,250.34); + \end{scope} + \begin{scope} + \path[clip] (140.17,248.75) rectangle (165.82,274.40); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (111.41,269.99) rectangle (130.65,273.23); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,261.57) -- + (165.82,261.57); -\path[fill=fillColor] (111.41,250.34) rectangle (130.65,269.99); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,249.91) -- + (165.82,249.91); -\path[fill=fillColor] (111.41,249.91) rectangle (130.65,250.34); -\end{scope} -\begin{scope} -\path[clip] (139.36,248.75) rectangle (165.01,274.40); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,273.23) -- + (165.82,273.23); -\path[draw=drawColor,line width= 0.3pt,line join=round] (139.36,261.57) -- - (165.01,261.57); + \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,248.75) -- + (152.99,274.40); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,249.91) -- - (165.01,249.91); + \path[fill=fillColor] (143.38,268.91) rectangle (162.61,273.23); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,273.23) -- - (165.01,273.23); + \path[fill=fillColor] (143.38,268.70) rectangle (162.61,268.91); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (152.18,248.75) -- - (152.18,274.40); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (143.38,251.21) rectangle (162.61,268.70); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (142.56,270.86) rectangle (161.80,273.23); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (143.38,249.91) rectangle (162.61,251.21); + \end{scope} + \begin{scope} + \path[clip] (171.32,248.75) rectangle (196.97,274.40); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (142.56,251.21) rectangle (161.80,270.86); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,261.57) -- + (196.97,261.57); -\path[fill=fillColor] (142.56,249.91) rectangle (161.80,251.21); -\end{scope} -\begin{scope} -\path[clip] (170.51,248.75) rectangle (196.16,274.40); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,249.91) -- + (196.97,249.91); -\path[draw=drawColor,line width= 0.3pt,line join=round] (170.51,261.57) -- - (196.16,261.57); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,273.23) -- + (196.97,273.23); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,249.91) -- - (196.16,249.91); + \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,248.75) -- + (184.15,274.40); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,273.23) -- - (196.16,273.23); + \path[fill=fillColor] (174.53,270.64) rectangle (193.77,273.23); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (183.33,248.75) -- - (183.33,274.40); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (174.53,269.78) rectangle (193.77,270.64); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (173.71,271.29) rectangle (192.95,273.23); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (174.53,253.37) rectangle (193.77,269.78); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (173.71,270.43) rectangle (192.95,271.29); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (174.53,249.91) rectangle (193.77,253.37); + \end{scope} + \begin{scope} + \path[clip] (202.47,248.75) rectangle (228.12,274.40); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (173.71,253.37) rectangle (192.95,270.43); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,261.57) -- + (228.12,261.57); -\path[fill=fillColor] (173.71,249.91) rectangle (192.95,253.37); -\end{scope} -\begin{scope} -\path[clip] (201.66,248.75) rectangle (227.31,274.40); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,249.91) -- + (228.12,249.91); -\path[draw=drawColor,line width= 0.3pt,line join=round] (201.66,261.57) -- - (227.31,261.57); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,273.23) -- + (228.12,273.23); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,249.91) -- - (227.31,249.91); + \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,248.75) -- + (215.30,274.40); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,273.23) -- - (227.31,273.23); + \path[fill=fillColor] (205.68,270.86) rectangle (224.92,273.23); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.49,248.75) -- - (214.49,274.40); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (205.68,270.43) rectangle (224.92,270.86); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (204.87,271.29) rectangle (224.11,273.23); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (205.68,259.63) rectangle (224.92,270.43); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (204.87,270.43) rectangle (224.11,271.29); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (205.68,249.91) rectangle (224.92,259.63); + \end{scope} + \begin{scope} + \path[clip] (233.62,248.75) rectangle (259.28,274.40); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (204.87,257.69) rectangle (224.11,270.43); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,261.57) -- + (259.28,261.57); -\path[fill=fillColor] (204.87,249.91) rectangle (224.11,257.69); -\end{scope} -\begin{scope} -\path[clip] (232.81,248.75) rectangle (258.46,274.40); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,249.91) -- + (259.28,249.91); -\path[draw=drawColor,line width= 0.3pt,line join=round] (232.81,261.57) -- - (258.46,261.57); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,273.23) -- + (259.28,273.23); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,249.91) -- - (258.46,249.91); + \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,248.75) -- + (246.45,274.40); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,273.23) -- - (258.46,273.23); + \path[fill=fillColor] (236.83,272.58) rectangle (256.07,273.23); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.64,248.75) -- - (245.64,274.40); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (236.83,270.43) rectangle (256.07,272.58); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (236.02,272.37) rectangle (255.26,273.23); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (236.83,261.57) rectangle (256.07,270.43); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (236.02,270.86) rectangle (255.26,272.37); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (236.83,249.91) rectangle (256.07,261.57); + \end{scope} + \begin{scope} + \path[clip] (264.78,248.75) rectangle (290.43,274.40); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (236.02,263.30) rectangle (255.26,270.86); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,261.57) -- + (290.43,261.57); -\path[fill=fillColor] (236.02,249.91) rectangle (255.26,263.30); -\end{scope} -\begin{scope} -\path[clip] (263.96,248.75) rectangle (289.61,274.40); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,249.91) -- + (290.43,249.91); -\path[draw=drawColor,line width= 0.3pt,line join=round] (263.96,261.57) -- - (289.61,261.57); + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,273.23) -- + (290.43,273.23); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,249.91) -- - (289.61,249.91); + \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,248.75) -- + (277.60,274.40); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,273.23) -- - (289.61,273.23); + \path[fill=fillColor] (267.98,273.02) rectangle (287.22,273.23); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (276.79,248.75) -- - (276.79,274.40); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (267.98,270.64) rectangle (287.22,273.02); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (267.17,270.21) rectangle (286.41,273.23); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (267.98,268.27) rectangle (287.22,270.64); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (267.17,268.27) rectangle (286.41,270.21); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (267.98,249.91) rectangle (287.22,268.27); + \end{scope} + \begin{scope} + \path[clip] (295.93,248.75) rectangle (321.58,274.40); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (267.17,249.91) rectangle (286.41,268.27); -\end{scope} -\begin{scope} -\path[clip] (295.11,248.75) rectangle (320.77,274.40); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,261.57) -- + (321.58,261.57); -\path[draw=drawColor,line width= 0.3pt,line join=round] (295.11,261.57) -- - (320.77,261.57); + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,249.91) -- + (321.58,249.91); -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,249.91) -- - (320.77,249.91); + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,273.23) -- + (321.58,273.23); -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,273.23) -- - (320.77,273.23); + \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,248.75) -- + (308.75,274.40); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (307.94,248.75) -- - (307.94,274.40); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (299.13,273.02) rectangle (318.37,273.23); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (298.32,269.35) rectangle (317.56,273.23); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (299.13,268.48) rectangle (318.37,273.02); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (298.32,268.91) rectangle (317.56,269.35); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (299.13,268.27) rectangle (318.37,268.48); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (298.32,249.91) rectangle (317.56,268.91); -\end{scope} -\begin{scope} -\path[clip] ( 45.90,217.60) rectangle ( 71.55,243.25); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (299.13,249.91) rectangle (318.37,268.27); + \end{scope} + \begin{scope} + \path[clip] ( 46.71,217.60) rectangle ( 72.37,243.25); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 45.90,230.42) -- - ( 71.55,230.42); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,230.42) -- + ( 72.37,230.42); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,218.76) -- - ( 71.55,218.76); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,218.76) -- + ( 72.37,218.76); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,242.08) -- - ( 71.55,242.08); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,242.08) -- + ( 72.37,242.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.73,217.60) -- - ( 58.73,243.25); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,217.60) -- + ( 59.54,243.25); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] ( 49.11,233.66) rectangle ( 68.35,242.08); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 49.92,233.66) rectangle ( 69.16,242.08); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] ( 49.11,218.98) rectangle ( 68.35,233.66); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] ( 49.92,218.76) rectangle ( 69.16,233.66); + \end{scope} + \begin{scope} + \path[clip] ( 77.87,217.60) rectangle (103.52,243.25); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] ( 49.11,218.76) rectangle ( 68.35,218.98); -\end{scope} -\begin{scope} -\path[clip] ( 77.05,217.60) rectangle (102.71,243.25); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,230.42) -- + (103.52,230.42); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.05,230.42) -- - (102.71,230.42); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,218.76) -- + (103.52,218.76); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,218.76) -- - (102.71,218.76); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,242.08) -- + (103.52,242.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,242.08) -- - (102.71,242.08); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,217.60) -- + ( 90.69,243.25); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 89.88,217.60) -- - ( 89.88,243.25); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] ( 81.07,234.74) rectangle (100.31,242.08); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] ( 80.26,231.50) rectangle ( 99.50,242.08); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 81.07,218.76) rectangle (100.31,234.74); + \end{scope} + \begin{scope} + \path[clip] (109.02,217.60) rectangle (134.67,243.25); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] ( 80.26,218.76) rectangle ( 99.50,231.50); -\end{scope} -\begin{scope} -\path[clip] (108.21,217.60) rectangle (133.86,243.25); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,230.42) -- + (134.67,230.42); -\path[draw=drawColor,line width= 0.3pt,line join=round] (108.21,230.42) -- - (133.86,230.42); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,218.76) -- + (134.67,218.76); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,218.76) -- - (133.86,218.76); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,242.08) -- + (134.67,242.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,242.08) -- - (133.86,242.08); + \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,217.60) -- + (121.84,243.25); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (121.03,217.60) -- - (121.03,243.25); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (112.22,234.09) rectangle (131.46,242.08); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (111.41,234.52) rectangle (130.65,242.08); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (112.22,233.88) rectangle (131.46,234.09); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (111.41,219.41) rectangle (130.65,234.52); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (112.22,218.98) rectangle (131.46,233.88); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (111.41,218.76) rectangle (130.65,219.41); -\end{scope} -\begin{scope} -\path[clip] (139.36,217.60) rectangle (165.01,243.25); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (112.22,218.76) rectangle (131.46,218.98); + \end{scope} + \begin{scope} + \path[clip] (140.17,217.60) rectangle (165.82,243.25); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (139.36,230.42) -- - (165.01,230.42); + \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,230.42) -- + (165.82,230.42); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,218.76) -- - (165.01,218.76); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,218.76) -- + (165.82,218.76); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,242.08) -- - (165.01,242.08); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,242.08) -- + (165.82,242.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] (152.18,217.60) -- - (152.18,243.25); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,217.60) -- + (152.99,243.25); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (142.56,234.31) rectangle (161.80,242.08); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (143.38,234.52) rectangle (162.61,242.08); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (142.56,233.88) rectangle (161.80,234.31); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (143.38,233.66) rectangle (162.61,234.52); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (142.56,220.06) rectangle (161.80,233.88); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (143.38,219.41) rectangle (162.61,233.66); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (142.56,218.76) rectangle (161.80,220.06); -\end{scope} -\begin{scope} -\path[clip] (170.51,217.60) rectangle (196.16,243.25); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (143.38,218.76) rectangle (162.61,219.41); + \end{scope} + \begin{scope} + \path[clip] (171.32,217.60) rectangle (196.97,243.25); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (170.51,230.42) -- - (196.16,230.42); + \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,230.42) -- + (196.97,230.42); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,218.76) -- - (196.16,218.76); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,218.76) -- + (196.97,218.76); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,242.08) -- - (196.16,242.08); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,242.08) -- + (196.97,242.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] (183.33,217.60) -- - (183.33,243.25); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,217.60) -- + (184.15,243.25); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (173.71,235.39) rectangle (192.95,242.08); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (174.53,235.60) rectangle (193.77,242.08); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (173.71,234.31) rectangle (192.95,235.39); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (174.53,234.09) rectangle (193.77,235.60); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (173.71,221.35) rectangle (192.95,234.31); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (174.53,221.35) rectangle (193.77,234.09); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (173.71,218.76) rectangle (192.95,221.35); -\end{scope} -\begin{scope} -\path[clip] (201.66,217.60) rectangle (227.31,243.25); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (174.53,218.76) rectangle (193.77,221.35); + \end{scope} + \begin{scope} + \path[clip] (202.47,217.60) rectangle (228.12,243.25); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (201.66,230.42) -- - (227.31,230.42); + \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,230.42) -- + (228.12,230.42); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,218.76) -- - (227.31,218.76); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,218.76) -- + (228.12,218.76); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,242.08) -- - (227.31,242.08); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,242.08) -- + (228.12,242.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.49,217.60) -- - (214.49,243.25); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,217.60) -- + (215.30,243.25); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (204.87,235.82) rectangle (224.11,242.08); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (205.68,236.25) rectangle (224.92,242.08); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (204.87,233.23) rectangle (224.11,235.82); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (205.68,232.58) rectangle (224.92,236.25); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (204.87,225.02) rectangle (224.11,233.23); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (205.68,223.73) rectangle (224.92,232.58); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (204.87,218.76) rectangle (224.11,225.02); -\end{scope} -\begin{scope} -\path[clip] (232.81,217.60) rectangle (258.46,243.25); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (205.68,218.76) rectangle (224.92,223.73); + \end{scope} + \begin{scope} + \path[clip] (233.62,217.60) rectangle (259.28,243.25); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (232.81,230.42) -- - (258.46,230.42); + \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,230.42) -- + (259.28,230.42); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,218.76) -- - (258.46,218.76); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,218.76) -- + (259.28,218.76); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,242.08) -- - (258.46,242.08); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,242.08) -- + (259.28,242.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.64,217.60) -- - (245.64,243.25); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,217.60) -- + (246.45,243.25); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (236.02,238.63) rectangle (255.26,242.08); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (236.83,238.41) rectangle (256.07,242.08); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (236.02,232.36) rectangle (255.26,238.63); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (236.83,234.31) rectangle (256.07,238.41); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (236.02,228.26) rectangle (255.26,232.36); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (236.83,228.91) rectangle (256.07,234.31); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (236.02,218.76) rectangle (255.26,228.26); -\end{scope} -\begin{scope} -\path[clip] (263.96,217.60) rectangle (289.61,243.25); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (236.83,218.76) rectangle (256.07,228.91); + \end{scope} + \begin{scope} + \path[clip] (264.78,217.60) rectangle (290.43,243.25); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (263.96,230.42) -- - (289.61,230.42); + \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,230.42) -- + (290.43,230.42); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,218.76) -- - (289.61,218.76); + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,218.76) -- + (290.43,218.76); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,242.08) -- - (289.61,242.08); + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,242.08) -- + (290.43,242.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] (276.79,217.60) -- - (276.79,243.25); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,217.60) -- + (277.60,243.25); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (267.17,241.43) rectangle (286.41,242.08); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (267.98,241.43) rectangle (287.22,242.08); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (267.17,233.44) rectangle (286.41,241.43); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (267.98,232.80) rectangle (287.22,241.43); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (267.17,230.85) rectangle (286.41,233.44); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (267.98,230.64) rectangle (287.22,232.80); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (267.17,218.76) rectangle (286.41,230.85); -\end{scope} -\begin{scope} -\path[clip] (295.11,217.60) rectangle (320.77,243.25); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (267.98,218.76) rectangle (287.22,230.64); + \end{scope} + \begin{scope} + \path[clip] (295.93,217.60) rectangle (321.58,243.25); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (295.11,230.42) -- - (320.77,230.42); + \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,230.42) -- + (321.58,230.42); -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,218.76) -- - (320.77,218.76); + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,218.76) -- + (321.58,218.76); -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,242.08) -- - (320.77,242.08); + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,242.08) -- + (321.58,242.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] (307.94,217.60) -- - (307.94,243.25); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,217.60) -- + (308.75,243.25); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (298.32,231.93) rectangle (317.56,242.08); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (299.13,241.86) rectangle (318.37,242.08); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (298.32,231.72) rectangle (317.56,231.93); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (299.13,234.31) rectangle (318.37,241.86); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (298.32,218.76) rectangle (317.56,231.72); -\end{scope} -\begin{scope} -\path[clip] ( 45.90,186.44) rectangle ( 71.55,212.10); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (299.13,218.76) rectangle (318.37,234.31); + \end{scope} + \begin{scope} + \path[clip] ( 46.71,186.44) rectangle ( 72.37,212.10); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 45.90,199.27) -- - ( 71.55,199.27); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,199.27) -- + ( 72.37,199.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,187.61) -- - ( 71.55,187.61); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,187.61) -- + ( 72.37,187.61); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,210.93) -- - ( 71.55,210.93); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,210.93) -- + ( 72.37,210.93); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.73,186.44) -- - ( 58.73,212.10); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,186.44) -- + ( 59.54,212.10); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] ( 49.11,195.17) rectangle ( 68.35,210.93); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 49.92,197.97) rectangle ( 69.16,210.93); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] ( 49.11,187.61) rectangle ( 68.35,195.17); -\end{scope} -\begin{scope} -\path[clip] ( 77.05,186.44) rectangle (102.71,212.10); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] ( 49.92,187.61) rectangle ( 69.16,197.97); + \end{scope} + \begin{scope} + \path[clip] ( 77.87,186.44) rectangle (103.52,212.10); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.05,199.27) -- - (102.71,199.27); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,199.27) -- + (103.52,199.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,187.61) -- - (102.71,187.61); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,187.61) -- + (103.52,187.61); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,210.93) -- - (102.71,210.93); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,210.93) -- + (103.52,210.93); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 89.88,186.44) -- - ( 89.88,212.10); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,186.44) -- + ( 90.69,212.10); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] ( 80.26,197.11) rectangle ( 99.50,210.93); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 81.07,195.60) rectangle (100.31,210.93); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] ( 80.26,187.61) rectangle ( 99.50,197.11); -\end{scope} -\begin{scope} -\path[clip] (108.21,186.44) rectangle (133.86,212.10); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] ( 81.07,195.38) rectangle (100.31,195.60); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.3pt,line join=round] (108.21,199.27) -- - (133.86,199.27); + \path[fill=fillColor] ( 81.07,187.61) rectangle (100.31,195.38); + \end{scope} + \begin{scope} + \path[clip] (109.02,186.44) rectangle (134.67,212.10); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,187.61) -- - (133.86,187.61); + \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,199.27) -- + (134.67,199.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,210.93) -- - (133.86,210.93); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,187.61) -- + (134.67,187.61); -\path[draw=drawColor,line width= 0.6pt,line join=round] (121.03,186.44) -- - (121.03,212.10); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,210.93) -- + (134.67,210.93); -\path[fill=fillColor] (111.41,196.89) rectangle (130.65,210.93); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,186.44) -- + (121.84,212.10); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (111.41,196.68) rectangle (130.65,196.89); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (112.22,197.76) rectangle (131.46,210.93); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (111.41,187.61) rectangle (130.65,196.68); -\end{scope} -\begin{scope} -\path[clip] (139.36,186.44) rectangle (165.01,212.10); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (112.22,187.83) rectangle (131.46,197.76); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.3pt,line join=round] (139.36,199.27) -- - (165.01,199.27); + \path[fill=fillColor] (112.22,187.61) rectangle (131.46,187.83); + \end{scope} + \begin{scope} + \path[clip] (140.17,186.44) rectangle (165.82,212.10); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,187.61) -- - (165.01,187.61); + \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,199.27) -- + (165.82,199.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,210.93) -- - (165.01,210.93); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,187.61) -- + (165.82,187.61); -\path[draw=drawColor,line width= 0.6pt,line join=round] (152.18,186.44) -- - (152.18,212.10); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,210.93) -- + (165.82,210.93); -\path[fill=fillColor] (142.56,195.60) rectangle (161.80,210.93); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,186.44) -- + (152.99,212.10); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (142.56,195.38) rectangle (161.80,195.60); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (143.38,195.60) rectangle (162.61,210.93); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (142.56,188.04) rectangle (161.80,195.38); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (143.38,194.95) rectangle (162.61,195.60); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (142.56,187.61) rectangle (161.80,188.04); -\end{scope} -\begin{scope} -\path[clip] (170.51,186.44) rectangle (196.16,212.10); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (143.38,188.04) rectangle (162.61,194.95); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.3pt,line join=round] (170.51,199.27) -- - (196.16,199.27); + \path[fill=fillColor] (143.38,187.61) rectangle (162.61,188.04); + \end{scope} + \begin{scope} + \path[clip] (171.32,186.44) rectangle (196.97,212.10); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,187.61) -- - (196.16,187.61); + \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,199.27) -- + (196.97,199.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,210.93) -- - (196.16,210.93); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,187.61) -- + (196.97,187.61); -\path[draw=drawColor,line width= 0.6pt,line join=round] (183.33,186.44) -- - (183.33,212.10); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,210.93) -- + (196.97,210.93); -\path[fill=fillColor] (173.71,200.78) rectangle (192.95,210.93); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,186.44) -- + (184.15,212.10); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (173.71,198.19) rectangle (192.95,200.78); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (174.53,197.33) rectangle (193.77,210.93); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (173.71,189.55) rectangle (192.95,198.19); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (174.53,196.25) rectangle (193.77,197.33); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (173.71,187.61) rectangle (192.95,189.55); -\end{scope} -\begin{scope} -\path[clip] (201.66,186.44) rectangle (227.31,212.10); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (174.53,189.98) rectangle (193.77,196.25); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.3pt,line join=round] (201.66,199.27) -- - (227.31,199.27); + \path[fill=fillColor] (174.53,187.61) rectangle (193.77,189.98); + \end{scope} + \begin{scope} + \path[clip] (202.47,186.44) rectangle (228.12,212.10); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,187.61) -- - (227.31,187.61); + \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,199.27) -- + (228.12,199.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,210.93) -- - (227.31,210.93); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,187.61) -- + (228.12,187.61); -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.49,186.44) -- - (214.49,212.10); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,210.93) -- + (228.12,210.93); -\path[fill=fillColor] (204.87,201.43) rectangle (224.11,210.93); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,186.44) -- + (215.30,212.10); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (204.87,196.68) rectangle (224.11,201.43); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (205.68,201.21) rectangle (224.92,210.93); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (204.87,192.14) rectangle (224.11,196.68); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (205.68,195.81) rectangle (224.92,201.21); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (204.87,187.61) rectangle (224.11,192.14); -\end{scope} -\begin{scope} -\path[clip] (232.81,186.44) rectangle (258.46,212.10); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (205.68,191.93) rectangle (224.92,195.81); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.3pt,line join=round] (232.81,199.27) -- - (258.46,199.27); + \path[fill=fillColor] (205.68,187.61) rectangle (224.92,191.93); + \end{scope} + \begin{scope} + \path[clip] (233.62,186.44) rectangle (259.28,212.10); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,187.61) -- - (258.46,187.61); + \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,199.27) -- + (259.28,199.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,210.93) -- - (258.46,210.93); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,187.61) -- + (259.28,187.61); -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.64,186.44) -- - (245.64,212.10); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,210.93) -- + (259.28,210.93); -\path[fill=fillColor] (236.02,207.04) rectangle (255.26,210.93); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,186.44) -- + (246.45,212.10); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (236.02,196.46) rectangle (255.26,207.04); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (236.83,204.45) rectangle (256.07,210.93); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (236.02,192.14) rectangle (255.26,196.46); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (236.83,196.03) rectangle (256.07,204.45); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (236.02,187.61) rectangle (255.26,192.14); -\end{scope} -\begin{scope} -\path[clip] (263.96,186.44) rectangle (289.61,212.10); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (236.83,192.14) rectangle (256.07,196.03); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.3pt,line join=round] (263.96,199.27) -- - (289.61,199.27); + \path[fill=fillColor] (236.83,187.61) rectangle (256.07,192.14); + \end{scope} + \begin{scope} + \path[clip] (264.78,186.44) rectangle (290.43,212.10); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,187.61) -- - (289.61,187.61); + \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,199.27) -- + (290.43,199.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,210.93) -- - (289.61,210.93); + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,187.61) -- + (290.43,187.61); -\path[draw=drawColor,line width= 0.6pt,line join=round] (276.79,186.44) -- - (276.79,212.10); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,210.93) -- + (290.43,210.93); -\path[fill=fillColor] (267.17,209.20) rectangle (286.41,210.93); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,186.44) -- + (277.60,212.10); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (267.17,197.33) rectangle (286.41,209.20); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (267.98,207.69) rectangle (287.22,210.93); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (267.17,196.46) rectangle (286.41,197.33); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (267.98,195.81) rectangle (287.22,207.69); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (267.17,187.61) rectangle (286.41,196.46); -\end{scope} -\begin{scope} -\path[clip] (295.11,186.44) rectangle (320.77,212.10); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (267.98,193.66) rectangle (287.22,195.81); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.3pt,line join=round] (295.11,199.27) -- - (320.77,199.27); + \path[fill=fillColor] (267.98,187.61) rectangle (287.22,193.66); + \end{scope} + \begin{scope} + \path[clip] (295.93,186.44) rectangle (321.58,212.10); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,187.61) -- - (320.77,187.61); + \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,199.27) -- + (321.58,199.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,210.93) -- - (320.77,210.93); + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,187.61) -- + (321.58,187.61); -\path[draw=drawColor,line width= 0.6pt,line join=round] (307.94,186.44) -- - (307.94,212.10); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,210.93) -- + (321.58,210.93); -\path[fill=fillColor] (298.32,210.50) rectangle (317.56,210.93); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,186.44) -- + (308.75,212.10); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (298.32,194.52) rectangle (317.56,210.50); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (299.13,196.89) rectangle (318.37,210.93); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (298.32,187.61) rectangle (317.56,194.52); -\end{scope} -\begin{scope} -\path[clip] ( 45.90,155.29) rectangle ( 71.55,180.94); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (299.13,187.61) rectangle (318.37,196.89); + \end{scope} + \begin{scope} + \path[clip] ( 46.71,155.29) rectangle ( 72.37,180.94); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 45.90,168.12) -- - ( 71.55,168.12); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,168.12) -- + ( 72.37,168.12); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,156.46) -- - ( 71.55,156.46); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,156.46) -- + ( 72.37,156.46); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,179.78) -- - ( 71.55,179.78); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,179.78) -- + ( 72.37,179.78); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.73,155.29) -- - ( 58.73,180.94); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,155.29) -- + ( 59.54,180.94); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] ( 49.11,160.78) rectangle ( 68.35,179.78); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 49.92,160.34) rectangle ( 69.16,179.78); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] ( 49.11,156.46) rectangle ( 68.35,160.78); -\end{scope} -\begin{scope} -\path[clip] ( 77.05,155.29) rectangle (102.71,180.94); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] ( 49.92,160.13) rectangle ( 69.16,160.34); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.05,168.12) -- - (102.71,168.12); + \path[fill=fillColor] ( 49.92,156.46) rectangle ( 69.16,160.13); + \end{scope} + \begin{scope} + \path[clip] ( 77.87,155.29) rectangle (103.52,180.94); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,156.46) -- - (102.71,156.46); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,168.12) -- + (103.52,168.12); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,179.78) -- - (102.71,179.78); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,156.46) -- + (103.52,156.46); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 89.88,155.29) -- - ( 89.88,180.94); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,179.78) -- + (103.52,179.78); -\path[fill=fillColor] ( 80.26,159.27) rectangle ( 99.50,179.78); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,155.29) -- + ( 90.69,180.94); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] ( 80.26,156.67) rectangle ( 99.50,159.27); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] ( 81.07,160.13) rectangle (100.31,179.78); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] ( 80.26,156.46) rectangle ( 99.50,156.67); -\end{scope} -\begin{scope} -\path[clip] (108.21,155.29) rectangle (133.86,180.94); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] ( 81.07,156.46) rectangle (100.31,160.13); + \end{scope} + \begin{scope} + \path[clip] (109.02,155.29) rectangle (134.67,180.94); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (108.21,168.12) -- - (133.86,168.12); + \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,168.12) -- + (134.67,168.12); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,156.46) -- - (133.86,156.46); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,156.46) -- + (134.67,156.46); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,179.78) -- - (133.86,179.78); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,179.78) -- + (134.67,179.78); -\path[draw=drawColor,line width= 0.6pt,line join=round] (121.03,155.29) -- - (121.03,180.94); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,155.29) -- + (121.84,180.94); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (111.41,160.99) rectangle (130.65,179.78); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (112.22,160.56) rectangle (131.46,179.78); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (111.41,160.78) rectangle (130.65,160.99); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (112.22,160.34) rectangle (131.46,160.56); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (111.41,156.67) rectangle (130.65,160.78); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (112.22,156.67) rectangle (131.46,160.34); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (111.41,156.46) rectangle (130.65,156.67); -\end{scope} -\begin{scope} -\path[clip] (139.36,155.29) rectangle (165.01,180.94); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (112.22,156.46) rectangle (131.46,156.67); + \end{scope} + \begin{scope} + \path[clip] (140.17,155.29) rectangle (165.82,180.94); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (139.36,168.12) -- - (165.01,168.12); + \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,168.12) -- + (165.82,168.12); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,156.46) -- - (165.01,156.46); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,156.46) -- + (165.82,156.46); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,179.78) -- - (165.01,179.78); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,179.78) -- + (165.82,179.78); -\path[draw=drawColor,line width= 0.6pt,line join=round] (152.18,155.29) -- - (152.18,180.94); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,155.29) -- + (152.99,180.94); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (142.56,160.78) rectangle (161.80,179.78); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (143.38,161.64) rectangle (162.61,179.78); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (142.56,160.13) rectangle (161.80,160.78); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (143.38,160.13) rectangle (162.61,161.64); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (142.56,156.89) rectangle (161.80,160.13); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (143.38,156.46) rectangle (162.61,160.13); + \end{scope} + \begin{scope} + \path[clip] (171.32,155.29) rectangle (196.97,180.94); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (142.56,156.46) rectangle (161.80,156.89); -\end{scope} -\begin{scope} -\path[clip] (170.51,155.29) rectangle (196.16,180.94); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,168.12) -- + (196.97,168.12); -\path[draw=drawColor,line width= 0.3pt,line join=round] (170.51,168.12) -- - (196.16,168.12); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,156.46) -- + (196.97,156.46); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,156.46) -- - (196.16,156.46); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,179.78) -- + (196.97,179.78); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,179.78) -- - (196.16,179.78); + \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,155.29) -- + (184.15,180.94); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (183.33,155.29) -- - (183.33,180.94); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (174.53,164.23) rectangle (193.77,179.78); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (173.71,164.45) rectangle (192.95,179.78); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (174.53,160.56) rectangle (193.77,164.23); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (173.71,161.64) rectangle (192.95,164.45); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (174.53,156.89) rectangle (193.77,160.56); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (173.71,157.11) rectangle (192.95,161.64); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (174.53,156.46) rectangle (193.77,156.89); + \end{scope} + \begin{scope} + \path[clip] (202.47,155.29) rectangle (228.12,180.94); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (173.71,156.46) rectangle (192.95,157.11); -\end{scope} -\begin{scope} -\path[clip] (201.66,155.29) rectangle (227.31,180.94); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,168.12) -- + (228.12,168.12); -\path[draw=drawColor,line width= 0.3pt,line join=round] (201.66,168.12) -- - (227.31,168.12); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,156.46) -- + (228.12,156.46); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,156.46) -- - (227.31,156.46); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,179.78) -- + (228.12,179.78); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,179.78) -- - (227.31,179.78); + \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,155.29) -- + (215.30,180.94); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.49,155.29) -- - (214.49,180.94); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (205.68,166.82) rectangle (224.92,179.78); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (204.87,167.04) rectangle (224.11,179.78); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (205.68,160.99) rectangle (224.92,166.82); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (204.87,160.34) rectangle (224.11,167.04); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (205.68,157.97) rectangle (224.92,160.99); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (204.87,159.27) rectangle (224.11,160.34); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (205.68,156.46) rectangle (224.92,157.97); + \end{scope} + \begin{scope} + \path[clip] (233.62,155.29) rectangle (259.28,180.94); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (204.87,156.46) rectangle (224.11,159.27); -\end{scope} -\begin{scope} -\path[clip] (232.81,155.29) rectangle (258.46,180.94); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,168.12) -- + (259.28,168.12); -\path[draw=drawColor,line width= 0.3pt,line join=round] (232.81,168.12) -- - (258.46,168.12); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,156.46) -- + (259.28,156.46); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,156.46) -- - (258.46,156.46); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,179.78) -- + (259.28,179.78); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,179.78) -- - (258.46,179.78); + \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,155.29) -- + (246.45,180.94); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.64,155.29) -- - (245.64,180.94); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (236.83,171.36) rectangle (256.07,179.78); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (236.02,173.73) rectangle (255.26,179.78); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (236.83,160.13) rectangle (256.07,171.36); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (236.02,160.56) rectangle (255.26,173.73); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (236.83,158.19) rectangle (256.07,160.13); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (236.02,159.91) rectangle (255.26,160.56); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (236.83,156.46) rectangle (256.07,158.19); + \end{scope} + \begin{scope} + \path[clip] (264.78,155.29) rectangle (290.43,180.94); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (236.02,156.46) rectangle (255.26,159.91); -\end{scope} -\begin{scope} -\path[clip] (263.96,155.29) rectangle (289.61,180.94); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,168.12) -- + (290.43,168.12); -\path[draw=drawColor,line width= 0.3pt,line join=round] (263.96,168.12) -- - (289.61,168.12); + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,156.46) -- + (290.43,156.46); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,156.46) -- - (289.61,156.46); + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,179.78) -- + (290.43,179.78); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,179.78) -- - (289.61,179.78); + \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,155.29) -- + (277.60,180.94); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (276.79,155.29) -- - (276.79,180.94); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (267.98,176.97) rectangle (287.22,179.78); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (267.17,176.32) rectangle (286.41,179.78); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (267.98,161.64) rectangle (287.22,176.97); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (267.17,160.34) rectangle (286.41,176.32); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (267.98,160.78) rectangle (287.22,161.64); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (267.17,159.70) rectangle (286.41,160.34); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (267.98,156.46) rectangle (287.22,160.78); + \end{scope} + \begin{scope} + \path[clip] (295.93,155.29) rectangle (321.58,180.94); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (267.17,156.46) rectangle (286.41,159.70); -\end{scope} -\begin{scope} -\path[clip] (295.11,155.29) rectangle (320.77,180.94); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,168.12) -- + (321.58,168.12); -\path[draw=drawColor,line width= 0.3pt,line join=round] (295.11,168.12) -- - (320.77,168.12); + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,156.46) -- + (321.58,156.46); -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,156.46) -- - (320.77,156.46); + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,179.78) -- + (321.58,179.78); -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,179.78) -- - (320.77,179.78); + \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,155.29) -- + (308.75,180.94); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (307.94,155.29) -- - (307.94,180.94); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (299.13,179.35) rectangle (318.37,179.78); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (298.32,179.56) rectangle (317.56,179.78); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (299.13,158.62) rectangle (318.37,179.35); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (298.32,160.56) rectangle (317.56,179.56); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (299.13,156.46) rectangle (318.37,158.62); + \end{scope} + \begin{scope} + \path[clip] ( 46.71,124.14) rectangle ( 72.37,149.79); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (298.32,156.46) rectangle (317.56,160.56); -\end{scope} -\begin{scope} -\path[clip] ( 45.90,124.14) rectangle ( 71.55,149.79); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,136.97) -- + ( 72.37,136.97); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 45.90,136.97) -- - ( 71.55,136.97); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,125.31) -- + ( 72.37,125.31); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,125.31) -- - ( 71.55,125.31); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,148.63) -- + ( 72.37,148.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,148.63) -- - ( 71.55,148.63); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,124.14) -- + ( 59.54,149.79); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.73,124.14) -- - ( 58.73,149.79); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] ( 49.92,126.60) rectangle ( 69.16,148.63); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] ( 49.11,127.25) rectangle ( 68.35,148.63); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 49.92,125.31) rectangle ( 69.16,126.60); + \end{scope} + \begin{scope} + \path[clip] ( 77.87,124.14) rectangle (103.52,149.79); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] ( 49.11,125.31) rectangle ( 68.35,127.25); -\end{scope} -\begin{scope} -\path[clip] ( 77.05,124.14) rectangle (102.71,149.79); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,136.97) -- + (103.52,136.97); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.05,136.97) -- - (102.71,136.97); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,125.31) -- + (103.52,125.31); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,125.31) -- - (102.71,125.31); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,148.63) -- + (103.52,148.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,148.63) -- - (102.71,148.63); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,124.14) -- + ( 90.69,149.79); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 89.88,124.14) -- - ( 89.88,149.79); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] ( 81.07,127.25) rectangle (100.31,148.63); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] ( 80.26,126.82) rectangle ( 99.50,148.63); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 81.07,125.31) rectangle (100.31,127.25); + \end{scope} + \begin{scope} + \path[clip] (109.02,124.14) rectangle (134.67,149.79); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] ( 80.26,125.31) rectangle ( 99.50,126.82); -\end{scope} -\begin{scope} -\path[clip] (108.21,124.14) rectangle (133.86,149.79); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,136.97) -- + (134.67,136.97); -\path[draw=drawColor,line width= 0.3pt,line join=round] (108.21,136.97) -- - (133.86,136.97); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,125.31) -- + (134.67,125.31); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,125.31) -- - (133.86,125.31); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,148.63) -- + (134.67,148.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,148.63) -- - (133.86,148.63); + \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,124.14) -- + (121.84,149.79); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (121.03,124.14) -- - (121.03,149.79); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (112.22,127.25) rectangle (131.46,148.63); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (111.41,128.11) rectangle (130.65,148.63); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (112.22,126.82) rectangle (131.46,127.25); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (111.41,126.82) rectangle (130.65,128.11); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (112.22,125.31) rectangle (131.46,126.82); + \end{scope} + \begin{scope} + \path[clip] (140.17,124.14) rectangle (165.82,149.79); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (111.41,125.31) rectangle (130.65,126.82); -\end{scope} -\begin{scope} -\path[clip] (139.36,124.14) rectangle (165.01,149.79); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,136.97) -- + (165.82,136.97); -\path[draw=drawColor,line width= 0.3pt,line join=round] (139.36,136.97) -- - (165.01,136.97); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,125.31) -- + (165.82,125.31); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,125.31) -- - (165.01,125.31); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,148.63) -- + (165.82,148.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,148.63) -- - (165.01,148.63); + \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,124.14) -- + (152.99,149.79); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (152.18,124.14) -- - (152.18,149.79); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (143.38,126.82) rectangle (162.61,148.63); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (142.56,129.84) rectangle (161.80,148.63); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (143.38,126.60) rectangle (162.61,126.82); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (142.56,128.55) rectangle (161.80,129.84); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (143.38,125.31) rectangle (162.61,126.60); + \end{scope} + \begin{scope} + \path[clip] (171.32,124.14) rectangle (196.97,149.79); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (142.56,125.31) rectangle (161.80,128.55); -\end{scope} -\begin{scope} -\path[clip] (170.51,124.14) rectangle (196.16,149.79); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,136.97) -- + (196.97,136.97); -\path[draw=drawColor,line width= 0.3pt,line join=round] (170.51,136.97) -- - (196.16,136.97); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,125.31) -- + (196.97,125.31); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,125.31) -- - (196.16,125.31); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,148.63) -- + (196.97,148.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,148.63) -- - (196.16,148.63); + \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,124.14) -- + (184.15,149.79); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (183.33,124.14) -- - (183.33,149.79); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (174.53,130.92) rectangle (193.77,148.63); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (173.71,130.70) rectangle (192.95,148.63); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (174.53,126.60) rectangle (193.77,130.92); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (173.71,128.11) rectangle (192.95,130.70); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (174.53,125.31) rectangle (193.77,126.60); + \end{scope} + \begin{scope} + \path[clip] (202.47,124.14) rectangle (228.12,149.79); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (173.71,125.52) rectangle (192.95,128.11); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,136.97) -- + (228.12,136.97); -\path[fill=fillColor] (173.71,125.31) rectangle (192.95,125.52); -\end{scope} -\begin{scope} -\path[clip] (201.66,124.14) rectangle (227.31,149.79); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,125.31) -- + (228.12,125.31); -\path[draw=drawColor,line width= 0.3pt,line join=round] (201.66,136.97) -- - (227.31,136.97); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,148.63) -- + (228.12,148.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,125.31) -- - (227.31,125.31); + \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,124.14) -- + (215.30,149.79); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,148.63) -- - (227.31,148.63); + \path[fill=fillColor] (205.68,135.24) rectangle (224.92,148.63); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.49,124.14) -- - (214.49,149.79); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (205.68,126.17) rectangle (224.92,135.24); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (204.87,135.89) rectangle (224.11,148.63); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (205.68,125.52) rectangle (224.92,126.17); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (204.87,127.25) rectangle (224.11,135.89); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (205.68,125.31) rectangle (224.92,125.52); + \end{scope} + \begin{scope} + \path[clip] (233.62,124.14) rectangle (259.28,149.79); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (204.87,125.74) rectangle (224.11,127.25); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,136.97) -- + (259.28,136.97); -\path[fill=fillColor] (204.87,125.31) rectangle (224.11,125.74); -\end{scope} -\begin{scope} -\path[clip] (232.81,124.14) rectangle (258.46,149.79); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,125.31) -- + (259.28,125.31); -\path[draw=drawColor,line width= 0.3pt,line join=round] (232.81,136.97) -- - (258.46,136.97); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,148.63) -- + (259.28,148.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,125.31) -- - (258.46,125.31); + \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,124.14) -- + (246.45,149.79); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,148.63) -- - (258.46,148.63); + \path[fill=fillColor] (236.83,141.93) rectangle (256.07,148.63); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.64,124.14) -- - (245.64,149.79); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (236.83,126.82) rectangle (256.07,141.93); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (236.02,140.64) rectangle (255.26,148.63); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (236.83,126.60) rectangle (256.07,126.82); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (236.02,127.90) rectangle (255.26,140.64); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (236.83,125.31) rectangle (256.07,126.60); + \end{scope} + \begin{scope} + \path[clip] (264.78,124.14) rectangle (290.43,149.79); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (236.02,127.03) rectangle (255.26,127.90); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,136.97) -- + (290.43,136.97); -\path[fill=fillColor] (236.02,125.31) rectangle (255.26,127.03); -\end{scope} -\begin{scope} -\path[clip] (263.96,124.14) rectangle (289.61,149.79); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,125.31) -- + (290.43,125.31); -\path[draw=drawColor,line width= 0.3pt,line join=round] (263.96,136.97) -- - (289.61,136.97); + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,148.63) -- + (290.43,148.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,125.31) -- - (289.61,125.31); + \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,124.14) -- + (277.60,149.79); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,148.63) -- - (289.61,148.63); + \path[fill=fillColor] (267.98,145.39) rectangle (287.22,148.63); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (276.79,124.14) -- - (276.79,149.79); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (267.98,127.25) rectangle (287.22,145.39); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (267.17,145.39) rectangle (286.41,148.63); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (267.98,127.03) rectangle (287.22,127.25); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (267.17,125.95) rectangle (286.41,145.39); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (267.98,125.31) rectangle (287.22,127.03); + \end{scope} + \begin{scope} + \path[clip] (295.93,124.14) rectangle (321.58,149.79); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (267.17,125.31) rectangle (286.41,125.95); -\end{scope} -\begin{scope} -\path[clip] (295.11,124.14) rectangle (320.77,149.79); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,136.97) -- + (321.58,136.97); -\path[draw=drawColor,line width= 0.3pt,line join=round] (295.11,136.97) -- - (320.77,136.97); + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,125.31) -- + (321.58,125.31); -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,125.31) -- - (320.77,125.31); + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,148.63) -- + (321.58,148.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,148.63) -- - (320.77,148.63); + \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,124.14) -- + (308.75,149.79); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (307.94,124.14) -- - (307.94,149.79); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (299.13,147.98) rectangle (318.37,148.63); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (298.32,148.19) rectangle (317.56,148.63); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (299.13,127.25) rectangle (318.37,147.98); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (298.32,127.25) rectangle (317.56,148.19); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (299.13,127.03) rectangle (318.37,127.25); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (298.32,125.31) rectangle (317.56,127.25); -\end{scope} -\begin{scope} -\path[clip] ( 45.90, 92.99) rectangle ( 71.55,118.64); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (299.13,125.31) rectangle (318.37,127.03); + \end{scope} + \begin{scope} + \path[clip] ( 46.71, 92.99) rectangle ( 72.37,118.64); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 45.90,105.81) -- - ( 71.55,105.81); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,105.81) -- + ( 72.37,105.81); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90, 94.15) -- - ( 71.55, 94.15); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 94.15) -- + ( 72.37, 94.15); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90,117.47) -- - ( 71.55,117.47); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,117.47) -- + ( 72.37,117.47); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.73, 92.99) -- - ( 58.73,118.64); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54, 92.99) -- + ( 59.54,118.64); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] ( 49.11, 94.59) rectangle ( 68.35,117.47); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 49.92, 94.59) rectangle ( 69.16,117.47); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] ( 49.11, 94.15) rectangle ( 68.35, 94.59); -\end{scope} -\begin{scope} -\path[clip] ( 77.05, 92.99) rectangle (102.71,118.64); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] ( 49.92, 94.15) rectangle ( 69.16, 94.59); + \end{scope} + \begin{scope} + \path[clip] ( 77.87, 92.99) rectangle (103.52,118.64); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.05,105.81) -- - (102.71,105.81); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,105.81) -- + (103.52,105.81); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05, 94.15) -- - (102.71, 94.15); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 94.15) -- + (103.52, 94.15); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05,117.47) -- - (102.71,117.47); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,117.47) -- + (103.52,117.47); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 89.88, 92.99) -- - ( 89.88,118.64); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69, 92.99) -- + ( 90.69,118.64); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] ( 80.26, 94.37) rectangle ( 99.50,117.47); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 81.07, 94.37) rectangle (100.31,117.47); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] ( 80.26, 94.15) rectangle ( 99.50, 94.37); -\end{scope} -\begin{scope} -\path[clip] (108.21, 92.99) rectangle (133.86,118.64); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] ( 81.07, 94.15) rectangle (100.31, 94.37); + \end{scope} + \begin{scope} + \path[clip] (109.02, 92.99) rectangle (134.67,118.64); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (108.21,105.81) -- - (133.86,105.81); + \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,105.81) -- + (134.67,105.81); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21, 94.15) -- - (133.86, 94.15); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 94.15) -- + (134.67, 94.15); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21,117.47) -- - (133.86,117.47); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,117.47) -- + (134.67,117.47); -\path[draw=drawColor,line width= 0.6pt,line join=round] (121.03, 92.99) -- - (121.03,118.64); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84, 92.99) -- + (121.84,118.64); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (111.41, 94.80) rectangle (130.65,117.47); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (112.22, 96.10) rectangle (131.46,117.47); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (111.41, 94.37) rectangle (130.65, 94.80); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (112.22, 95.67) rectangle (131.46, 96.10); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (111.41, 94.15) rectangle (130.65, 94.37); -\end{scope} -\begin{scope} -\path[clip] (139.36, 92.99) rectangle (165.01,118.64); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (112.22, 94.15) rectangle (131.46, 95.67); + \end{scope} + \begin{scope} + \path[clip] (140.17, 92.99) rectangle (165.82,118.64); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (139.36,105.81) -- - (165.01,105.81); + \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,105.81) -- + (165.82,105.81); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36, 94.15) -- - (165.01, 94.15); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 94.15) -- + (165.82, 94.15); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36,117.47) -- - (165.01,117.47); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,117.47) -- + (165.82,117.47); -\path[draw=drawColor,line width= 0.6pt,line join=round] (152.18, 92.99) -- - (152.18,118.64); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99, 92.99) -- + (152.99,118.64); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (142.56, 95.67) rectangle (161.80,117.47); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (143.38, 95.88) rectangle (162.61,117.47); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (142.56, 94.37) rectangle (161.80, 95.67); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (143.38, 94.37) rectangle (162.61, 95.88); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (142.56, 94.15) rectangle (161.80, 94.37); -\end{scope} -\begin{scope} -\path[clip] (170.51, 92.99) rectangle (196.16,118.64); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (143.38, 94.15) rectangle (162.61, 94.37); + \end{scope} + \begin{scope} + \path[clip] (171.32, 92.99) rectangle (196.97,118.64); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (170.51,105.81) -- - (196.16,105.81); + \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,105.81) -- + (196.97,105.81); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51, 94.15) -- - (196.16, 94.15); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 94.15) -- + (196.97, 94.15); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51,117.47) -- - (196.16,117.47); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,117.47) -- + (196.97,117.47); -\path[draw=drawColor,line width= 0.6pt,line join=round] (183.33, 92.99) -- - (183.33,118.64); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15, 92.99) -- + (184.15,118.64); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (173.71, 98.69) rectangle (192.95,117.47); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (174.53, 97.39) rectangle (193.77,117.47); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (173.71, 94.59) rectangle (192.95, 98.69); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] (174.53, 94.15) rectangle (193.77, 97.39); + \end{scope} + \begin{scope} + \path[clip] (202.47, 92.99) rectangle (228.12,118.64); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (173.71, 94.15) rectangle (192.95, 94.59); -\end{scope} -\begin{scope} -\path[clip] (201.66, 92.99) rectangle (227.31,118.64); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,105.81) -- + (228.12,105.81); -\path[draw=drawColor,line width= 0.3pt,line join=round] (201.66,105.81) -- - (227.31,105.81); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 94.15) -- + (228.12, 94.15); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66, 94.15) -- - (227.31, 94.15); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,117.47) -- + (228.12,117.47); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66,117.47) -- - (227.31,117.47); + \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30, 92.99) -- + (215.30,118.64); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.49, 92.99) -- - (214.49,118.64); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (205.68,105.17) rectangle (224.92,117.47); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (204.87,103.01) rectangle (224.11,117.47); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (205.68, 94.80) rectangle (224.92,105.17); + \definecolor{fillColor}{RGB}{240,228,66} -\path[fill=fillColor] (204.87, 94.37) rectangle (224.11,103.01); -\definecolor{fillColor}{RGB}{0,114,178} + \path[fill=fillColor] (205.68, 94.59) rectangle (224.92, 94.80); + \definecolor{fillColor}{RGB}{0,114,178} -\path[fill=fillColor] (204.87, 94.15) rectangle (224.11, 94.37); -\end{scope} -\begin{scope} -\path[clip] (232.81, 92.99) rectangle (258.46,118.64); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (205.68, 94.15) rectangle (224.92, 94.59); + \end{scope} + \begin{scope} + \path[clip] (233.62, 92.99) rectangle (259.28,118.64); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (232.81,105.81) -- - (258.46,105.81); + \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,105.81) -- + (259.28,105.81); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81, 94.15) -- - (258.46, 94.15); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 94.15) -- + (259.28, 94.15); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81,117.47) -- - (258.46,117.47); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,117.47) -- + (259.28,117.47); -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.64, 92.99) -- - (245.64,118.64); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45, 92.99) -- + (246.45,118.64); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (236.02,109.49) rectangle (255.26,117.47); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (236.83,108.84) rectangle (256.07,117.47); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (236.02, 94.15) rectangle (255.26,109.49); -\end{scope} -\begin{scope} -\path[clip] (263.96, 92.99) rectangle (289.61,118.64); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (236.83, 94.59) rectangle (256.07,108.84); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.3pt,line join=round] (263.96,105.81) -- - (289.61,105.81); + \path[fill=fillColor] (236.83, 94.37) rectangle (256.07, 94.59); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96, 94.15) -- - (289.61, 94.15); + \path[fill=fillColor] (236.83, 94.15) rectangle (256.07, 94.37); + \end{scope} + \begin{scope} + \path[clip] (264.78, 92.99) rectangle (290.43,118.64); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96,117.47) -- - (289.61,117.47); + \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,105.81) -- + (290.43,105.81); -\path[draw=drawColor,line width= 0.6pt,line join=round] (276.79, 92.99) -- - (276.79,118.64); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 94.15) -- + (290.43, 94.15); -\path[fill=fillColor] (267.17,114.02) rectangle (286.41,117.47); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,117.47) -- + (290.43,117.47); -\path[fill=fillColor] (267.17, 94.15) rectangle (286.41,114.02); -\end{scope} -\begin{scope} -\path[clip] (295.11, 92.99) rectangle (320.77,118.64); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60, 92.99) -- + (277.60,118.64); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.3pt,line join=round] (295.11,105.81) -- - (320.77,105.81); + \path[fill=fillColor] (267.98,113.37) rectangle (287.22,117.47); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11, 94.15) -- - (320.77, 94.15); + \path[fill=fillColor] (267.98, 94.15) rectangle (287.22,113.37); + \end{scope} + \begin{scope} + \path[clip] (295.93, 92.99) rectangle (321.58,118.64); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11,117.47) -- - (320.77,117.47); + \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,105.81) -- + (321.58,105.81); -\path[draw=drawColor,line width= 0.6pt,line join=round] (307.94, 92.99) -- - (307.94,118.64); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 94.15) -- + (321.58, 94.15); -\path[fill=fillColor] (298.32,117.04) rectangle (317.56,117.47); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,117.47) -- + (321.58,117.47); -\path[fill=fillColor] (298.32, 94.80) rectangle (317.56,117.04); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75, 92.99) -- + (308.75,118.64); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (298.32, 94.15) rectangle (317.56, 94.80); -\end{scope} -\begin{scope} -\path[clip] ( 45.90, 61.84) rectangle ( 71.55, 87.49); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (299.13,116.61) rectangle (318.37,117.47); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 45.90, 74.66) -- - ( 71.55, 74.66); + \path[fill=fillColor] (299.13, 94.37) rectangle (318.37,116.61); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90, 63.00) -- - ( 71.55, 63.00); + \path[fill=fillColor] (299.13, 94.15) rectangle (318.37, 94.37); + \end{scope} + \begin{scope} + \path[clip] ( 46.71, 61.84) rectangle ( 72.37, 87.49); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90, 86.32) -- - ( 71.55, 86.32); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71, 74.66) -- + ( 72.37, 74.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.73, 61.84) -- - ( 58.73, 87.49); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 63.00) -- + ( 72.37, 63.00); -\path[fill=fillColor] ( 49.11, 63.00) rectangle ( 68.35, 86.32); -\end{scope} -\begin{scope} -\path[clip] ( 77.05, 61.84) rectangle (102.71, 87.49); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 86.32) -- + ( 72.37, 86.32); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.05, 74.66) -- - (102.71, 74.66); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54, 61.84) -- + ( 59.54, 87.49); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05, 63.00) -- - (102.71, 63.00); + \path[fill=fillColor] ( 49.92, 63.00) rectangle ( 69.16, 86.32); + \end{scope} + \begin{scope} + \path[clip] ( 77.87, 61.84) rectangle (103.52, 87.49); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05, 86.32) -- - (102.71, 86.32); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87, 74.66) -- + (103.52, 74.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 89.88, 61.84) -- - ( 89.88, 87.49); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 63.00) -- + (103.52, 63.00); -\path[fill=fillColor] ( 80.26, 63.44) rectangle ( 99.50, 86.32); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 86.32) -- + (103.52, 86.32); -\path[fill=fillColor] ( 80.26, 63.00) rectangle ( 99.50, 63.44); -\end{scope} -\begin{scope} -\path[clip] (108.21, 61.84) rectangle (133.86, 87.49); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69, 61.84) -- + ( 90.69, 87.49); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.3pt,line join=round] (108.21, 74.66) -- - (133.86, 74.66); + \path[fill=fillColor] ( 81.07, 63.22) rectangle (100.31, 86.32); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21, 63.00) -- - (133.86, 63.00); + \path[fill=fillColor] ( 81.07, 63.00) rectangle (100.31, 63.22); + \end{scope} + \begin{scope} + \path[clip] (109.02, 61.84) rectangle (134.67, 87.49); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21, 86.32) -- - (133.86, 86.32); + \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02, 74.66) -- + (134.67, 74.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] (121.03, 61.84) -- - (121.03, 87.49); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 63.00) -- + (134.67, 63.00); -\path[fill=fillColor] (111.41, 63.65) rectangle (130.65, 86.32); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 86.32) -- + (134.67, 86.32); -\path[fill=fillColor] (111.41, 63.22) rectangle (130.65, 63.65); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84, 61.84) -- + (121.84, 87.49); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (111.41, 63.00) rectangle (130.65, 63.22); -\end{scope} -\begin{scope} -\path[clip] (139.36, 61.84) rectangle (165.01, 87.49); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (112.22, 63.87) rectangle (131.46, 86.32); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.3pt,line join=round] (139.36, 74.66) -- - (165.01, 74.66); + \path[fill=fillColor] (112.22, 63.22) rectangle (131.46, 63.87); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36, 63.00) -- - (165.01, 63.00); + \path[fill=fillColor] (112.22, 63.00) rectangle (131.46, 63.22); + \end{scope} + \begin{scope} + \path[clip] (140.17, 61.84) rectangle (165.82, 87.49); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36, 86.32) -- - (165.01, 86.32); + \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17, 74.66) -- + (165.82, 74.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] (152.18, 61.84) -- - (152.18, 87.49); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 63.00) -- + (165.82, 63.00); -\path[fill=fillColor] (142.56, 64.95) rectangle (161.80, 86.32); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 86.32) -- + (165.82, 86.32); -\path[fill=fillColor] (142.56, 63.44) rectangle (161.80, 64.95); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99, 61.84) -- + (152.99, 87.49); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (142.56, 63.00) rectangle (161.80, 63.44); -\end{scope} -\begin{scope} -\path[clip] (170.51, 61.84) rectangle (196.16, 87.49); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (143.38, 65.38) rectangle (162.61, 86.32); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.3pt,line join=round] (170.51, 74.66) -- - (196.16, 74.66); + \path[fill=fillColor] (143.38, 63.44) rectangle (162.61, 65.38); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51, 63.00) -- - (196.16, 63.00); + \path[fill=fillColor] (143.38, 63.00) rectangle (162.61, 63.44); + \end{scope} + \begin{scope} + \path[clip] (171.32, 61.84) rectangle (196.97, 87.49); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51, 86.32) -- - (196.16, 86.32); + \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32, 74.66) -- + (196.97, 74.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] (183.33, 61.84) -- - (183.33, 87.49); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 63.00) -- + (196.97, 63.00); -\path[fill=fillColor] (173.71, 67.75) rectangle (192.95, 86.32); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 86.32) -- + (196.97, 86.32); -\path[fill=fillColor] (173.71, 63.22) rectangle (192.95, 67.75); -\definecolor{fillColor}{RGB}{240,228,66} + \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15, 61.84) -- + (184.15, 87.49); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (173.71, 63.00) rectangle (192.95, 63.22); -\end{scope} -\begin{scope} -\path[clip] (201.66, 61.84) rectangle (227.31, 87.49); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (174.53, 69.05) rectangle (193.77, 86.32); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.3pt,line join=round] (201.66, 74.66) -- - (227.31, 74.66); + \path[fill=fillColor] (174.53, 63.22) rectangle (193.77, 69.05); + \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66, 63.00) -- - (227.31, 63.00); + \path[fill=fillColor] (174.53, 63.00) rectangle (193.77, 63.22); + \end{scope} + \begin{scope} + \path[clip] (202.47, 61.84) rectangle (228.12, 87.49); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66, 86.32) -- - (227.31, 86.32); + \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47, 74.66) -- + (228.12, 74.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.49, 61.84) -- - (214.49, 87.49); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 63.00) -- + (228.12, 63.00); -\path[fill=fillColor] (204.87, 70.34) rectangle (224.11, 86.32); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 86.32) -- + (228.12, 86.32); -\path[fill=fillColor] (204.87, 63.00) rectangle (224.11, 70.34); -\end{scope} -\begin{scope} -\path[clip] (232.81, 61.84) rectangle (258.46, 87.49); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30, 61.84) -- + (215.30, 87.49); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.3pt,line join=round] (232.81, 74.66) -- - (258.46, 74.66); + \path[fill=fillColor] (205.68, 70.13) rectangle (224.92, 86.32); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81, 63.00) -- - (258.46, 63.00); + \path[fill=fillColor] (205.68, 63.00) rectangle (224.92, 70.13); + \end{scope} + \begin{scope} + \path[clip] (233.62, 61.84) rectangle (259.28, 87.49); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81, 86.32) -- - (258.46, 86.32); + \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62, 74.66) -- + (259.28, 74.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.64, 61.84) -- - (245.64, 87.49); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 63.00) -- + (259.28, 63.00); -\path[fill=fillColor] (236.02, 77.69) rectangle (255.26, 86.32); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 86.32) -- + (259.28, 86.32); -\path[fill=fillColor] (236.02, 63.22) rectangle (255.26, 77.69); -\definecolor{fillColor}{RGB}{0,114,178} + \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45, 61.84) -- + (246.45, 87.49); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (236.02, 63.00) rectangle (255.26, 63.22); -\end{scope} -\begin{scope} -\path[clip] (263.96, 61.84) rectangle (289.61, 87.49); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (236.83, 78.33) rectangle (256.07, 86.32); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.3pt,line join=round] (263.96, 74.66) -- - (289.61, 74.66); + \path[fill=fillColor] (236.83, 63.00) rectangle (256.07, 78.33); + \end{scope} + \begin{scope} + \path[clip] (264.78, 61.84) rectangle (290.43, 87.49); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96, 63.00) -- - (289.61, 63.00); + \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78, 74.66) -- + (290.43, 74.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96, 86.32) -- - (289.61, 86.32); + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 63.00) -- + (290.43, 63.00); -\path[draw=drawColor,line width= 0.6pt,line join=round] (276.79, 61.84) -- - (276.79, 87.49); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 86.32) -- + (290.43, 86.32); -\path[fill=fillColor] (267.17, 82.65) rectangle (286.41, 86.32); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60, 61.84) -- + (277.60, 87.49); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] (267.17, 63.00) rectangle (286.41, 82.65); -\end{scope} -\begin{scope} -\path[clip] (295.11, 61.84) rectangle (320.77, 87.49); -\definecolor{drawColor}{gray}{0.92} + \path[fill=fillColor] (267.98, 81.79) rectangle (287.22, 86.32); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.3pt,line join=round] (295.11, 74.66) -- - (320.77, 74.66); + \path[fill=fillColor] (267.98, 63.22) rectangle (287.22, 81.79); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11, 63.00) -- - (320.77, 63.00); + \path[fill=fillColor] (267.98, 63.00) rectangle (287.22, 63.22); + \end{scope} + \begin{scope} + \path[clip] (295.93, 61.84) rectangle (321.58, 87.49); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11, 86.32) -- - (320.77, 86.32); + \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93, 74.66) -- + (321.58, 74.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] (307.94, 61.84) -- - (307.94, 87.49); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 63.00) -- + (321.58, 63.00); -\path[fill=fillColor] (298.32, 85.24) rectangle (317.56, 86.32); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 86.32) -- + (321.58, 86.32); -\path[fill=fillColor] (298.32, 63.00) rectangle (317.56, 85.24); -\end{scope} -\begin{scope} -\path[clip] ( 45.90, 30.69) rectangle ( 71.55, 56.34); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75, 61.84) -- + (308.75, 87.49); + \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 45.90, 43.51) -- - ( 71.55, 43.51); + \path[fill=fillColor] (299.13, 63.44) rectangle (318.37, 86.32); + \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90, 31.85) -- - ( 71.55, 31.85); + \path[fill=fillColor] (299.13, 63.00) rectangle (318.37, 63.44); + \end{scope} + \begin{scope} + \path[clip] ( 46.71, 30.69) rectangle ( 72.37, 56.34); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.90, 55.17) -- - ( 71.55, 55.17); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71, 43.51) -- + ( 72.37, 43.51); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.73, 30.69) -- - ( 58.73, 56.34); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 31.85) -- + ( 72.37, 31.85); -\path[fill=fillColor] ( 49.11, 32.07) rectangle ( 68.35, 55.17); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 55.17) -- + ( 72.37, 55.17); -\path[fill=fillColor] ( 49.11, 31.85) rectangle ( 68.35, 32.07); -\end{scope} -\begin{scope} -\path[clip] ( 77.05, 30.69) rectangle (102.71, 56.34); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54, 30.69) -- + ( 59.54, 56.34); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.05, 43.51) -- - (102.71, 43.51); + \path[fill=fillColor] ( 49.92, 31.85) rectangle ( 69.16, 55.17); + \end{scope} + \begin{scope} + \path[clip] ( 77.87, 30.69) rectangle (103.52, 56.34); + \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05, 31.85) -- - (102.71, 31.85); + \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87, 43.51) -- + (103.52, 43.51); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.05, 55.17) -- - (102.71, 55.17); + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 31.85) -- + (103.52, 31.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 89.88, 30.69) -- - ( 89.88, 56.34); -\definecolor{fillColor}{RGB}{86,180,233} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 55.17) -- + (103.52, 55.17); -\path[fill=fillColor] ( 80.26, 32.28) rectangle ( 99.50, 55.17); -\definecolor{fillColor}{RGB}{0,158,115} + \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69, 30.69) -- + ( 90.69, 56.34); + \definecolor{fillColor}{RGB}{86,180,233} -\path[fill=fillColor] ( 80.26, 32.07) rectangle ( 99.50, 32.28); -\definecolor{fillColor}{RGB}{240,228,66} + \path[fill=fillColor] ( 81.07, 31.85) rectangle (100.31, 55.17); + \end{scope} + \begin{scope} + \path[clip] (109.02, 30.69) rectangle (134.67, 56.34); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] ( 80.26, 31.85) rectangle ( 99.50, 32.07); -\end{scope} -\begin{scope} -\path[clip] (108.21, 30.69) rectangle (133.86, 56.34); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02, 43.51) -- + (134.67, 43.51); -\path[draw=drawColor,line width= 0.3pt,line join=round] (108.21, 43.51) -- - (133.86, 43.51); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 31.85) -- + (134.67, 31.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21, 31.85) -- - (133.86, 31.85); + \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 55.17) -- + (134.67, 55.17); -\path[draw=drawColor,line width= 0.6pt,line join=round] (108.21, 55.17) -- - (133.86, 55.17); + \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84, 30.69) -- + (121.84, 56.34); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (121.03, 30.69) -- - (121.03, 56.34); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (112.22, 32.50) rectangle (131.46, 55.17); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (111.41, 32.07) rectangle (130.65, 55.17); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (112.22, 31.85) rectangle (131.46, 32.50); + \end{scope} + \begin{scope} + \path[clip] (140.17, 30.69) rectangle (165.82, 56.34); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (111.41, 31.85) rectangle (130.65, 32.07); -\end{scope} -\begin{scope} -\path[clip] (139.36, 30.69) rectangle (165.01, 56.34); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17, 43.51) -- + (165.82, 43.51); -\path[draw=drawColor,line width= 0.3pt,line join=round] (139.36, 43.51) -- - (165.01, 43.51); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 31.85) -- + (165.82, 31.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36, 31.85) -- - (165.01, 31.85); + \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 55.17) -- + (165.82, 55.17); -\path[draw=drawColor,line width= 0.6pt,line join=round] (139.36, 55.17) -- - (165.01, 55.17); + \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99, 30.69) -- + (152.99, 56.34); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (152.18, 30.69) -- - (152.18, 56.34); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (143.38, 32.72) rectangle (162.61, 55.17); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (142.56, 33.80) rectangle (161.80, 55.17); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (143.38, 31.85) rectangle (162.61, 32.72); + \end{scope} + \begin{scope} + \path[clip] (171.32, 30.69) rectangle (196.97, 56.34); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (142.56, 31.85) rectangle (161.80, 33.80); -\end{scope} -\begin{scope} -\path[clip] (170.51, 30.69) rectangle (196.16, 56.34); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32, 43.51) -- + (196.97, 43.51); -\path[draw=drawColor,line width= 0.3pt,line join=round] (170.51, 43.51) -- - (196.16, 43.51); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 31.85) -- + (196.97, 31.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51, 31.85) -- - (196.16, 31.85); + \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 55.17) -- + (196.97, 55.17); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.51, 55.17) -- - (196.16, 55.17); + \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15, 30.69) -- + (184.15, 56.34); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (183.33, 30.69) -- - (183.33, 56.34); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (174.53, 36.17) rectangle (193.77, 55.17); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (173.71, 37.25) rectangle (192.95, 55.17); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (174.53, 31.85) rectangle (193.77, 36.17); + \end{scope} + \begin{scope} + \path[clip] (202.47, 30.69) rectangle (228.12, 56.34); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (173.71, 31.85) rectangle (192.95, 37.25); -\end{scope} -\begin{scope} -\path[clip] (201.66, 30.69) rectangle (227.31, 56.34); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47, 43.51) -- + (228.12, 43.51); -\path[draw=drawColor,line width= 0.3pt,line join=round] (201.66, 43.51) -- - (227.31, 43.51); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 31.85) -- + (228.12, 31.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66, 31.85) -- - (227.31, 31.85); + \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 55.17) -- + (228.12, 55.17); -\path[draw=drawColor,line width= 0.6pt,line join=round] (201.66, 55.17) -- - (227.31, 55.17); + \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30, 30.69) -- + (215.30, 56.34); + \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.49, 30.69) -- - (214.49, 56.34); -\definecolor{fillColor}{RGB}{86,180,233} + \path[fill=fillColor] (205.68, 40.49) rectangle (224.92, 55.17); + \definecolor{fillColor}{RGB}{0,158,115} -\path[fill=fillColor] (204.87, 42.86) rectangle (224.11, 55.17); -\definecolor{fillColor}{RGB}{0,158,115} + \path[fill=fillColor] (205.68, 31.85) rectangle (224.92, 40.49); + \end{scope} + \begin{scope} + \path[clip] (233.62, 30.69) rectangle (259.28, 56.34); + \definecolor{drawColor}{gray}{0.92} -\path[fill=fillColor] (204.87, 31.85) rectangle (224.11, 42.86); -\end{scope} -\begin{scope} -\path[clip] (232.81, 30.69) rectangle (258.46, 56.34); -\definecolor{drawColor}{gray}{0.92} + \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62, 43.51) -- + (259.28, 43.51); -\path[draw=drawColor,line width= 0.3pt,line join=round] (232.81, 43.51) -- - (258.46, 43.51); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 31.85) -- + (259.28, 31.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81, 31.85) -- - (258.46, 31.85); + \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 55.17) -- + (259.28, 55.17); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.81, 55.17) -- - (258.46, 55.17); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.64, 30.69) -- - (245.64, 56.34); -\definecolor{fillColor}{RGB}{86,180,233} - -\path[fill=fillColor] (236.02, 48.26) rectangle (255.26, 55.17); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[fill=fillColor] (236.02, 31.85) rectangle (255.26, 48.26); -\end{scope} -\begin{scope} -\path[clip] (263.96, 30.69) rectangle (289.61, 56.34); -\definecolor{drawColor}{gray}{0.92} - -\path[draw=drawColor,line width= 0.3pt,line join=round] (263.96, 43.51) -- - (289.61, 43.51); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96, 31.85) -- - (289.61, 31.85); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.96, 55.17) -- - (289.61, 55.17); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (276.79, 30.69) -- - (276.79, 56.34); -\definecolor{fillColor}{RGB}{86,180,233} - -\path[fill=fillColor] (267.17, 51.72) rectangle (286.41, 55.17); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[fill=fillColor] (267.17, 31.85) rectangle (286.41, 51.72); -\end{scope} -\begin{scope} -\path[clip] (295.11, 30.69) rectangle (320.77, 56.34); -\definecolor{drawColor}{gray}{0.92} - -\path[draw=drawColor,line width= 0.3pt,line join=round] (295.11, 43.51) -- - (320.77, 43.51); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11, 31.85) -- - (320.77, 31.85); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (295.11, 55.17) -- - (320.77, 55.17); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (307.94, 30.69) -- - (307.94, 56.34); -\definecolor{fillColor}{RGB}{86,180,233} - -\path[fill=fillColor] (298.32, 54.74) rectangle (317.56, 55.17); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[fill=fillColor] (298.32, 31.85) rectangle (317.56, 54.74); -\end{scope} -\begin{scope} -\path[clip] ( 45.90,305.55) rectangle (320.77,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (183.33,327.38) {$\epsilon_{\pi}$}; -\end{scope} -\begin{scope} -\path[clip] ( 45.90,305.55) rectangle ( 71.55,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 58.73,310.81) {0}; -\end{scope} -\begin{scope} -\path[clip] ( 77.05,305.55) rectangle (102.71,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 89.88,310.81) {0.035}; -\end{scope} -\begin{scope} -\path[clip] (108.21,305.55) rectangle (133.86,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (121.03,310.81) {0.07}; -\end{scope} -\begin{scope} -\path[clip] (139.36,305.55) rectangle (165.01,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (152.18,310.81) {0.105}; -\end{scope} -\begin{scope} -\path[clip] (170.51,305.55) rectangle (196.16,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (183.33,310.81) {0.14}; -\end{scope} -\begin{scope} -\path[clip] (201.66,305.55) rectangle (227.31,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (214.49,310.81) {0.175}; -\end{scope} -\begin{scope} -\path[clip] (232.81,305.55) rectangle (258.46,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (245.64,310.81) {0.21}; -\end{scope} -\begin{scope} -\path[clip] (263.96,305.55) rectangle (289.61,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (276.79,310.81) {0.245}; -\end{scope} -\begin{scope} -\path[clip] (295.11,305.55) rectangle (320.77,338.69); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (307.94,310.81) {0.28}; -\end{scope} -\begin{scope} -\path[clip] (320.77, 30.69) rectangle (353.91,305.55); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (342.59,168.12) {$\epsilon_{\rho}$}; -\end{scope} -\begin{scope} -\path[clip] (320.77,279.90) rectangle (353.91,305.55); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.02,292.72) {0.28}; -\end{scope} -\begin{scope} -\path[clip] (320.77,248.75) rectangle (353.91,274.40); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.02,261.57) {0.245}; -\end{scope} -\begin{scope} -\path[clip] (320.77,217.60) rectangle (353.91,243.25); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.02,230.42) {0.21}; -\end{scope} -\begin{scope} -\path[clip] (320.77,186.44) rectangle (353.91,212.10); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.02,199.27) {0.175}; -\end{scope} -\begin{scope} -\path[clip] (320.77,155.29) rectangle (353.91,180.94); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.02,168.12) {0.14}; -\end{scope} -\begin{scope} -\path[clip] (320.77,124.14) rectangle (353.91,149.79); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.02,136.97) {0.105}; -\end{scope} -\begin{scope} -\path[clip] (320.77, 92.99) rectangle (353.91,118.64); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.02,105.81) {0.07}; -\end{scope} -\begin{scope} -\path[clip] (320.77, 61.84) rectangle (353.91, 87.49); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.02, 74.66) {0.035}; -\end{scope} -\begin{scope} -\path[clip] (320.77, 30.69) rectangle (353.91, 56.34); -\definecolor{drawColor}{gray}{0.10} - -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.02, 43.51) {0}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{gray}{0.30} - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,279.00) {0}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,302.32) {1}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{gray}{0.30} - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,247.85) {0}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,271.17) {1}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{gray}{0.30} - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,216.69) {0}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,240.01) {1}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{gray}{0.30} - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,185.54) {0}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,208.86) {1}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{gray}{0.30} - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,154.39) {0}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,177.71) {1}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{gray}{0.30} - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,123.24) {0}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,146.56) {1}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{gray}{0.30} - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95, 92.09) {0}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95,115.41) {1}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{gray}{0.30} - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95, 60.94) {0}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95, 84.26) {1}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{gray}{0.30} - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95, 29.79) {0}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 40.95, 53.11) {1}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{RGB}{0,0,0} - -\node[text=drawColor,rotate= 90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at ( 33.06,168.12) {Selection proportions}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{RGB}{0,0,0} - -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 1.10] at (370.41,195.99) {Model}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{fillColor}{RGB}{86,180,233} - -\path[fill=fillColor] (371.12,175.68) rectangle (384.15,188.71); -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[fill=fillColor] (371.12,161.22) rectangle (384.15,174.25); -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[fill=fillColor] (371.12,146.77) rectangle (384.15,159.80); -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[fill=fillColor] (371.12,132.31) rectangle (384.15,145.35); -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{RGB}{0,0,0} - -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (390.36,179.16) {sep}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{RGB}{0,0,0} - -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (390.36,164.71) {iid}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{RGB}{0,0,0} - -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (390.36,150.25) {$\pi$}; -\end{scope} -\begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); -\definecolor{drawColor}{RGB}{0,0,0} - -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (390.36,135.80) {$\rho$}; -\end{scope} + \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45, 30.69) -- + (246.45, 56.34); + \definecolor{fillColor}{RGB}{86,180,233} + + \path[fill=fillColor] (236.83, 46.75) rectangle (256.07, 55.17); + \definecolor{fillColor}{RGB}{0,158,115} + + \path[fill=fillColor] (236.83, 31.85) rectangle (256.07, 46.75); + \end{scope} + \begin{scope} + \path[clip] (264.78, 30.69) rectangle (290.43, 56.34); + \definecolor{drawColor}{gray}{0.92} + + \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78, 43.51) -- + (290.43, 43.51); + + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 31.85) -- + (290.43, 31.85); + + \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 55.17) -- + (290.43, 55.17); + + \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60, 30.69) -- + (277.60, 56.34); + \definecolor{fillColor}{RGB}{86,180,233} + + \path[fill=fillColor] (267.98, 51.72) rectangle (287.22, 55.17); + \definecolor{fillColor}{RGB}{0,158,115} + + \path[fill=fillColor] (267.98, 31.85) rectangle (287.22, 51.72); + \end{scope} + \begin{scope} + \path[clip] (295.93, 30.69) rectangle (321.58, 56.34); + \definecolor{drawColor}{gray}{0.92} + + \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93, 43.51) -- + (321.58, 43.51); + + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 31.85) -- + (321.58, 31.85); + + \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 55.17) -- + (321.58, 55.17); + + \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75, 30.69) -- + (308.75, 56.34); + \definecolor{fillColor}{RGB}{86,180,233} + + \path[fill=fillColor] (299.13, 54.96) rectangle (318.37, 55.17); + \definecolor{fillColor}{RGB}{0,158,115} + + \path[fill=fillColor] (299.13, 31.85) rectangle (318.37, 54.96); + \end{scope} + \begin{scope} + \path[clip] ( 46.71,305.55) rectangle (321.58,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (184.15,327.38) {$\epsilon_{\pi}$}; + \end{scope} + \begin{scope} + \path[clip] ( 46.71,305.55) rectangle ( 72.37,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 59.54,310.81) {0}; + \end{scope} + \begin{scope} + \path[clip] ( 77.87,305.55) rectangle (103.52,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 90.69,310.81) {0.035}; + \end{scope} + \begin{scope} + \path[clip] (109.02,305.55) rectangle (134.67,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (121.84,310.81) {0.07}; + \end{scope} + \begin{scope} + \path[clip] (140.17,305.55) rectangle (165.82,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (152.99,310.81) {0.105}; + \end{scope} + \begin{scope} + \path[clip] (171.32,305.55) rectangle (196.97,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (184.15,310.81) {0.14}; + \end{scope} + \begin{scope} + \path[clip] (202.47,305.55) rectangle (228.12,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (215.30,310.81) {0.175}; + \end{scope} + \begin{scope} + \path[clip] (233.62,305.55) rectangle (259.28,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (246.45,310.81) {0.21}; + \end{scope} + \begin{scope} + \path[clip] (264.78,305.55) rectangle (290.43,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (277.60,310.81) {0.245}; + \end{scope} + \begin{scope} + \path[clip] (295.93,305.55) rectangle (321.58,338.69); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (308.75,310.81) {0.28}; + \end{scope} + \begin{scope} + \path[clip] (321.58, 30.69) rectangle (354.72,305.55); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (343.41,168.12) {$\epsilon_{\rho}$}; + \end{scope} + \begin{scope} + \path[clip] (321.58,279.90) rectangle (354.72,305.55); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,292.72) {0.28}; + \end{scope} + \begin{scope} + \path[clip] (321.58,248.75) rectangle (354.72,274.40); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,261.57) {0.245}; + \end{scope} + \begin{scope} + \path[clip] (321.58,217.60) rectangle (354.72,243.25); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,230.42) {0.21}; + \end{scope} + \begin{scope} + \path[clip] (321.58,186.44) rectangle (354.72,212.10); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,199.27) {0.175}; + \end{scope} + \begin{scope} + \path[clip] (321.58,155.29) rectangle (354.72,180.94); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,168.12) {0.14}; + \end{scope} + \begin{scope} + \path[clip] (321.58,124.14) rectangle (354.72,149.79); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,136.97) {0.105}; + \end{scope} + \begin{scope} + \path[clip] (321.58, 92.99) rectangle (354.72,118.64); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,105.81) {0.07}; + \end{scope} + \begin{scope} + \path[clip] (321.58, 61.84) rectangle (354.72, 87.49); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83, 74.66) {0.035}; + \end{scope} + \begin{scope} + \path[clip] (321.58, 30.69) rectangle (354.72, 56.34); + \definecolor{drawColor}{gray}{0.10} + + \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83, 43.51) {0}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{gray}{0.30} + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,279.00) {0}; + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,302.32) {1}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{gray}{0.30} + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,247.85) {0}; + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,271.17) {1}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{gray}{0.30} + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,216.69) {0}; + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,240.01) {1}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{gray}{0.30} + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,185.54) {0}; + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,208.86) {1}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{gray}{0.30} + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,154.39) {0}; + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,177.71) {1}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{gray}{0.30} + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,123.24) {0}; + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,146.56) {1}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{gray}{0.30} + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 92.09) {0}; + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,115.41) {1}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{gray}{0.30} + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 60.94) {0}; + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 84.26) {1}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{gray}{0.30} + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 29.79) {0}; + + \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 53.11) {1}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{RGB}{0,0,0} + + \node[text=drawColor,rotate= 90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at ( 33.88,168.12) {Selection proportions}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{RGB}{0,0,0} + + \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 1.10] at (371.22,195.99) {Model}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{fillColor}{RGB}{86,180,233} + + \path[fill=fillColor] (371.93,175.68) rectangle (384.96,188.71); + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{fillColor}{RGB}{0,158,115} + + \path[fill=fillColor] (371.93,161.22) rectangle (384.96,174.25); + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{fillColor}{RGB}{240,228,66} + + \path[fill=fillColor] (371.93,146.77) rectangle (384.96,159.80); + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{fillColor}{RGB}{0,114,178} + + \path[fill=fillColor] (371.93,132.31) rectangle (384.96,145.35); + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{RGB}{0,0,0} + + \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,179.16) {$iid$}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{RGB}{0,0,0} + + \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,164.71) {$\pi$}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{RGB}{0,0,0} + + \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,150.25) {$\rho$}; + \end{scope} + \begin{scope} + \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); + \definecolor{drawColor}{RGB}{0,0,0} + + \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,135.80) {$\pi\rho$}; + \end{scope} \end{tikzpicture}