Advertisement
Guest User

Untitled

a guest
May 27th, 2014
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 354.86 KB | None | 0 0
  1. \pgfdeclareplotmark{cross} {
  2. \pgfpathmoveto{\pgfpoint{-0.3\pgfplotmarksize}{\pgfplotmarksize}}
  3. \pgfpathlineto{\pgfpoint{+0.3\pgfplotmarksize}{\pgfplotmarksize}}
  4. \pgfpathlineto{\pgfpoint{+0.3\pgfplotmarksize}{0.3\pgfplotmarksize}}
  5. \pgfpathlineto{\pgfpoint{+1\pgfplotmarksize}{0.3\pgfplotmarksize}}
  6. \pgfpathlineto{\pgfpoint{+1\pgfplotmarksize}{-0.3\pgfplotmarksize}}
  7. \pgfpathlineto{\pgfpoint{+0.3\pgfplotmarksize}{-0.3\pgfplotmarksize}}
  8. \pgfpathlineto{\pgfpoint{+0.3\pgfplotmarksize}{-1.\pgfplotmarksize}}
  9. \pgfpathlineto{\pgfpoint{-0.3\pgfplotmarksize}{-1.\pgfplotmarksize}}
  10. \pgfpathlineto{\pgfpoint{-0.3\pgfplotmarksize}{-0.3\pgfplotmarksize}}
  11. \pgfpathlineto{\pgfpoint{-1.\pgfplotmarksize}{-0.3\pgfplotmarksize}}
  12. \pgfpathlineto{\pgfpoint{-1.\pgfplotmarksize}{0.3\pgfplotmarksize}}
  13. \pgfpathlineto{\pgfpoint{-0.3\pgfplotmarksize}{0.3\pgfplotmarksize}}
  14. \pgfpathclose
  15. \pgfusepathqstroke
  16. }
  17. \pgfdeclareplotmark{cross*} {
  18. \pgfpathmoveto{\pgfpoint{-0.3\pgfplotmarksize}{\pgfplotmarksize}}
  19. \pgfpathlineto{\pgfpoint{+0.3\pgfplotmarksize}{\pgfplotmarksize}}
  20. \pgfpathlineto{\pgfpoint{+0.3\pgfplotmarksize}{0.3\pgfplotmarksize}}
  21. \pgfpathlineto{\pgfpoint{+1\pgfplotmarksize}{0.3\pgfplotmarksize}}
  22. \pgfpathlineto{\pgfpoint{+1\pgfplotmarksize}{-0.3\pgfplotmarksize}}
  23. \pgfpathlineto{\pgfpoint{+0.3\pgfplotmarksize}{-0.3\pgfplotmarksize}}
  24. \pgfpathlineto{\pgfpoint{+0.3\pgfplotmarksize}{-1.\pgfplotmarksize}}
  25. \pgfpathlineto{\pgfpoint{-0.3\pgfplotmarksize}{-1.\pgfplotmarksize}}
  26. \pgfpathlineto{\pgfpoint{-0.3\pgfplotmarksize}{-0.3\pgfplotmarksize}}
  27. \pgfpathlineto{\pgfpoint{-1.\pgfplotmarksize}{-0.3\pgfplotmarksize}}
  28. \pgfpathlineto{\pgfpoint{-1.\pgfplotmarksize}{0.3\pgfplotmarksize}}
  29. \pgfpathlineto{\pgfpoint{-0.3\pgfplotmarksize}{0.3\pgfplotmarksize}}
  30. \pgfpathclose
  31. \pgfusepathqfillstroke
  32. }
  33. \pgfdeclareplotmark{newstar} {
  34. \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}}
  35. \pgfpathlineto{\pgfqpointpolar{44}{0.5\pgfplotmarksize}}
  36. \pgfpathlineto{\pgfqpointpolar{18}{\pgfplotmarksize}}
  37. \pgfpathlineto{\pgfqpointpolar{-20}{0.5\pgfplotmarksize}}
  38. \pgfpathlineto{\pgfqpointpolar{-54}{\pgfplotmarksize}}
  39. \pgfpathlineto{\pgfqpointpolar{-90}{0.5\pgfplotmarksize}}
  40. \pgfpathlineto{\pgfqpointpolar{234}{\pgfplotmarksize}}
  41. \pgfpathlineto{\pgfqpointpolar{198}{0.5\pgfplotmarksize}}
  42. \pgfpathlineto{\pgfqpointpolar{162}{\pgfplotmarksize}}
  43. \pgfpathlineto{\pgfqpointpolar{134}{0.5\pgfplotmarksize}}
  44. \pgfpathclose
  45. \pgfusepathqstroke
  46. }
  47. \pgfdeclareplotmark{newstar*} {
  48. \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}}
  49. \pgfpathlineto{\pgfqpointpolar{44}{0.5\pgfplotmarksize}}
  50. \pgfpathlineto{\pgfqpointpolar{18}{\pgfplotmarksize}}
  51. \pgfpathlineto{\pgfqpointpolar{-20}{0.5\pgfplotmarksize}}
  52. \pgfpathlineto{\pgfqpointpolar{-54}{\pgfplotmarksize}}
  53. \pgfpathlineto{\pgfqpointpolar{-90}{0.5\pgfplotmarksize}}
  54. \pgfpathlineto{\pgfqpointpolar{234}{\pgfplotmarksize}}
  55. \pgfpathlineto{\pgfqpointpolar{198}{0.5\pgfplotmarksize}}
  56. \pgfpathlineto{\pgfqpointpolar{162}{\pgfplotmarksize}}
  57. \pgfpathlineto{\pgfqpointpolar{134}{0.5\pgfplotmarksize}}
  58. \pgfpathclose
  59. \pgfusepathqfillstroke
  60. }
  61. \begin{tikzpicture}
  62. \definecolor{c}{rgb}{1,1,1};
  63. \draw [color=c, fill=c] (0,0) rectangle (10,6.78161);
  64. \draw [color=c, fill=c] (1,0.678161) rectangle (9,6.10345);
  65. \definecolor{c}{rgb}{0,0,0};
  66. \draw [c] (1,0.678161) -- (1,6.10345) -- (9,6.10345) -- (9,0.678161) -- (1,0.678161);
  67. \definecolor{c}{rgb}{1,1,1};
  68. \draw [color=c, fill=c] (1,0.678161) rectangle (9,6.10345);
  69. \definecolor{c}{rgb}{0,0,0};
  70. \draw [c] (1,0.678161) -- (1,6.10345) -- (9,6.10345) -- (9,0.678161) -- (1,0.678161);
  71. \draw [c] (1,0.678161) -- (9,0.678161);
  72. \draw [anchor= east] (9,0.244138) node[scale=0.60247, rotate=0]{$\theta/(\pi rad)$};
  73. \draw [c] (1.99478,0.84092) -- (1.99478,0.678161);
  74. \draw [c] (2.317,0.75954) -- (2.317,0.678161);
  75. \draw [c] (2.63921,0.75954) -- (2.63921,0.678161);
  76. \draw [c] (2.96142,0.75954) -- (2.96142,0.678161);
  77. \draw [c] (3.28364,0.84092) -- (3.28364,0.678161);
  78. \draw [c] (3.60585,0.75954) -- (3.60585,0.678161);
  79. \draw [c] (3.92807,0.75954) -- (3.92807,0.678161);
  80. \draw [c] (4.25028,0.75954) -- (4.25028,0.678161);
  81. \draw [c] (4.5725,0.84092) -- (4.5725,0.678161);
  82. \draw [c] (4.89471,0.75954) -- (4.89471,0.678161);
  83. \draw [c] (5.21693,0.75954) -- (5.21693,0.678161);
  84. \draw [c] (5.53914,0.75954) -- (5.53914,0.678161);
  85. \draw [c] (5.86136,0.84092) -- (5.86136,0.678161);
  86. \draw [c] (6.18357,0.75954) -- (6.18357,0.678161);
  87. \draw [c] (6.50579,0.75954) -- (6.50579,0.678161);
  88. \draw [c] (6.828,0.75954) -- (6.828,0.678161);
  89. \draw [c] (7.15021,0.84092) -- (7.15021,0.678161);
  90. \draw [c] (7.47243,0.75954) -- (7.47243,0.678161);
  91. \draw [c] (7.79464,0.75954) -- (7.79464,0.678161);
  92. \draw [c] (8.11686,0.75954) -- (8.11686,0.678161);
  93. \draw [c] (8.43907,0.84092) -- (8.43907,0.678161);
  94. \draw [c] (1.99478,0.84092) -- (1.99478,0.678161);
  95. \draw [c] (1.67257,0.75954) -- (1.67257,0.678161);
  96. \draw [c] (1.35035,0.75954) -- (1.35035,0.678161);
  97. \draw [c] (1.02814,0.75954) -- (1.02814,0.678161);
  98. \draw [c] (8.43907,0.84092) -- (8.43907,0.678161);
  99. \draw [c] (8.76129,0.75954) -- (8.76129,0.678161);
  100. \draw [anchor=base] (1.99478,0.427241) node[scale=0.60247, rotate=0]{0.06};
  101. \draw [anchor=base] (3.28364,0.427241) node[scale=0.60247, rotate=0]{0.08};
  102. \draw [anchor=base] (4.5725,0.427241) node[scale=0.60247, rotate=0]{0.1};
  103. \draw [anchor=base] (5.86136,0.427241) node[scale=0.60247, rotate=0]{0.12};
  104. \draw [anchor=base] (7.15021,0.427241) node[scale=0.60247, rotate=0]{0.14};
  105. \draw [anchor=base] (8.43907,0.427241) node[scale=0.60247, rotate=0]{0.16};
  106. \draw [c] (1,0.678161) -- (1,6.10345);
  107. \draw [anchor= east] (0.104,6.10345) node[scale=0.60247, rotate=90]{$\Delta^{}E$};
  108. \draw [c] (1.24,0.678161) -- (1,0.678161);
  109. \draw [c] (1.12,0.859004) -- (1,0.859004);
  110. \draw [c] (1.12,1.03985) -- (1,1.03985);
  111. \draw [c] (1.12,1.22069) -- (1,1.22069);
  112. \draw [c] (1.12,1.40153) -- (1,1.40153);
  113. \draw [c] (1.24,1.58238) -- (1,1.58238);
  114. \draw [c] (1.12,1.76322) -- (1,1.76322);
  115. \draw [c] (1.12,1.94406) -- (1,1.94406);
  116. \draw [c] (1.12,2.1249) -- (1,2.1249);
  117. \draw [c] (1.12,2.30575) -- (1,2.30575);
  118. \draw [c] (1.24,2.48659) -- (1,2.48659);
  119. \draw [c] (1.12,2.66743) -- (1,2.66743);
  120. \draw [c] (1.12,2.84828) -- (1,2.84828);
  121. \draw [c] (1.12,3.02912) -- (1,3.02912);
  122. \draw [c] (1.12,3.20996) -- (1,3.20996);
  123. \draw [c] (1.24,3.3908) -- (1,3.3908);
  124. \draw [c] (1.12,3.57165) -- (1,3.57165);
  125. \draw [c] (1.12,3.75249) -- (1,3.75249);
  126. \draw [c] (1.12,3.93333) -- (1,3.93333);
  127. \draw [c] (1.12,4.11418) -- (1,4.11418);
  128. \draw [c] (1.24,4.29502) -- (1,4.29502);
  129. \draw [c] (1.12,4.47586) -- (1,4.47586);
  130. \draw [c] (1.12,4.6567) -- (1,4.6567);
  131. \draw [c] (1.12,4.83755) -- (1,4.83755);
  132. \draw [c] (1.12,5.01839) -- (1,5.01839);
  133. \draw [c] (1.24,5.19923) -- (1,5.19923);
  134. \draw [c] (1.12,5.38008) -- (1,5.38008);
  135. \draw [c] (1.12,5.56092) -- (1,5.56092);
  136. \draw [c] (1.12,5.74176) -- (1,5.74176);
  137. \draw [c] (1.12,5.92261) -- (1,5.92261);
  138. \draw [c] (1.24,6.10345) -- (1,6.10345);
  139. \draw [anchor= east] (0.95,0.678161) node[scale=0.60247, rotate=0]{0};
  140. \draw [anchor= east] (0.95,1.58238) node[scale=0.60247, rotate=0]{5000};
  141. \draw [anchor= east] (0.95,2.48659) node[scale=0.60247, rotate=0]{10000};
  142. \draw [anchor= east] (0.95,3.3908) node[scale=0.60247, rotate=0]{15000};
  143. \draw [anchor= east] (0.95,4.29502) node[scale=0.60247, rotate=0]{20000};
  144. \draw [anchor= east] (0.95,5.19923) node[scale=0.60247, rotate=0]{25000};
  145. \draw [anchor= east] (0.95,6.10345) node[scale=0.60247, rotate=0]{30000};
  146. \definecolor{c}{rgb}{0.386667,0,1};
  147. \draw [color=c, fill=c] (7.88,0.678161) rectangle (8.04,0.732414);
  148. \definecolor{c}{rgb}{0,0.546667,1};
  149. \draw [color=c, fill=c] (8.04,0.678161) rectangle (8.2,0.732414);
  150. \definecolor{c}{rgb}{0,0.733333,1};
  151. \draw [color=c, fill=c] (8.2,0.678161) rectangle (8.36,0.732414);
  152. \definecolor{c}{rgb}{0,0.0800001,1};
  153. \draw [color=c, fill=c] (8.36,0.678161) rectangle (8.52,0.732414);
  154. \definecolor{c}{rgb}{0.386667,0,1};
  155. \draw [color=c, fill=c] (8.52,0.678161) rectangle (8.68,0.732414);
  156. \definecolor{c}{rgb}{0.2,0,1};
  157. \draw [color=c, fill=c] (1,0.84092) rectangle (1.16,0.895172);
  158. \definecolor{c}{rgb}{0.386667,0,1};
  159. \draw [color=c, fill=c] (1.16,0.84092) rectangle (1.32,0.895172);
  160. \draw [color=c, fill=c] (1.32,0.84092) rectangle (1.48,0.895172);
  161. \draw [color=c, fill=c] (1.64,0.84092) rectangle (1.8,0.895172);
  162. \draw [color=c, fill=c] (1.8,0.84092) rectangle (1.96,0.895172);
  163. \draw [color=c, fill=c] (1.96,0.84092) rectangle (2.12,0.895172);
  164. \definecolor{c}{rgb}{0.2,0,1};
  165. \draw [color=c, fill=c] (2.12,0.84092) rectangle (2.28,0.895172);
  166. \definecolor{c}{rgb}{0.386667,0,1};
  167. \draw [color=c, fill=c] (2.44,0.84092) rectangle (2.6,0.895172);
  168. \draw [color=c, fill=c] (2.6,0.84092) rectangle (2.76,0.895172);
  169. \draw [color=c, fill=c] (2.76,0.84092) rectangle (2.92,0.895172);
  170. \definecolor{c}{rgb}{0.2,0,1};
  171. \draw [color=c, fill=c] (2.92,0.84092) rectangle (3.08,0.895172);
  172. \definecolor{c}{rgb}{0.386667,0,1};
  173. \draw [color=c, fill=c] (3.08,0.84092) rectangle (3.24,0.895172);
  174. \draw [color=c, fill=c] (3.24,0.84092) rectangle (3.4,0.895172);
  175. \definecolor{c}{rgb}{0.2,0,1};
  176. \draw [color=c, fill=c] (3.4,0.84092) rectangle (3.56,0.895172);
  177. \definecolor{c}{rgb}{0,0.0800001,1};
  178. \draw [color=c, fill=c] (3.56,0.84092) rectangle (3.72,0.895172);
  179. \definecolor{c}{rgb}{0.386667,0,1};
  180. \draw [color=c, fill=c] (3.72,0.84092) rectangle (3.88,0.895172);
  181. \draw [color=c, fill=c] (3.88,0.84092) rectangle (4.04,0.895172);
  182. \draw [color=c, fill=c] (4.04,0.84092) rectangle (4.2,0.895172);
  183. \draw [color=c, fill=c] (4.36,0.84092) rectangle (4.52,0.895172);
  184. \draw [color=c, fill=c] (4.52,0.84092) rectangle (4.68,0.895172);
  185. \draw [color=c, fill=c] (4.84,0.84092) rectangle (5,0.895172);
  186. \draw [color=c, fill=c] (5,0.84092) rectangle (5.16,0.895172);
  187. \draw [color=c, fill=c] (5.32,0.84092) rectangle (5.48,0.895172);
  188. \draw [color=c, fill=c] (5.48,0.84092) rectangle (5.64,0.895172);
  189. \definecolor{c}{rgb}{0.2,0,1};
  190. \draw [color=c, fill=c] (5.64,0.84092) rectangle (5.8,0.895172);
  191. \definecolor{c}{rgb}{0.386667,0,1};
  192. \draw [color=c, fill=c] (5.8,0.84092) rectangle (5.96,0.895172);
  193. \draw [color=c, fill=c] (5.96,0.84092) rectangle (6.12,0.895172);
  194. \draw [color=c, fill=c] (6.12,0.84092) rectangle (6.28,0.895172);
  195. \draw [color=c, fill=c] (6.28,0.84092) rectangle (6.44,0.895172);
  196. \draw [color=c, fill=c] (6.44,0.84092) rectangle (6.6,0.895172);
  197. \draw [color=c, fill=c] (6.6,0.84092) rectangle (6.76,0.895172);
  198. \definecolor{c}{rgb}{0.2,0,1};
  199. \draw [color=c, fill=c] (7.08,0.84092) rectangle (7.24,0.895172);
  200. \definecolor{c}{rgb}{0.386667,0,1};
  201. \draw [color=c, fill=c] (7.24,0.84092) rectangle (7.4,0.895172);
  202. \draw [color=c, fill=c] (7.4,0.84092) rectangle (7.56,0.895172);
  203. \draw [color=c, fill=c] (7.56,0.84092) rectangle (7.72,0.895172);
  204. \draw [color=c, fill=c] (7.72,0.84092) rectangle (7.88,0.895172);
  205. \draw [color=c, fill=c] (7.88,0.84092) rectangle (8.04,0.895172);
  206. \definecolor{c}{rgb}{0,0.0800001,1};
  207. \draw [color=c, fill=c] (1,0.895172) rectangle (1.16,0.949425);
  208. \draw [color=c, fill=c] (1.16,0.895172) rectangle (1.32,0.949425);
  209. \draw [color=c, fill=c] (1.32,0.895172) rectangle (1.48,0.949425);
  210. \definecolor{c}{rgb}{0.2,0,1};
  211. \draw [color=c, fill=c] (1.48,0.895172) rectangle (1.64,0.949425);
  212. \definecolor{c}{rgb}{0,0.0800001,1};
  213. \draw [color=c, fill=c] (1.64,0.895172) rectangle (1.8,0.949425);
  214. \definecolor{c}{rgb}{0,0.266667,1};
  215. \draw [color=c, fill=c] (1.8,0.895172) rectangle (1.96,0.949425);
  216. \definecolor{c}{rgb}{0.2,0,1};
  217. \draw [color=c, fill=c] (1.96,0.895172) rectangle (2.12,0.949425);
  218. \definecolor{c}{rgb}{0,0.266667,1};
  219. \draw [color=c, fill=c] (2.12,0.895172) rectangle (2.28,0.949425);
  220. \definecolor{c}{rgb}{0,0.546667,1};
  221. \draw [color=c, fill=c] (2.28,0.895172) rectangle (2.44,0.949425);
  222. \definecolor{c}{rgb}{0,0.0800001,1};
  223. \draw [color=c, fill=c] (2.44,0.895172) rectangle (2.6,0.949425);
  224. \draw [color=c, fill=c] (2.6,0.895172) rectangle (2.76,0.949425);
  225. \definecolor{c}{rgb}{0,0.266667,1};
  226. \draw [color=c, fill=c] (2.76,0.895172) rectangle (2.92,0.949425);
  227. \definecolor{c}{rgb}{0,0.0800001,1};
  228. \draw [color=c, fill=c] (2.92,0.895172) rectangle (3.08,0.949425);
  229. \definecolor{c}{rgb}{0,0.266667,1};
  230. \draw [color=c, fill=c] (3.08,0.895172) rectangle (3.24,0.949425);
  231. \draw [color=c, fill=c] (3.24,0.895172) rectangle (3.4,0.949425);
  232. \draw [color=c, fill=c] (3.4,0.895172) rectangle (3.56,0.949425);
  233. \definecolor{c}{rgb}{0,0.546667,1};
  234. \draw [color=c, fill=c] (3.56,0.895172) rectangle (3.72,0.949425);
  235. \definecolor{c}{rgb}{0,0.0800001,1};
  236. \draw [color=c, fill=c] (3.72,0.895172) rectangle (3.88,0.949425);
  237. \definecolor{c}{rgb}{0.2,0,1};
  238. \draw [color=c, fill=c] (3.88,0.895172) rectangle (4.04,0.949425);
  239. \definecolor{c}{rgb}{0,0.0800001,1};
  240. \draw [color=c, fill=c] (4.04,0.895172) rectangle (4.2,0.949425);
  241. \definecolor{c}{rgb}{0.2,0,1};
  242. \draw [color=c, fill=c] (4.2,0.895172) rectangle (4.36,0.949425);
  243. \definecolor{c}{rgb}{0,0.0800001,1};
  244. \draw [color=c, fill=c] (4.36,0.895172) rectangle (4.52,0.949425);
  245. \draw [color=c, fill=c] (4.52,0.895172) rectangle (4.68,0.949425);
  246. \draw [color=c, fill=c] (4.68,0.895172) rectangle (4.84,0.949425);
  247. \definecolor{c}{rgb}{0.2,0,1};
  248. \draw [color=c, fill=c] (4.84,0.895172) rectangle (5,0.949425);
  249. \draw [color=c, fill=c] (5,0.895172) rectangle (5.16,0.949425);
  250. \definecolor{c}{rgb}{0,0.266667,1};
  251. \draw [color=c, fill=c] (5.16,0.895172) rectangle (5.32,0.949425);
  252. \draw [color=c, fill=c] (5.32,0.895172) rectangle (5.48,0.949425);
  253. \definecolor{c}{rgb}{0,0.0800001,1};
  254. \draw [color=c, fill=c] (5.48,0.895172) rectangle (5.64,0.949425);
  255. \draw [color=c, fill=c] (5.64,0.895172) rectangle (5.8,0.949425);
  256. \definecolor{c}{rgb}{0.2,0,1};
  257. \draw [color=c, fill=c] (5.8,0.895172) rectangle (5.96,0.949425);
  258. \definecolor{c}{rgb}{0,0.0800001,1};
  259. \draw [color=c, fill=c] (5.96,0.895172) rectangle (6.12,0.949425);
  260. \definecolor{c}{rgb}{0,0.546667,1};
  261. \draw [color=c, fill=c] (6.12,0.895172) rectangle (6.28,0.949425);
  262. \draw [color=c, fill=c] (6.28,0.895172) rectangle (6.44,0.949425);
  263. \definecolor{c}{rgb}{0,0.0800001,1};
  264. \draw [color=c, fill=c] (6.44,0.895172) rectangle (6.6,0.949425);
  265. \definecolor{c}{rgb}{0,0.546667,1};
  266. \draw [color=c, fill=c] (6.6,0.895172) rectangle (6.76,0.949425);
  267. \definecolor{c}{rgb}{0,0.0800001,1};
  268. \draw [color=c, fill=c] (6.76,0.895172) rectangle (6.92,0.949425);
  269. \definecolor{c}{rgb}{0.2,0,1};
  270. \draw [color=c, fill=c] (6.92,0.895172) rectangle (7.08,0.949425);
  271. \definecolor{c}{rgb}{0,0.0800001,1};
  272. \draw [color=c, fill=c] (7.08,0.895172) rectangle (7.24,0.949425);
  273. \definecolor{c}{rgb}{0.2,0,1};
  274. \draw [color=c, fill=c] (7.24,0.895172) rectangle (7.4,0.949425);
  275. \definecolor{c}{rgb}{0.386667,0,1};
  276. \draw [color=c, fill=c] (7.4,0.895172) rectangle (7.56,0.949425);
  277. \draw [color=c, fill=c] (7.56,0.895172) rectangle (7.72,0.949425);
  278. \draw [color=c, fill=c] (7.72,0.895172) rectangle (7.88,0.949425);
  279. \definecolor{c}{rgb}{0.2,0,1};
  280. \draw [color=c, fill=c] (7.88,0.895172) rectangle (8.04,0.949425);
  281. \definecolor{c}{rgb}{0.386667,0,1};
  282. \draw [color=c, fill=c] (8.04,0.895172) rectangle (8.2,0.949425);
  283. \definecolor{c}{rgb}{0.2,0,1};
  284. \draw [color=c, fill=c] (8.2,0.895172) rectangle (8.36,0.949425);
  285. \definecolor{c}{rgb}{0.386667,0,1};
  286. \draw [color=c, fill=c] (8.36,0.895172) rectangle (8.52,0.949425);
  287. \draw [color=c, fill=c] (8.52,0.895172) rectangle (8.68,0.949425);
  288. \definecolor{c}{rgb}{0,0.0800001,1};
  289. \draw [color=c, fill=c] (1,0.949425) rectangle (1.16,1.00368);
  290. \draw [color=c, fill=c] (1.16,0.949425) rectangle (1.32,1.00368);
  291. \definecolor{c}{rgb}{0,0.266667,1};
  292. \draw [color=c, fill=c] (1.32,0.949425) rectangle (1.48,1.00368);
  293. \definecolor{c}{rgb}{0,0.546667,1};
  294. \draw [color=c, fill=c] (1.48,0.949425) rectangle (1.64,1.00368);
  295. \draw [color=c, fill=c] (1.64,0.949425) rectangle (1.8,1.00368);
  296. \definecolor{c}{rgb}{0,0.0800001,1};
  297. \draw [color=c, fill=c] (1.8,0.949425) rectangle (1.96,1.00368);
  298. \definecolor{c}{rgb}{0,0.266667,1};
  299. \draw [color=c, fill=c] (1.96,0.949425) rectangle (2.12,1.00368);
  300. \draw [color=c, fill=c] (2.12,0.949425) rectangle (2.28,1.00368);
  301. \definecolor{c}{rgb}{0.2,0,1};
  302. \draw [color=c, fill=c] (2.28,0.949425) rectangle (2.44,1.00368);
  303. \definecolor{c}{rgb}{0,0.0800001,1};
  304. \draw [color=c, fill=c] (2.44,0.949425) rectangle (2.6,1.00368);
  305. \definecolor{c}{rgb}{0,0.266667,1};
  306. \draw [color=c, fill=c] (2.6,0.949425) rectangle (2.76,1.00368);
  307. \definecolor{c}{rgb}{0,1,0.8};
  308. \draw [color=c, fill=c] (2.76,0.949425) rectangle (2.92,1.00368);
  309. \definecolor{c}{rgb}{0,0.546667,1};
  310. \draw [color=c, fill=c] (2.92,0.949425) rectangle (3.08,1.00368);
  311. \definecolor{c}{rgb}{0,0.0800001,1};
  312. \draw [color=c, fill=c] (3.08,0.949425) rectangle (3.24,1.00368);
  313. \definecolor{c}{rgb}{0,0.546667,1};
  314. \draw [color=c, fill=c] (3.24,0.949425) rectangle (3.4,1.00368);
  315. \definecolor{c}{rgb}{0,0.266667,1};
  316. \draw [color=c, fill=c] (3.4,0.949425) rectangle (3.56,1.00368);
  317. \draw [color=c, fill=c] (3.56,0.949425) rectangle (3.72,1.00368);
  318. \draw [color=c, fill=c] (3.72,0.949425) rectangle (3.88,1.00368);
  319. \definecolor{c}{rgb}{0,0.546667,1};
  320. \draw [color=c, fill=c] (3.88,0.949425) rectangle (4.04,1.00368);
  321. \draw [color=c, fill=c] (4.04,0.949425) rectangle (4.2,1.00368);
  322. \definecolor{c}{rgb}{0,0.733333,1};
  323. \draw [color=c, fill=c] (4.2,0.949425) rectangle (4.36,1.00368);
  324. \definecolor{c}{rgb}{0,0.0800001,1};
  325. \draw [color=c, fill=c] (4.36,0.949425) rectangle (4.52,1.00368);
  326. \definecolor{c}{rgb}{0,0.266667,1};
  327. \draw [color=c, fill=c] (4.52,0.949425) rectangle (4.68,1.00368);
  328. \definecolor{c}{rgb}{0,0.0800001,1};
  329. \draw [color=c, fill=c] (4.68,0.949425) rectangle (4.84,1.00368);
  330. \definecolor{c}{rgb}{0,0.266667,1};
  331. \draw [color=c, fill=c] (4.84,0.949425) rectangle (5,1.00368);
  332. \definecolor{c}{rgb}{0,0.0800001,1};
  333. \draw [color=c, fill=c] (5,0.949425) rectangle (5.16,1.00368);
  334. \definecolor{c}{rgb}{0,0.266667,1};
  335. \draw [color=c, fill=c] (5.16,0.949425) rectangle (5.32,1.00368);
  336. \definecolor{c}{rgb}{0,0.0800001,1};
  337. \draw [color=c, fill=c] (5.32,0.949425) rectangle (5.48,1.00368);
  338. \definecolor{c}{rgb}{0,0.733333,1};
  339. \draw [color=c, fill=c] (5.48,0.949425) rectangle (5.64,1.00368);
  340. \definecolor{c}{rgb}{0,0.0800001,1};
  341. \draw [color=c, fill=c] (5.64,0.949425) rectangle (5.8,1.00368);
  342. \definecolor{c}{rgb}{0,0.546667,1};
  343. \draw [color=c, fill=c] (5.8,0.949425) rectangle (5.96,1.00368);
  344. \definecolor{c}{rgb}{0,0.266667,1};
  345. \draw [color=c, fill=c] (5.96,0.949425) rectangle (6.12,1.00368);
  346. \definecolor{c}{rgb}{0,0.0800001,1};
  347. \draw [color=c, fill=c] (6.12,0.949425) rectangle (6.28,1.00368);
  348. \draw [color=c, fill=c] (6.28,0.949425) rectangle (6.44,1.00368);
  349. \draw [color=c, fill=c] (6.44,0.949425) rectangle (6.6,1.00368);
  350. \definecolor{c}{rgb}{0,0.266667,1};
  351. \draw [color=c, fill=c] (6.6,0.949425) rectangle (6.76,1.00368);
  352. \draw [color=c, fill=c] (6.76,0.949425) rectangle (6.92,1.00368);
  353. \draw [color=c, fill=c] (6.92,0.949425) rectangle (7.08,1.00368);
  354. \definecolor{c}{rgb}{0.2,0,1};
  355. \draw [color=c, fill=c] (7.08,0.949425) rectangle (7.24,1.00368);
  356. \definecolor{c}{rgb}{0,0.266667,1};
  357. \draw [color=c, fill=c] (7.24,0.949425) rectangle (7.4,1.00368);
  358. \definecolor{c}{rgb}{0.2,0,1};
  359. \draw [color=c, fill=c] (7.4,0.949425) rectangle (7.56,1.00368);
  360. \definecolor{c}{rgb}{0,0.0800001,1};
  361. \draw [color=c, fill=c] (7.56,0.949425) rectangle (7.72,1.00368);
  362. \definecolor{c}{rgb}{0.386667,0,1};
  363. \draw [color=c, fill=c] (7.72,0.949425) rectangle (7.88,1.00368);
  364. \draw [color=c, fill=c] (7.88,0.949425) rectangle (8.04,1.00368);
  365. \draw [color=c, fill=c] (8.04,0.949425) rectangle (8.2,1.00368);
  366. \definecolor{c}{rgb}{0.2,0,1};
  367. \draw [color=c, fill=c] (8.2,0.949425) rectangle (8.36,1.00368);
  368. \draw [color=c, fill=c] (8.36,0.949425) rectangle (8.52,1.00368);
  369. \draw [color=c, fill=c] (8.68,0.949425) rectangle (8.84,1.00368);
  370. \draw [color=c, fill=c] (1,1.00368) rectangle (1.16,1.05793);
  371. \definecolor{c}{rgb}{0,0.733333,1};
  372. \draw [color=c, fill=c] (1.16,1.00368) rectangle (1.32,1.05793);
  373. \definecolor{c}{rgb}{0,0.266667,1};
  374. \draw [color=c, fill=c] (1.32,1.00368) rectangle (1.48,1.05793);
  375. \definecolor{c}{rgb}{0,0.733333,1};
  376. \draw [color=c, fill=c] (1.48,1.00368) rectangle (1.64,1.05793);
  377. \definecolor{c}{rgb}{0,0.0800001,1};
  378. \draw [color=c, fill=c] (1.64,1.00368) rectangle (1.8,1.05793);
  379. \definecolor{c}{rgb}{0.2,0,1};
  380. \draw [color=c, fill=c] (1.8,1.00368) rectangle (1.96,1.05793);
  381. \definecolor{c}{rgb}{0,0.0800001,1};
  382. \draw [color=c, fill=c] (1.96,1.00368) rectangle (2.12,1.05793);
  383. \draw [color=c, fill=c] (2.12,1.00368) rectangle (2.28,1.05793);
  384. \definecolor{c}{rgb}{0,0.266667,1};
  385. \draw [color=c, fill=c] (2.28,1.00368) rectangle (2.44,1.05793);
  386. \definecolor{c}{rgb}{0,0.0800001,1};
  387. \draw [color=c, fill=c] (2.44,1.00368) rectangle (2.6,1.05793);
  388. \definecolor{c}{rgb}{0,0.733333,1};
  389. \draw [color=c, fill=c] (2.6,1.00368) rectangle (2.76,1.05793);
  390. \definecolor{c}{rgb}{0,0.266667,1};
  391. \draw [color=c, fill=c] (2.76,1.00368) rectangle (2.92,1.05793);
  392. \draw [color=c, fill=c] (2.92,1.00368) rectangle (3.08,1.05793);
  393. \definecolor{c}{rgb}{0,0.0800001,1};
  394. \draw [color=c, fill=c] (3.08,1.00368) rectangle (3.24,1.05793);
  395. \definecolor{c}{rgb}{0,0.266667,1};
  396. \draw [color=c, fill=c] (3.24,1.00368) rectangle (3.4,1.05793);
  397. \definecolor{c}{rgb}{0,0.546667,1};
  398. \draw [color=c, fill=c] (3.4,1.00368) rectangle (3.56,1.05793);
  399. \draw [color=c, fill=c] (3.56,1.00368) rectangle (3.72,1.05793);
  400. \definecolor{c}{rgb}{0,1,0.986667};
  401. \draw [color=c, fill=c] (3.72,1.00368) rectangle (3.88,1.05793);
  402. \definecolor{c}{rgb}{0,0.546667,1};
  403. \draw [color=c, fill=c] (3.88,1.00368) rectangle (4.04,1.05793);
  404. \definecolor{c}{rgb}{0,0.266667,1};
  405. \draw [color=c, fill=c] (4.04,1.00368) rectangle (4.2,1.05793);
  406. \draw [color=c, fill=c] (4.2,1.00368) rectangle (4.36,1.05793);
  407. \definecolor{c}{rgb}{0,0.0800001,1};
  408. \draw [color=c, fill=c] (4.36,1.00368) rectangle (4.52,1.05793);
  409. \draw [color=c, fill=c] (4.52,1.00368) rectangle (4.68,1.05793);
  410. \definecolor{c}{rgb}{0,0.546667,1};
  411. \draw [color=c, fill=c] (4.68,1.00368) rectangle (4.84,1.05793);
  412. \definecolor{c}{rgb}{0,0.266667,1};
  413. \draw [color=c, fill=c] (4.84,1.00368) rectangle (5,1.05793);
  414. \definecolor{c}{rgb}{0,0.546667,1};
  415. \draw [color=c, fill=c] (5,1.00368) rectangle (5.16,1.05793);
  416. \definecolor{c}{rgb}{0,0.266667,1};
  417. \draw [color=c, fill=c] (5.16,1.00368) rectangle (5.32,1.05793);
  418. \definecolor{c}{rgb}{0,0.546667,1};
  419. \draw [color=c, fill=c] (5.32,1.00368) rectangle (5.48,1.05793);
  420. \definecolor{c}{rgb}{0,0.0800001,1};
  421. \draw [color=c, fill=c] (5.48,1.00368) rectangle (5.64,1.05793);
  422. \definecolor{c}{rgb}{0,0.266667,1};
  423. \draw [color=c, fill=c] (5.64,1.00368) rectangle (5.8,1.05793);
  424. \draw [color=c, fill=c] (5.8,1.00368) rectangle (5.96,1.05793);
  425. \draw [color=c, fill=c] (5.96,1.00368) rectangle (6.12,1.05793);
  426. \definecolor{c}{rgb}{0,0.733333,1};
  427. \draw [color=c, fill=c] (6.12,1.00368) rectangle (6.28,1.05793);
  428. \definecolor{c}{rgb}{0,0.266667,1};
  429. \draw [color=c, fill=c] (6.28,1.00368) rectangle (6.44,1.05793);
  430. \draw [color=c, fill=c] (6.44,1.00368) rectangle (6.6,1.05793);
  431. \draw [color=c, fill=c] (6.6,1.00368) rectangle (6.76,1.05793);
  432. \draw [color=c, fill=c] (6.76,1.00368) rectangle (6.92,1.05793);
  433. \definecolor{c}{rgb}{0,0.0800001,1};
  434. \draw [color=c, fill=c] (6.92,1.00368) rectangle (7.08,1.05793);
  435. \definecolor{c}{rgb}{0,0.266667,1};
  436. \draw [color=c, fill=c] (7.08,1.00368) rectangle (7.24,1.05793);
  437. \definecolor{c}{rgb}{0,0.0800001,1};
  438. \draw [color=c, fill=c] (7.24,1.00368) rectangle (7.4,1.05793);
  439. \draw [color=c, fill=c] (7.4,1.00368) rectangle (7.56,1.05793);
  440. \definecolor{c}{rgb}{0.2,0,1};
  441. \draw [color=c, fill=c] (7.56,1.00368) rectangle (7.72,1.05793);
  442. \definecolor{c}{rgb}{0,0.0800001,1};
  443. \draw [color=c, fill=c] (7.72,1.00368) rectangle (7.88,1.05793);
  444. \definecolor{c}{rgb}{0,0.266667,1};
  445. \draw [color=c, fill=c] (7.88,1.00368) rectangle (8.04,1.05793);
  446. \definecolor{c}{rgb}{0.386667,0,1};
  447. \draw [color=c, fill=c] (8.04,1.00368) rectangle (8.2,1.05793);
  448. \definecolor{c}{rgb}{0.2,0,1};
  449. \draw [color=c, fill=c] (8.36,1.00368) rectangle (8.52,1.05793);
  450. \definecolor{c}{rgb}{0.386667,0,1};
  451. \draw [color=c, fill=c] (8.52,1.00368) rectangle (8.68,1.05793);
  452. \draw [color=c, fill=c] (8.84,1.00368) rectangle (9,1.05793);
  453. \draw [color=c, fill=c] (1,1.05793) rectangle (1.16,1.11218);
  454. \definecolor{c}{rgb}{0,0.0800001,1};
  455. \draw [color=c, fill=c] (1.16,1.05793) rectangle (1.32,1.11218);
  456. \definecolor{c}{rgb}{0,0.266667,1};
  457. \draw [color=c, fill=c] (1.32,1.05793) rectangle (1.48,1.11218);
  458. \definecolor{c}{rgb}{0.2,0,1};
  459. \draw [color=c, fill=c] (1.48,1.05793) rectangle (1.64,1.11218);
  460. \draw [color=c, fill=c] (1.64,1.05793) rectangle (1.8,1.11218);
  461. \definecolor{c}{rgb}{0,0.546667,1};
  462. \draw [color=c, fill=c] (1.8,1.05793) rectangle (1.96,1.11218);
  463. \definecolor{c}{rgb}{0,0.266667,1};
  464. \draw [color=c, fill=c] (1.96,1.05793) rectangle (2.12,1.11218);
  465. \definecolor{c}{rgb}{0,0.0800001,1};
  466. \draw [color=c, fill=c] (2.12,1.05793) rectangle (2.28,1.11218);
  467. \draw [color=c, fill=c] (2.28,1.05793) rectangle (2.44,1.11218);
  468. \draw [color=c, fill=c] (2.44,1.05793) rectangle (2.6,1.11218);
  469. \draw [color=c, fill=c] (2.6,1.05793) rectangle (2.76,1.11218);
  470. \definecolor{c}{rgb}{0,0.733333,1};
  471. \draw [color=c, fill=c] (2.76,1.05793) rectangle (2.92,1.11218);
  472. \definecolor{c}{rgb}{0,0.266667,1};
  473. \draw [color=c, fill=c] (2.92,1.05793) rectangle (3.08,1.11218);
  474. \draw [color=c, fill=c] (3.08,1.05793) rectangle (3.24,1.11218);
  475. \definecolor{c}{rgb}{0,0.0800001,1};
  476. \draw [color=c, fill=c] (3.24,1.05793) rectangle (3.4,1.11218);
  477. \definecolor{c}{rgb}{0,0.733333,1};
  478. \draw [color=c, fill=c] (3.4,1.05793) rectangle (3.56,1.11218);
  479. \definecolor{c}{rgb}{0,0.266667,1};
  480. \draw [color=c, fill=c] (3.56,1.05793) rectangle (3.72,1.11218);
  481. \definecolor{c}{rgb}{0,0.733333,1};
  482. \draw [color=c, fill=c] (3.72,1.05793) rectangle (3.88,1.11218);
  483. \definecolor{c}{rgb}{0,0.266667,1};
  484. \draw [color=c, fill=c] (3.88,1.05793) rectangle (4.04,1.11218);
  485. \definecolor{c}{rgb}{0,0.0800001,1};
  486. \draw [color=c, fill=c] (4.04,1.05793) rectangle (4.2,1.11218);
  487. \definecolor{c}{rgb}{0,0.266667,1};
  488. \draw [color=c, fill=c] (4.2,1.05793) rectangle (4.36,1.11218);
  489. \definecolor{c}{rgb}{0,0.0800001,1};
  490. \draw [color=c, fill=c] (4.36,1.05793) rectangle (4.52,1.11218);
  491. \definecolor{c}{rgb}{0,1,0.986667};
  492. \draw [color=c, fill=c] (4.52,1.05793) rectangle (4.68,1.11218);
  493. \definecolor{c}{rgb}{0,0.0800001,1};
  494. \draw [color=c, fill=c] (4.68,1.05793) rectangle (4.84,1.11218);
  495. \definecolor{c}{rgb}{0,0.266667,1};
  496. \draw [color=c, fill=c] (4.84,1.05793) rectangle (5,1.11218);
  497. \definecolor{c}{rgb}{0,0.546667,1};
  498. \draw [color=c, fill=c] (5,1.05793) rectangle (5.16,1.11218);
  499. \definecolor{c}{rgb}{0,0.266667,1};
  500. \draw [color=c, fill=c] (5.16,1.05793) rectangle (5.32,1.11218);
  501. \draw [color=c, fill=c] (5.32,1.05793) rectangle (5.48,1.11218);
  502. \definecolor{c}{rgb}{0,0.0800001,1};
  503. \draw [color=c, fill=c] (5.48,1.05793) rectangle (5.64,1.11218);
  504. \definecolor{c}{rgb}{0,0.733333,1};
  505. \draw [color=c, fill=c] (5.64,1.05793) rectangle (5.8,1.11218);
  506. \definecolor{c}{rgb}{0,0.266667,1};
  507. \draw [color=c, fill=c] (5.8,1.05793) rectangle (5.96,1.11218);
  508. \definecolor{c}{rgb}{0,0.546667,1};
  509. \draw [color=c, fill=c] (5.96,1.05793) rectangle (6.12,1.11218);
  510. \definecolor{c}{rgb}{0,0.266667,1};
  511. \draw [color=c, fill=c] (6.12,1.05793) rectangle (6.28,1.11218);
  512. \definecolor{c}{rgb}{0,0.733333,1};
  513. \draw [color=c, fill=c] (6.28,1.05793) rectangle (6.44,1.11218);
  514. \definecolor{c}{rgb}{0,0.266667,1};
  515. \draw [color=c, fill=c] (6.44,1.05793) rectangle (6.6,1.11218);
  516. \definecolor{c}{rgb}{0,0.0800001,1};
  517. \draw [color=c, fill=c] (6.6,1.05793) rectangle (6.76,1.11218);
  518. \draw [color=c, fill=c] (6.76,1.05793) rectangle (6.92,1.11218);
  519. \draw [color=c, fill=c] (6.92,1.05793) rectangle (7.08,1.11218);
  520. \definecolor{c}{rgb}{0.2,0,1};
  521. \draw [color=c, fill=c] (7.08,1.05793) rectangle (7.24,1.11218);
  522. \definecolor{c}{rgb}{0,0.266667,1};
  523. \draw [color=c, fill=c] (7.24,1.05793) rectangle (7.4,1.11218);
  524. \definecolor{c}{rgb}{0,0.0800001,1};
  525. \draw [color=c, fill=c] (7.4,1.05793) rectangle (7.56,1.11218);
  526. \draw [color=c, fill=c] (7.56,1.05793) rectangle (7.72,1.11218);
  527. \definecolor{c}{rgb}{0.2,0,1};
  528. \draw [color=c, fill=c] (7.72,1.05793) rectangle (7.88,1.11218);
  529. \draw [color=c, fill=c] (7.88,1.05793) rectangle (8.04,1.11218);
  530. \definecolor{c}{rgb}{0.386667,0,1};
  531. \draw [color=c, fill=c] (8.04,1.05793) rectangle (8.2,1.11218);
  532. \draw [color=c, fill=c] (8.2,1.05793) rectangle (8.36,1.11218);
  533. \draw [color=c, fill=c] (8.36,1.05793) rectangle (8.52,1.11218);
  534. \draw [color=c, fill=c] (8.52,1.05793) rectangle (8.68,1.11218);
  535. \draw [color=c, fill=c] (8.68,1.05793) rectangle (8.84,1.11218);
  536. \definecolor{c}{rgb}{0,0.0800001,1};
  537. \draw [color=c, fill=c] (1,1.11218) rectangle (1.16,1.16644);
  538. \definecolor{c}{rgb}{0,0.546667,1};
  539. \draw [color=c, fill=c] (1.16,1.11218) rectangle (1.32,1.16644);
  540. \definecolor{c}{rgb}{0,0.266667,1};
  541. \draw [color=c, fill=c] (1.32,1.11218) rectangle (1.48,1.16644);
  542. \draw [color=c, fill=c] (1.48,1.11218) rectangle (1.64,1.16644);
  543. \definecolor{c}{rgb}{0,0.733333,1};
  544. \draw [color=c, fill=c] (1.64,1.11218) rectangle (1.8,1.16644);
  545. \definecolor{c}{rgb}{0,1,0.8};
  546. \draw [color=c, fill=c] (1.8,1.11218) rectangle (1.96,1.16644);
  547. \definecolor{c}{rgb}{0,0.546667,1};
  548. \draw [color=c, fill=c] (1.96,1.11218) rectangle (2.12,1.16644);
  549. \definecolor{c}{rgb}{0,0.0800001,1};
  550. \draw [color=c, fill=c] (2.12,1.11218) rectangle (2.28,1.16644);
  551. \definecolor{c}{rgb}{0,0.266667,1};
  552. \draw [color=c, fill=c] (2.28,1.11218) rectangle (2.44,1.16644);
  553. \definecolor{c}{rgb}{0,0.546667,1};
  554. \draw [color=c, fill=c] (2.44,1.11218) rectangle (2.6,1.16644);
  555. \definecolor{c}{rgb}{0,1,0.986667};
  556. \draw [color=c, fill=c] (2.6,1.11218) rectangle (2.76,1.16644);
  557. \definecolor{c}{rgb}{0,0.266667,1};
  558. \draw [color=c, fill=c] (2.76,1.11218) rectangle (2.92,1.16644);
  559. \definecolor{c}{rgb}{0,0.546667,1};
  560. \draw [color=c, fill=c] (2.92,1.11218) rectangle (3.08,1.16644);
  561. \definecolor{c}{rgb}{0,0.266667,1};
  562. \draw [color=c, fill=c] (3.08,1.11218) rectangle (3.24,1.16644);
  563. \draw [color=c, fill=c] (3.24,1.11218) rectangle (3.4,1.16644);
  564. \draw [color=c, fill=c] (3.4,1.11218) rectangle (3.56,1.16644);
  565. \definecolor{c}{rgb}{0,0.546667,1};
  566. \draw [color=c, fill=c] (3.56,1.11218) rectangle (3.72,1.16644);
  567. \draw [color=c, fill=c] (3.72,1.11218) rectangle (3.88,1.16644);
  568. \definecolor{c}{rgb}{0,0.0800001,1};
  569. \draw [color=c, fill=c] (3.88,1.11218) rectangle (4.04,1.16644);
  570. \definecolor{c}{rgb}{0,0.266667,1};
  571. \draw [color=c, fill=c] (4.04,1.11218) rectangle (4.2,1.16644);
  572. \definecolor{c}{rgb}{0,0.546667,1};
  573. \draw [color=c, fill=c] (4.2,1.11218) rectangle (4.36,1.16644);
  574. \definecolor{c}{rgb}{0,0.733333,1};
  575. \draw [color=c, fill=c] (4.36,1.11218) rectangle (4.52,1.16644);
  576. \definecolor{c}{rgb}{0,0.546667,1};
  577. \draw [color=c, fill=c] (4.52,1.11218) rectangle (4.68,1.16644);
  578. \draw [color=c, fill=c] (4.68,1.11218) rectangle (4.84,1.16644);
  579. \definecolor{c}{rgb}{0,0.733333,1};
  580. \draw [color=c, fill=c] (4.84,1.11218) rectangle (5,1.16644);
  581. \definecolor{c}{rgb}{0,0.266667,1};
  582. \draw [color=c, fill=c] (5,1.11218) rectangle (5.16,1.16644);
  583. \definecolor{c}{rgb}{0,0.0800001,1};
  584. \draw [color=c, fill=c] (5.16,1.11218) rectangle (5.32,1.16644);
  585. \definecolor{c}{rgb}{0,0.266667,1};
  586. \draw [color=c, fill=c] (5.32,1.11218) rectangle (5.48,1.16644);
  587. \definecolor{c}{rgb}{0.2,0,1};
  588. \draw [color=c, fill=c] (5.48,1.11218) rectangle (5.64,1.16644);
  589. \definecolor{c}{rgb}{0,0.546667,1};
  590. \draw [color=c, fill=c] (5.64,1.11218) rectangle (5.8,1.16644);
  591. \draw [color=c, fill=c] (5.8,1.11218) rectangle (5.96,1.16644);
  592. \definecolor{c}{rgb}{0,0.733333,1};
  593. \draw [color=c, fill=c] (5.96,1.11218) rectangle (6.12,1.16644);
  594. \definecolor{c}{rgb}{0,0.266667,1};
  595. \draw [color=c, fill=c] (6.12,1.11218) rectangle (6.28,1.16644);
  596. \draw [color=c, fill=c] (6.28,1.11218) rectangle (6.44,1.16644);
  597. \draw [color=c, fill=c] (6.44,1.11218) rectangle (6.6,1.16644);
  598. \definecolor{c}{rgb}{0,0.0800001,1};
  599. \draw [color=c, fill=c] (6.6,1.11218) rectangle (6.76,1.16644);
  600. \draw [color=c, fill=c] (6.76,1.11218) rectangle (6.92,1.16644);
  601. \definecolor{c}{rgb}{0,0.266667,1};
  602. \draw [color=c, fill=c] (6.92,1.11218) rectangle (7.08,1.16644);
  603. \definecolor{c}{rgb}{0.2,0,1};
  604. \draw [color=c, fill=c] (7.08,1.11218) rectangle (7.24,1.16644);
  605. \definecolor{c}{rgb}{0,0.266667,1};
  606. \draw [color=c, fill=c] (7.24,1.11218) rectangle (7.4,1.16644);
  607. \definecolor{c}{rgb}{0,0.0800001,1};
  608. \draw [color=c, fill=c] (7.4,1.11218) rectangle (7.56,1.16644);
  609. \draw [color=c, fill=c] (7.56,1.11218) rectangle (7.72,1.16644);
  610. \draw [color=c, fill=c] (7.72,1.11218) rectangle (7.88,1.16644);
  611. \definecolor{c}{rgb}{0,0.266667,1};
  612. \draw [color=c, fill=c] (7.88,1.11218) rectangle (8.04,1.16644);
  613. \definecolor{c}{rgb}{0.386667,0,1};
  614. \draw [color=c, fill=c] (8.04,1.11218) rectangle (8.2,1.16644);
  615. \definecolor{c}{rgb}{0.2,0,1};
  616. \draw [color=c, fill=c] (8.2,1.11218) rectangle (8.36,1.16644);
  617. \draw [color=c, fill=c] (8.36,1.11218) rectangle (8.52,1.16644);
  618. \draw [color=c, fill=c] (8.52,1.11218) rectangle (8.68,1.16644);
  619. \draw [color=c, fill=c] (8.68,1.11218) rectangle (8.84,1.16644);
  620. \definecolor{c}{rgb}{0,0.546667,1};
  621. \draw [color=c, fill=c] (1,1.16644) rectangle (1.16,1.22069);
  622. \definecolor{c}{rgb}{0,0.733333,1};
  623. \draw [color=c, fill=c] (1.16,1.16644) rectangle (1.32,1.22069);
  624. \draw [color=c, fill=c] (1.32,1.16644) rectangle (1.48,1.22069);
  625. \definecolor{c}{rgb}{0,0.546667,1};
  626. \draw [color=c, fill=c] (1.48,1.16644) rectangle (1.64,1.22069);
  627. \definecolor{c}{rgb}{0,1,0.986667};
  628. \draw [color=c, fill=c] (1.64,1.16644) rectangle (1.8,1.22069);
  629. \draw [color=c, fill=c] (1.8,1.16644) rectangle (1.96,1.22069);
  630. \definecolor{c}{rgb}{0,1,0.8};
  631. \draw [color=c, fill=c] (1.96,1.16644) rectangle (2.12,1.22069);
  632. \definecolor{c}{rgb}{0.133333,1,0};
  633. \draw [color=c, fill=c] (2.12,1.16644) rectangle (2.28,1.22069);
  634. \definecolor{c}{rgb}{0,1,0.8};
  635. \draw [color=c, fill=c] (2.28,1.16644) rectangle (2.44,1.22069);
  636. \draw [color=c, fill=c] (2.44,1.16644) rectangle (2.6,1.22069);
  637. \definecolor{c}{rgb}{0,0.733333,1};
  638. \draw [color=c, fill=c] (2.6,1.16644) rectangle (2.76,1.22069);
  639. \definecolor{c}{rgb}{0,1,0.8};
  640. \draw [color=c, fill=c] (2.76,1.16644) rectangle (2.92,1.22069);
  641. \definecolor{c}{rgb}{0,0.733333,1};
  642. \draw [color=c, fill=c] (2.92,1.16644) rectangle (3.08,1.22069);
  643. \definecolor{c}{rgb}{0,1,0.52};
  644. \draw [color=c, fill=c] (3.08,1.16644) rectangle (3.24,1.22069);
  645. \definecolor{c}{rgb}{0,1,0.986667};
  646. \draw [color=c, fill=c] (3.24,1.16644) rectangle (3.4,1.22069);
  647. \definecolor{c}{rgb}{1,0.933333,0};
  648. \draw [color=c, fill=c] (3.4,1.16644) rectangle (3.56,1.22069);
  649. \definecolor{c}{rgb}{0,1,0.986667};
  650. \draw [color=c, fill=c] (3.56,1.16644) rectangle (3.72,1.22069);
  651. \definecolor{c}{rgb}{0,1,0.8};
  652. \draw [color=c, fill=c] (3.72,1.16644) rectangle (3.88,1.22069);
  653. \definecolor{c}{rgb}{0,0.733333,1};
  654. \draw [color=c, fill=c] (3.88,1.16644) rectangle (4.04,1.22069);
  655. \definecolor{c}{rgb}{0,1,0.8};
  656. \draw [color=c, fill=c] (4.04,1.16644) rectangle (4.2,1.22069);
  657. \definecolor{c}{rgb}{0,1,0.986667};
  658. \draw [color=c, fill=c] (4.2,1.16644) rectangle (4.36,1.22069);
  659. \draw [color=c, fill=c] (4.36,1.16644) rectangle (4.52,1.22069);
  660. \definecolor{c}{rgb}{0,1,0.8};
  661. \draw [color=c, fill=c] (4.52,1.16644) rectangle (4.68,1.22069);
  662. \draw [color=c, fill=c] (4.68,1.16644) rectangle (4.84,1.22069);
  663. \definecolor{c}{rgb}{0,0.546667,1};
  664. \draw [color=c, fill=c] (4.84,1.16644) rectangle (5,1.22069);
  665. \definecolor{c}{rgb}{0,1,0.52};
  666. \draw [color=c, fill=c] (5,1.16644) rectangle (5.16,1.22069);
  667. \draw [color=c, fill=c] (5.16,1.16644) rectangle (5.32,1.22069);
  668. \definecolor{c}{rgb}{0,1,0.8};
  669. \draw [color=c, fill=c] (5.32,1.16644) rectangle (5.48,1.22069);
  670. \definecolor{c}{rgb}{0,1,0.986667};
  671. \draw [color=c, fill=c] (5.48,1.16644) rectangle (5.64,1.22069);
  672. \definecolor{c}{rgb}{0,0.546667,1};
  673. \draw [color=c, fill=c] (5.64,1.16644) rectangle (5.8,1.22069);
  674. \definecolor{c}{rgb}{0,1,0.986667};
  675. \draw [color=c, fill=c] (5.8,1.16644) rectangle (5.96,1.22069);
  676. \definecolor{c}{rgb}{0,1,0.8};
  677. \draw [color=c, fill=c] (5.96,1.16644) rectangle (6.12,1.22069);
  678. \definecolor{c}{rgb}{0,0.733333,1};
  679. \draw [color=c, fill=c] (6.12,1.16644) rectangle (6.28,1.22069);
  680. \definecolor{c}{rgb}{0,0.266667,1};
  681. \draw [color=c, fill=c] (6.28,1.16644) rectangle (6.44,1.22069);
  682. \definecolor{c}{rgb}{0,0.546667,1};
  683. \draw [color=c, fill=c] (6.44,1.16644) rectangle (6.6,1.22069);
  684. \definecolor{c}{rgb}{0,0.733333,1};
  685. \draw [color=c, fill=c] (6.6,1.16644) rectangle (6.76,1.22069);
  686. \definecolor{c}{rgb}{0,0.266667,1};
  687. \draw [color=c, fill=c] (6.76,1.16644) rectangle (6.92,1.22069);
  688. \definecolor{c}{rgb}{0,0.733333,1};
  689. \draw [color=c, fill=c] (6.92,1.16644) rectangle (7.08,1.22069);
  690. \draw [color=c, fill=c] (7.08,1.16644) rectangle (7.24,1.22069);
  691. \definecolor{c}{rgb}{0,0.546667,1};
  692. \draw [color=c, fill=c] (7.24,1.16644) rectangle (7.4,1.22069);
  693. \draw [color=c, fill=c] (7.4,1.16644) rectangle (7.56,1.22069);
  694. \definecolor{c}{rgb}{0,0.266667,1};
  695. \draw [color=c, fill=c] (7.56,1.16644) rectangle (7.72,1.22069);
  696. \draw [color=c, fill=c] (7.72,1.16644) rectangle (7.88,1.22069);
  697. \definecolor{c}{rgb}{0,0.546667,1};
  698. \draw [color=c, fill=c] (7.88,1.16644) rectangle (8.04,1.22069);
  699. \definecolor{c}{rgb}{0.386667,0,1};
  700. \draw [color=c, fill=c] (8.04,1.16644) rectangle (8.2,1.22069);
  701. \definecolor{c}{rgb}{0.2,0,1};
  702. \draw [color=c, fill=c] (8.2,1.16644) rectangle (8.36,1.22069);
  703. \draw [color=c, fill=c] (8.36,1.16644) rectangle (8.52,1.22069);
  704. \draw [color=c, fill=c] (8.52,1.16644) rectangle (8.68,1.22069);
  705. \definecolor{c}{rgb}{0.386667,0,1};
  706. \draw [color=c, fill=c] (8.68,1.16644) rectangle (8.84,1.22069);
  707. \definecolor{c}{rgb}{0.2,0,1};
  708. \draw [color=c, fill=c] (8.84,1.16644) rectangle (9,1.22069);
  709. \definecolor{c}{rgb}{0,0.0800001,1};
  710. \draw [color=c, fill=c] (1,1.22069) rectangle (1.16,1.27494);
  711. \definecolor{c}{rgb}{0,1,0.986667};
  712. \draw [color=c, fill=c] (1.16,1.22069) rectangle (1.32,1.27494);
  713. \definecolor{c}{rgb}{0,0.733333,1};
  714. \draw [color=c, fill=c] (1.32,1.22069) rectangle (1.48,1.27494);
  715. \definecolor{c}{rgb}{0,1,0.52};
  716. \draw [color=c, fill=c] (1.48,1.22069) rectangle (1.64,1.27494);
  717. \definecolor{c}{rgb}{0,0.733333,1};
  718. \draw [color=c, fill=c] (1.64,1.22069) rectangle (1.8,1.27494);
  719. \definecolor{c}{rgb}{0,1,0.986667};
  720. \draw [color=c, fill=c] (1.8,1.22069) rectangle (1.96,1.27494);
  721. \definecolor{c}{rgb}{0,1,0.8};
  722. \draw [color=c, fill=c] (1.96,1.22069) rectangle (2.12,1.27494);
  723. \definecolor{c}{rgb}{0,0.733333,1};
  724. \draw [color=c, fill=c] (2.12,1.22069) rectangle (2.28,1.27494);
  725. \draw [color=c, fill=c] (2.28,1.22069) rectangle (2.44,1.27494);
  726. \definecolor{c}{rgb}{0,1,0.8};
  727. \draw [color=c, fill=c] (2.44,1.22069) rectangle (2.6,1.27494);
  728. \draw [color=c, fill=c] (2.6,1.22069) rectangle (2.76,1.27494);
  729. \definecolor{c}{rgb}{0,0.733333,1};
  730. \draw [color=c, fill=c] (2.76,1.22069) rectangle (2.92,1.27494);
  731. \definecolor{c}{rgb}{0,1,0.52};
  732. \draw [color=c, fill=c] (2.92,1.22069) rectangle (3.08,1.27494);
  733. \definecolor{c}{rgb}{0,1,0.986667};
  734. \draw [color=c, fill=c] (3.08,1.22069) rectangle (3.24,1.27494);
  735. \definecolor{c}{rgb}{0,0.733333,1};
  736. \draw [color=c, fill=c] (3.24,1.22069) rectangle (3.4,1.27494);
  737. \draw [color=c, fill=c] (3.4,1.22069) rectangle (3.56,1.27494);
  738. \definecolor{c}{rgb}{0,1,0.333333};
  739. \draw [color=c, fill=c] (3.56,1.22069) rectangle (3.72,1.27494);
  740. \definecolor{c}{rgb}{0,1,0.8};
  741. \draw [color=c, fill=c] (3.72,1.22069) rectangle (3.88,1.27494);
  742. \definecolor{c}{rgb}{0,1,0.986667};
  743. \draw [color=c, fill=c] (3.88,1.22069) rectangle (4.04,1.27494);
  744. \definecolor{c}{rgb}{0,0.546667,1};
  745. \draw [color=c, fill=c] (4.04,1.22069) rectangle (4.2,1.27494);
  746. \definecolor{c}{rgb}{0,1,0.986667};
  747. \draw [color=c, fill=c] (4.2,1.22069) rectangle (4.36,1.27494);
  748. \definecolor{c}{rgb}{0,1,0.52};
  749. \draw [color=c, fill=c] (4.36,1.22069) rectangle (4.52,1.27494);
  750. \definecolor{c}{rgb}{0,1,0.333333};
  751. \draw [color=c, fill=c] (4.52,1.22069) rectangle (4.68,1.27494);
  752. \definecolor{c}{rgb}{0,1,0.52};
  753. \draw [color=c, fill=c] (4.68,1.22069) rectangle (4.84,1.27494);
  754. \definecolor{c}{rgb}{0,1,0.333333};
  755. \draw [color=c, fill=c] (4.84,1.22069) rectangle (5,1.27494);
  756. \definecolor{c}{rgb}{0,0.546667,1};
  757. \draw [color=c, fill=c] (5,1.22069) rectangle (5.16,1.27494);
  758. \definecolor{c}{rgb}{0,0.733333,1};
  759. \draw [color=c, fill=c] (5.16,1.22069) rectangle (5.32,1.27494);
  760. \definecolor{c}{rgb}{0,1,0.52};
  761. \draw [color=c, fill=c] (5.32,1.22069) rectangle (5.48,1.27494);
  762. \draw [color=c, fill=c] (5.48,1.22069) rectangle (5.64,1.27494);
  763. \definecolor{c}{rgb}{0,1,0.8};
  764. \draw [color=c, fill=c] (5.64,1.22069) rectangle (5.8,1.27494);
  765. \definecolor{c}{rgb}{0,1,0.52};
  766. \draw [color=c, fill=c] (5.8,1.22069) rectangle (5.96,1.27494);
  767. \definecolor{c}{rgb}{0,1,0.986667};
  768. \draw [color=c, fill=c] (5.96,1.22069) rectangle (6.12,1.27494);
  769. \definecolor{c}{rgb}{0,1,0.52};
  770. \draw [color=c, fill=c] (6.12,1.22069) rectangle (6.28,1.27494);
  771. \definecolor{c}{rgb}{0,1,0.986667};
  772. \draw [color=c, fill=c] (6.28,1.22069) rectangle (6.44,1.27494);
  773. \definecolor{c}{rgb}{0,1,0.52};
  774. \draw [color=c, fill=c] (6.44,1.22069) rectangle (6.6,1.27494);
  775. \definecolor{c}{rgb}{0,1,0.8};
  776. \draw [color=c, fill=c] (6.6,1.22069) rectangle (6.76,1.27494);
  777. \definecolor{c}{rgb}{0,1,0.986667};
  778. \draw [color=c, fill=c] (6.76,1.22069) rectangle (6.92,1.27494);
  779. \definecolor{c}{rgb}{0,0.546667,1};
  780. \draw [color=c, fill=c] (6.92,1.22069) rectangle (7.08,1.27494);
  781. \definecolor{c}{rgb}{0,0.733333,1};
  782. \draw [color=c, fill=c] (7.08,1.22069) rectangle (7.24,1.27494);
  783. \definecolor{c}{rgb}{0,1,0.8};
  784. \draw [color=c, fill=c] (7.24,1.22069) rectangle (7.4,1.27494);
  785. \definecolor{c}{rgb}{0,0.546667,1};
  786. \draw [color=c, fill=c] (7.4,1.22069) rectangle (7.56,1.27494);
  787. \definecolor{c}{rgb}{0,0.0800001,1};
  788. \draw [color=c, fill=c] (7.56,1.22069) rectangle (7.72,1.27494);
  789. \definecolor{c}{rgb}{0,0.266667,1};
  790. \draw [color=c, fill=c] (7.72,1.22069) rectangle (7.88,1.27494);
  791. \definecolor{c}{rgb}{0.2,0,1};
  792. \draw [color=c, fill=c] (7.88,1.22069) rectangle (8.04,1.27494);
  793. \draw [color=c, fill=c] (8.04,1.22069) rectangle (8.2,1.27494);
  794. \draw [color=c, fill=c] (8.36,1.22069) rectangle (8.52,1.27494);
  795. \draw [color=c, fill=c] (8.52,1.22069) rectangle (8.68,1.27494);
  796. \definecolor{c}{rgb}{0.386667,0,1};
  797. \draw [color=c, fill=c] (8.68,1.22069) rectangle (8.84,1.27494);
  798. \definecolor{c}{rgb}{0.2,0,1};
  799. \draw [color=c, fill=c] (8.84,1.22069) rectangle (9,1.27494);
  800. \definecolor{c}{rgb}{0,0.546667,1};
  801. \draw [color=c, fill=c] (1,1.27494) rectangle (1.16,1.3292);
  802. \definecolor{c}{rgb}{0,0.733333,1};
  803. \draw [color=c, fill=c] (1.16,1.27494) rectangle (1.32,1.3292);
  804. \definecolor{c}{rgb}{0,1,0.8};
  805. \draw [color=c, fill=c] (1.32,1.27494) rectangle (1.48,1.3292);
  806. \definecolor{c}{rgb}{0,1,0.986667};
  807. \draw [color=c, fill=c] (1.48,1.27494) rectangle (1.64,1.3292);
  808. \definecolor{c}{rgb}{0,0.266667,1};
  809. \draw [color=c, fill=c] (1.64,1.27494) rectangle (1.8,1.3292);
  810. \definecolor{c}{rgb}{0,1,0.986667};
  811. \draw [color=c, fill=c] (1.8,1.27494) rectangle (1.96,1.3292);
  812. \draw [color=c, fill=c] (1.96,1.27494) rectangle (2.12,1.3292);
  813. \definecolor{c}{rgb}{0,0.733333,1};
  814. \draw [color=c, fill=c] (2.12,1.27494) rectangle (2.28,1.3292);
  815. \definecolor{c}{rgb}{0,1,0.8};
  816. \draw [color=c, fill=c] (2.28,1.27494) rectangle (2.44,1.3292);
  817. \draw [color=c, fill=c] (2.44,1.27494) rectangle (2.6,1.3292);
  818. \draw [color=c, fill=c] (2.6,1.27494) rectangle (2.76,1.3292);
  819. \draw [color=c, fill=c] (2.76,1.27494) rectangle (2.92,1.3292);
  820. \draw [color=c, fill=c] (2.92,1.27494) rectangle (3.08,1.3292);
  821. \definecolor{c}{rgb}{0,1,0.52};
  822. \draw [color=c, fill=c] (3.08,1.27494) rectangle (3.24,1.3292);
  823. \definecolor{c}{rgb}{0,1,0.8};
  824. \draw [color=c, fill=c] (3.24,1.27494) rectangle (3.4,1.3292);
  825. \definecolor{c}{rgb}{0,1,0.52};
  826. \draw [color=c, fill=c] (3.4,1.27494) rectangle (3.56,1.3292);
  827. \definecolor{c}{rgb}{0,1,0.8};
  828. \draw [color=c, fill=c] (3.56,1.27494) rectangle (3.72,1.3292);
  829. \definecolor{c}{rgb}{0,1,0.52};
  830. \draw [color=c, fill=c] (3.72,1.27494) rectangle (3.88,1.3292);
  831. \definecolor{c}{rgb}{0,1,0.333333};
  832. \draw [color=c, fill=c] (3.88,1.27494) rectangle (4.04,1.3292);
  833. \definecolor{c}{rgb}{0,0.733333,1};
  834. \draw [color=c, fill=c] (4.04,1.27494) rectangle (4.2,1.3292);
  835. \definecolor{c}{rgb}{0,1,0.8};
  836. \draw [color=c, fill=c] (4.2,1.27494) rectangle (4.36,1.3292);
  837. \definecolor{c}{rgb}{0,1,0.0533334};
  838. \draw [color=c, fill=c] (4.36,1.27494) rectangle (4.52,1.3292);
  839. \definecolor{c}{rgb}{0,1,0.8};
  840. \draw [color=c, fill=c] (4.52,1.27494) rectangle (4.68,1.3292);
  841. \definecolor{c}{rgb}{0,1,0.0533334};
  842. \draw [color=c, fill=c] (4.68,1.27494) rectangle (4.84,1.3292);
  843. \definecolor{c}{rgb}{0,1,0.52};
  844. \draw [color=c, fill=c] (4.84,1.27494) rectangle (5,1.3292);
  845. \definecolor{c}{rgb}{0,1,0.333333};
  846. \draw [color=c, fill=c] (5,1.27494) rectangle (5.16,1.3292);
  847. \definecolor{c}{rgb}{0,1,0.8};
  848. \draw [color=c, fill=c] (5.16,1.27494) rectangle (5.32,1.3292);
  849. \draw [color=c, fill=c] (5.32,1.27494) rectangle (5.48,1.3292);
  850. \definecolor{c}{rgb}{0,0.546667,1};
  851. \draw [color=c, fill=c] (5.48,1.27494) rectangle (5.64,1.3292);
  852. \definecolor{c}{rgb}{0,1,0.986667};
  853. \draw [color=c, fill=c] (5.64,1.27494) rectangle (5.8,1.3292);
  854. \definecolor{c}{rgb}{0,1,0.8};
  855. \draw [color=c, fill=c] (5.8,1.27494) rectangle (5.96,1.3292);
  856. \definecolor{c}{rgb}{0,1,0.52};
  857. \draw [color=c, fill=c] (5.96,1.27494) rectangle (6.12,1.3292);
  858. \definecolor{c}{rgb}{0,1,0.8};
  859. \draw [color=c, fill=c] (6.12,1.27494) rectangle (6.28,1.3292);
  860. \definecolor{c}{rgb}{0,1,0.333333};
  861. \draw [color=c, fill=c] (6.28,1.27494) rectangle (6.44,1.3292);
  862. \definecolor{c}{rgb}{0,0.733333,1};
  863. \draw [color=c, fill=c] (6.44,1.27494) rectangle (6.6,1.3292);
  864. \definecolor{c}{rgb}{0,1,0.986667};
  865. \draw [color=c, fill=c] (6.6,1.27494) rectangle (6.76,1.3292);
  866. \definecolor{c}{rgb}{0,1,0.333333};
  867. \draw [color=c, fill=c] (6.76,1.27494) rectangle (6.92,1.3292);
  868. \definecolor{c}{rgb}{0,0.733333,1};
  869. \draw [color=c, fill=c] (6.92,1.27494) rectangle (7.08,1.3292);
  870. \definecolor{c}{rgb}{0,1,0.986667};
  871. \draw [color=c, fill=c] (7.08,1.27494) rectangle (7.24,1.3292);
  872. \definecolor{c}{rgb}{0,0.546667,1};
  873. \draw [color=c, fill=c] (7.24,1.27494) rectangle (7.4,1.3292);
  874. \definecolor{c}{rgb}{0,0.733333,1};
  875. \draw [color=c, fill=c] (7.4,1.27494) rectangle (7.56,1.3292);
  876. \definecolor{c}{rgb}{0,0.0800001,1};
  877. \draw [color=c, fill=c] (7.56,1.27494) rectangle (7.72,1.3292);
  878. \definecolor{c}{rgb}{0,0.546667,1};
  879. \draw [color=c, fill=c] (7.72,1.27494) rectangle (7.88,1.3292);
  880. \definecolor{c}{rgb}{0,0.0800001,1};
  881. \draw [color=c, fill=c] (7.88,1.27494) rectangle (8.04,1.3292);
  882. \definecolor{c}{rgb}{0.2,0,1};
  883. \draw [color=c, fill=c] (8.04,1.27494) rectangle (8.2,1.3292);
  884. \definecolor{c}{rgb}{0.386667,0,1};
  885. \draw [color=c, fill=c] (8.2,1.27494) rectangle (8.36,1.3292);
  886. \definecolor{c}{rgb}{0,0.0800001,1};
  887. \draw [color=c, fill=c] (8.36,1.27494) rectangle (8.52,1.3292);
  888. \definecolor{c}{rgb}{0.386667,0,1};
  889. \draw [color=c, fill=c] (8.52,1.27494) rectangle (8.68,1.3292);
  890. \definecolor{c}{rgb}{0.2,0,1};
  891. \draw [color=c, fill=c] (8.68,1.27494) rectangle (8.84,1.3292);
  892. \definecolor{c}{rgb}{0.386667,0,1};
  893. \draw [color=c, fill=c] (8.84,1.27494) rectangle (9,1.3292);
  894. \definecolor{c}{rgb}{0,0.266667,1};
  895. \draw [color=c, fill=c] (1,1.3292) rectangle (1.16,1.38345);
  896. \definecolor{c}{rgb}{0,1,0.8};
  897. \draw [color=c, fill=c] (1.16,1.3292) rectangle (1.32,1.38345);
  898. \definecolor{c}{rgb}{0,0.266667,1};
  899. \draw [color=c, fill=c] (1.32,1.3292) rectangle (1.48,1.38345);
  900. \definecolor{c}{rgb}{0,1,0.986667};
  901. \draw [color=c, fill=c] (1.48,1.3292) rectangle (1.64,1.38345);
  902. \definecolor{c}{rgb}{0,1,0.52};
  903. \draw [color=c, fill=c] (1.64,1.3292) rectangle (1.8,1.38345);
  904. \definecolor{c}{rgb}{0,1,0.8};
  905. \draw [color=c, fill=c] (1.8,1.3292) rectangle (1.96,1.38345);
  906. \definecolor{c}{rgb}{0,0.546667,1};
  907. \draw [color=c, fill=c] (1.96,1.3292) rectangle (2.12,1.38345);
  908. \definecolor{c}{rgb}{0,1,0.986667};
  909. \draw [color=c, fill=c] (2.12,1.3292) rectangle (2.28,1.38345);
  910. \definecolor{c}{rgb}{0,0.733333,1};
  911. \draw [color=c, fill=c] (2.28,1.3292) rectangle (2.44,1.38345);
  912. \definecolor{c}{rgb}{0,1,0.8};
  913. \draw [color=c, fill=c] (2.44,1.3292) rectangle (2.6,1.38345);
  914. \definecolor{c}{rgb}{0,1,0.986667};
  915. \draw [color=c, fill=c] (2.6,1.3292) rectangle (2.76,1.38345);
  916. \definecolor{c}{rgb}{0,0.733333,1};
  917. \draw [color=c, fill=c] (2.76,1.3292) rectangle (2.92,1.38345);
  918. \definecolor{c}{rgb}{0,1,0.986667};
  919. \draw [color=c, fill=c] (2.92,1.3292) rectangle (3.08,1.38345);
  920. \definecolor{c}{rgb}{0,1,0.8};
  921. \draw [color=c, fill=c] (3.08,1.3292) rectangle (3.24,1.38345);
  922. \draw [color=c, fill=c] (3.24,1.3292) rectangle (3.4,1.38345);
  923. \draw [color=c, fill=c] (3.4,1.3292) rectangle (3.56,1.38345);
  924. \draw [color=c, fill=c] (3.56,1.3292) rectangle (3.72,1.38345);
  925. \draw [color=c, fill=c] (3.72,1.3292) rectangle (3.88,1.38345);
  926. \draw [color=c, fill=c] (3.88,1.3292) rectangle (4.04,1.38345);
  927. \definecolor{c}{rgb}{0.413333,1,0};
  928. \draw [color=c, fill=c] (4.04,1.3292) rectangle (4.2,1.38345);
  929. \definecolor{c}{rgb}{0,0.733333,1};
  930. \draw [color=c, fill=c] (4.2,1.3292) rectangle (4.36,1.38345);
  931. \definecolor{c}{rgb}{0,1,0.8};
  932. \draw [color=c, fill=c] (4.36,1.3292) rectangle (4.52,1.38345);
  933. \draw [color=c, fill=c] (4.52,1.3292) rectangle (4.68,1.38345);
  934. \definecolor{c}{rgb}{0,1,0.0533334};
  935. \draw [color=c, fill=c] (4.68,1.3292) rectangle (4.84,1.38345);
  936. \definecolor{c}{rgb}{0,1,0.8};
  937. \draw [color=c, fill=c] (4.84,1.3292) rectangle (5,1.38345);
  938. \draw [color=c, fill=c] (5,1.3292) rectangle (5.16,1.38345);
  939. \definecolor{c}{rgb}{0,0.546667,1};
  940. \draw [color=c, fill=c] (5.16,1.3292) rectangle (5.32,1.38345);
  941. \definecolor{c}{rgb}{0,1,0.986667};
  942. \draw [color=c, fill=c] (5.32,1.3292) rectangle (5.48,1.38345);
  943. \definecolor{c}{rgb}{0,1,0.52};
  944. \draw [color=c, fill=c] (5.48,1.3292) rectangle (5.64,1.38345);
  945. \definecolor{c}{rgb}{0,1,0.0533334};
  946. \draw [color=c, fill=c] (5.64,1.3292) rectangle (5.8,1.38345);
  947. \definecolor{c}{rgb}{0,0.733333,1};
  948. \draw [color=c, fill=c] (5.8,1.3292) rectangle (5.96,1.38345);
  949. \definecolor{c}{rgb}{0,1,0.52};
  950. \draw [color=c, fill=c] (5.96,1.3292) rectangle (6.12,1.38345);
  951. \definecolor{c}{rgb}{0,1,0.8};
  952. \draw [color=c, fill=c] (6.12,1.3292) rectangle (6.28,1.38345);
  953. \definecolor{c}{rgb}{0.6,1,0};
  954. \draw [color=c, fill=c] (6.28,1.3292) rectangle (6.44,1.38345);
  955. \definecolor{c}{rgb}{0,0.733333,1};
  956. \draw [color=c, fill=c] (6.44,1.3292) rectangle (6.6,1.38345);
  957. \draw [color=c, fill=c] (6.6,1.3292) rectangle (6.76,1.38345);
  958. \definecolor{c}{rgb}{0,1,0.8};
  959. \draw [color=c, fill=c] (6.76,1.3292) rectangle (6.92,1.38345);
  960. \definecolor{c}{rgb}{0,0.546667,1};
  961. \draw [color=c, fill=c] (6.92,1.3292) rectangle (7.08,1.38345);
  962. \definecolor{c}{rgb}{0,0.733333,1};
  963. \draw [color=c, fill=c] (7.08,1.3292) rectangle (7.24,1.38345);
  964. \draw [color=c, fill=c] (7.24,1.3292) rectangle (7.4,1.38345);
  965. \definecolor{c}{rgb}{0,0.266667,1};
  966. \draw [color=c, fill=c] (7.4,1.3292) rectangle (7.56,1.38345);
  967. \draw [color=c, fill=c] (7.56,1.3292) rectangle (7.72,1.38345);
  968. \definecolor{c}{rgb}{0,0.733333,1};
  969. \draw [color=c, fill=c] (7.72,1.3292) rectangle (7.88,1.38345);
  970. \definecolor{c}{rgb}{0,0.546667,1};
  971. \draw [color=c, fill=c] (7.88,1.3292) rectangle (8.04,1.38345);
  972. \definecolor{c}{rgb}{0.2,0,1};
  973. \draw [color=c, fill=c] (8.04,1.3292) rectangle (8.2,1.38345);
  974. \definecolor{c}{rgb}{0.386667,0,1};
  975. \draw [color=c, fill=c] (8.2,1.3292) rectangle (8.36,1.38345);
  976. \definecolor{c}{rgb}{0,0.0800001,1};
  977. \draw [color=c, fill=c] (8.36,1.3292) rectangle (8.52,1.38345);
  978. \definecolor{c}{rgb}{0.386667,0,1};
  979. \draw [color=c, fill=c] (8.52,1.3292) rectangle (8.68,1.38345);
  980. \draw [color=c, fill=c] (8.68,1.3292) rectangle (8.84,1.38345);
  981. \definecolor{c}{rgb}{0.2,0,1};
  982. \draw [color=c, fill=c] (8.84,1.3292) rectangle (9,1.38345);
  983. \definecolor{c}{rgb}{0,0.266667,1};
  984. \draw [color=c, fill=c] (1,1.38345) rectangle (1.16,1.4377);
  985. \definecolor{c}{rgb}{0,1,0.8};
  986. \draw [color=c, fill=c] (1.16,1.38345) rectangle (1.32,1.4377);
  987. \definecolor{c}{rgb}{0,0.733333,1};
  988. \draw [color=c, fill=c] (1.32,1.38345) rectangle (1.48,1.4377);
  989. \definecolor{c}{rgb}{0,1,0.8};
  990. \draw [color=c, fill=c] (1.48,1.38345) rectangle (1.64,1.4377);
  991. \draw [color=c, fill=c] (1.64,1.38345) rectangle (1.8,1.4377);
  992. \definecolor{c}{rgb}{0,1,0.333333};
  993. \draw [color=c, fill=c] (1.8,1.38345) rectangle (1.96,1.4377);
  994. \definecolor{c}{rgb}{0,0.733333,1};
  995. \draw [color=c, fill=c] (1.96,1.38345) rectangle (2.12,1.4377);
  996. \draw [color=c, fill=c] (2.12,1.38345) rectangle (2.28,1.4377);
  997. \draw [color=c, fill=c] (2.28,1.38345) rectangle (2.44,1.4377);
  998. \definecolor{c}{rgb}{0,1,0.333333};
  999. \draw [color=c, fill=c] (2.44,1.38345) rectangle (2.6,1.4377);
  1000. \definecolor{c}{rgb}{0,1,0.8};
  1001. \draw [color=c, fill=c] (2.6,1.38345) rectangle (2.76,1.4377);
  1002. \definecolor{c}{rgb}{0,0.733333,1};
  1003. \draw [color=c, fill=c] (2.76,1.38345) rectangle (2.92,1.4377);
  1004. \definecolor{c}{rgb}{0,1,0.986667};
  1005. \draw [color=c, fill=c] (2.92,1.38345) rectangle (3.08,1.4377);
  1006. \definecolor{c}{rgb}{0,1,0.333333};
  1007. \draw [color=c, fill=c] (3.08,1.38345) rectangle (3.24,1.4377);
  1008. \definecolor{c}{rgb}{0,1,0.52};
  1009. \draw [color=c, fill=c] (3.24,1.38345) rectangle (3.4,1.4377);
  1010. \definecolor{c}{rgb}{0,1,0.8};
  1011. \draw [color=c, fill=c] (3.4,1.38345) rectangle (3.56,1.4377);
  1012. \definecolor{c}{rgb}{0,1,0.52};
  1013. \draw [color=c, fill=c] (3.56,1.38345) rectangle (3.72,1.4377);
  1014. \draw [color=c, fill=c] (3.72,1.38345) rectangle (3.88,1.4377);
  1015. \definecolor{c}{rgb}{0,1,0.333333};
  1016. \draw [color=c, fill=c] (3.88,1.38345) rectangle (4.04,1.4377);
  1017. \definecolor{c}{rgb}{0,1,0.8};
  1018. \draw [color=c, fill=c] (4.04,1.38345) rectangle (4.2,1.4377);
  1019. \definecolor{c}{rgb}{0,1,0.333333};
  1020. \draw [color=c, fill=c] (4.2,1.38345) rectangle (4.36,1.4377);
  1021. \definecolor{c}{rgb}{0,1,0.986667};
  1022. \draw [color=c, fill=c] (4.36,1.38345) rectangle (4.52,1.4377);
  1023. \definecolor{c}{rgb}{0,1,0.333333};
  1024. \draw [color=c, fill=c] (4.52,1.38345) rectangle (4.68,1.4377);
  1025. \definecolor{c}{rgb}{0,1,0.52};
  1026. \draw [color=c, fill=c] (4.68,1.38345) rectangle (4.84,1.4377);
  1027. \definecolor{c}{rgb}{0,0.733333,1};
  1028. \draw [color=c, fill=c] (4.84,1.38345) rectangle (5,1.4377);
  1029. \definecolor{c}{rgb}{0,1,0.986667};
  1030. \draw [color=c, fill=c] (5,1.38345) rectangle (5.16,1.4377);
  1031. \definecolor{c}{rgb}{0,1,0.52};
  1032. \draw [color=c, fill=c] (5.16,1.38345) rectangle (5.32,1.4377);
  1033. \definecolor{c}{rgb}{0,1,0.333333};
  1034. \draw [color=c, fill=c] (5.32,1.38345) rectangle (5.48,1.4377);
  1035. \definecolor{c}{rgb}{0,1,0.0533334};
  1036. \draw [color=c, fill=c] (5.48,1.38345) rectangle (5.64,1.4377);
  1037. \definecolor{c}{rgb}{0,1,0.986667};
  1038. \draw [color=c, fill=c] (5.64,1.38345) rectangle (5.8,1.4377);
  1039. \definecolor{c}{rgb}{0,1,0.52};
  1040. \draw [color=c, fill=c] (5.8,1.38345) rectangle (5.96,1.4377);
  1041. \definecolor{c}{rgb}{0,1,0.8};
  1042. \draw [color=c, fill=c] (5.96,1.38345) rectangle (6.12,1.4377);
  1043. \draw [color=c, fill=c] (6.12,1.38345) rectangle (6.28,1.4377);
  1044. \definecolor{c}{rgb}{0,1,0.333333};
  1045. \draw [color=c, fill=c] (6.28,1.38345) rectangle (6.44,1.4377);
  1046. \definecolor{c}{rgb}{0.6,1,0};
  1047. \draw [color=c, fill=c] (6.44,1.38345) rectangle (6.6,1.4377);
  1048. \definecolor{c}{rgb}{0,0.546667,1};
  1049. \draw [color=c, fill=c] (6.6,1.38345) rectangle (6.76,1.4377);
  1050. \definecolor{c}{rgb}{0,1,0.986667};
  1051. \draw [color=c, fill=c] (6.76,1.38345) rectangle (6.92,1.4377);
  1052. \definecolor{c}{rgb}{0,1,0.8};
  1053. \draw [color=c, fill=c] (6.92,1.38345) rectangle (7.08,1.4377);
  1054. \definecolor{c}{rgb}{0,0.546667,1};
  1055. \draw [color=c, fill=c] (7.08,1.38345) rectangle (7.24,1.4377);
  1056. \definecolor{c}{rgb}{0,0.733333,1};
  1057. \draw [color=c, fill=c] (7.24,1.38345) rectangle (7.4,1.4377);
  1058. \definecolor{c}{rgb}{0,1,0.333333};
  1059. \draw [color=c, fill=c] (7.4,1.38345) rectangle (7.56,1.4377);
  1060. \definecolor{c}{rgb}{0,0.266667,1};
  1061. \draw [color=c, fill=c] (7.56,1.38345) rectangle (7.72,1.4377);
  1062. \definecolor{c}{rgb}{0,0.0800001,1};
  1063. \draw [color=c, fill=c] (7.72,1.38345) rectangle (7.88,1.4377);
  1064. \definecolor{c}{rgb}{0,0.733333,1};
  1065. \draw [color=c, fill=c] (7.88,1.38345) rectangle (8.04,1.4377);
  1066. \definecolor{c}{rgb}{0.2,0,1};
  1067. \draw [color=c, fill=c] (8.04,1.38345) rectangle (8.2,1.4377);
  1068. \draw [color=c, fill=c] (8.2,1.38345) rectangle (8.36,1.4377);
  1069. \definecolor{c}{rgb}{0.386667,0,1};
  1070. \draw [color=c, fill=c] (8.36,1.38345) rectangle (8.52,1.4377);
  1071. \definecolor{c}{rgb}{0.2,0,1};
  1072. \draw [color=c, fill=c] (8.52,1.38345) rectangle (8.68,1.4377);
  1073. \draw [color=c, fill=c] (8.68,1.38345) rectangle (8.84,1.4377);
  1074. \draw [color=c, fill=c] (8.84,1.38345) rectangle (9,1.4377);
  1075. \definecolor{c}{rgb}{0,1,0.8};
  1076. \draw [color=c, fill=c] (1,1.4377) rectangle (1.16,1.49195);
  1077. \definecolor{c}{rgb}{0,1,0.52};
  1078. \draw [color=c, fill=c] (1.16,1.4377) rectangle (1.32,1.49195);
  1079. \definecolor{c}{rgb}{0,1,0.8};
  1080. \draw [color=c, fill=c] (1.32,1.4377) rectangle (1.48,1.49195);
  1081. \definecolor{c}{rgb}{0,1,0.52};
  1082. \draw [color=c, fill=c] (1.48,1.4377) rectangle (1.64,1.49195);
  1083. \definecolor{c}{rgb}{0,0.733333,1};
  1084. \draw [color=c, fill=c] (1.64,1.4377) rectangle (1.8,1.49195);
  1085. \definecolor{c}{rgb}{0,1,0.0533334};
  1086. \draw [color=c, fill=c] (1.8,1.4377) rectangle (1.96,1.49195);
  1087. \definecolor{c}{rgb}{0,1,0.52};
  1088. \draw [color=c, fill=c] (1.96,1.4377) rectangle (2.12,1.49195);
  1089. \definecolor{c}{rgb}{0,1,0.8};
  1090. \draw [color=c, fill=c] (2.12,1.4377) rectangle (2.28,1.49195);
  1091. \definecolor{c}{rgb}{0,1,0.986667};
  1092. \draw [color=c, fill=c] (2.28,1.4377) rectangle (2.44,1.49195);
  1093. \definecolor{c}{rgb}{0,1,0.0533334};
  1094. \draw [color=c, fill=c] (2.44,1.4377) rectangle (2.6,1.49195);
  1095. \definecolor{c}{rgb}{0,1,0.333333};
  1096. \draw [color=c, fill=c] (2.6,1.4377) rectangle (2.76,1.49195);
  1097. \definecolor{c}{rgb}{0,1,0.52};
  1098. \draw [color=c, fill=c] (2.76,1.4377) rectangle (2.92,1.49195);
  1099. \definecolor{c}{rgb}{0,1,0.8};
  1100. \draw [color=c, fill=c] (2.92,1.4377) rectangle (3.08,1.49195);
  1101. \definecolor{c}{rgb}{0,1,0.52};
  1102. \draw [color=c, fill=c] (3.08,1.4377) rectangle (3.24,1.49195);
  1103. \definecolor{c}{rgb}{0,1,0.0533334};
  1104. \draw [color=c, fill=c] (3.24,1.4377) rectangle (3.4,1.49195);
  1105. \definecolor{c}{rgb}{0,1,0.8};
  1106. \draw [color=c, fill=c] (3.4,1.4377) rectangle (3.56,1.49195);
  1107. \definecolor{c}{rgb}{0,1,0.52};
  1108. \draw [color=c, fill=c] (3.56,1.4377) rectangle (3.72,1.49195);
  1109. \draw [color=c, fill=c] (3.72,1.4377) rectangle (3.88,1.49195);
  1110. \definecolor{c}{rgb}{0,1,0.333333};
  1111. \draw [color=c, fill=c] (3.88,1.4377) rectangle (4.04,1.49195);
  1112. \definecolor{c}{rgb}{0,1,0.52};
  1113. \draw [color=c, fill=c] (4.04,1.4377) rectangle (4.2,1.49195);
  1114. \definecolor{c}{rgb}{0,1,0.986667};
  1115. \draw [color=c, fill=c] (4.2,1.4377) rectangle (4.36,1.49195);
  1116. \definecolor{c}{rgb}{0,1,0.52};
  1117. \draw [color=c, fill=c] (4.36,1.4377) rectangle (4.52,1.49195);
  1118. \definecolor{c}{rgb}{0,1,0.8};
  1119. \draw [color=c, fill=c] (4.52,1.4377) rectangle (4.68,1.49195);
  1120. \definecolor{c}{rgb}{0,1,0.333333};
  1121. \draw [color=c, fill=c] (4.68,1.4377) rectangle (4.84,1.49195);
  1122. \definecolor{c}{rgb}{0,1,0.52};
  1123. \draw [color=c, fill=c] (4.84,1.4377) rectangle (5,1.49195);
  1124. \definecolor{c}{rgb}{0,1,0.0533334};
  1125. \draw [color=c, fill=c] (5,1.4377) rectangle (5.16,1.49195);
  1126. \definecolor{c}{rgb}{0,0.733333,1};
  1127. \draw [color=c, fill=c] (5.16,1.4377) rectangle (5.32,1.49195);
  1128. \definecolor{c}{rgb}{0,1,0.986667};
  1129. \draw [color=c, fill=c] (5.32,1.4377) rectangle (5.48,1.49195);
  1130. \definecolor{c}{rgb}{0,1,0.52};
  1131. \draw [color=c, fill=c] (5.48,1.4377) rectangle (5.64,1.49195);
  1132. \definecolor{c}{rgb}{0,1,0.0533334};
  1133. \draw [color=c, fill=c] (5.64,1.4377) rectangle (5.8,1.49195);
  1134. \definecolor{c}{rgb}{0,1,0.52};
  1135. \draw [color=c, fill=c] (5.8,1.4377) rectangle (5.96,1.49195);
  1136. \draw [color=c, fill=c] (5.96,1.4377) rectangle (6.12,1.49195);
  1137. \draw [color=c, fill=c] (6.12,1.4377) rectangle (6.28,1.49195);
  1138. \definecolor{c}{rgb}{0,1,0.8};
  1139. \draw [color=c, fill=c] (6.28,1.4377) rectangle (6.44,1.49195);
  1140. \draw [color=c, fill=c] (6.44,1.4377) rectangle (6.6,1.49195);
  1141. \definecolor{c}{rgb}{0,0.733333,1};
  1142. \draw [color=c, fill=c] (6.6,1.4377) rectangle (6.76,1.49195);
  1143. \definecolor{c}{rgb}{0,1,0.8};
  1144. \draw [color=c, fill=c] (6.76,1.4377) rectangle (6.92,1.49195);
  1145. \definecolor{c}{rgb}{0,0.733333,1};
  1146. \draw [color=c, fill=c] (6.92,1.4377) rectangle (7.08,1.49195);
  1147. \definecolor{c}{rgb}{0,1,0.986667};
  1148. \draw [color=c, fill=c] (7.08,1.4377) rectangle (7.24,1.49195);
  1149. \definecolor{c}{rgb}{0,1,0.8};
  1150. \draw [color=c, fill=c] (7.24,1.4377) rectangle (7.4,1.49195);
  1151. \definecolor{c}{rgb}{0,0.546667,1};
  1152. \draw [color=c, fill=c] (7.4,1.4377) rectangle (7.56,1.49195);
  1153. \draw [color=c, fill=c] (7.56,1.4377) rectangle (7.72,1.49195);
  1154. \definecolor{c}{rgb}{0,0.266667,1};
  1155. \draw [color=c, fill=c] (7.72,1.4377) rectangle (7.88,1.49195);
  1156. \definecolor{c}{rgb}{0,0.0800001,1};
  1157. \draw [color=c, fill=c] (7.88,1.4377) rectangle (8.04,1.49195);
  1158. \draw [color=c, fill=c] (8.04,1.4377) rectangle (8.2,1.49195);
  1159. \definecolor{c}{rgb}{0.2,0,1};
  1160. \draw [color=c, fill=c] (8.2,1.4377) rectangle (8.36,1.49195);
  1161. \draw [color=c, fill=c] (8.36,1.4377) rectangle (8.52,1.49195);
  1162. \definecolor{c}{rgb}{0.386667,0,1};
  1163. \draw [color=c, fill=c] (8.52,1.4377) rectangle (8.68,1.49195);
  1164. \definecolor{c}{rgb}{0.2,0,1};
  1165. \draw [color=c, fill=c] (8.68,1.4377) rectangle (8.84,1.49195);
  1166. \draw [color=c, fill=c] (8.84,1.4377) rectangle (9,1.49195);
  1167. \definecolor{c}{rgb}{0,1,0.8};
  1168. \draw [color=c, fill=c] (1,1.49195) rectangle (1.16,1.54621);
  1169. \definecolor{c}{rgb}{0,0.733333,1};
  1170. \draw [color=c, fill=c] (1.16,1.49195) rectangle (1.32,1.54621);
  1171. \definecolor{c}{rgb}{0,0.546667,1};
  1172. \draw [color=c, fill=c] (1.32,1.49195) rectangle (1.48,1.54621);
  1173. \definecolor{c}{rgb}{0,1,0.52};
  1174. \draw [color=c, fill=c] (1.48,1.49195) rectangle (1.64,1.54621);
  1175. \draw [color=c, fill=c] (1.64,1.49195) rectangle (1.8,1.54621);
  1176. \definecolor{c}{rgb}{0,1,0.986667};
  1177. \draw [color=c, fill=c] (1.8,1.49195) rectangle (1.96,1.54621);
  1178. \definecolor{c}{rgb}{0,1,0.333333};
  1179. \draw [color=c, fill=c] (1.96,1.49195) rectangle (2.12,1.54621);
  1180. \definecolor{c}{rgb}{0,1,0.8};
  1181. \draw [color=c, fill=c] (2.12,1.49195) rectangle (2.28,1.54621);
  1182. \definecolor{c}{rgb}{0,1,0.0533334};
  1183. \draw [color=c, fill=c] (2.28,1.49195) rectangle (2.44,1.54621);
  1184. \definecolor{c}{rgb}{0,1,0.986667};
  1185. \draw [color=c, fill=c] (2.44,1.49195) rectangle (2.6,1.54621);
  1186. \definecolor{c}{rgb}{0,1,0.52};
  1187. \draw [color=c, fill=c] (2.6,1.49195) rectangle (2.76,1.54621);
  1188. \definecolor{c}{rgb}{0,1,0.8};
  1189. \draw [color=c, fill=c] (2.76,1.49195) rectangle (2.92,1.54621);
  1190. \definecolor{c}{rgb}{0,1,0.52};
  1191. \draw [color=c, fill=c] (2.92,1.49195) rectangle (3.08,1.54621);
  1192. \definecolor{c}{rgb}{0,1,0.986667};
  1193. \draw [color=c, fill=c] (3.08,1.49195) rectangle (3.24,1.54621);
  1194. \definecolor{c}{rgb}{0,1,0.8};
  1195. \draw [color=c, fill=c] (3.24,1.49195) rectangle (3.4,1.54621);
  1196. \draw [color=c, fill=c] (3.4,1.49195) rectangle (3.56,1.54621);
  1197. \definecolor{c}{rgb}{0,1,0.52};
  1198. \draw [color=c, fill=c] (3.56,1.49195) rectangle (3.72,1.54621);
  1199. \definecolor{c}{rgb}{0,1,0.0533334};
  1200. \draw [color=c, fill=c] (3.72,1.49195) rectangle (3.88,1.54621);
  1201. \definecolor{c}{rgb}{0,1,0.986667};
  1202. \draw [color=c, fill=c] (3.88,1.49195) rectangle (4.04,1.54621);
  1203. \definecolor{c}{rgb}{0,1,0.333333};
  1204. \draw [color=c, fill=c] (4.04,1.49195) rectangle (4.2,1.54621);
  1205. \definecolor{c}{rgb}{0,1,0.8};
  1206. \draw [color=c, fill=c] (4.2,1.49195) rectangle (4.36,1.54621);
  1207. \definecolor{c}{rgb}{0,0.733333,1};
  1208. \draw [color=c, fill=c] (4.36,1.49195) rectangle (4.52,1.54621);
  1209. \draw [color=c, fill=c] (4.52,1.49195) rectangle (4.68,1.54621);
  1210. \draw [color=c, fill=c] (4.68,1.49195) rectangle (4.84,1.54621);
  1211. \definecolor{c}{rgb}{0,1,0.0533334};
  1212. \draw [color=c, fill=c] (4.84,1.49195) rectangle (5,1.54621);
  1213. \draw [color=c, fill=c] (5,1.49195) rectangle (5.16,1.54621);
  1214. \draw [color=c, fill=c] (5.16,1.49195) rectangle (5.32,1.54621);
  1215. \definecolor{c}{rgb}{0,1,0.52};
  1216. \draw [color=c, fill=c] (5.32,1.49195) rectangle (5.48,1.54621);
  1217. \draw [color=c, fill=c] (5.48,1.49195) rectangle (5.64,1.54621);
  1218. \definecolor{c}{rgb}{0,1,0.333333};
  1219. \draw [color=c, fill=c] (5.64,1.49195) rectangle (5.8,1.54621);
  1220. \definecolor{c}{rgb}{0,1,0.8};
  1221. \draw [color=c, fill=c] (5.8,1.49195) rectangle (5.96,1.54621);
  1222. \definecolor{c}{rgb}{0.413333,1,0};
  1223. \draw [color=c, fill=c] (5.96,1.49195) rectangle (6.12,1.54621);
  1224. \definecolor{c}{rgb}{0.133333,1,0};
  1225. \draw [color=c, fill=c] (6.12,1.49195) rectangle (6.28,1.54621);
  1226. \definecolor{c}{rgb}{0,1,0.52};
  1227. \draw [color=c, fill=c] (6.28,1.49195) rectangle (6.44,1.54621);
  1228. \draw [color=c, fill=c] (6.44,1.49195) rectangle (6.6,1.54621);
  1229. \definecolor{c}{rgb}{0,0.546667,1};
  1230. \draw [color=c, fill=c] (6.6,1.49195) rectangle (6.76,1.54621);
  1231. \definecolor{c}{rgb}{0,1,0.333333};
  1232. \draw [color=c, fill=c] (6.76,1.49195) rectangle (6.92,1.54621);
  1233. \definecolor{c}{rgb}{0,1,0.52};
  1234. \draw [color=c, fill=c] (6.92,1.49195) rectangle (7.08,1.54621);
  1235. \draw [color=c, fill=c] (7.08,1.49195) rectangle (7.24,1.54621);
  1236. \definecolor{c}{rgb}{0,0.266667,1};
  1237. \draw [color=c, fill=c] (7.24,1.49195) rectangle (7.4,1.54621);
  1238. \definecolor{c}{rgb}{0,1,0.8};
  1239. \draw [color=c, fill=c] (7.4,1.49195) rectangle (7.56,1.54621);
  1240. \definecolor{c}{rgb}{0,0.266667,1};
  1241. \draw [color=c, fill=c] (7.56,1.49195) rectangle (7.72,1.54621);
  1242. \definecolor{c}{rgb}{0,0.0800001,1};
  1243. \draw [color=c, fill=c] (7.72,1.49195) rectangle (7.88,1.54621);
  1244. \definecolor{c}{rgb}{0.2,0,1};
  1245. \draw [color=c, fill=c] (7.88,1.49195) rectangle (8.04,1.54621);
  1246. \draw [color=c, fill=c] (8.04,1.49195) rectangle (8.2,1.54621);
  1247. \definecolor{c}{rgb}{0,0.266667,1};
  1248. \draw [color=c, fill=c] (8.2,1.49195) rectangle (8.36,1.54621);
  1249. \definecolor{c}{rgb}{0.386667,0,1};
  1250. \draw [color=c, fill=c] (8.36,1.49195) rectangle (8.52,1.54621);
  1251. \definecolor{c}{rgb}{0.2,0,1};
  1252. \draw [color=c, fill=c] (8.52,1.49195) rectangle (8.68,1.54621);
  1253. \draw [color=c, fill=c] (8.84,1.49195) rectangle (9,1.54621);
  1254. \definecolor{c}{rgb}{0,0.733333,1};
  1255. \draw [color=c, fill=c] (1,1.54621) rectangle (1.16,1.60046);
  1256. \definecolor{c}{rgb}{0,0.546667,1};
  1257. \draw [color=c, fill=c] (1.16,1.54621) rectangle (1.32,1.60046);
  1258. \definecolor{c}{rgb}{0,0.733333,1};
  1259. \draw [color=c, fill=c] (1.32,1.54621) rectangle (1.48,1.60046);
  1260. \definecolor{c}{rgb}{0,1,0.52};
  1261. \draw [color=c, fill=c] (1.48,1.54621) rectangle (1.64,1.60046);
  1262. \definecolor{c}{rgb}{0,1,0.8};
  1263. \draw [color=c, fill=c] (1.64,1.54621) rectangle (1.8,1.60046);
  1264. \definecolor{c}{rgb}{0,1,0.0533334};
  1265. \draw [color=c, fill=c] (1.8,1.54621) rectangle (1.96,1.60046);
  1266. \draw [color=c, fill=c] (1.96,1.54621) rectangle (2.12,1.60046);
  1267. \definecolor{c}{rgb}{0,1,0.8};
  1268. \draw [color=c, fill=c] (2.12,1.54621) rectangle (2.28,1.60046);
  1269. \definecolor{c}{rgb}{0,1,0.986667};
  1270. \draw [color=c, fill=c] (2.28,1.54621) rectangle (2.44,1.60046);
  1271. \definecolor{c}{rgb}{0,1,0.333333};
  1272. \draw [color=c, fill=c] (2.44,1.54621) rectangle (2.6,1.60046);
  1273. \definecolor{c}{rgb}{0.133333,1,0};
  1274. \draw [color=c, fill=c] (2.6,1.54621) rectangle (2.76,1.60046);
  1275. \definecolor{c}{rgb}{0,1,0.333333};
  1276. \draw [color=c, fill=c] (2.76,1.54621) rectangle (2.92,1.60046);
  1277. \definecolor{c}{rgb}{0,1,0.52};
  1278. \draw [color=c, fill=c] (2.92,1.54621) rectangle (3.08,1.60046);
  1279. \draw [color=c, fill=c] (3.08,1.54621) rectangle (3.24,1.60046);
  1280. \definecolor{c}{rgb}{0,1,0.8};
  1281. \draw [color=c, fill=c] (3.24,1.54621) rectangle (3.4,1.60046);
  1282. \definecolor{c}{rgb}{0,1,0.986667};
  1283. \draw [color=c, fill=c] (3.4,1.54621) rectangle (3.56,1.60046);
  1284. \definecolor{c}{rgb}{0,1,0.8};
  1285. \draw [color=c, fill=c] (3.56,1.54621) rectangle (3.72,1.60046);
  1286. \definecolor{c}{rgb}{0,1,0.0533334};
  1287. \draw [color=c, fill=c] (3.72,1.54621) rectangle (3.88,1.60046);
  1288. \definecolor{c}{rgb}{0,1,0.52};
  1289. \draw [color=c, fill=c] (3.88,1.54621) rectangle (4.04,1.60046);
  1290. \definecolor{c}{rgb}{0,1,0.0533334};
  1291. \draw [color=c, fill=c] (4.04,1.54621) rectangle (4.2,1.60046);
  1292. \definecolor{c}{rgb}{0,1,0.333333};
  1293. \draw [color=c, fill=c] (4.2,1.54621) rectangle (4.36,1.60046);
  1294. \draw [color=c, fill=c] (4.36,1.54621) rectangle (4.52,1.60046);
  1295. \definecolor{c}{rgb}{0,1,0.52};
  1296. \draw [color=c, fill=c] (4.52,1.54621) rectangle (4.68,1.60046);
  1297. \definecolor{c}{rgb}{0,1,0.333333};
  1298. \draw [color=c, fill=c] (4.68,1.54621) rectangle (4.84,1.60046);
  1299. \draw [color=c, fill=c] (4.84,1.54621) rectangle (5,1.60046);
  1300. \definecolor{c}{rgb}{0,1,0.52};
  1301. \draw [color=c, fill=c] (5,1.54621) rectangle (5.16,1.60046);
  1302. \definecolor{c}{rgb}{0,1,0.8};
  1303. \draw [color=c, fill=c] (5.16,1.54621) rectangle (5.32,1.60046);
  1304. \definecolor{c}{rgb}{0,1,0.986667};
  1305. \draw [color=c, fill=c] (5.32,1.54621) rectangle (5.48,1.60046);
  1306. \definecolor{c}{rgb}{0,1,0.0533334};
  1307. \draw [color=c, fill=c] (5.48,1.54621) rectangle (5.64,1.60046);
  1308. \draw [color=c, fill=c] (5.64,1.54621) rectangle (5.8,1.60046);
  1309. \definecolor{c}{rgb}{0,1,0.333333};
  1310. \draw [color=c, fill=c] (5.8,1.54621) rectangle (5.96,1.60046);
  1311. \definecolor{c}{rgb}{0,1,0.986667};
  1312. \draw [color=c, fill=c] (5.96,1.54621) rectangle (6.12,1.60046);
  1313. \definecolor{c}{rgb}{0,1,0.8};
  1314. \draw [color=c, fill=c] (6.12,1.54621) rectangle (6.28,1.60046);
  1315. \definecolor{c}{rgb}{0,1,0.333333};
  1316. \draw [color=c, fill=c] (6.28,1.54621) rectangle (6.44,1.60046);
  1317. \definecolor{c}{rgb}{0,1,0.0533334};
  1318. \draw [color=c, fill=c] (6.44,1.54621) rectangle (6.6,1.60046);
  1319. \definecolor{c}{rgb}{0,1,0.52};
  1320. \draw [color=c, fill=c] (6.6,1.54621) rectangle (6.76,1.60046);
  1321. \definecolor{c}{rgb}{0,0.546667,1};
  1322. \draw [color=c, fill=c] (6.76,1.54621) rectangle (6.92,1.60046);
  1323. \definecolor{c}{rgb}{0,1,0.8};
  1324. \draw [color=c, fill=c] (6.92,1.54621) rectangle (7.08,1.60046);
  1325. \definecolor{c}{rgb}{0,1,0.986667};
  1326. \draw [color=c, fill=c] (7.08,1.54621) rectangle (7.24,1.60046);
  1327. \definecolor{c}{rgb}{0,1,0.8};
  1328. \draw [color=c, fill=c] (7.24,1.54621) rectangle (7.4,1.60046);
  1329. \draw [color=c, fill=c] (7.4,1.54621) rectangle (7.56,1.60046);
  1330. \definecolor{c}{rgb}{0,0.266667,1};
  1331. \draw [color=c, fill=c] (7.56,1.54621) rectangle (7.72,1.60046);
  1332. \definecolor{c}{rgb}{0,1,0.986667};
  1333. \draw [color=c, fill=c] (7.72,1.54621) rectangle (7.88,1.60046);
  1334. \definecolor{c}{rgb}{0,0.266667,1};
  1335. \draw [color=c, fill=c] (7.88,1.54621) rectangle (8.04,1.60046);
  1336. \definecolor{c}{rgb}{0.2,0,1};
  1337. \draw [color=c, fill=c] (8.04,1.54621) rectangle (8.2,1.60046);
  1338. \definecolor{c}{rgb}{0.386667,0,1};
  1339. \draw [color=c, fill=c] (8.2,1.54621) rectangle (8.36,1.60046);
  1340. \definecolor{c}{rgb}{0.2,0,1};
  1341. \draw [color=c, fill=c] (8.36,1.54621) rectangle (8.52,1.60046);
  1342. \definecolor{c}{rgb}{0.386667,0,1};
  1343. \draw [color=c, fill=c] (8.52,1.54621) rectangle (8.68,1.60046);
  1344. \definecolor{c}{rgb}{0,0.0800001,1};
  1345. \draw [color=c, fill=c] (8.68,1.54621) rectangle (8.84,1.60046);
  1346. \definecolor{c}{rgb}{0.386667,0,1};
  1347. \draw [color=c, fill=c] (8.84,1.54621) rectangle (9,1.60046);
  1348. \definecolor{c}{rgb}{0,1,0.986667};
  1349. \draw [color=c, fill=c] (1,1.60046) rectangle (1.16,1.65471);
  1350. \definecolor{c}{rgb}{0,1,0.333333};
  1351. \draw [color=c, fill=c] (1.16,1.60046) rectangle (1.32,1.65471);
  1352. \draw [color=c, fill=c] (1.32,1.60046) rectangle (1.48,1.65471);
  1353. \definecolor{c}{rgb}{0,1,0.8};
  1354. \draw [color=c, fill=c] (1.48,1.60046) rectangle (1.64,1.65471);
  1355. \definecolor{c}{rgb}{0,1,0.333333};
  1356. \draw [color=c, fill=c] (1.64,1.60046) rectangle (1.8,1.65471);
  1357. \draw [color=c, fill=c] (1.8,1.60046) rectangle (1.96,1.65471);
  1358. \definecolor{c}{rgb}{0,1,0.0533334};
  1359. \draw [color=c, fill=c] (1.96,1.60046) rectangle (2.12,1.65471);
  1360. \draw [color=c, fill=c] (2.12,1.60046) rectangle (2.28,1.65471);
  1361. \definecolor{c}{rgb}{0,1,0.52};
  1362. \draw [color=c, fill=c] (2.28,1.60046) rectangle (2.44,1.65471);
  1363. \definecolor{c}{rgb}{0,1,0.0533334};
  1364. \draw [color=c, fill=c] (2.44,1.60046) rectangle (2.6,1.65471);
  1365. \definecolor{c}{rgb}{0,1,0.52};
  1366. \draw [color=c, fill=c] (2.6,1.60046) rectangle (2.76,1.65471);
  1367. \definecolor{c}{rgb}{0,1,0.8};
  1368. \draw [color=c, fill=c] (2.76,1.60046) rectangle (2.92,1.65471);
  1369. \definecolor{c}{rgb}{0,1,0.333333};
  1370. \draw [color=c, fill=c] (2.92,1.60046) rectangle (3.08,1.65471);
  1371. \definecolor{c}{rgb}{0.413333,1,0};
  1372. \draw [color=c, fill=c] (3.08,1.60046) rectangle (3.24,1.65471);
  1373. \definecolor{c}{rgb}{0,1,0.0533334};
  1374. \draw [color=c, fill=c] (3.24,1.60046) rectangle (3.4,1.65471);
  1375. \definecolor{c}{rgb}{0,1,0.52};
  1376. \draw [color=c, fill=c] (3.4,1.60046) rectangle (3.56,1.65471);
  1377. \definecolor{c}{rgb}{0,0.733333,1};
  1378. \draw [color=c, fill=c] (3.56,1.60046) rectangle (3.72,1.65471);
  1379. \definecolor{c}{rgb}{0,1,0.8};
  1380. \draw [color=c, fill=c] (3.72,1.60046) rectangle (3.88,1.65471);
  1381. \definecolor{c}{rgb}{0,1,0.333333};
  1382. \draw [color=c, fill=c] (3.88,1.60046) rectangle (4.04,1.65471);
  1383. \definecolor{c}{rgb}{0,1,0.52};
  1384. \draw [color=c, fill=c] (4.04,1.60046) rectangle (4.2,1.65471);
  1385. \definecolor{c}{rgb}{0.133333,1,0};
  1386. \draw [color=c, fill=c] (4.2,1.60046) rectangle (4.36,1.65471);
  1387. \definecolor{c}{rgb}{0,1,0.52};
  1388. \draw [color=c, fill=c] (4.36,1.60046) rectangle (4.52,1.65471);
  1389. \definecolor{c}{rgb}{0,1,0.0533334};
  1390. \draw [color=c, fill=c] (4.52,1.60046) rectangle (4.68,1.65471);
  1391. \definecolor{c}{rgb}{0,1,0.8};
  1392. \draw [color=c, fill=c] (4.68,1.60046) rectangle (4.84,1.65471);
  1393. \definecolor{c}{rgb}{0,1,0.52};
  1394. \draw [color=c, fill=c] (4.84,1.60046) rectangle (5,1.65471);
  1395. \definecolor{c}{rgb}{0,1,0.0533334};
  1396. \draw [color=c, fill=c] (5,1.60046) rectangle (5.16,1.65471);
  1397. \definecolor{c}{rgb}{0,1,0.986667};
  1398. \draw [color=c, fill=c] (5.16,1.60046) rectangle (5.32,1.65471);
  1399. \definecolor{c}{rgb}{0.88,1,0};
  1400. \draw [color=c, fill=c] (5.32,1.60046) rectangle (5.48,1.65471);
  1401. \definecolor{c}{rgb}{0,1,0.52};
  1402. \draw [color=c, fill=c] (5.48,1.60046) rectangle (5.64,1.65471);
  1403. \draw [color=c, fill=c] (5.64,1.60046) rectangle (5.8,1.65471);
  1404. \definecolor{c}{rgb}{0,1,0.333333};
  1405. \draw [color=c, fill=c] (5.8,1.60046) rectangle (5.96,1.65471);
  1406. \definecolor{c}{rgb}{0,1,0.0533334};
  1407. \draw [color=c, fill=c] (5.96,1.60046) rectangle (6.12,1.65471);
  1408. \definecolor{c}{rgb}{0,1,0.52};
  1409. \draw [color=c, fill=c] (6.12,1.60046) rectangle (6.28,1.65471);
  1410. \definecolor{c}{rgb}{0,1,0.986667};
  1411. \draw [color=c, fill=c] (6.28,1.60046) rectangle (6.44,1.65471);
  1412. \definecolor{c}{rgb}{0.133333,1,0};
  1413. \draw [color=c, fill=c] (6.44,1.60046) rectangle (6.6,1.65471);
  1414. \definecolor{c}{rgb}{0,1,0.0533334};
  1415. \draw [color=c, fill=c] (6.6,1.60046) rectangle (6.76,1.65471);
  1416. \definecolor{c}{rgb}{0,1,0.8};
  1417. \draw [color=c, fill=c] (6.76,1.60046) rectangle (6.92,1.65471);
  1418. \definecolor{c}{rgb}{0,1,0.986667};
  1419. \draw [color=c, fill=c] (6.92,1.60046) rectangle (7.08,1.65471);
  1420. \definecolor{c}{rgb}{0,1,0.0533334};
  1421. \draw [color=c, fill=c] (7.08,1.60046) rectangle (7.24,1.65471);
  1422. \definecolor{c}{rgb}{0,1,0.52};
  1423. \draw [color=c, fill=c] (7.24,1.60046) rectangle (7.4,1.65471);
  1424. \definecolor{c}{rgb}{0,0.546667,1};
  1425. \draw [color=c, fill=c] (7.4,1.60046) rectangle (7.56,1.65471);
  1426. \definecolor{c}{rgb}{0,0.266667,1};
  1427. \draw [color=c, fill=c] (7.56,1.60046) rectangle (7.72,1.65471);
  1428. \definecolor{c}{rgb}{0,0.733333,1};
  1429. \draw [color=c, fill=c] (7.72,1.60046) rectangle (7.88,1.65471);
  1430. \definecolor{c}{rgb}{0,0.266667,1};
  1431. \draw [color=c, fill=c] (7.88,1.60046) rectangle (8.04,1.65471);
  1432. \definecolor{c}{rgb}{0.2,0,1};
  1433. \draw [color=c, fill=c] (8.04,1.60046) rectangle (8.2,1.65471);
  1434. \definecolor{c}{rgb}{0,0.0800001,1};
  1435. \draw [color=c, fill=c] (8.2,1.60046) rectangle (8.36,1.65471);
  1436. \definecolor{c}{rgb}{0.2,0,1};
  1437. \draw [color=c, fill=c] (8.36,1.60046) rectangle (8.52,1.65471);
  1438. \draw [color=c, fill=c] (8.52,1.60046) rectangle (8.68,1.65471);
  1439. \draw [color=c, fill=c] (8.68,1.60046) rectangle (8.84,1.65471);
  1440. \definecolor{c}{rgb}{0.386667,0,1};
  1441. \draw [color=c, fill=c] (8.84,1.60046) rectangle (9,1.65471);
  1442. \definecolor{c}{rgb}{0,0.733333,1};
  1443. \draw [color=c, fill=c] (1,1.65471) rectangle (1.16,1.70897);
  1444. \definecolor{c}{rgb}{0,1,0.8};
  1445. \draw [color=c, fill=c] (1.16,1.65471) rectangle (1.32,1.70897);
  1446. \definecolor{c}{rgb}{0,1,0.986667};
  1447. \draw [color=c, fill=c] (1.32,1.65471) rectangle (1.48,1.70897);
  1448. \definecolor{c}{rgb}{0,1,0.52};
  1449. \draw [color=c, fill=c] (1.48,1.65471) rectangle (1.64,1.70897);
  1450. \draw [color=c, fill=c] (1.64,1.65471) rectangle (1.8,1.70897);
  1451. \definecolor{c}{rgb}{0.133333,1,0};
  1452. \draw [color=c, fill=c] (1.8,1.65471) rectangle (1.96,1.70897);
  1453. \definecolor{c}{rgb}{0,1,0.8};
  1454. \draw [color=c, fill=c] (1.96,1.65471) rectangle (2.12,1.70897);
  1455. \definecolor{c}{rgb}{0,1,0.333333};
  1456. \draw [color=c, fill=c] (2.12,1.65471) rectangle (2.28,1.70897);
  1457. \definecolor{c}{rgb}{0.133333,1,0};
  1458. \draw [color=c, fill=c] (2.28,1.65471) rectangle (2.44,1.70897);
  1459. \definecolor{c}{rgb}{0,1,0.333333};
  1460. \draw [color=c, fill=c] (2.44,1.65471) rectangle (2.6,1.70897);
  1461. \definecolor{c}{rgb}{0,1,0.52};
  1462. \draw [color=c, fill=c] (2.6,1.65471) rectangle (2.76,1.70897);
  1463. \definecolor{c}{rgb}{0,1,0.333333};
  1464. \draw [color=c, fill=c] (2.76,1.65471) rectangle (2.92,1.70897);
  1465. \definecolor{c}{rgb}{0.133333,1,0};
  1466. \draw [color=c, fill=c] (2.92,1.65471) rectangle (3.08,1.70897);
  1467. \definecolor{c}{rgb}{0,1,0.333333};
  1468. \draw [color=c, fill=c] (3.08,1.65471) rectangle (3.24,1.70897);
  1469. \definecolor{c}{rgb}{0,1,0.52};
  1470. \draw [color=c, fill=c] (3.24,1.65471) rectangle (3.4,1.70897);
  1471. \definecolor{c}{rgb}{0,1,0.0533334};
  1472. \draw [color=c, fill=c] (3.4,1.65471) rectangle (3.56,1.70897);
  1473. \definecolor{c}{rgb}{0.413333,1,0};
  1474. \draw [color=c, fill=c] (3.56,1.65471) rectangle (3.72,1.70897);
  1475. \definecolor{c}{rgb}{0.6,1,0};
  1476. \draw [color=c, fill=c] (3.72,1.65471) rectangle (3.88,1.70897);
  1477. \definecolor{c}{rgb}{0,1,0.333333};
  1478. \draw [color=c, fill=c] (3.88,1.65471) rectangle (4.04,1.70897);
  1479. \definecolor{c}{rgb}{0,1,0.0533334};
  1480. \draw [color=c, fill=c] (4.04,1.65471) rectangle (4.2,1.70897);
  1481. \definecolor{c}{rgb}{0,1,0.52};
  1482. \draw [color=c, fill=c] (4.2,1.65471) rectangle (4.36,1.70897);
  1483. \definecolor{c}{rgb}{0,1,0.0533334};
  1484. \draw [color=c, fill=c] (4.36,1.65471) rectangle (4.52,1.70897);
  1485. \definecolor{c}{rgb}{0,0.733333,1};
  1486. \draw [color=c, fill=c] (4.52,1.65471) rectangle (4.68,1.70897);
  1487. \definecolor{c}{rgb}{0,1,0.8};
  1488. \draw [color=c, fill=c] (4.68,1.65471) rectangle (4.84,1.70897);
  1489. \draw [color=c, fill=c] (4.84,1.65471) rectangle (5,1.70897);
  1490. \definecolor{c}{rgb}{0,1,0.986667};
  1491. \draw [color=c, fill=c] (5,1.65471) rectangle (5.16,1.70897);
  1492. \definecolor{c}{rgb}{0,1,0.333333};
  1493. \draw [color=c, fill=c] (5.16,1.65471) rectangle (5.32,1.70897);
  1494. \draw [color=c, fill=c] (5.32,1.65471) rectangle (5.48,1.70897);
  1495. \definecolor{c}{rgb}{0,1,0.8};
  1496. \draw [color=c, fill=c] (5.48,1.65471) rectangle (5.64,1.70897);
  1497. \definecolor{c}{rgb}{0,1,0.986667};
  1498. \draw [color=c, fill=c] (5.64,1.65471) rectangle (5.8,1.70897);
  1499. \definecolor{c}{rgb}{0,1,0.52};
  1500. \draw [color=c, fill=c] (5.8,1.65471) rectangle (5.96,1.70897);
  1501. \definecolor{c}{rgb}{0,1,0.8};
  1502. \draw [color=c, fill=c] (5.96,1.65471) rectangle (6.12,1.70897);
  1503. \definecolor{c}{rgb}{0,1,0.52};
  1504. \draw [color=c, fill=c] (6.12,1.65471) rectangle (6.28,1.70897);
  1505. \definecolor{c}{rgb}{0,1,0.8};
  1506. \draw [color=c, fill=c] (6.28,1.65471) rectangle (6.44,1.70897);
  1507. \definecolor{c}{rgb}{0,1,0.333333};
  1508. \draw [color=c, fill=c] (6.44,1.65471) rectangle (6.6,1.70897);
  1509. \definecolor{c}{rgb}{0,0.733333,1};
  1510. \draw [color=c, fill=c] (6.6,1.65471) rectangle (6.76,1.70897);
  1511. \definecolor{c}{rgb}{0,1,0.0533334};
  1512. \draw [color=c, fill=c] (6.76,1.65471) rectangle (6.92,1.70897);
  1513. \definecolor{c}{rgb}{0,0.546667,1};
  1514. \draw [color=c, fill=c] (6.92,1.65471) rectangle (7.08,1.70897);
  1515. \definecolor{c}{rgb}{0,1,0.8};
  1516. \draw [color=c, fill=c] (7.08,1.65471) rectangle (7.24,1.70897);
  1517. \definecolor{c}{rgb}{0,1,0.986667};
  1518. \draw [color=c, fill=c] (7.24,1.65471) rectangle (7.4,1.70897);
  1519. \definecolor{c}{rgb}{0,0.733333,1};
  1520. \draw [color=c, fill=c] (7.4,1.65471) rectangle (7.56,1.70897);
  1521. \draw [color=c, fill=c] (7.56,1.65471) rectangle (7.72,1.70897);
  1522. \definecolor{c}{rgb}{0.2,0,1};
  1523. \draw [color=c, fill=c] (7.72,1.65471) rectangle (7.88,1.70897);
  1524. \definecolor{c}{rgb}{0,0.0800001,1};
  1525. \draw [color=c, fill=c] (7.88,1.65471) rectangle (8.04,1.70897);
  1526. \draw [color=c, fill=c] (8.04,1.65471) rectangle (8.2,1.70897);
  1527. \definecolor{c}{rgb}{0.2,0,1};
  1528. \draw [color=c, fill=c] (8.2,1.65471) rectangle (8.36,1.70897);
  1529. \definecolor{c}{rgb}{0.386667,0,1};
  1530. \draw [color=c, fill=c] (8.36,1.65471) rectangle (8.52,1.70897);
  1531. \definecolor{c}{rgb}{0.2,0,1};
  1532. \draw [color=c, fill=c] (8.52,1.65471) rectangle (8.68,1.70897);
  1533. \definecolor{c}{rgb}{0.386667,0,1};
  1534. \draw [color=c, fill=c] (8.68,1.65471) rectangle (8.84,1.70897);
  1535. \definecolor{c}{rgb}{0.2,0,1};
  1536. \draw [color=c, fill=c] (8.84,1.65471) rectangle (9,1.70897);
  1537. \definecolor{c}{rgb}{0,1,0.52};
  1538. \draw [color=c, fill=c] (1,1.70897) rectangle (1.16,1.76322);
  1539. \definecolor{c}{rgb}{0,1,0.0533334};
  1540. \draw [color=c, fill=c] (1.16,1.70897) rectangle (1.32,1.76322);
  1541. \definecolor{c}{rgb}{0,1,0.986667};
  1542. \draw [color=c, fill=c] (1.32,1.70897) rectangle (1.48,1.76322);
  1543. \definecolor{c}{rgb}{0,1,0.8};
  1544. \draw [color=c, fill=c] (1.48,1.70897) rectangle (1.64,1.76322);
  1545. \draw [color=c, fill=c] (1.64,1.70897) rectangle (1.8,1.76322);
  1546. \definecolor{c}{rgb}{0,1,0.52};
  1547. \draw [color=c, fill=c] (1.8,1.70897) rectangle (1.96,1.76322);
  1548. \definecolor{c}{rgb}{0.133333,1,0};
  1549. \draw [color=c, fill=c] (1.96,1.70897) rectangle (2.12,1.76322);
  1550. \definecolor{c}{rgb}{0,1,0.8};
  1551. \draw [color=c, fill=c] (2.12,1.70897) rectangle (2.28,1.76322);
  1552. \definecolor{c}{rgb}{0,1,0.333333};
  1553. \draw [color=c, fill=c] (2.28,1.70897) rectangle (2.44,1.76322);
  1554. \definecolor{c}{rgb}{0.133333,1,0};
  1555. \draw [color=c, fill=c] (2.44,1.70897) rectangle (2.6,1.76322);
  1556. \definecolor{c}{rgb}{0,1,0.52};
  1557. \draw [color=c, fill=c] (2.6,1.70897) rectangle (2.76,1.76322);
  1558. \definecolor{c}{rgb}{0,1,0.986667};
  1559. \draw [color=c, fill=c] (2.76,1.70897) rectangle (2.92,1.76322);
  1560. \definecolor{c}{rgb}{0,1,0.0533334};
  1561. \draw [color=c, fill=c] (2.92,1.70897) rectangle (3.08,1.76322);
  1562. \definecolor{c}{rgb}{0.133333,1,0};
  1563. \draw [color=c, fill=c] (3.08,1.70897) rectangle (3.24,1.76322);
  1564. \draw [color=c, fill=c] (3.24,1.70897) rectangle (3.4,1.76322);
  1565. \definecolor{c}{rgb}{0.413333,1,0};
  1566. \draw [color=c, fill=c] (3.4,1.70897) rectangle (3.56,1.76322);
  1567. \definecolor{c}{rgb}{0,1,0.333333};
  1568. \draw [color=c, fill=c] (3.56,1.70897) rectangle (3.72,1.76322);
  1569. \definecolor{c}{rgb}{0.88,1,0};
  1570. \draw [color=c, fill=c] (3.72,1.70897) rectangle (3.88,1.76322);
  1571. \definecolor{c}{rgb}{0,1,0.0533334};
  1572. \draw [color=c, fill=c] (3.88,1.70897) rectangle (4.04,1.76322);
  1573. \definecolor{c}{rgb}{0.88,1,0};
  1574. \draw [color=c, fill=c] (4.04,1.70897) rectangle (4.2,1.76322);
  1575. \definecolor{c}{rgb}{0.133333,1,0};
  1576. \draw [color=c, fill=c] (4.2,1.70897) rectangle (4.36,1.76322);
  1577. \definecolor{c}{rgb}{0,1,0.8};
  1578. \draw [color=c, fill=c] (4.36,1.70897) rectangle (4.52,1.76322);
  1579. \definecolor{c}{rgb}{0.6,1,0};
  1580. \draw [color=c, fill=c] (4.52,1.70897) rectangle (4.68,1.76322);
  1581. \definecolor{c}{rgb}{0,1,0.333333};
  1582. \draw [color=c, fill=c] (4.68,1.70897) rectangle (4.84,1.76322);
  1583. \definecolor{c}{rgb}{0,1,0.8};
  1584. \draw [color=c, fill=c] (4.84,1.70897) rectangle (5,1.76322);
  1585. \definecolor{c}{rgb}{0,1,0.0533334};
  1586. \draw [color=c, fill=c] (5,1.70897) rectangle (5.16,1.76322);
  1587. \definecolor{c}{rgb}{0,1,0.52};
  1588. \draw [color=c, fill=c] (5.16,1.70897) rectangle (5.32,1.76322);
  1589. \definecolor{c}{rgb}{0,1,0.8};
  1590. \draw [color=c, fill=c] (5.32,1.70897) rectangle (5.48,1.76322);
  1591. \definecolor{c}{rgb}{0,1,0.0533334};
  1592. \draw [color=c, fill=c] (5.48,1.70897) rectangle (5.64,1.76322);
  1593. \definecolor{c}{rgb}{0,1,0.986667};
  1594. \draw [color=c, fill=c] (5.64,1.70897) rectangle (5.8,1.76322);
  1595. \definecolor{c}{rgb}{0,1,0.333333};
  1596. \draw [color=c, fill=c] (5.8,1.70897) rectangle (5.96,1.76322);
  1597. \definecolor{c}{rgb}{0,0.546667,1};
  1598. \draw [color=c, fill=c] (5.96,1.70897) rectangle (6.12,1.76322);
  1599. \draw [color=c, fill=c] (6.12,1.70897) rectangle (6.28,1.76322);
  1600. \definecolor{c}{rgb}{0,1,0.333333};
  1601. \draw [color=c, fill=c] (6.28,1.70897) rectangle (6.44,1.76322);
  1602. \definecolor{c}{rgb}{0,0.733333,1};
  1603. \draw [color=c, fill=c] (6.44,1.70897) rectangle (6.6,1.76322);
  1604. \definecolor{c}{rgb}{0,1,0.8};
  1605. \draw [color=c, fill=c] (6.6,1.70897) rectangle (6.76,1.76322);
  1606. \definecolor{c}{rgb}{0,1,0.52};
  1607. \draw [color=c, fill=c] (6.76,1.70897) rectangle (6.92,1.76322);
  1608. \definecolor{c}{rgb}{0,1,0.8};
  1609. \draw [color=c, fill=c] (6.92,1.70897) rectangle (7.08,1.76322);
  1610. \definecolor{c}{rgb}{0,1,0.333333};
  1611. \draw [color=c, fill=c] (7.08,1.70897) rectangle (7.24,1.76322);
  1612. \definecolor{c}{rgb}{0,1,0.986667};
  1613. \draw [color=c, fill=c] (7.24,1.70897) rectangle (7.4,1.76322);
  1614. \definecolor{c}{rgb}{0,0.733333,1};
  1615. \draw [color=c, fill=c] (7.4,1.70897) rectangle (7.56,1.76322);
  1616. \definecolor{c}{rgb}{0,0.266667,1};
  1617. \draw [color=c, fill=c] (7.56,1.70897) rectangle (7.72,1.76322);
  1618. \definecolor{c}{rgb}{0,0.733333,1};
  1619. \draw [color=c, fill=c] (7.72,1.70897) rectangle (7.88,1.76322);
  1620. \definecolor{c}{rgb}{0,0.546667,1};
  1621. \draw [color=c, fill=c] (7.88,1.70897) rectangle (8.04,1.76322);
  1622. \definecolor{c}{rgb}{0.386667,0,1};
  1623. \draw [color=c, fill=c] (8.04,1.70897) rectangle (8.2,1.76322);
  1624. \definecolor{c}{rgb}{0.2,0,1};
  1625. \draw [color=c, fill=c] (8.2,1.70897) rectangle (8.36,1.76322);
  1626. \draw [color=c, fill=c] (8.36,1.70897) rectangle (8.52,1.76322);
  1627. \definecolor{c}{rgb}{0.386667,0,1};
  1628. \draw [color=c, fill=c] (8.52,1.70897) rectangle (8.68,1.76322);
  1629. \draw [color=c, fill=c] (8.68,1.70897) rectangle (8.84,1.76322);
  1630. \definecolor{c}{rgb}{0.2,0,1};
  1631. \draw [color=c, fill=c] (8.84,1.70897) rectangle (9,1.76322);
  1632. \definecolor{c}{rgb}{0,1,0.333333};
  1633. \draw [color=c, fill=c] (1,1.76322) rectangle (1.16,1.81747);
  1634. \definecolor{c}{rgb}{0,1,0.0533334};
  1635. \draw [color=c, fill=c] (1.16,1.76322) rectangle (1.32,1.81747);
  1636. \definecolor{c}{rgb}{0.133333,1,0};
  1637. \draw [color=c, fill=c] (1.32,1.76322) rectangle (1.48,1.81747);
  1638. \definecolor{c}{rgb}{0,1,0.986667};
  1639. \draw [color=c, fill=c] (1.48,1.76322) rectangle (1.64,1.81747);
  1640. \definecolor{c}{rgb}{0,1,0.333333};
  1641. \draw [color=c, fill=c] (1.64,1.76322) rectangle (1.8,1.81747);
  1642. \draw [color=c, fill=c] (1.8,1.76322) rectangle (1.96,1.81747);
  1643. \definecolor{c}{rgb}{0.133333,1,0};
  1644. \draw [color=c, fill=c] (1.96,1.76322) rectangle (2.12,1.81747);
  1645. \definecolor{c}{rgb}{0,1,0.8};
  1646. \draw [color=c, fill=c] (2.12,1.76322) rectangle (2.28,1.81747);
  1647. \definecolor{c}{rgb}{0.6,1,0};
  1648. \draw [color=c, fill=c] (2.28,1.76322) rectangle (2.44,1.81747);
  1649. \definecolor{c}{rgb}{0,1,0.0533334};
  1650. \draw [color=c, fill=c] (2.44,1.76322) rectangle (2.6,1.81747);
  1651. \definecolor{c}{rgb}{0.88,1,0};
  1652. \draw [color=c, fill=c] (2.6,1.76322) rectangle (2.76,1.81747);
  1653. \definecolor{c}{rgb}{0,1,0.0533334};
  1654. \draw [color=c, fill=c] (2.76,1.76322) rectangle (2.92,1.81747);
  1655. \definecolor{c}{rgb}{0,1,0.52};
  1656. \draw [color=c, fill=c] (2.92,1.76322) rectangle (3.08,1.81747);
  1657. \definecolor{c}{rgb}{0.413333,1,0};
  1658. \draw [color=c, fill=c] (3.08,1.76322) rectangle (3.24,1.81747);
  1659. \definecolor{c}{rgb}{0,1,0.333333};
  1660. \draw [color=c, fill=c] (3.24,1.76322) rectangle (3.4,1.81747);
  1661. \definecolor{c}{rgb}{0,1,0.8};
  1662. \draw [color=c, fill=c] (3.4,1.76322) rectangle (3.56,1.81747);
  1663. \definecolor{c}{rgb}{1,0.933333,0};
  1664. \draw [color=c, fill=c] (3.56,1.76322) rectangle (3.72,1.81747);
  1665. \definecolor{c}{rgb}{0,1,0.333333};
  1666. \draw [color=c, fill=c] (3.72,1.76322) rectangle (3.88,1.81747);
  1667. \definecolor{c}{rgb}{0.133333,1,0};
  1668. \draw [color=c, fill=c] (3.88,1.76322) rectangle (4.04,1.81747);
  1669. \definecolor{c}{rgb}{0,1,0.333333};
  1670. \draw [color=c, fill=c] (4.04,1.76322) rectangle (4.2,1.81747);
  1671. \draw [color=c, fill=c] (4.2,1.76322) rectangle (4.36,1.81747);
  1672. \definecolor{c}{rgb}{0,1,0.0533334};
  1673. \draw [color=c, fill=c] (4.36,1.76322) rectangle (4.52,1.81747);
  1674. \definecolor{c}{rgb}{0.413333,1,0};
  1675. \draw [color=c, fill=c] (4.52,1.76322) rectangle (4.68,1.81747);
  1676. \definecolor{c}{rgb}{0,1,0.52};
  1677. \draw [color=c, fill=c] (4.68,1.76322) rectangle (4.84,1.81747);
  1678. \draw [color=c, fill=c] (4.84,1.76322) rectangle (5,1.81747);
  1679. \definecolor{c}{rgb}{0,1,0.333333};
  1680. \draw [color=c, fill=c] (5,1.76322) rectangle (5.16,1.81747);
  1681. \definecolor{c}{rgb}{0,1,0.52};
  1682. \draw [color=c, fill=c] (5.16,1.76322) rectangle (5.32,1.81747);
  1683. \draw [color=c, fill=c] (5.32,1.76322) rectangle (5.48,1.81747);
  1684. \definecolor{c}{rgb}{0,1,0.0533334};
  1685. \draw [color=c, fill=c] (5.48,1.76322) rectangle (5.64,1.81747);
  1686. \definecolor{c}{rgb}{0,1,0.8};
  1687. \draw [color=c, fill=c] (5.64,1.76322) rectangle (5.8,1.81747);
  1688. \definecolor{c}{rgb}{0,1,0.333333};
  1689. \draw [color=c, fill=c] (5.8,1.76322) rectangle (5.96,1.81747);
  1690. \definecolor{c}{rgb}{0,1,0.8};
  1691. \draw [color=c, fill=c] (5.96,1.76322) rectangle (6.12,1.81747);
  1692. \definecolor{c}{rgb}{0,1,0.0533334};
  1693. \draw [color=c, fill=c] (6.12,1.76322) rectangle (6.28,1.81747);
  1694. \definecolor{c}{rgb}{0,1,0.333333};
  1695. \draw [color=c, fill=c] (6.28,1.76322) rectangle (6.44,1.81747);
  1696. \definecolor{c}{rgb}{0,1,0.8};
  1697. \draw [color=c, fill=c] (6.44,1.76322) rectangle (6.6,1.81747);
  1698. \definecolor{c}{rgb}{0,1,0.333333};
  1699. \draw [color=c, fill=c] (6.6,1.76322) rectangle (6.76,1.81747);
  1700. \definecolor{c}{rgb}{0,1,0.52};
  1701. \draw [color=c, fill=c] (6.76,1.76322) rectangle (6.92,1.81747);
  1702. \draw [color=c, fill=c] (6.92,1.76322) rectangle (7.08,1.81747);
  1703. \definecolor{c}{rgb}{0,0.733333,1};
  1704. \draw [color=c, fill=c] (7.08,1.76322) rectangle (7.24,1.81747);
  1705. \definecolor{c}{rgb}{0,1,0.52};
  1706. \draw [color=c, fill=c] (7.24,1.76322) rectangle (7.4,1.81747);
  1707. \definecolor{c}{rgb}{0,1,0.986667};
  1708. \draw [color=c, fill=c] (7.4,1.76322) rectangle (7.56,1.81747);
  1709. \definecolor{c}{rgb}{0,0.0800001,1};
  1710. \draw [color=c, fill=c] (7.56,1.76322) rectangle (7.72,1.81747);
  1711. \definecolor{c}{rgb}{0,0.266667,1};
  1712. \draw [color=c, fill=c] (7.72,1.76322) rectangle (7.88,1.81747);
  1713. \draw [color=c, fill=c] (7.88,1.76322) rectangle (8.04,1.81747);
  1714. \definecolor{c}{rgb}{0.2,0,1};
  1715. \draw [color=c, fill=c] (8.04,1.76322) rectangle (8.2,1.81747);
  1716. \draw [color=c, fill=c] (8.2,1.76322) rectangle (8.36,1.81747);
  1717. \draw [color=c, fill=c] (8.36,1.76322) rectangle (8.52,1.81747);
  1718. \draw [color=c, fill=c] (8.52,1.76322) rectangle (8.68,1.81747);
  1719. \draw [color=c, fill=c] (8.68,1.76322) rectangle (8.84,1.81747);
  1720. \draw [color=c, fill=c] (8.84,1.76322) rectangle (9,1.81747);
  1721. \definecolor{c}{rgb}{0,0.546667,1};
  1722. \draw [color=c, fill=c] (1,1.81747) rectangle (1.16,1.87172);
  1723. \definecolor{c}{rgb}{0,1,0.986667};
  1724. \draw [color=c, fill=c] (1.16,1.81747) rectangle (1.32,1.87172);
  1725. \definecolor{c}{rgb}{0,1,0.52};
  1726. \draw [color=c, fill=c] (1.32,1.81747) rectangle (1.48,1.87172);
  1727. \definecolor{c}{rgb}{0,1,0.0533334};
  1728. \draw [color=c, fill=c] (1.48,1.81747) rectangle (1.64,1.87172);
  1729. \definecolor{c}{rgb}{0,1,0.333333};
  1730. \draw [color=c, fill=c] (1.64,1.81747) rectangle (1.8,1.87172);
  1731. \definecolor{c}{rgb}{0.133333,1,0};
  1732. \draw [color=c, fill=c] (1.8,1.81747) rectangle (1.96,1.87172);
  1733. \definecolor{c}{rgb}{0,1,0.0533334};
  1734. \draw [color=c, fill=c] (1.96,1.81747) rectangle (2.12,1.87172);
  1735. \definecolor{c}{rgb}{0,1,0.333333};
  1736. \draw [color=c, fill=c] (2.12,1.81747) rectangle (2.28,1.87172);
  1737. \draw [color=c, fill=c] (2.28,1.81747) rectangle (2.44,1.87172);
  1738. \definecolor{c}{rgb}{0.133333,1,0};
  1739. \draw [color=c, fill=c] (2.44,1.81747) rectangle (2.6,1.87172);
  1740. \draw [color=c, fill=c] (2.6,1.81747) rectangle (2.76,1.87172);
  1741. \definecolor{c}{rgb}{0.413333,1,0};
  1742. \draw [color=c, fill=c] (2.76,1.81747) rectangle (2.92,1.87172);
  1743. \draw [color=c, fill=c] (2.92,1.81747) rectangle (3.08,1.87172);
  1744. \definecolor{c}{rgb}{0,1,0.52};
  1745. \draw [color=c, fill=c] (3.08,1.81747) rectangle (3.24,1.87172);
  1746. \definecolor{c}{rgb}{0.133333,1,0};
  1747. \draw [color=c, fill=c] (3.24,1.81747) rectangle (3.4,1.87172);
  1748. \definecolor{c}{rgb}{0,1,0.52};
  1749. \draw [color=c, fill=c] (3.4,1.81747) rectangle (3.56,1.87172);
  1750. \definecolor{c}{rgb}{0,1,0.333333};
  1751. \draw [color=c, fill=c] (3.56,1.81747) rectangle (3.72,1.87172);
  1752. \definecolor{c}{rgb}{0.413333,1,0};
  1753. \draw [color=c, fill=c] (3.72,1.81747) rectangle (3.88,1.87172);
  1754. \definecolor{c}{rgb}{0,1,0.333333};
  1755. \draw [color=c, fill=c] (3.88,1.81747) rectangle (4.04,1.87172);
  1756. \definecolor{c}{rgb}{0,1,0.52};
  1757. \draw [color=c, fill=c] (4.04,1.81747) rectangle (4.2,1.87172);
  1758. \draw [color=c, fill=c] (4.2,1.81747) rectangle (4.36,1.87172);
  1759. \definecolor{c}{rgb}{0.413333,1,0};
  1760. \draw [color=c, fill=c] (4.36,1.81747) rectangle (4.52,1.87172);
  1761. \definecolor{c}{rgb}{0,1,0.333333};
  1762. \draw [color=c, fill=c] (4.52,1.81747) rectangle (4.68,1.87172);
  1763. \definecolor{c}{rgb}{0.413333,1,0};
  1764. \draw [color=c, fill=c] (4.68,1.81747) rectangle (4.84,1.87172);
  1765. \definecolor{c}{rgb}{0,1,0.8};
  1766. \draw [color=c, fill=c] (4.84,1.81747) rectangle (5,1.87172);
  1767. \definecolor{c}{rgb}{0,1,0.52};
  1768. \draw [color=c, fill=c] (5,1.81747) rectangle (5.16,1.87172);
  1769. \draw [color=c, fill=c] (5.16,1.81747) rectangle (5.32,1.87172);
  1770. \definecolor{c}{rgb}{0.413333,1,0};
  1771. \draw [color=c, fill=c] (5.32,1.81747) rectangle (5.48,1.87172);
  1772. \definecolor{c}{rgb}{0.133333,1,0};
  1773. \draw [color=c, fill=c] (5.48,1.81747) rectangle (5.64,1.87172);
  1774. \draw [color=c, fill=c] (5.64,1.81747) rectangle (5.8,1.87172);
  1775. \definecolor{c}{rgb}{0,1,0.0533334};
  1776. \draw [color=c, fill=c] (5.8,1.81747) rectangle (5.96,1.87172);
  1777. \definecolor{c}{rgb}{0,1,0.8};
  1778. \draw [color=c, fill=c] (5.96,1.81747) rectangle (6.12,1.87172);
  1779. \definecolor{c}{rgb}{0.133333,1,0};
  1780. \draw [color=c, fill=c] (6.12,1.81747) rectangle (6.28,1.87172);
  1781. \definecolor{c}{rgb}{0,1,0.52};
  1782. \draw [color=c, fill=c] (6.28,1.81747) rectangle (6.44,1.87172);
  1783. \draw [color=c, fill=c] (6.44,1.81747) rectangle (6.6,1.87172);
  1784. \definecolor{c}{rgb}{0,1,0.333333};
  1785. \draw [color=c, fill=c] (6.6,1.81747) rectangle (6.76,1.87172);
  1786. \draw [color=c, fill=c] (6.76,1.81747) rectangle (6.92,1.87172);
  1787. \definecolor{c}{rgb}{0,0.733333,1};
  1788. \draw [color=c, fill=c] (6.92,1.81747) rectangle (7.08,1.87172);
  1789. \draw [color=c, fill=c] (7.08,1.81747) rectangle (7.24,1.87172);
  1790. \definecolor{c}{rgb}{0,1,0.52};
  1791. \draw [color=c, fill=c] (7.24,1.81747) rectangle (7.4,1.87172);
  1792. \definecolor{c}{rgb}{0,1,0.8};
  1793. \draw [color=c, fill=c] (7.4,1.81747) rectangle (7.56,1.87172);
  1794. \definecolor{c}{rgb}{0,0.266667,1};
  1795. \draw [color=c, fill=c] (7.56,1.81747) rectangle (7.72,1.87172);
  1796. \definecolor{c}{rgb}{0,0.0800001,1};
  1797. \draw [color=c, fill=c] (7.72,1.81747) rectangle (7.88,1.87172);
  1798. \definecolor{c}{rgb}{0,0.266667,1};
  1799. \draw [color=c, fill=c] (7.88,1.81747) rectangle (8.04,1.87172);
  1800. \definecolor{c}{rgb}{0,0.0800001,1};
  1801. \draw [color=c, fill=c] (8.04,1.81747) rectangle (8.2,1.87172);
  1802. \definecolor{c}{rgb}{0.386667,0,1};
  1803. \draw [color=c, fill=c] (8.2,1.81747) rectangle (8.36,1.87172);
  1804. \definecolor{c}{rgb}{0.2,0,1};
  1805. \draw [color=c, fill=c] (8.36,1.81747) rectangle (8.52,1.87172);
  1806. \definecolor{c}{rgb}{0,0.0800001,1};
  1807. \draw [color=c, fill=c] (8.52,1.81747) rectangle (8.68,1.87172);
  1808. \definecolor{c}{rgb}{0.386667,0,1};
  1809. \draw [color=c, fill=c] (8.68,1.81747) rectangle (8.84,1.87172);
  1810. \draw [color=c, fill=c] (8.84,1.81747) rectangle (9,1.87172);
  1811. \definecolor{c}{rgb}{0,1,0.986667};
  1812. \draw [color=c, fill=c] (1,1.87172) rectangle (1.16,1.92598);
  1813. \definecolor{c}{rgb}{0,1,0.52};
  1814. \draw [color=c, fill=c] (1.16,1.87172) rectangle (1.32,1.92598);
  1815. \definecolor{c}{rgb}{0,1,0.333333};
  1816. \draw [color=c, fill=c] (1.32,1.87172) rectangle (1.48,1.92598);
  1817. \definecolor{c}{rgb}{0,1,0.52};
  1818. \draw [color=c, fill=c] (1.48,1.87172) rectangle (1.64,1.92598);
  1819. \draw [color=c, fill=c] (1.64,1.87172) rectangle (1.8,1.92598);
  1820. \definecolor{c}{rgb}{0.413333,1,0};
  1821. \draw [color=c, fill=c] (1.8,1.87172) rectangle (1.96,1.92598);
  1822. \draw [color=c, fill=c] (1.96,1.87172) rectangle (2.12,1.92598);
  1823. \definecolor{c}{rgb}{0,1,0.333333};
  1824. \draw [color=c, fill=c] (2.12,1.87172) rectangle (2.28,1.92598);
  1825. \definecolor{c}{rgb}{0,1,0.0533334};
  1826. \draw [color=c, fill=c] (2.28,1.87172) rectangle (2.44,1.92598);
  1827. \draw [color=c, fill=c] (2.44,1.87172) rectangle (2.6,1.92598);
  1828. \definecolor{c}{rgb}{0.413333,1,0};
  1829. \draw [color=c, fill=c] (2.6,1.87172) rectangle (2.76,1.92598);
  1830. \definecolor{c}{rgb}{0.6,1,0};
  1831. \draw [color=c, fill=c] (2.76,1.87172) rectangle (2.92,1.92598);
  1832. \definecolor{c}{rgb}{0.413333,1,0};
  1833. \draw [color=c, fill=c] (2.92,1.87172) rectangle (3.08,1.92598);
  1834. \definecolor{c}{rgb}{0,1,0.52};
  1835. \draw [color=c, fill=c] (3.08,1.87172) rectangle (3.24,1.92598);
  1836. \definecolor{c}{rgb}{0.133333,1,0};
  1837. \draw [color=c, fill=c] (3.24,1.87172) rectangle (3.4,1.92598);
  1838. \definecolor{c}{rgb}{0,1,0.0533334};
  1839. \draw [color=c, fill=c] (3.4,1.87172) rectangle (3.56,1.92598);
  1840. \definecolor{c}{rgb}{0.413333,1,0};
  1841. \draw [color=c, fill=c] (3.56,1.87172) rectangle (3.72,1.92598);
  1842. \definecolor{c}{rgb}{1,0.466667,0};
  1843. \draw [color=c, fill=c] (3.72,1.87172) rectangle (3.88,1.92598);
  1844. \definecolor{c}{rgb}{0.133333,1,0};
  1845. \draw [color=c, fill=c] (3.88,1.87172) rectangle (4.04,1.92598);
  1846. \definecolor{c}{rgb}{0.413333,1,0};
  1847. \draw [color=c, fill=c] (4.04,1.87172) rectangle (4.2,1.92598);
  1848. \definecolor{c}{rgb}{0,1,0.52};
  1849. \draw [color=c, fill=c] (4.2,1.87172) rectangle (4.36,1.92598);
  1850. \definecolor{c}{rgb}{0,1,0.0533334};
  1851. \draw [color=c, fill=c] (4.36,1.87172) rectangle (4.52,1.92598);
  1852. \definecolor{c}{rgb}{0.133333,1,0};
  1853. \draw [color=c, fill=c] (4.52,1.87172) rectangle (4.68,1.92598);
  1854. \definecolor{c}{rgb}{0,1,0.0533334};
  1855. \draw [color=c, fill=c] (4.68,1.87172) rectangle (4.84,1.92598);
  1856. \definecolor{c}{rgb}{0.133333,1,0};
  1857. \draw [color=c, fill=c] (4.84,1.87172) rectangle (5,1.92598);
  1858. \definecolor{c}{rgb}{0,1,0.333333};
  1859. \draw [color=c, fill=c] (5,1.87172) rectangle (5.16,1.92598);
  1860. \definecolor{c}{rgb}{0.133333,1,0};
  1861. \draw [color=c, fill=c] (5.16,1.87172) rectangle (5.32,1.92598);
  1862. \draw [color=c, fill=c] (5.32,1.87172) rectangle (5.48,1.92598);
  1863. \definecolor{c}{rgb}{0,1,0.52};
  1864. \draw [color=c, fill=c] (5.48,1.87172) rectangle (5.64,1.92598);
  1865. \definecolor{c}{rgb}{0,1,0.8};
  1866. \draw [color=c, fill=c] (5.64,1.87172) rectangle (5.8,1.92598);
  1867. \draw [color=c, fill=c] (5.8,1.87172) rectangle (5.96,1.92598);
  1868. \definecolor{c}{rgb}{0,1,0.52};
  1869. \draw [color=c, fill=c] (5.96,1.87172) rectangle (6.12,1.92598);
  1870. \definecolor{c}{rgb}{0,1,0.8};
  1871. \draw [color=c, fill=c] (6.12,1.87172) rectangle (6.28,1.92598);
  1872. \definecolor{c}{rgb}{0,1,0.333333};
  1873. \draw [color=c, fill=c] (6.28,1.87172) rectangle (6.44,1.92598);
  1874. \definecolor{c}{rgb}{0,1,0.8};
  1875. \draw [color=c, fill=c] (6.44,1.87172) rectangle (6.6,1.92598);
  1876. \definecolor{c}{rgb}{0,1,0.986667};
  1877. \draw [color=c, fill=c] (6.6,1.87172) rectangle (6.76,1.92598);
  1878. \definecolor{c}{rgb}{0.133333,1,0};
  1879. \draw [color=c, fill=c] (6.76,1.87172) rectangle (6.92,1.92598);
  1880. \definecolor{c}{rgb}{0,1,0.0533334};
  1881. \draw [color=c, fill=c] (6.92,1.87172) rectangle (7.08,1.92598);
  1882. \definecolor{c}{rgb}{0,1,0.986667};
  1883. \draw [color=c, fill=c] (7.08,1.87172) rectangle (7.24,1.92598);
  1884. \definecolor{c}{rgb}{0,1,0.52};
  1885. \draw [color=c, fill=c] (7.24,1.87172) rectangle (7.4,1.92598);
  1886. \definecolor{c}{rgb}{0,1,0.333333};
  1887. \draw [color=c, fill=c] (7.4,1.87172) rectangle (7.56,1.92598);
  1888. \definecolor{c}{rgb}{0,0.266667,1};
  1889. \draw [color=c, fill=c] (7.56,1.87172) rectangle (7.72,1.92598);
  1890. \definecolor{c}{rgb}{0,0.733333,1};
  1891. \draw [color=c, fill=c] (7.72,1.87172) rectangle (7.88,1.92598);
  1892. \draw [color=c, fill=c] (7.88,1.87172) rectangle (8.04,1.92598);
  1893. \definecolor{c}{rgb}{0.2,0,1};
  1894. \draw [color=c, fill=c] (8.04,1.87172) rectangle (8.2,1.92598);
  1895. \definecolor{c}{rgb}{0,0.0800001,1};
  1896. \draw [color=c, fill=c] (8.2,1.87172) rectangle (8.36,1.92598);
  1897. \definecolor{c}{rgb}{0,0.266667,1};
  1898. \draw [color=c, fill=c] (8.36,1.87172) rectangle (8.52,1.92598);
  1899. \definecolor{c}{rgb}{0.386667,0,1};
  1900. \draw [color=c, fill=c] (8.52,1.87172) rectangle (8.68,1.92598);
  1901. \draw [color=c, fill=c] (8.68,1.87172) rectangle (8.84,1.92598);
  1902. \definecolor{c}{rgb}{0.2,0,1};
  1903. \draw [color=c, fill=c] (8.84,1.87172) rectangle (9,1.92598);
  1904. \definecolor{c}{rgb}{0,0.733333,1};
  1905. \draw [color=c, fill=c] (1,1.92598) rectangle (1.16,1.98023);
  1906. \definecolor{c}{rgb}{0,1,0.8};
  1907. \draw [color=c, fill=c] (1.16,1.92598) rectangle (1.32,1.98023);
  1908. \definecolor{c}{rgb}{0,1,0.52};
  1909. \draw [color=c, fill=c] (1.32,1.92598) rectangle (1.48,1.98023);
  1910. \draw [color=c, fill=c] (1.48,1.92598) rectangle (1.64,1.98023);
  1911. \definecolor{c}{rgb}{0,1,0.986667};
  1912. \draw [color=c, fill=c] (1.64,1.92598) rectangle (1.8,1.98023);
  1913. \definecolor{c}{rgb}{0,1,0.8};
  1914. \draw [color=c, fill=c] (1.8,1.92598) rectangle (1.96,1.98023);
  1915. \definecolor{c}{rgb}{0,1,0.333333};
  1916. \draw [color=c, fill=c] (1.96,1.92598) rectangle (2.12,1.98023);
  1917. \definecolor{c}{rgb}{0.133333,1,0};
  1918. \draw [color=c, fill=c] (2.12,1.92598) rectangle (2.28,1.98023);
  1919. \definecolor{c}{rgb}{0,1,0.8};
  1920. \draw [color=c, fill=c] (2.28,1.92598) rectangle (2.44,1.98023);
  1921. \definecolor{c}{rgb}{0,1,0.0533334};
  1922. \draw [color=c, fill=c] (2.44,1.92598) rectangle (2.6,1.98023);
  1923. \draw [color=c, fill=c] (2.6,1.92598) rectangle (2.76,1.98023);
  1924. \definecolor{c}{rgb}{0,1,0.333333};
  1925. \draw [color=c, fill=c] (2.76,1.92598) rectangle (2.92,1.98023);
  1926. \draw [color=c, fill=c] (2.92,1.92598) rectangle (3.08,1.98023);
  1927. \definecolor{c}{rgb}{0.133333,1,0};
  1928. \draw [color=c, fill=c] (3.08,1.92598) rectangle (3.24,1.98023);
  1929. \definecolor{c}{rgb}{0,1,0.0533334};
  1930. \draw [color=c, fill=c] (3.24,1.92598) rectangle (3.4,1.98023);
  1931. \draw [color=c, fill=c] (3.4,1.92598) rectangle (3.56,1.98023);
  1932. \draw [color=c, fill=c] (3.56,1.92598) rectangle (3.72,1.98023);
  1933. \draw [color=c, fill=c] (3.72,1.92598) rectangle (3.88,1.98023);
  1934. \definecolor{c}{rgb}{0.88,1,0};
  1935. \draw [color=c, fill=c] (3.88,1.92598) rectangle (4.04,1.98023);
  1936. \definecolor{c}{rgb}{0.133333,1,0};
  1937. \draw [color=c, fill=c] (4.04,1.92598) rectangle (4.2,1.98023);
  1938. \definecolor{c}{rgb}{0,1,0.333333};
  1939. \draw [color=c, fill=c] (4.2,1.92598) rectangle (4.36,1.98023);
  1940. \definecolor{c}{rgb}{0,1,0.0533334};
  1941. \draw [color=c, fill=c] (4.36,1.92598) rectangle (4.52,1.98023);
  1942. \definecolor{c}{rgb}{0.133333,1,0};
  1943. \draw [color=c, fill=c] (4.52,1.92598) rectangle (4.68,1.98023);
  1944. \draw [color=c, fill=c] (4.68,1.92598) rectangle (4.84,1.98023);
  1945. \definecolor{c}{rgb}{0,1,0.0533334};
  1946. \draw [color=c, fill=c] (4.84,1.92598) rectangle (5,1.98023);
  1947. \draw [color=c, fill=c] (5,1.92598) rectangle (5.16,1.98023);
  1948. \definecolor{c}{rgb}{0,1,0.8};
  1949. \draw [color=c, fill=c] (5.16,1.92598) rectangle (5.32,1.98023);
  1950. \definecolor{c}{rgb}{0.413333,1,0};
  1951. \draw [color=c, fill=c] (5.32,1.92598) rectangle (5.48,1.98023);
  1952. \definecolor{c}{rgb}{0,1,0.8};
  1953. \draw [color=c, fill=c] (5.48,1.92598) rectangle (5.64,1.98023);
  1954. \definecolor{c}{rgb}{0,1,0.52};
  1955. \draw [color=c, fill=c] (5.64,1.92598) rectangle (5.8,1.98023);
  1956. \draw [color=c, fill=c] (5.8,1.92598) rectangle (5.96,1.98023);
  1957. \definecolor{c}{rgb}{0,1,0.986667};
  1958. \draw [color=c, fill=c] (5.96,1.92598) rectangle (6.12,1.98023);
  1959. \definecolor{c}{rgb}{0,1,0.8};
  1960. \draw [color=c, fill=c] (6.12,1.92598) rectangle (6.28,1.98023);
  1961. \definecolor{c}{rgb}{0,1,0.986667};
  1962. \draw [color=c, fill=c] (6.28,1.92598) rectangle (6.44,1.98023);
  1963. \definecolor{c}{rgb}{0,1,0.8};
  1964. \draw [color=c, fill=c] (6.44,1.92598) rectangle (6.6,1.98023);
  1965. \definecolor{c}{rgb}{0,1,0.333333};
  1966. \draw [color=c, fill=c] (6.6,1.92598) rectangle (6.76,1.98023);
  1967. \definecolor{c}{rgb}{0,1,0.8};
  1968. \draw [color=c, fill=c] (6.76,1.92598) rectangle (6.92,1.98023);
  1969. \definecolor{c}{rgb}{0,0.733333,1};
  1970. \draw [color=c, fill=c] (6.92,1.92598) rectangle (7.08,1.98023);
  1971. \definecolor{c}{rgb}{0,1,0.8};
  1972. \draw [color=c, fill=c] (7.08,1.92598) rectangle (7.24,1.98023);
  1973. \draw [color=c, fill=c] (7.24,1.92598) rectangle (7.4,1.98023);
  1974. \definecolor{c}{rgb}{0,0.733333,1};
  1975. \draw [color=c, fill=c] (7.4,1.92598) rectangle (7.56,1.98023);
  1976. \definecolor{c}{rgb}{0,0.0800001,1};
  1977. \draw [color=c, fill=c] (7.56,1.92598) rectangle (7.72,1.98023);
  1978. \definecolor{c}{rgb}{0,0.266667,1};
  1979. \draw [color=c, fill=c] (7.72,1.92598) rectangle (7.88,1.98023);
  1980. \definecolor{c}{rgb}{0,0.733333,1};
  1981. \draw [color=c, fill=c] (7.88,1.92598) rectangle (8.04,1.98023);
  1982. \definecolor{c}{rgb}{0,0.0800001,1};
  1983. \draw [color=c, fill=c] (8.04,1.92598) rectangle (8.2,1.98023);
  1984. \definecolor{c}{rgb}{0.2,0,1};
  1985. \draw [color=c, fill=c] (8.2,1.92598) rectangle (8.36,1.98023);
  1986. \draw [color=c, fill=c] (8.36,1.92598) rectangle (8.52,1.98023);
  1987. \draw [color=c, fill=c] (8.52,1.92598) rectangle (8.68,1.98023);
  1988. \definecolor{c}{rgb}{0,0.0800001,1};
  1989. \draw [color=c, fill=c] (8.68,1.92598) rectangle (8.84,1.98023);
  1990. \definecolor{c}{rgb}{0.386667,0,1};
  1991. \draw [color=c, fill=c] (8.84,1.92598) rectangle (9,1.98023);
  1992. \definecolor{c}{rgb}{0,1,0.986667};
  1993. \draw [color=c, fill=c] (1,1.98023) rectangle (1.16,2.03448);
  1994. \definecolor{c}{rgb}{0,1,0.0533334};
  1995. \draw [color=c, fill=c] (1.16,1.98023) rectangle (1.32,2.03448);
  1996. \definecolor{c}{rgb}{0,1,0.8};
  1997. \draw [color=c, fill=c] (1.32,1.98023) rectangle (1.48,2.03448);
  1998. \definecolor{c}{rgb}{0.133333,1,0};
  1999. \draw [color=c, fill=c] (1.48,1.98023) rectangle (1.64,2.03448);
  2000. \definecolor{c}{rgb}{0,1,0.0533334};
  2001. \draw [color=c, fill=c] (1.64,1.98023) rectangle (1.8,2.03448);
  2002. \definecolor{c}{rgb}{0.88,1,0};
  2003. \draw [color=c, fill=c] (1.8,1.98023) rectangle (1.96,2.03448);
  2004. \definecolor{c}{rgb}{0.133333,1,0};
  2005. \draw [color=c, fill=c] (1.96,1.98023) rectangle (2.12,2.03448);
  2006. \definecolor{c}{rgb}{0,1,0.0533334};
  2007. \draw [color=c, fill=c] (2.12,1.98023) rectangle (2.28,2.03448);
  2008. \definecolor{c}{rgb}{1,0.933333,0};
  2009. \draw [color=c, fill=c] (2.28,1.98023) rectangle (2.44,2.03448);
  2010. \definecolor{c}{rgb}{0.6,1,0};
  2011. \draw [color=c, fill=c] (2.44,1.98023) rectangle (2.6,2.03448);
  2012. \definecolor{c}{rgb}{0.88,1,0};
  2013. \draw [color=c, fill=c] (2.6,1.98023) rectangle (2.76,2.03448);
  2014. \definecolor{c}{rgb}{0.133333,1,0};
  2015. \draw [color=c, fill=c] (2.76,1.98023) rectangle (2.92,2.03448);
  2016. \definecolor{c}{rgb}{0,1,0.0533334};
  2017. \draw [color=c, fill=c] (2.92,1.98023) rectangle (3.08,2.03448);
  2018. \definecolor{c}{rgb}{0,1,0.333333};
  2019. \draw [color=c, fill=c] (3.08,1.98023) rectangle (3.24,2.03448);
  2020. \definecolor{c}{rgb}{0.6,1,0};
  2021. \draw [color=c, fill=c] (3.24,1.98023) rectangle (3.4,2.03448);
  2022. \definecolor{c}{rgb}{0.88,1,0};
  2023. \draw [color=c, fill=c] (3.4,1.98023) rectangle (3.56,2.03448);
  2024. \definecolor{c}{rgb}{0.413333,1,0};
  2025. \draw [color=c, fill=c] (3.56,1.98023) rectangle (3.72,2.03448);
  2026. \definecolor{c}{rgb}{0,1,0.0533334};
  2027. \draw [color=c, fill=c] (3.72,1.98023) rectangle (3.88,2.03448);
  2028. \draw [color=c, fill=c] (3.88,1.98023) rectangle (4.04,2.03448);
  2029. \definecolor{c}{rgb}{0,1,0.333333};
  2030. \draw [color=c, fill=c] (4.04,1.98023) rectangle (4.2,2.03448);
  2031. \definecolor{c}{rgb}{0,1,0.52};
  2032. \draw [color=c, fill=c] (4.2,1.98023) rectangle (4.36,2.03448);
  2033. \draw [color=c, fill=c] (4.36,1.98023) rectangle (4.52,2.03448);
  2034. \definecolor{c}{rgb}{0,1,0.333333};
  2035. \draw [color=c, fill=c] (4.52,1.98023) rectangle (4.68,2.03448);
  2036. \draw [color=c, fill=c] (4.68,1.98023) rectangle (4.84,2.03448);
  2037. \definecolor{c}{rgb}{0,1,0.8};
  2038. \draw [color=c, fill=c] (4.84,1.98023) rectangle (5,2.03448);
  2039. \definecolor{c}{rgb}{0,1,0.52};
  2040. \draw [color=c, fill=c] (5,1.98023) rectangle (5.16,2.03448);
  2041. \definecolor{c}{rgb}{0,1,0.0533334};
  2042. \draw [color=c, fill=c] (5.16,1.98023) rectangle (5.32,2.03448);
  2043. \definecolor{c}{rgb}{0.133333,1,0};
  2044. \draw [color=c, fill=c] (5.32,1.98023) rectangle (5.48,2.03448);
  2045. \definecolor{c}{rgb}{0,1,0.333333};
  2046. \draw [color=c, fill=c] (5.48,1.98023) rectangle (5.64,2.03448);
  2047. \definecolor{c}{rgb}{1,0.933333,0};
  2048. \draw [color=c, fill=c] (5.64,1.98023) rectangle (5.8,2.03448);
  2049. \definecolor{c}{rgb}{0,1,0.52};
  2050. \draw [color=c, fill=c] (5.8,1.98023) rectangle (5.96,2.03448);
  2051. \definecolor{c}{rgb}{0,1,0.333333};
  2052. \draw [color=c, fill=c] (5.96,1.98023) rectangle (6.12,2.03448);
  2053. \definecolor{c}{rgb}{0,1,0.52};
  2054. \draw [color=c, fill=c] (6.12,1.98023) rectangle (6.28,2.03448);
  2055. \definecolor{c}{rgb}{0.133333,1,0};
  2056. \draw [color=c, fill=c] (6.28,1.98023) rectangle (6.44,2.03448);
  2057. \definecolor{c}{rgb}{0.413333,1,0};
  2058. \draw [color=c, fill=c] (6.44,1.98023) rectangle (6.6,2.03448);
  2059. \definecolor{c}{rgb}{0,1,0.8};
  2060. \draw [color=c, fill=c] (6.6,1.98023) rectangle (6.76,2.03448);
  2061. \draw [color=c, fill=c] (6.76,1.98023) rectangle (6.92,2.03448);
  2062. \definecolor{c}{rgb}{0,0.733333,1};
  2063. \draw [color=c, fill=c] (6.92,1.98023) rectangle (7.08,2.03448);
  2064. \definecolor{c}{rgb}{0,1,0.8};
  2065. \draw [color=c, fill=c] (7.08,1.98023) rectangle (7.24,2.03448);
  2066. \definecolor{c}{rgb}{0,0.733333,1};
  2067. \draw [color=c, fill=c] (7.24,1.98023) rectangle (7.4,2.03448);
  2068. \definecolor{c}{rgb}{0,1,0.986667};
  2069. \draw [color=c, fill=c] (7.4,1.98023) rectangle (7.56,2.03448);
  2070. \definecolor{c}{rgb}{0,0.733333,1};
  2071. \draw [color=c, fill=c] (7.56,1.98023) rectangle (7.72,2.03448);
  2072. \definecolor{c}{rgb}{0,0.266667,1};
  2073. \draw [color=c, fill=c] (7.72,1.98023) rectangle (7.88,2.03448);
  2074. \definecolor{c}{rgb}{0,0.546667,1};
  2075. \draw [color=c, fill=c] (7.88,1.98023) rectangle (8.04,2.03448);
  2076. \definecolor{c}{rgb}{0,0.0800001,1};
  2077. \draw [color=c, fill=c] (8.04,1.98023) rectangle (8.2,2.03448);
  2078. \definecolor{c}{rgb}{0.2,0,1};
  2079. \draw [color=c, fill=c] (8.2,1.98023) rectangle (8.36,2.03448);
  2080. \definecolor{c}{rgb}{0,0.0800001,1};
  2081. \draw [color=c, fill=c] (8.36,1.98023) rectangle (8.52,2.03448);
  2082. \definecolor{c}{rgb}{0.386667,0,1};
  2083. \draw [color=c, fill=c] (8.52,1.98023) rectangle (8.68,2.03448);
  2084. \definecolor{c}{rgb}{0.2,0,1};
  2085. \draw [color=c, fill=c] (8.68,1.98023) rectangle (8.84,2.03448);
  2086. \draw [color=c, fill=c] (8.84,1.98023) rectangle (9,2.03448);
  2087. \definecolor{c}{rgb}{0,1,0.8};
  2088. \draw [color=c, fill=c] (1,2.03448) rectangle (1.16,2.08874);
  2089. \definecolor{c}{rgb}{0,1,0.52};
  2090. \draw [color=c, fill=c] (1.16,2.03448) rectangle (1.32,2.08874);
  2091. \definecolor{c}{rgb}{0,1,0.8};
  2092. \draw [color=c, fill=c] (1.32,2.03448) rectangle (1.48,2.08874);
  2093. \definecolor{c}{rgb}{0,1,0.0533334};
  2094. \draw [color=c, fill=c] (1.48,2.03448) rectangle (1.64,2.08874);
  2095. \definecolor{c}{rgb}{0,1,0.333333};
  2096. \draw [color=c, fill=c] (1.64,2.03448) rectangle (1.8,2.08874);
  2097. \definecolor{c}{rgb}{0,1,0.0533334};
  2098. \draw [color=c, fill=c] (1.8,2.03448) rectangle (1.96,2.08874);
  2099. \definecolor{c}{rgb}{0.6,1,0};
  2100. \draw [color=c, fill=c] (1.96,2.03448) rectangle (2.12,2.08874);
  2101. \definecolor{c}{rgb}{0.413333,1,0};
  2102. \draw [color=c, fill=c] (2.12,2.03448) rectangle (2.28,2.08874);
  2103. \definecolor{c}{rgb}{0.133333,1,0};
  2104. \draw [color=c, fill=c] (2.28,2.03448) rectangle (2.44,2.08874);
  2105. \definecolor{c}{rgb}{0.413333,1,0};
  2106. \draw [color=c, fill=c] (2.44,2.03448) rectangle (2.6,2.08874);
  2107. \definecolor{c}{rgb}{0,1,0.0533334};
  2108. \draw [color=c, fill=c] (2.6,2.03448) rectangle (2.76,2.08874);
  2109. \definecolor{c}{rgb}{0,1,0.52};
  2110. \draw [color=c, fill=c] (2.76,2.03448) rectangle (2.92,2.08874);
  2111. \definecolor{c}{rgb}{0.133333,1,0};
  2112. \draw [color=c, fill=c] (2.92,2.03448) rectangle (3.08,2.08874);
  2113. \definecolor{c}{rgb}{0.6,1,0};
  2114. \draw [color=c, fill=c] (3.08,2.03448) rectangle (3.24,2.08874);
  2115. \definecolor{c}{rgb}{0.413333,1,0};
  2116. \draw [color=c, fill=c] (3.24,2.03448) rectangle (3.4,2.08874);
  2117. \draw [color=c, fill=c] (3.4,2.03448) rectangle (3.56,2.08874);
  2118. \definecolor{c}{rgb}{0,1,0.333333};
  2119. \draw [color=c, fill=c] (3.56,2.03448) rectangle (3.72,2.08874);
  2120. \definecolor{c}{rgb}{0,1,0.52};
  2121. \draw [color=c, fill=c] (3.72,2.03448) rectangle (3.88,2.08874);
  2122. \definecolor{c}{rgb}{0,1,0.8};
  2123. \draw [color=c, fill=c] (3.88,2.03448) rectangle (4.04,2.08874);
  2124. \definecolor{c}{rgb}{0.88,1,0};
  2125. \draw [color=c, fill=c] (4.04,2.03448) rectangle (4.2,2.08874);
  2126. \definecolor{c}{rgb}{0,1,0.8};
  2127. \draw [color=c, fill=c] (4.2,2.03448) rectangle (4.36,2.08874);
  2128. \definecolor{c}{rgb}{0,1,0.333333};
  2129. \draw [color=c, fill=c] (4.36,2.03448) rectangle (4.52,2.08874);
  2130. \definecolor{c}{rgb}{0.413333,1,0};
  2131. \draw [color=c, fill=c] (4.52,2.03448) rectangle (4.68,2.08874);
  2132. \definecolor{c}{rgb}{1,0.933333,0};
  2133. \draw [color=c, fill=c] (4.68,2.03448) rectangle (4.84,2.08874);
  2134. \definecolor{c}{rgb}{0,1,0.333333};
  2135. \draw [color=c, fill=c] (4.84,2.03448) rectangle (5,2.08874);
  2136. \definecolor{c}{rgb}{0,1,0.52};
  2137. \draw [color=c, fill=c] (5,2.03448) rectangle (5.16,2.08874);
  2138. \definecolor{c}{rgb}{0.133333,1,0};
  2139. \draw [color=c, fill=c] (5.16,2.03448) rectangle (5.32,2.08874);
  2140. \draw [color=c, fill=c] (5.32,2.03448) rectangle (5.48,2.08874);
  2141. \definecolor{c}{rgb}{0,1,0.52};
  2142. \draw [color=c, fill=c] (5.48,2.03448) rectangle (5.64,2.08874);
  2143. \definecolor{c}{rgb}{0,1,0.0533334};
  2144. \draw [color=c, fill=c] (5.64,2.03448) rectangle (5.8,2.08874);
  2145. \definecolor{c}{rgb}{0,1,0.333333};
  2146. \draw [color=c, fill=c] (5.8,2.03448) rectangle (5.96,2.08874);
  2147. \definecolor{c}{rgb}{0,1,0.0533334};
  2148. \draw [color=c, fill=c] (5.96,2.03448) rectangle (6.12,2.08874);
  2149. \definecolor{c}{rgb}{0,0.733333,1};
  2150. \draw [color=c, fill=c] (6.12,2.03448) rectangle (6.28,2.08874);
  2151. \definecolor{c}{rgb}{0,1,0.52};
  2152. \draw [color=c, fill=c] (6.28,2.03448) rectangle (6.44,2.08874);
  2153. \definecolor{c}{rgb}{0,1,0.0533334};
  2154. \draw [color=c, fill=c] (6.44,2.03448) rectangle (6.6,2.08874);
  2155. \definecolor{c}{rgb}{0.133333,1,0};
  2156. \draw [color=c, fill=c] (6.6,2.03448) rectangle (6.76,2.08874);
  2157. \draw [color=c, fill=c] (6.76,2.03448) rectangle (6.92,2.08874);
  2158. \definecolor{c}{rgb}{0,1,0.333333};
  2159. \draw [color=c, fill=c] (6.92,2.03448) rectangle (7.08,2.08874);
  2160. \definecolor{c}{rgb}{0,1,0.8};
  2161. \draw [color=c, fill=c] (7.08,2.03448) rectangle (7.24,2.08874);
  2162. \definecolor{c}{rgb}{0,0.733333,1};
  2163. \draw [color=c, fill=c] (7.24,2.03448) rectangle (7.4,2.08874);
  2164. \definecolor{c}{rgb}{0,1,0.986667};
  2165. \draw [color=c, fill=c] (7.4,2.03448) rectangle (7.56,2.08874);
  2166. \definecolor{c}{rgb}{0,0.546667,1};
  2167. \draw [color=c, fill=c] (7.56,2.03448) rectangle (7.72,2.08874);
  2168. \definecolor{c}{rgb}{0,0.266667,1};
  2169. \draw [color=c, fill=c] (7.72,2.03448) rectangle (7.88,2.08874);
  2170. \definecolor{c}{rgb}{0,0.546667,1};
  2171. \draw [color=c, fill=c] (7.88,2.03448) rectangle (8.04,2.08874);
  2172. \definecolor{c}{rgb}{0,0.0800001,1};
  2173. \draw [color=c, fill=c] (8.04,2.03448) rectangle (8.2,2.08874);
  2174. \definecolor{c}{rgb}{0.2,0,1};
  2175. \draw [color=c, fill=c] (8.2,2.03448) rectangle (8.36,2.08874);
  2176. \draw [color=c, fill=c] (8.36,2.03448) rectangle (8.52,2.08874);
  2177. \draw [color=c, fill=c] (8.52,2.03448) rectangle (8.68,2.08874);
  2178. \draw [color=c, fill=c] (8.68,2.03448) rectangle (8.84,2.08874);
  2179. \definecolor{c}{rgb}{0.386667,0,1};
  2180. \draw [color=c, fill=c] (8.84,2.03448) rectangle (9,2.08874);
  2181. \definecolor{c}{rgb}{0,0.266667,1};
  2182. \draw [color=c, fill=c] (1,2.08874) rectangle (1.16,2.14299);
  2183. \definecolor{c}{rgb}{0,1,0.8};
  2184. \draw [color=c, fill=c] (1.16,2.08874) rectangle (1.32,2.14299);
  2185. \draw [color=c, fill=c] (1.32,2.08874) rectangle (1.48,2.14299);
  2186. \draw [color=c, fill=c] (1.48,2.08874) rectangle (1.64,2.14299);
  2187. \definecolor{c}{rgb}{0,1,0.0533334};
  2188. \draw [color=c, fill=c] (1.64,2.08874) rectangle (1.8,2.14299);
  2189. \draw [color=c, fill=c] (1.8,2.08874) rectangle (1.96,2.14299);
  2190. \definecolor{c}{rgb}{0.413333,1,0};
  2191. \draw [color=c, fill=c] (1.96,2.08874) rectangle (2.12,2.14299);
  2192. \definecolor{c}{rgb}{0.133333,1,0};
  2193. \draw [color=c, fill=c] (2.12,2.08874) rectangle (2.28,2.14299);
  2194. \definecolor{c}{rgb}{0.413333,1,0};
  2195. \draw [color=c, fill=c] (2.28,2.08874) rectangle (2.44,2.14299);
  2196. \definecolor{c}{rgb}{0,1,0.333333};
  2197. \draw [color=c, fill=c] (2.44,2.08874) rectangle (2.6,2.14299);
  2198. \definecolor{c}{rgb}{0.413333,1,0};
  2199. \draw [color=c, fill=c] (2.6,2.08874) rectangle (2.76,2.14299);
  2200. \definecolor{c}{rgb}{0.88,1,0};
  2201. \draw [color=c, fill=c] (2.76,2.08874) rectangle (2.92,2.14299);
  2202. \definecolor{c}{rgb}{0,1,0.8};
  2203. \draw [color=c, fill=c] (2.92,2.08874) rectangle (3.08,2.14299);
  2204. \draw [color=c, fill=c] (3.08,2.08874) rectangle (3.24,2.14299);
  2205. \definecolor{c}{rgb}{0.133333,1,0};
  2206. \draw [color=c, fill=c] (3.24,2.08874) rectangle (3.4,2.14299);
  2207. \definecolor{c}{rgb}{0.413333,1,0};
  2208. \draw [color=c, fill=c] (3.4,2.08874) rectangle (3.56,2.14299);
  2209. \definecolor{c}{rgb}{0.133333,1,0};
  2210. \draw [color=c, fill=c] (3.56,2.08874) rectangle (3.72,2.14299);
  2211. \definecolor{c}{rgb}{0.6,1,0};
  2212. \draw [color=c, fill=c] (3.72,2.08874) rectangle (3.88,2.14299);
  2213. \definecolor{c}{rgb}{0.413333,1,0};
  2214. \draw [color=c, fill=c] (3.88,2.08874) rectangle (4.04,2.14299);
  2215. \definecolor{c}{rgb}{0.133333,1,0};
  2216. \draw [color=c, fill=c] (4.04,2.08874) rectangle (4.2,2.14299);
  2217. \definecolor{c}{rgb}{0,1,0.333333};
  2218. \draw [color=c, fill=c] (4.2,2.08874) rectangle (4.36,2.14299);
  2219. \draw [color=c, fill=c] (4.36,2.08874) rectangle (4.52,2.14299);
  2220. \definecolor{c}{rgb}{0.413333,1,0};
  2221. \draw [color=c, fill=c] (4.52,2.08874) rectangle (4.68,2.14299);
  2222. \definecolor{c}{rgb}{0,1,0.333333};
  2223. \draw [color=c, fill=c] (4.68,2.08874) rectangle (4.84,2.14299);
  2224. \draw [color=c, fill=c] (4.84,2.08874) rectangle (5,2.14299);
  2225. \definecolor{c}{rgb}{0.88,1,0};
  2226. \draw [color=c, fill=c] (5,2.08874) rectangle (5.16,2.14299);
  2227. \definecolor{c}{rgb}{0.413333,1,0};
  2228. \draw [color=c, fill=c] (5.16,2.08874) rectangle (5.32,2.14299);
  2229. \definecolor{c}{rgb}{0,1,0.0533334};
  2230. \draw [color=c, fill=c] (5.32,2.08874) rectangle (5.48,2.14299);
  2231. \definecolor{c}{rgb}{0,1,0.333333};
  2232. \draw [color=c, fill=c] (5.48,2.08874) rectangle (5.64,2.14299);
  2233. \definecolor{c}{rgb}{0.133333,1,0};
  2234. \draw [color=c, fill=c] (5.64,2.08874) rectangle (5.8,2.14299);
  2235. \definecolor{c}{rgb}{0,1,0.8};
  2236. \draw [color=c, fill=c] (5.8,2.08874) rectangle (5.96,2.14299);
  2237. \definecolor{c}{rgb}{0,1,0.333333};
  2238. \draw [color=c, fill=c] (5.96,2.08874) rectangle (6.12,2.14299);
  2239. \definecolor{c}{rgb}{0,1,0.52};
  2240. \draw [color=c, fill=c] (6.12,2.08874) rectangle (6.28,2.14299);
  2241. \definecolor{c}{rgb}{0,1,0.333333};
  2242. \draw [color=c, fill=c] (6.28,2.08874) rectangle (6.44,2.14299);
  2243. \definecolor{c}{rgb}{0,1,0.986667};
  2244. \draw [color=c, fill=c] (6.44,2.08874) rectangle (6.6,2.14299);
  2245. \definecolor{c}{rgb}{0,1,0.52};
  2246. \draw [color=c, fill=c] (6.6,2.08874) rectangle (6.76,2.14299);
  2247. \definecolor{c}{rgb}{0,1,0.0533334};
  2248. \draw [color=c, fill=c] (6.76,2.08874) rectangle (6.92,2.14299);
  2249. \definecolor{c}{rgb}{0,1,0.333333};
  2250. \draw [color=c, fill=c] (6.92,2.08874) rectangle (7.08,2.14299);
  2251. \definecolor{c}{rgb}{0,1,0.986667};
  2252. \draw [color=c, fill=c] (7.08,2.08874) rectangle (7.24,2.14299);
  2253. \definecolor{c}{rgb}{0,1,0.8};
  2254. \draw [color=c, fill=c] (7.24,2.08874) rectangle (7.4,2.14299);
  2255. \draw [color=c, fill=c] (7.4,2.08874) rectangle (7.56,2.14299);
  2256. \definecolor{c}{rgb}{0,0.546667,1};
  2257. \draw [color=c, fill=c] (7.56,2.08874) rectangle (7.72,2.14299);
  2258. \draw [color=c, fill=c] (7.72,2.08874) rectangle (7.88,2.14299);
  2259. \draw [color=c, fill=c] (7.88,2.08874) rectangle (8.04,2.14299);
  2260. \definecolor{c}{rgb}{0.386667,0,1};
  2261. \draw [color=c, fill=c] (8.04,2.08874) rectangle (8.2,2.14299);
  2262. \definecolor{c}{rgb}{0,0.0800001,1};
  2263. \draw [color=c, fill=c] (8.2,2.08874) rectangle (8.36,2.14299);
  2264. \definecolor{c}{rgb}{0.2,0,1};
  2265. \draw [color=c, fill=c] (8.36,2.08874) rectangle (8.52,2.14299);
  2266. \draw [color=c, fill=c] (8.52,2.08874) rectangle (8.68,2.14299);
  2267. \draw [color=c, fill=c] (8.68,2.08874) rectangle (8.84,2.14299);
  2268. \definecolor{c}{rgb}{0.386667,0,1};
  2269. \draw [color=c, fill=c] (8.84,2.08874) rectangle (9,2.14299);
  2270. \definecolor{c}{rgb}{0,1,0.8};
  2271. \draw [color=c, fill=c] (1,2.14299) rectangle (1.16,2.19724);
  2272. \definecolor{c}{rgb}{0,1,0.0533334};
  2273. \draw [color=c, fill=c] (1.16,2.14299) rectangle (1.32,2.19724);
  2274. \draw [color=c, fill=c] (1.32,2.14299) rectangle (1.48,2.19724);
  2275. \definecolor{c}{rgb}{0,1,0.8};
  2276. \draw [color=c, fill=c] (1.48,2.14299) rectangle (1.64,2.19724);
  2277. \definecolor{c}{rgb}{0.6,1,0};
  2278. \draw [color=c, fill=c] (1.64,2.14299) rectangle (1.8,2.19724);
  2279. \definecolor{c}{rgb}{0,1,0.0533334};
  2280. \draw [color=c, fill=c] (1.8,2.14299) rectangle (1.96,2.19724);
  2281. \definecolor{c}{rgb}{0.133333,1,0};
  2282. \draw [color=c, fill=c] (1.96,2.14299) rectangle (2.12,2.19724);
  2283. \definecolor{c}{rgb}{0.413333,1,0};
  2284. \draw [color=c, fill=c] (2.12,2.14299) rectangle (2.28,2.19724);
  2285. \definecolor{c}{rgb}{0.133333,1,0};
  2286. \draw [color=c, fill=c] (2.28,2.14299) rectangle (2.44,2.19724);
  2287. \draw [color=c, fill=c] (2.44,2.14299) rectangle (2.6,2.19724);
  2288. \draw [color=c, fill=c] (2.6,2.14299) rectangle (2.76,2.19724);
  2289. \definecolor{c}{rgb}{0.413333,1,0};
  2290. \draw [color=c, fill=c] (2.76,2.14299) rectangle (2.92,2.19724);
  2291. \definecolor{c}{rgb}{0.6,1,0};
  2292. \draw [color=c, fill=c] (2.92,2.14299) rectangle (3.08,2.19724);
  2293. \definecolor{c}{rgb}{0.413333,1,0};
  2294. \draw [color=c, fill=c] (3.08,2.14299) rectangle (3.24,2.19724);
  2295. \definecolor{c}{rgb}{1,0.933333,0};
  2296. \draw [color=c, fill=c] (3.24,2.14299) rectangle (3.4,2.19724);
  2297. \definecolor{c}{rgb}{0.6,1,0};
  2298. \draw [color=c, fill=c] (3.4,2.14299) rectangle (3.56,2.19724);
  2299. \definecolor{c}{rgb}{1,0.653333,0};
  2300. \draw [color=c, fill=c] (3.56,2.14299) rectangle (3.72,2.19724);
  2301. \definecolor{c}{rgb}{0.6,1,0};
  2302. \draw [color=c, fill=c] (3.72,2.14299) rectangle (3.88,2.19724);
  2303. \definecolor{c}{rgb}{0.133333,1,0};
  2304. \draw [color=c, fill=c] (3.88,2.14299) rectangle (4.04,2.19724);
  2305. \definecolor{c}{rgb}{0.413333,1,0};
  2306. \draw [color=c, fill=c] (4.04,2.14299) rectangle (4.2,2.19724);
  2307. \definecolor{c}{rgb}{0,1,0.0533334};
  2308. \draw [color=c, fill=c] (4.2,2.14299) rectangle (4.36,2.19724);
  2309. \definecolor{c}{rgb}{0.413333,1,0};
  2310. \draw [color=c, fill=c] (4.36,2.14299) rectangle (4.52,2.19724);
  2311. \definecolor{c}{rgb}{0.133333,1,0};
  2312. \draw [color=c, fill=c] (4.52,2.14299) rectangle (4.68,2.19724);
  2313. \draw [color=c, fill=c] (4.68,2.14299) rectangle (4.84,2.19724);
  2314. \definecolor{c}{rgb}{0.413333,1,0};
  2315. \draw [color=c, fill=c] (4.84,2.14299) rectangle (5,2.19724);
  2316. \draw [color=c, fill=c] (5,2.14299) rectangle (5.16,2.19724);
  2317. \definecolor{c}{rgb}{0.133333,1,0};
  2318. \draw [color=c, fill=c] (5.16,2.14299) rectangle (5.32,2.19724);
  2319. \definecolor{c}{rgb}{0,1,0.0533334};
  2320. \draw [color=c, fill=c] (5.32,2.14299) rectangle (5.48,2.19724);
  2321. \draw [color=c, fill=c] (5.48,2.14299) rectangle (5.64,2.19724);
  2322. \definecolor{c}{rgb}{0,1,0.333333};
  2323. \draw [color=c, fill=c] (5.64,2.14299) rectangle (5.8,2.19724);
  2324. \draw [color=c, fill=c] (5.8,2.14299) rectangle (5.96,2.19724);
  2325. \definecolor{c}{rgb}{0,0.733333,1};
  2326. \draw [color=c, fill=c] (5.96,2.14299) rectangle (6.12,2.19724);
  2327. \definecolor{c}{rgb}{0.133333,1,0};
  2328. \draw [color=c, fill=c] (6.12,2.14299) rectangle (6.28,2.19724);
  2329. \definecolor{c}{rgb}{0,0.266667,1};
  2330. \draw [color=c, fill=c] (6.28,2.14299) rectangle (6.44,2.19724);
  2331. \definecolor{c}{rgb}{0,1,0.333333};
  2332. \draw [color=c, fill=c] (6.44,2.14299) rectangle (6.6,2.19724);
  2333. \definecolor{c}{rgb}{0,1,0.8};
  2334. \draw [color=c, fill=c] (6.6,2.14299) rectangle (6.76,2.19724);
  2335. \definecolor{c}{rgb}{0,1,0.0533334};
  2336. \draw [color=c, fill=c] (6.76,2.14299) rectangle (6.92,2.19724);
  2337. \definecolor{c}{rgb}{0,1,0.52};
  2338. \draw [color=c, fill=c] (6.92,2.14299) rectangle (7.08,2.19724);
  2339. \definecolor{c}{rgb}{0,0.733333,1};
  2340. \draw [color=c, fill=c] (7.08,2.14299) rectangle (7.24,2.19724);
  2341. \draw [color=c, fill=c] (7.24,2.14299) rectangle (7.4,2.19724);
  2342. \definecolor{c}{rgb}{0,1,0.8};
  2343. \draw [color=c, fill=c] (7.4,2.14299) rectangle (7.56,2.19724);
  2344. \definecolor{c}{rgb}{0,0.546667,1};
  2345. \draw [color=c, fill=c] (7.56,2.14299) rectangle (7.72,2.19724);
  2346. \definecolor{c}{rgb}{0,1,0.8};
  2347. \draw [color=c, fill=c] (7.72,2.14299) rectangle (7.88,2.19724);
  2348. \definecolor{c}{rgb}{0,0.546667,1};
  2349. \draw [color=c, fill=c] (7.88,2.14299) rectangle (8.04,2.19724);
  2350. \definecolor{c}{rgb}{0.2,0,1};
  2351. \draw [color=c, fill=c] (8.04,2.14299) rectangle (8.2,2.19724);
  2352. \draw [color=c, fill=c] (8.2,2.14299) rectangle (8.36,2.19724);
  2353. \definecolor{c}{rgb}{0,0.266667,1};
  2354. \draw [color=c, fill=c] (8.36,2.14299) rectangle (8.52,2.19724);
  2355. \definecolor{c}{rgb}{0.2,0,1};
  2356. \draw [color=c, fill=c] (8.52,2.14299) rectangle (8.68,2.19724);
  2357. \definecolor{c}{rgb}{0.386667,0,1};
  2358. \draw [color=c, fill=c] (8.68,2.14299) rectangle (8.84,2.19724);
  2359. \draw [color=c, fill=c] (8.84,2.14299) rectangle (9,2.19724);
  2360. \definecolor{c}{rgb}{0,1,0.8};
  2361. \draw [color=c, fill=c] (1,2.19724) rectangle (1.16,2.25149);
  2362. \definecolor{c}{rgb}{0,1,0.986667};
  2363. \draw [color=c, fill=c] (1.16,2.19724) rectangle (1.32,2.25149);
  2364. \draw [color=c, fill=c] (1.32,2.19724) rectangle (1.48,2.25149);
  2365. \definecolor{c}{rgb}{0.133333,1,0};
  2366. \draw [color=c, fill=c] (1.48,2.19724) rectangle (1.64,2.25149);
  2367. \definecolor{c}{rgb}{0.88,1,0};
  2368. \draw [color=c, fill=c] (1.64,2.19724) rectangle (1.8,2.25149);
  2369. \definecolor{c}{rgb}{0.133333,1,0};
  2370. \draw [color=c, fill=c] (1.8,2.19724) rectangle (1.96,2.25149);
  2371. \definecolor{c}{rgb}{0.88,1,0};
  2372. \draw [color=c, fill=c] (1.96,2.19724) rectangle (2.12,2.25149);
  2373. \definecolor{c}{rgb}{0.133333,1,0};
  2374. \draw [color=c, fill=c] (2.12,2.19724) rectangle (2.28,2.25149);
  2375. \definecolor{c}{rgb}{0.88,1,0};
  2376. \draw [color=c, fill=c] (2.28,2.19724) rectangle (2.44,2.25149);
  2377. \definecolor{c}{rgb}{0.6,1,0};
  2378. \draw [color=c, fill=c] (2.44,2.19724) rectangle (2.6,2.25149);
  2379. \definecolor{c}{rgb}{0.133333,1,0};
  2380. \draw [color=c, fill=c] (2.6,2.19724) rectangle (2.76,2.25149);
  2381. \draw [color=c, fill=c] (2.76,2.19724) rectangle (2.92,2.25149);
  2382. \definecolor{c}{rgb}{0,1,0.333333};
  2383. \draw [color=c, fill=c] (2.92,2.19724) rectangle (3.08,2.25149);
  2384. \definecolor{c}{rgb}{0.413333,1,0};
  2385. \draw [color=c, fill=c] (3.08,2.19724) rectangle (3.24,2.25149);
  2386. \definecolor{c}{rgb}{0,1,0.0533334};
  2387. \draw [color=c, fill=c] (3.24,2.19724) rectangle (3.4,2.25149);
  2388. \definecolor{c}{rgb}{1,0.933333,0};
  2389. \draw [color=c, fill=c] (3.4,2.19724) rectangle (3.56,2.25149);
  2390. \definecolor{c}{rgb}{0.6,1,0};
  2391. \draw [color=c, fill=c] (3.56,2.19724) rectangle (3.72,2.25149);
  2392. \draw [color=c, fill=c] (3.72,2.19724) rectangle (3.88,2.25149);
  2393. \definecolor{c}{rgb}{0,1,0.0533334};
  2394. \draw [color=c, fill=c] (3.88,2.19724) rectangle (4.04,2.25149);
  2395. \definecolor{c}{rgb}{0.413333,1,0};
  2396. \draw [color=c, fill=c] (4.04,2.19724) rectangle (4.2,2.25149);
  2397. \definecolor{c}{rgb}{0.6,1,0};
  2398. \draw [color=c, fill=c] (4.2,2.19724) rectangle (4.36,2.25149);
  2399. \definecolor{c}{rgb}{0,1,0.0533334};
  2400. \draw [color=c, fill=c] (4.36,2.19724) rectangle (4.52,2.25149);
  2401. \draw [color=c, fill=c] (4.52,2.19724) rectangle (4.68,2.25149);
  2402. \definecolor{c}{rgb}{0.88,1,0};
  2403. \draw [color=c, fill=c] (4.68,2.19724) rectangle (4.84,2.25149);
  2404. \definecolor{c}{rgb}{0.413333,1,0};
  2405. \draw [color=c, fill=c] (4.84,2.19724) rectangle (5,2.25149);
  2406. \definecolor{c}{rgb}{0,1,0.333333};
  2407. \draw [color=c, fill=c] (5,2.19724) rectangle (5.16,2.25149);
  2408. \definecolor{c}{rgb}{0,1,0.8};
  2409. \draw [color=c, fill=c] (5.16,2.19724) rectangle (5.32,2.25149);
  2410. \definecolor{c}{rgb}{0,1,0.333333};
  2411. \draw [color=c, fill=c] (5.32,2.19724) rectangle (5.48,2.25149);
  2412. \definecolor{c}{rgb}{0,1,0.0533334};
  2413. \draw [color=c, fill=c] (5.48,2.19724) rectangle (5.64,2.25149);
  2414. \definecolor{c}{rgb}{0.88,1,0};
  2415. \draw [color=c, fill=c] (5.64,2.19724) rectangle (5.8,2.25149);
  2416. \definecolor{c}{rgb}{0,1,0.0533334};
  2417. \draw [color=c, fill=c] (5.8,2.19724) rectangle (5.96,2.25149);
  2418. \definecolor{c}{rgb}{0,1,0.986667};
  2419. \draw [color=c, fill=c] (5.96,2.19724) rectangle (6.12,2.25149);
  2420. \definecolor{c}{rgb}{0,1,0.333333};
  2421. \draw [color=c, fill=c] (6.12,2.19724) rectangle (6.28,2.25149);
  2422. \definecolor{c}{rgb}{0,1,0.52};
  2423. \draw [color=c, fill=c] (6.28,2.19724) rectangle (6.44,2.25149);
  2424. \definecolor{c}{rgb}{0,1,0.8};
  2425. \draw [color=c, fill=c] (6.44,2.19724) rectangle (6.6,2.25149);
  2426. \definecolor{c}{rgb}{0.133333,1,0};
  2427. \draw [color=c, fill=c] (6.6,2.19724) rectangle (6.76,2.25149);
  2428. \definecolor{c}{rgb}{0,1,0.0533334};
  2429. \draw [color=c, fill=c] (6.76,2.19724) rectangle (6.92,2.25149);
  2430. \definecolor{c}{rgb}{0,1,0.986667};
  2431. \draw [color=c, fill=c] (6.92,2.19724) rectangle (7.08,2.25149);
  2432. \definecolor{c}{rgb}{0,1,0.333333};
  2433. \draw [color=c, fill=c] (7.08,2.19724) rectangle (7.24,2.25149);
  2434. \definecolor{c}{rgb}{0,1,0.52};
  2435. \draw [color=c, fill=c] (7.24,2.19724) rectangle (7.4,2.25149);
  2436. \definecolor{c}{rgb}{0,0.546667,1};
  2437. \draw [color=c, fill=c] (7.4,2.19724) rectangle (7.56,2.25149);
  2438. \draw [color=c, fill=c] (7.56,2.19724) rectangle (7.72,2.25149);
  2439. \definecolor{c}{rgb}{0,0.266667,1};
  2440. \draw [color=c, fill=c] (7.72,2.19724) rectangle (7.88,2.25149);
  2441. \definecolor{c}{rgb}{0,0.0800001,1};
  2442. \draw [color=c, fill=c] (7.88,2.19724) rectangle (8.04,2.25149);
  2443. \definecolor{c}{rgb}{0.2,0,1};
  2444. \draw [color=c, fill=c] (8.04,2.19724) rectangle (8.2,2.25149);
  2445. \draw [color=c, fill=c] (8.2,2.19724) rectangle (8.36,2.25149);
  2446. \definecolor{c}{rgb}{0,0.266667,1};
  2447. \draw [color=c, fill=c] (8.36,2.19724) rectangle (8.52,2.25149);
  2448. \definecolor{c}{rgb}{0.2,0,1};
  2449. \draw [color=c, fill=c] (8.52,2.19724) rectangle (8.68,2.25149);
  2450. \draw [color=c, fill=c] (8.68,2.19724) rectangle (8.84,2.25149);
  2451. \draw [color=c, fill=c] (8.84,2.19724) rectangle (9,2.25149);
  2452. \definecolor{c}{rgb}{0,1,0.52};
  2453. \draw [color=c, fill=c] (1,2.25149) rectangle (1.16,2.30575);
  2454. \definecolor{c}{rgb}{0.133333,1,0};
  2455. \draw [color=c, fill=c] (1.16,2.25149) rectangle (1.32,2.30575);
  2456. \definecolor{c}{rgb}{0,1,0.8};
  2457. \draw [color=c, fill=c] (1.32,2.25149) rectangle (1.48,2.30575);
  2458. \definecolor{c}{rgb}{0,1,0.0533334};
  2459. \draw [color=c, fill=c] (1.48,2.25149) rectangle (1.64,2.30575);
  2460. \definecolor{c}{rgb}{0.413333,1,0};
  2461. \draw [color=c, fill=c] (1.64,2.25149) rectangle (1.8,2.30575);
  2462. \definecolor{c}{rgb}{0.133333,1,0};
  2463. \draw [color=c, fill=c] (1.8,2.25149) rectangle (1.96,2.30575);
  2464. \definecolor{c}{rgb}{0.6,1,0};
  2465. \draw [color=c, fill=c] (1.96,2.25149) rectangle (2.12,2.30575);
  2466. \definecolor{c}{rgb}{0,1,0.333333};
  2467. \draw [color=c, fill=c] (2.12,2.25149) rectangle (2.28,2.30575);
  2468. \definecolor{c}{rgb}{0.413333,1,0};
  2469. \draw [color=c, fill=c] (2.28,2.25149) rectangle (2.44,2.30575);
  2470. \draw [color=c, fill=c] (2.44,2.25149) rectangle (2.6,2.30575);
  2471. \definecolor{c}{rgb}{0.133333,1,0};
  2472. \draw [color=c, fill=c] (2.6,2.25149) rectangle (2.76,2.30575);
  2473. \definecolor{c}{rgb}{0.6,1,0};
  2474. \draw [color=c, fill=c] (2.76,2.25149) rectangle (2.92,2.30575);
  2475. \definecolor{c}{rgb}{0.88,1,0};
  2476. \draw [color=c, fill=c] (2.92,2.25149) rectangle (3.08,2.30575);
  2477. \definecolor{c}{rgb}{0.6,1,0};
  2478. \draw [color=c, fill=c] (3.08,2.25149) rectangle (3.24,2.30575);
  2479. \definecolor{c}{rgb}{0.413333,1,0};
  2480. \draw [color=c, fill=c] (3.24,2.25149) rectangle (3.4,2.30575);
  2481. \definecolor{c}{rgb}{0.6,1,0};
  2482. \draw [color=c, fill=c] (3.4,2.25149) rectangle (3.56,2.30575);
  2483. \definecolor{c}{rgb}{0,1,0.333333};
  2484. \draw [color=c, fill=c] (3.56,2.25149) rectangle (3.72,2.30575);
  2485. \definecolor{c}{rgb}{0.413333,1,0};
  2486. \draw [color=c, fill=c] (3.72,2.25149) rectangle (3.88,2.30575);
  2487. \definecolor{c}{rgb}{0.88,1,0};
  2488. \draw [color=c, fill=c] (3.88,2.25149) rectangle (4.04,2.30575);
  2489. \draw [color=c, fill=c] (4.04,2.25149) rectangle (4.2,2.30575);
  2490. \definecolor{c}{rgb}{1,0.653333,0};
  2491. \draw [color=c, fill=c] (4.2,2.25149) rectangle (4.36,2.30575);
  2492. \definecolor{c}{rgb}{0.133333,1,0};
  2493. \draw [color=c, fill=c] (4.36,2.25149) rectangle (4.52,2.30575);
  2494. \definecolor{c}{rgb}{0.6,1,0};
  2495. \draw [color=c, fill=c] (4.52,2.25149) rectangle (4.68,2.30575);
  2496. \definecolor{c}{rgb}{0.413333,1,0};
  2497. \draw [color=c, fill=c] (4.68,2.25149) rectangle (4.84,2.30575);
  2498. \definecolor{c}{rgb}{0,1,0.52};
  2499. \draw [color=c, fill=c] (4.84,2.25149) rectangle (5,2.30575);
  2500. \definecolor{c}{rgb}{0.133333,1,0};
  2501. \draw [color=c, fill=c] (5,2.25149) rectangle (5.16,2.30575);
  2502. \draw [color=c, fill=c] (5.16,2.25149) rectangle (5.32,2.30575);
  2503. \definecolor{c}{rgb}{0,1,0.0533334};
  2504. \draw [color=c, fill=c] (5.32,2.25149) rectangle (5.48,2.30575);
  2505. \definecolor{c}{rgb}{0,1,0.8};
  2506. \draw [color=c, fill=c] (5.48,2.25149) rectangle (5.64,2.30575);
  2507. \definecolor{c}{rgb}{0,1,0.333333};
  2508. \draw [color=c, fill=c] (5.64,2.25149) rectangle (5.8,2.30575);
  2509. \definecolor{c}{rgb}{0,1,0.8};
  2510. \draw [color=c, fill=c] (5.8,2.25149) rectangle (5.96,2.30575);
  2511. \definecolor{c}{rgb}{0.133333,1,0};
  2512. \draw [color=c, fill=c] (5.96,2.25149) rectangle (6.12,2.30575);
  2513. \definecolor{c}{rgb}{0,1,0.333333};
  2514. \draw [color=c, fill=c] (6.12,2.25149) rectangle (6.28,2.30575);
  2515. \definecolor{c}{rgb}{0,1,0.8};
  2516. \draw [color=c, fill=c] (6.28,2.25149) rectangle (6.44,2.30575);
  2517. \definecolor{c}{rgb}{0,1,0.986667};
  2518. \draw [color=c, fill=c] (6.44,2.25149) rectangle (6.6,2.30575);
  2519. \definecolor{c}{rgb}{0.133333,1,0};
  2520. \draw [color=c, fill=c] (6.6,2.25149) rectangle (6.76,2.30575);
  2521. \definecolor{c}{rgb}{0,1,0.333333};
  2522. \draw [color=c, fill=c] (6.76,2.25149) rectangle (6.92,2.30575);
  2523. \definecolor{c}{rgb}{0.413333,1,0};
  2524. \draw [color=c, fill=c] (6.92,2.25149) rectangle (7.08,2.30575);
  2525. \definecolor{c}{rgb}{0,1,0.52};
  2526. \draw [color=c, fill=c] (7.08,2.25149) rectangle (7.24,2.30575);
  2527. \definecolor{c}{rgb}{0,1,0.8};
  2528. \draw [color=c, fill=c] (7.24,2.25149) rectangle (7.4,2.30575);
  2529. \draw [color=c, fill=c] (7.4,2.25149) rectangle (7.56,2.30575);
  2530. \definecolor{c}{rgb}{0,0.546667,1};
  2531. \draw [color=c, fill=c] (7.56,2.25149) rectangle (7.72,2.30575);
  2532. \draw [color=c, fill=c] (7.72,2.25149) rectangle (7.88,2.30575);
  2533. \draw [color=c, fill=c] (7.88,2.25149) rectangle (8.04,2.30575);
  2534. \definecolor{c}{rgb}{0,0.266667,1};
  2535. \draw [color=c, fill=c] (8.04,2.25149) rectangle (8.2,2.30575);
  2536. \definecolor{c}{rgb}{0.2,0,1};
  2537. \draw [color=c, fill=c] (8.2,2.25149) rectangle (8.36,2.30575);
  2538. \draw [color=c, fill=c] (8.36,2.25149) rectangle (8.52,2.30575);
  2539. \definecolor{c}{rgb}{0.386667,0,1};
  2540. \draw [color=c, fill=c] (8.52,2.25149) rectangle (8.68,2.30575);
  2541. \definecolor{c}{rgb}{0.2,0,1};
  2542. \draw [color=c, fill=c] (8.68,2.25149) rectangle (8.84,2.30575);
  2543. \definecolor{c}{rgb}{0.386667,0,1};
  2544. \draw [color=c, fill=c] (8.84,2.25149) rectangle (9,2.30575);
  2545. \definecolor{c}{rgb}{0,1,0.986667};
  2546. \draw [color=c, fill=c] (1,2.30575) rectangle (1.16,2.36);
  2547. \definecolor{c}{rgb}{0,1,0.8};
  2548. \draw [color=c, fill=c] (1.16,2.30575) rectangle (1.32,2.36);
  2549. \definecolor{c}{rgb}{0,1,0.333333};
  2550. \draw [color=c, fill=c] (1.32,2.30575) rectangle (1.48,2.36);
  2551. \definecolor{c}{rgb}{0,1,0.8};
  2552. \draw [color=c, fill=c] (1.48,2.30575) rectangle (1.64,2.36);
  2553. \definecolor{c}{rgb}{0.6,1,0};
  2554. \draw [color=c, fill=c] (1.64,2.30575) rectangle (1.8,2.36);
  2555. \definecolor{c}{rgb}{0.133333,1,0};
  2556. \draw [color=c, fill=c] (1.8,2.30575) rectangle (1.96,2.36);
  2557. \definecolor{c}{rgb}{0,1,0.52};
  2558. \draw [color=c, fill=c] (1.96,2.30575) rectangle (2.12,2.36);
  2559. \definecolor{c}{rgb}{0.133333,1,0};
  2560. \draw [color=c, fill=c] (2.12,2.30575) rectangle (2.28,2.36);
  2561. \definecolor{c}{rgb}{0,1,0.0533334};
  2562. \draw [color=c, fill=c] (2.28,2.30575) rectangle (2.44,2.36);
  2563. \definecolor{c}{rgb}{0.133333,1,0};
  2564. \draw [color=c, fill=c] (2.44,2.30575) rectangle (2.6,2.36);
  2565. \definecolor{c}{rgb}{1,0.466667,0};
  2566. \draw [color=c, fill=c] (2.6,2.30575) rectangle (2.76,2.36);
  2567. \definecolor{c}{rgb}{0.133333,1,0};
  2568. \draw [color=c, fill=c] (2.76,2.30575) rectangle (2.92,2.36);
  2569. \definecolor{c}{rgb}{0.413333,1,0};
  2570. \draw [color=c, fill=c] (2.92,2.30575) rectangle (3.08,2.36);
  2571. \definecolor{c}{rgb}{0.6,1,0};
  2572. \draw [color=c, fill=c] (3.08,2.30575) rectangle (3.24,2.36);
  2573. \definecolor{c}{rgb}{1,0.653333,0};
  2574. \draw [color=c, fill=c] (3.24,2.30575) rectangle (3.4,2.36);
  2575. \definecolor{c}{rgb}{1,0.933333,0};
  2576. \draw [color=c, fill=c] (3.4,2.30575) rectangle (3.56,2.36);
  2577. \definecolor{c}{rgb}{0,1,0.0533334};
  2578. \draw [color=c, fill=c] (3.56,2.30575) rectangle (3.72,2.36);
  2579. \definecolor{c}{rgb}{0.6,1,0};
  2580. \draw [color=c, fill=c] (3.72,2.30575) rectangle (3.88,2.36);
  2581. \definecolor{c}{rgb}{0.133333,1,0};
  2582. \draw [color=c, fill=c] (3.88,2.30575) rectangle (4.04,2.36);
  2583. \draw [color=c, fill=c] (4.04,2.30575) rectangle (4.2,2.36);
  2584. \definecolor{c}{rgb}{0.88,1,0};
  2585. \draw [color=c, fill=c] (4.2,2.30575) rectangle (4.36,2.36);
  2586. \definecolor{c}{rgb}{1,0.933333,0};
  2587. \draw [color=c, fill=c] (4.36,2.30575) rectangle (4.52,2.36);
  2588. \definecolor{c}{rgb}{0.413333,1,0};
  2589. \draw [color=c, fill=c] (4.52,2.30575) rectangle (4.68,2.36);
  2590. \definecolor{c}{rgb}{0.88,1,0};
  2591. \draw [color=c, fill=c] (4.68,2.30575) rectangle (4.84,2.36);
  2592. \definecolor{c}{rgb}{1,0.933333,0};
  2593. \draw [color=c, fill=c] (4.84,2.30575) rectangle (5,2.36);
  2594. \definecolor{c}{rgb}{0,1,0.52};
  2595. \draw [color=c, fill=c] (5,2.30575) rectangle (5.16,2.36);
  2596. \definecolor{c}{rgb}{0.133333,1,0};
  2597. \draw [color=c, fill=c] (5.16,2.30575) rectangle (5.32,2.36);
  2598. \definecolor{c}{rgb}{0,1,0.0533334};
  2599. \draw [color=c, fill=c] (5.32,2.30575) rectangle (5.48,2.36);
  2600. \definecolor{c}{rgb}{0.133333,1,0};
  2601. \draw [color=c, fill=c] (5.48,2.30575) rectangle (5.64,2.36);
  2602. \definecolor{c}{rgb}{0,1,0.52};
  2603. \draw [color=c, fill=c] (5.64,2.30575) rectangle (5.8,2.36);
  2604. \draw [color=c, fill=c] (5.8,2.30575) rectangle (5.96,2.36);
  2605. \definecolor{c}{rgb}{0,1,0.333333};
  2606. \draw [color=c, fill=c] (5.96,2.30575) rectangle (6.12,2.36);
  2607. \definecolor{c}{rgb}{0,1,0.52};
  2608. \draw [color=c, fill=c] (6.12,2.30575) rectangle (6.28,2.36);
  2609. \draw [color=c, fill=c] (6.28,2.30575) rectangle (6.44,2.36);
  2610. \definecolor{c}{rgb}{0.88,1,0};
  2611. \draw [color=c, fill=c] (6.44,2.30575) rectangle (6.6,2.36);
  2612. \definecolor{c}{rgb}{0,1,0.8};
  2613. \draw [color=c, fill=c] (6.6,2.30575) rectangle (6.76,2.36);
  2614. \definecolor{c}{rgb}{0,0.546667,1};
  2615. \draw [color=c, fill=c] (6.76,2.30575) rectangle (6.92,2.36);
  2616. \definecolor{c}{rgb}{0,1,0.8};
  2617. \draw [color=c, fill=c] (6.92,2.30575) rectangle (7.08,2.36);
  2618. \draw [color=c, fill=c] (7.08,2.30575) rectangle (7.24,2.36);
  2619. \definecolor{c}{rgb}{0,1,0.986667};
  2620. \draw [color=c, fill=c] (7.24,2.30575) rectangle (7.4,2.36);
  2621. \definecolor{c}{rgb}{0,0.733333,1};
  2622. \draw [color=c, fill=c] (7.4,2.30575) rectangle (7.56,2.36);
  2623. \definecolor{c}{rgb}{0,0.0800001,1};
  2624. \draw [color=c, fill=c] (7.56,2.30575) rectangle (7.72,2.36);
  2625. \definecolor{c}{rgb}{0,0.733333,1};
  2626. \draw [color=c, fill=c] (7.72,2.30575) rectangle (7.88,2.36);
  2627. \draw [color=c, fill=c] (7.88,2.30575) rectangle (8.04,2.36);
  2628. \definecolor{c}{rgb}{0.2,0,1};
  2629. \draw [color=c, fill=c] (8.04,2.30575) rectangle (8.2,2.36);
  2630. \draw [color=c, fill=c] (8.2,2.30575) rectangle (8.36,2.36);
  2631. \draw [color=c, fill=c] (8.36,2.30575) rectangle (8.52,2.36);
  2632. \draw [color=c, fill=c] (8.52,2.30575) rectangle (8.68,2.36);
  2633. \definecolor{c}{rgb}{0.386667,0,1};
  2634. \draw [color=c, fill=c] (8.68,2.30575) rectangle (8.84,2.36);
  2635. \definecolor{c}{rgb}{0.2,0,1};
  2636. \draw [color=c, fill=c] (8.84,2.30575) rectangle (9,2.36);
  2637. \definecolor{c}{rgb}{0,1,0.333333};
  2638. \draw [color=c, fill=c] (1,2.36) rectangle (1.16,2.41425);
  2639. \draw [color=c, fill=c] (1.16,2.36) rectangle (1.32,2.41425);
  2640. \definecolor{c}{rgb}{0,1,0.52};
  2641. \draw [color=c, fill=c] (1.32,2.36) rectangle (1.48,2.41425);
  2642. \definecolor{c}{rgb}{0,1,0.333333};
  2643. \draw [color=c, fill=c] (1.48,2.36) rectangle (1.64,2.41425);
  2644. \draw [color=c, fill=c] (1.64,2.36) rectangle (1.8,2.41425);
  2645. \definecolor{c}{rgb}{1,0.653333,0};
  2646. \draw [color=c, fill=c] (1.8,2.36) rectangle (1.96,2.41425);
  2647. \definecolor{c}{rgb}{0,1,0.0533334};
  2648. \draw [color=c, fill=c] (1.96,2.36) rectangle (2.12,2.41425);
  2649. \definecolor{c}{rgb}{0.6,1,0};
  2650. \draw [color=c, fill=c] (2.12,2.36) rectangle (2.28,2.41425);
  2651. \definecolor{c}{rgb}{0.88,1,0};
  2652. \draw [color=c, fill=c] (2.28,2.36) rectangle (2.44,2.41425);
  2653. \definecolor{c}{rgb}{0,1,0.333333};
  2654. \draw [color=c, fill=c] (2.44,2.36) rectangle (2.6,2.41425);
  2655. \definecolor{c}{rgb}{0.133333,1,0};
  2656. \draw [color=c, fill=c] (2.6,2.36) rectangle (2.76,2.41425);
  2657. \definecolor{c}{rgb}{0.413333,1,0};
  2658. \draw [color=c, fill=c] (2.76,2.36) rectangle (2.92,2.41425);
  2659. \draw [color=c, fill=c] (2.92,2.36) rectangle (3.08,2.41425);
  2660. \draw [color=c, fill=c] (3.08,2.36) rectangle (3.24,2.41425);
  2661. \definecolor{c}{rgb}{0.88,1,0};
  2662. \draw [color=c, fill=c] (3.24,2.36) rectangle (3.4,2.41425);
  2663. \draw [color=c, fill=c] (3.4,2.36) rectangle (3.56,2.41425);
  2664. \definecolor{c}{rgb}{1,0.933333,0};
  2665. \draw [color=c, fill=c] (3.56,2.36) rectangle (3.72,2.41425);
  2666. \definecolor{c}{rgb}{0.413333,1,0};
  2667. \draw [color=c, fill=c] (3.72,2.36) rectangle (3.88,2.41425);
  2668. \definecolor{c}{rgb}{1,0.933333,0};
  2669. \draw [color=c, fill=c] (3.88,2.36) rectangle (4.04,2.41425);
  2670. \definecolor{c}{rgb}{0.413333,1,0};
  2671. \draw [color=c, fill=c] (4.04,2.36) rectangle (4.2,2.41425);
  2672. \definecolor{c}{rgb}{0.6,1,0};
  2673. \draw [color=c, fill=c] (4.2,2.36) rectangle (4.36,2.41425);
  2674. \definecolor{c}{rgb}{1,0.933333,0};
  2675. \draw [color=c, fill=c] (4.36,2.36) rectangle (4.52,2.41425);
  2676. \draw [color=c, fill=c] (4.52,2.36) rectangle (4.68,2.41425);
  2677. \definecolor{c}{rgb}{0.413333,1,0};
  2678. \draw [color=c, fill=c] (4.68,2.36) rectangle (4.84,2.41425);
  2679. \definecolor{c}{rgb}{0.88,1,0};
  2680. \draw [color=c, fill=c] (4.84,2.36) rectangle (5,2.41425);
  2681. \definecolor{c}{rgb}{1,0.933333,0};
  2682. \draw [color=c, fill=c] (5,2.36) rectangle (5.16,2.41425);
  2683. \definecolor{c}{rgb}{0.413333,1,0};
  2684. \draw [color=c, fill=c] (5.16,2.36) rectangle (5.32,2.41425);
  2685. \definecolor{c}{rgb}{0.133333,1,0};
  2686. \draw [color=c, fill=c] (5.32,2.36) rectangle (5.48,2.41425);
  2687. \draw [color=c, fill=c] (5.48,2.36) rectangle (5.64,2.41425);
  2688. \definecolor{c}{rgb}{0,1,0.333333};
  2689. \draw [color=c, fill=c] (5.64,2.36) rectangle (5.8,2.41425);
  2690. \definecolor{c}{rgb}{0,1,0.52};
  2691. \draw [color=c, fill=c] (5.8,2.36) rectangle (5.96,2.41425);
  2692. \definecolor{c}{rgb}{0,1,0.0533334};
  2693. \draw [color=c, fill=c] (5.96,2.36) rectangle (6.12,2.41425);
  2694. \draw [color=c, fill=c] (6.12,2.36) rectangle (6.28,2.41425);
  2695. \definecolor{c}{rgb}{0,1,0.8};
  2696. \draw [color=c, fill=c] (6.28,2.36) rectangle (6.44,2.41425);
  2697. \definecolor{c}{rgb}{0,1,0.333333};
  2698. \draw [color=c, fill=c] (6.44,2.36) rectangle (6.6,2.41425);
  2699. \definecolor{c}{rgb}{0.133333,1,0};
  2700. \draw [color=c, fill=c] (6.6,2.36) rectangle (6.76,2.41425);
  2701. \definecolor{c}{rgb}{0,1,0.333333};
  2702. \draw [color=c, fill=c] (6.76,2.36) rectangle (6.92,2.41425);
  2703. \draw [color=c, fill=c] (6.92,2.36) rectangle (7.08,2.41425);
  2704. \definecolor{c}{rgb}{0,1,0.986667};
  2705. \draw [color=c, fill=c] (7.08,2.36) rectangle (7.24,2.41425);
  2706. \definecolor{c}{rgb}{0,1,0.8};
  2707. \draw [color=c, fill=c] (7.24,2.36) rectangle (7.4,2.41425);
  2708. \definecolor{c}{rgb}{0,0.546667,1};
  2709. \draw [color=c, fill=c] (7.4,2.36) rectangle (7.56,2.41425);
  2710. \definecolor{c}{rgb}{0,0.266667,1};
  2711. \draw [color=c, fill=c] (7.56,2.36) rectangle (7.72,2.41425);
  2712. \draw [color=c, fill=c] (7.72,2.36) rectangle (7.88,2.41425);
  2713. \definecolor{c}{rgb}{0,0.733333,1};
  2714. \draw [color=c, fill=c] (7.88,2.36) rectangle (8.04,2.41425);
  2715. \definecolor{c}{rgb}{0.2,0,1};
  2716. \draw [color=c, fill=c] (8.04,2.36) rectangle (8.2,2.41425);
  2717. \definecolor{c}{rgb}{0.386667,0,1};
  2718. \draw [color=c, fill=c] (8.2,2.36) rectangle (8.36,2.41425);
  2719. \definecolor{c}{rgb}{0.2,0,1};
  2720. \draw [color=c, fill=c] (8.36,2.36) rectangle (8.52,2.41425);
  2721. \draw [color=c, fill=c] (8.52,2.36) rectangle (8.68,2.41425);
  2722. \definecolor{c}{rgb}{0.386667,0,1};
  2723. \draw [color=c, fill=c] (8.68,2.36) rectangle (8.84,2.41425);
  2724. \definecolor{c}{rgb}{0.2,0,1};
  2725. \draw [color=c, fill=c] (8.84,2.36) rectangle (9,2.41425);
  2726. \definecolor{c}{rgb}{0,1,0.986667};
  2727. \draw [color=c, fill=c] (1,2.41425) rectangle (1.16,2.46851);
  2728. \definecolor{c}{rgb}{0.133333,1,0};
  2729. \draw [color=c, fill=c] (1.16,2.41425) rectangle (1.32,2.46851);
  2730. \draw [color=c, fill=c] (1.32,2.41425) rectangle (1.48,2.46851);
  2731. \definecolor{c}{rgb}{0.6,1,0};
  2732. \draw [color=c, fill=c] (1.48,2.41425) rectangle (1.64,2.46851);
  2733. \definecolor{c}{rgb}{0,1,0.0533334};
  2734. \draw [color=c, fill=c] (1.64,2.41425) rectangle (1.8,2.46851);
  2735. \definecolor{c}{rgb}{0.133333,1,0};
  2736. \draw [color=c, fill=c] (1.8,2.41425) rectangle (1.96,2.46851);
  2737. \definecolor{c}{rgb}{0.413333,1,0};
  2738. \draw [color=c, fill=c] (1.96,2.41425) rectangle (2.12,2.46851);
  2739. \definecolor{c}{rgb}{0.133333,1,0};
  2740. \draw [color=c, fill=c] (2.12,2.41425) rectangle (2.28,2.46851);
  2741. \definecolor{c}{rgb}{0.6,1,0};
  2742. \draw [color=c, fill=c] (2.28,2.41425) rectangle (2.44,2.46851);
  2743. \definecolor{c}{rgb}{1,0.186667,0};
  2744. \draw [color=c, fill=c] (2.44,2.41425) rectangle (2.6,2.46851);
  2745. \definecolor{c}{rgb}{1,0.933333,0};
  2746. \draw [color=c, fill=c] (2.6,2.41425) rectangle (2.76,2.46851);
  2747. \definecolor{c}{rgb}{0.6,1,0};
  2748. \draw [color=c, fill=c] (2.76,2.41425) rectangle (2.92,2.46851);
  2749. \draw [color=c, fill=c] (2.92,2.41425) rectangle (3.08,2.46851);
  2750. \definecolor{c}{rgb}{1,0.933333,0};
  2751. \draw [color=c, fill=c] (3.08,2.41425) rectangle (3.24,2.46851);
  2752. \draw [color=c, fill=c] (3.24,2.41425) rectangle (3.4,2.46851);
  2753. \definecolor{c}{rgb}{0,1,0.0533334};
  2754. \draw [color=c, fill=c] (3.4,2.41425) rectangle (3.56,2.46851);
  2755. \definecolor{c}{rgb}{0.413333,1,0};
  2756. \draw [color=c, fill=c] (3.56,2.41425) rectangle (3.72,2.46851);
  2757. \definecolor{c}{rgb}{1,0.653333,0};
  2758. \draw [color=c, fill=c] (3.72,2.41425) rectangle (3.88,2.46851);
  2759. \definecolor{c}{rgb}{0.133333,1,0};
  2760. \draw [color=c, fill=c] (3.88,2.41425) rectangle (4.04,2.46851);
  2761. \definecolor{c}{rgb}{1,0.466667,0};
  2762. \draw [color=c, fill=c] (4.04,2.41425) rectangle (4.2,2.46851);
  2763. \definecolor{c}{rgb}{0.413333,1,0};
  2764. \draw [color=c, fill=c] (4.2,2.41425) rectangle (4.36,2.46851);
  2765. \draw [color=c, fill=c] (4.36,2.41425) rectangle (4.52,2.46851);
  2766. \definecolor{c}{rgb}{1,0.653333,0};
  2767. \draw [color=c, fill=c] (4.52,2.41425) rectangle (4.68,2.46851);
  2768. \definecolor{c}{rgb}{0.413333,1,0};
  2769. \draw [color=c, fill=c] (4.68,2.41425) rectangle (4.84,2.46851);
  2770. \draw [color=c, fill=c] (4.84,2.41425) rectangle (5,2.46851);
  2771. \definecolor{c}{rgb}{0,1,0.333333};
  2772. \draw [color=c, fill=c] (5,2.41425) rectangle (5.16,2.46851);
  2773. \definecolor{c}{rgb}{1,0.933333,0};
  2774. \draw [color=c, fill=c] (5.16,2.41425) rectangle (5.32,2.46851);
  2775. \definecolor{c}{rgb}{0.413333,1,0};
  2776. \draw [color=c, fill=c] (5.32,2.41425) rectangle (5.48,2.46851);
  2777. \draw [color=c, fill=c] (5.48,2.41425) rectangle (5.64,2.46851);
  2778. \definecolor{c}{rgb}{0.6,1,0};
  2779. \draw [color=c, fill=c] (5.64,2.41425) rectangle (5.8,2.46851);
  2780. \definecolor{c}{rgb}{0,1,0.8};
  2781. \draw [color=c, fill=c] (5.8,2.41425) rectangle (5.96,2.46851);
  2782. \definecolor{c}{rgb}{0,1,0.52};
  2783. \draw [color=c, fill=c] (5.96,2.41425) rectangle (6.12,2.46851);
  2784. \draw [color=c, fill=c] (6.12,2.41425) rectangle (6.28,2.46851);
  2785. \definecolor{c}{rgb}{0,1,0.8};
  2786. \draw [color=c, fill=c] (6.28,2.41425) rectangle (6.44,2.46851);
  2787. \draw [color=c, fill=c] (6.44,2.41425) rectangle (6.6,2.46851);
  2788. \definecolor{c}{rgb}{0,0.546667,1};
  2789. \draw [color=c, fill=c] (6.6,2.41425) rectangle (6.76,2.46851);
  2790. \definecolor{c}{rgb}{0,1,0.52};
  2791. \draw [color=c, fill=c] (6.76,2.41425) rectangle (6.92,2.46851);
  2792. \definecolor{c}{rgb}{0,1,0.8};
  2793. \draw [color=c, fill=c] (6.92,2.41425) rectangle (7.08,2.46851);
  2794. \definecolor{c}{rgb}{0,1,0.986667};
  2795. \draw [color=c, fill=c] (7.08,2.41425) rectangle (7.24,2.46851);
  2796. \definecolor{c}{rgb}{0,1,0.8};
  2797. \draw [color=c, fill=c] (7.24,2.41425) rectangle (7.4,2.46851);
  2798. \definecolor{c}{rgb}{0,0.733333,1};
  2799. \draw [color=c, fill=c] (7.4,2.41425) rectangle (7.56,2.46851);
  2800. \definecolor{c}{rgb}{0,0.546667,1};
  2801. \draw [color=c, fill=c] (7.56,2.41425) rectangle (7.72,2.46851);
  2802. \draw [color=c, fill=c] (7.72,2.41425) rectangle (7.88,2.46851);
  2803. \definecolor{c}{rgb}{0,0.0800001,1};
  2804. \draw [color=c, fill=c] (7.88,2.41425) rectangle (8.04,2.46851);
  2805. \definecolor{c}{rgb}{0.2,0,1};
  2806. \draw [color=c, fill=c] (8.04,2.41425) rectangle (8.2,2.46851);
  2807. \draw [color=c, fill=c] (8.2,2.41425) rectangle (8.36,2.46851);
  2808. \definecolor{c}{rgb}{0,0.0800001,1};
  2809. \draw [color=c, fill=c] (8.36,2.41425) rectangle (8.52,2.46851);
  2810. \definecolor{c}{rgb}{0.2,0,1};
  2811. \draw [color=c, fill=c] (8.52,2.41425) rectangle (8.68,2.46851);
  2812. \draw [color=c, fill=c] (8.68,2.41425) rectangle (8.84,2.46851);
  2813. \definecolor{c}{rgb}{0.386667,0,1};
  2814. \draw [color=c, fill=c] (8.84,2.41425) rectangle (9,2.46851);
  2815. \definecolor{c}{rgb}{0,0.733333,1};
  2816. \draw [color=c, fill=c] (1,2.46851) rectangle (1.16,2.52276);
  2817. \definecolor{c}{rgb}{0,1,0.0533334};
  2818. \draw [color=c, fill=c] (1.16,2.46851) rectangle (1.32,2.52276);
  2819. \definecolor{c}{rgb}{0,1,0.333333};
  2820. \draw [color=c, fill=c] (1.32,2.46851) rectangle (1.48,2.52276);
  2821. \definecolor{c}{rgb}{0,0.733333,1};
  2822. \draw [color=c, fill=c] (1.48,2.46851) rectangle (1.64,2.52276);
  2823. \definecolor{c}{rgb}{0.88,1,0};
  2824. \draw [color=c, fill=c] (1.64,2.46851) rectangle (1.8,2.52276);
  2825. \definecolor{c}{rgb}{0,1,0.52};
  2826. \draw [color=c, fill=c] (1.8,2.46851) rectangle (1.96,2.52276);
  2827. \definecolor{c}{rgb}{0,1,0.0533334};
  2828. \draw [color=c, fill=c] (1.96,2.46851) rectangle (2.12,2.52276);
  2829. \definecolor{c}{rgb}{0,1,0.52};
  2830. \draw [color=c, fill=c] (2.12,2.46851) rectangle (2.28,2.52276);
  2831. \definecolor{c}{rgb}{0,1,0.0533334};
  2832. \draw [color=c, fill=c] (2.28,2.46851) rectangle (2.44,2.52276);
  2833. \definecolor{c}{rgb}{0.133333,1,0};
  2834. \draw [color=c, fill=c] (2.44,2.46851) rectangle (2.6,2.52276);
  2835. \definecolor{c}{rgb}{1,0.653333,0};
  2836. \draw [color=c, fill=c] (2.6,2.46851) rectangle (2.76,2.52276);
  2837. \definecolor{c}{rgb}{0.6,1,0};
  2838. \draw [color=c, fill=c] (2.76,2.46851) rectangle (2.92,2.52276);
  2839. \draw [color=c, fill=c] (2.92,2.46851) rectangle (3.08,2.52276);
  2840. \definecolor{c}{rgb}{1,0.933333,0};
  2841. \draw [color=c, fill=c] (3.08,2.46851) rectangle (3.24,2.52276);
  2842. \definecolor{c}{rgb}{0.6,1,0};
  2843. \draw [color=c, fill=c] (3.24,2.46851) rectangle (3.4,2.52276);
  2844. \definecolor{c}{rgb}{0.88,1,0};
  2845. \draw [color=c, fill=c] (3.4,2.46851) rectangle (3.56,2.52276);
  2846. \definecolor{c}{rgb}{0.133333,1,0};
  2847. \draw [color=c, fill=c] (3.56,2.46851) rectangle (3.72,2.52276);
  2848. \definecolor{c}{rgb}{0.413333,1,0};
  2849. \draw [color=c, fill=c] (3.72,2.46851) rectangle (3.88,2.52276);
  2850. \definecolor{c}{rgb}{1,0.653333,0};
  2851. \draw [color=c, fill=c] (3.88,2.46851) rectangle (4.04,2.52276);
  2852. \definecolor{c}{rgb}{0,1,0.333333};
  2853. \draw [color=c, fill=c] (4.04,2.46851) rectangle (4.2,2.52276);
  2854. \definecolor{c}{rgb}{0,1,0.0533334};
  2855. \draw [color=c, fill=c] (4.2,2.46851) rectangle (4.36,2.52276);
  2856. \definecolor{c}{rgb}{0.6,1,0};
  2857. \draw [color=c, fill=c] (4.36,2.46851) rectangle (4.52,2.52276);
  2858. \definecolor{c}{rgb}{0.413333,1,0};
  2859. \draw [color=c, fill=c] (4.52,2.46851) rectangle (4.68,2.52276);
  2860. \draw [color=c, fill=c] (4.68,2.46851) rectangle (4.84,2.52276);
  2861. \definecolor{c}{rgb}{0,1,0.333333};
  2862. \draw [color=c, fill=c] (4.84,2.46851) rectangle (5,2.52276);
  2863. \definecolor{c}{rgb}{0,1,0.0533334};
  2864. \draw [color=c, fill=c] (5,2.46851) rectangle (5.16,2.52276);
  2865. \definecolor{c}{rgb}{0.88,1,0};
  2866. \draw [color=c, fill=c] (5.16,2.46851) rectangle (5.32,2.52276);
  2867. \definecolor{c}{rgb}{0,1,0.52};
  2868. \draw [color=c, fill=c] (5.32,2.46851) rectangle (5.48,2.52276);
  2869. \draw [color=c, fill=c] (5.48,2.46851) rectangle (5.64,2.52276);
  2870. \draw [color=c, fill=c] (5.64,2.46851) rectangle (5.8,2.52276);
  2871. \definecolor{c}{rgb}{0,1,0.0533334};
  2872. \draw [color=c, fill=c] (5.8,2.46851) rectangle (5.96,2.52276);
  2873. \definecolor{c}{rgb}{0,1,0.8};
  2874. \draw [color=c, fill=c] (5.96,2.46851) rectangle (6.12,2.52276);
  2875. \draw [color=c, fill=c] (6.12,2.46851) rectangle (6.28,2.52276);
  2876. \draw [color=c, fill=c] (6.28,2.46851) rectangle (6.44,2.52276);
  2877. \definecolor{c}{rgb}{0,1,0.333333};
  2878. \draw [color=c, fill=c] (6.44,2.46851) rectangle (6.6,2.52276);
  2879. \definecolor{c}{rgb}{0,1,0.0533334};
  2880. \draw [color=c, fill=c] (6.6,2.46851) rectangle (6.76,2.52276);
  2881. \draw [color=c, fill=c] (6.76,2.46851) rectangle (6.92,2.52276);
  2882. \definecolor{c}{rgb}{0,1,0.986667};
  2883. \draw [color=c, fill=c] (6.92,2.46851) rectangle (7.08,2.52276);
  2884. \definecolor{c}{rgb}{0,0.546667,1};
  2885. \draw [color=c, fill=c] (7.08,2.46851) rectangle (7.24,2.52276);
  2886. \definecolor{c}{rgb}{0,1,0.986667};
  2887. \draw [color=c, fill=c] (7.24,2.46851) rectangle (7.4,2.52276);
  2888. \definecolor{c}{rgb}{0,0.546667,1};
  2889. \draw [color=c, fill=c] (7.4,2.46851) rectangle (7.56,2.52276);
  2890. \definecolor{c}{rgb}{0,1,0.986667};
  2891. \draw [color=c, fill=c] (7.56,2.46851) rectangle (7.72,2.52276);
  2892. \definecolor{c}{rgb}{0,0.546667,1};
  2893. \draw [color=c, fill=c] (7.72,2.46851) rectangle (7.88,2.52276);
  2894. \definecolor{c}{rgb}{0,0.0800001,1};
  2895. \draw [color=c, fill=c] (7.88,2.46851) rectangle (8.04,2.52276);
  2896. \definecolor{c}{rgb}{0.386667,0,1};
  2897. \draw [color=c, fill=c] (8.04,2.46851) rectangle (8.2,2.52276);
  2898. \definecolor{c}{rgb}{0,0.0800001,1};
  2899. \draw [color=c, fill=c] (8.2,2.46851) rectangle (8.36,2.52276);
  2900. \definecolor{c}{rgb}{0.2,0,1};
  2901. \draw [color=c, fill=c] (8.36,2.46851) rectangle (8.52,2.52276);
  2902. \draw [color=c, fill=c] (8.52,2.46851) rectangle (8.68,2.52276);
  2903. \definecolor{c}{rgb}{0.386667,0,1};
  2904. \draw [color=c, fill=c] (8.68,2.46851) rectangle (8.84,2.52276);
  2905. \draw [color=c, fill=c] (8.84,2.46851) rectangle (9,2.52276);
  2906. \definecolor{c}{rgb}{0,0.546667,1};
  2907. \draw [color=c, fill=c] (1,2.52276) rectangle (1.16,2.57701);
  2908. \definecolor{c}{rgb}{0,1,0.52};
  2909. \draw [color=c, fill=c] (1.16,2.52276) rectangle (1.32,2.57701);
  2910. \draw [color=c, fill=c] (1.32,2.52276) rectangle (1.48,2.57701);
  2911. \draw [color=c, fill=c] (1.48,2.52276) rectangle (1.64,2.57701);
  2912. \definecolor{c}{rgb}{0.88,1,0};
  2913. \draw [color=c, fill=c] (1.64,2.52276) rectangle (1.8,2.57701);
  2914. \definecolor{c}{rgb}{0.133333,1,0};
  2915. \draw [color=c, fill=c] (1.8,2.52276) rectangle (1.96,2.57701);
  2916. \definecolor{c}{rgb}{0.413333,1,0};
  2917. \draw [color=c, fill=c] (1.96,2.52276) rectangle (2.12,2.57701);
  2918. \draw [color=c, fill=c] (2.12,2.52276) rectangle (2.28,2.57701);
  2919. \definecolor{c}{rgb}{0.133333,1,0};
  2920. \draw [color=c, fill=c] (2.28,2.52276) rectangle (2.44,2.57701);
  2921. \definecolor{c}{rgb}{0.6,1,0};
  2922. \draw [color=c, fill=c] (2.44,2.52276) rectangle (2.6,2.57701);
  2923. \definecolor{c}{rgb}{0,1,0.333333};
  2924. \draw [color=c, fill=c] (2.6,2.52276) rectangle (2.76,2.57701);
  2925. \definecolor{c}{rgb}{0.6,1,0};
  2926. \draw [color=c, fill=c] (2.76,2.52276) rectangle (2.92,2.57701);
  2927. \definecolor{c}{rgb}{0,1,0.0533334};
  2928. \draw [color=c, fill=c] (2.92,2.52276) rectangle (3.08,2.57701);
  2929. \definecolor{c}{rgb}{1,0.653333,0};
  2930. \draw [color=c, fill=c] (3.08,2.52276) rectangle (3.24,2.57701);
  2931. \definecolor{c}{rgb}{0.413333,1,0};
  2932. \draw [color=c, fill=c] (3.24,2.52276) rectangle (3.4,2.57701);
  2933. \definecolor{c}{rgb}{0.133333,1,0};
  2934. \draw [color=c, fill=c] (3.4,2.52276) rectangle (3.56,2.57701);
  2935. \draw [color=c, fill=c] (3.56,2.52276) rectangle (3.72,2.57701);
  2936. \definecolor{c}{rgb}{0.6,1,0};
  2937. \draw [color=c, fill=c] (3.72,2.52276) rectangle (3.88,2.57701);
  2938. \draw [color=c, fill=c] (3.88,2.52276) rectangle (4.04,2.57701);
  2939. \definecolor{c}{rgb}{0.413333,1,0};
  2940. \draw [color=c, fill=c] (4.04,2.52276) rectangle (4.2,2.57701);
  2941. \draw [color=c, fill=c] (4.2,2.52276) rectangle (4.36,2.57701);
  2942. \definecolor{c}{rgb}{0,1,0.333333};
  2943. \draw [color=c, fill=c] (4.36,2.52276) rectangle (4.52,2.57701);
  2944. \definecolor{c}{rgb}{1,0.933333,0};
  2945. \draw [color=c, fill=c] (4.52,2.52276) rectangle (4.68,2.57701);
  2946. \definecolor{c}{rgb}{0.133333,1,0};
  2947. \draw [color=c, fill=c] (4.68,2.52276) rectangle (4.84,2.57701);
  2948. \definecolor{c}{rgb}{0.6,1,0};
  2949. \draw [color=c, fill=c] (4.84,2.52276) rectangle (5,2.57701);
  2950. \definecolor{c}{rgb}{0,1,0.0533334};
  2951. \draw [color=c, fill=c] (5,2.52276) rectangle (5.16,2.57701);
  2952. \definecolor{c}{rgb}{0.413333,1,0};
  2953. \draw [color=c, fill=c] (5.16,2.52276) rectangle (5.32,2.57701);
  2954. \definecolor{c}{rgb}{0,1,0.0533334};
  2955. \draw [color=c, fill=c] (5.32,2.52276) rectangle (5.48,2.57701);
  2956. \draw [color=c, fill=c] (5.48,2.52276) rectangle (5.64,2.57701);
  2957. \draw [color=c, fill=c] (5.64,2.52276) rectangle (5.8,2.57701);
  2958. \definecolor{c}{rgb}{0,1,0.52};
  2959. \draw [color=c, fill=c] (5.8,2.52276) rectangle (5.96,2.57701);
  2960. \definecolor{c}{rgb}{0,1,0.333333};
  2961. \draw [color=c, fill=c] (5.96,2.52276) rectangle (6.12,2.57701);
  2962. \definecolor{c}{rgb}{0,1,0.52};
  2963. \draw [color=c, fill=c] (6.12,2.52276) rectangle (6.28,2.57701);
  2964. \definecolor{c}{rgb}{0,1,0.8};
  2965. \draw [color=c, fill=c] (6.28,2.52276) rectangle (6.44,2.57701);
  2966. \definecolor{c}{rgb}{0,1,0.986667};
  2967. \draw [color=c, fill=c] (6.44,2.52276) rectangle (6.6,2.57701);
  2968. \definecolor{c}{rgb}{0,0.733333,1};
  2969. \draw [color=c, fill=c] (6.6,2.52276) rectangle (6.76,2.57701);
  2970. \definecolor{c}{rgb}{0,1,0.0533334};
  2971. \draw [color=c, fill=c] (6.76,2.52276) rectangle (6.92,2.57701);
  2972. \definecolor{c}{rgb}{0,1,0.8};
  2973. \draw [color=c, fill=c] (6.92,2.52276) rectangle (7.08,2.57701);
  2974. \definecolor{c}{rgb}{0,0.733333,1};
  2975. \draw [color=c, fill=c] (7.08,2.52276) rectangle (7.24,2.57701);
  2976. \definecolor{c}{rgb}{0,0.546667,1};
  2977. \draw [color=c, fill=c] (7.24,2.52276) rectangle (7.4,2.57701);
  2978. \definecolor{c}{rgb}{0,1,0.986667};
  2979. \draw [color=c, fill=c] (7.4,2.52276) rectangle (7.56,2.57701);
  2980. \definecolor{c}{rgb}{0,0.733333,1};
  2981. \draw [color=c, fill=c] (7.56,2.52276) rectangle (7.72,2.57701);
  2982. \definecolor{c}{rgb}{0,0.546667,1};
  2983. \draw [color=c, fill=c] (7.72,2.52276) rectangle (7.88,2.57701);
  2984. \definecolor{c}{rgb}{0,0.0800001,1};
  2985. \draw [color=c, fill=c] (7.88,2.52276) rectangle (8.04,2.57701);
  2986. \definecolor{c}{rgb}{0.386667,0,1};
  2987. \draw [color=c, fill=c] (8.04,2.52276) rectangle (8.2,2.57701);
  2988. \definecolor{c}{rgb}{0.2,0,1};
  2989. \draw [color=c, fill=c] (8.2,2.52276) rectangle (8.36,2.57701);
  2990. \draw [color=c, fill=c] (8.36,2.52276) rectangle (8.52,2.57701);
  2991. \definecolor{c}{rgb}{0.386667,0,1};
  2992. \draw [color=c, fill=c] (8.52,2.52276) rectangle (8.68,2.57701);
  2993. \draw [color=c, fill=c] (8.68,2.52276) rectangle (8.84,2.57701);
  2994. \draw [color=c, fill=c] (8.84,2.52276) rectangle (9,2.57701);
  2995. \definecolor{c}{rgb}{0,1,0.333333};
  2996. \draw [color=c, fill=c] (1,2.57701) rectangle (1.16,2.63126);
  2997. \definecolor{c}{rgb}{0.413333,1,0};
  2998. \draw [color=c, fill=c] (1.16,2.57701) rectangle (1.32,2.63126);
  2999. \definecolor{c}{rgb}{0,1,0.52};
  3000. \draw [color=c, fill=c] (1.32,2.57701) rectangle (1.48,2.63126);
  3001. \definecolor{c}{rgb}{0,1,0.333333};
  3002. \draw [color=c, fill=c] (1.48,2.57701) rectangle (1.64,2.63126);
  3003. \definecolor{c}{rgb}{0,1,0.0533334};
  3004. \draw [color=c, fill=c] (1.64,2.57701) rectangle (1.8,2.63126);
  3005. \definecolor{c}{rgb}{0.133333,1,0};
  3006. \draw [color=c, fill=c] (1.8,2.57701) rectangle (1.96,2.63126);
  3007. \definecolor{c}{rgb}{1,0.186667,0};
  3008. \draw [color=c, fill=c] (1.96,2.57701) rectangle (2.12,2.63126);
  3009. \definecolor{c}{rgb}{0,1,0.0533334};
  3010. \draw [color=c, fill=c] (2.12,2.57701) rectangle (2.28,2.63126);
  3011. \definecolor{c}{rgb}{0.413333,1,0};
  3012. \draw [color=c, fill=c] (2.28,2.57701) rectangle (2.44,2.63126);
  3013. \definecolor{c}{rgb}{0.88,1,0};
  3014. \draw [color=c, fill=c] (2.44,2.57701) rectangle (2.6,2.63126);
  3015. \definecolor{c}{rgb}{1,0.653333,0};
  3016. \draw [color=c, fill=c] (2.6,2.57701) rectangle (2.76,2.63126);
  3017. \definecolor{c}{rgb}{0.133333,1,0};
  3018. \draw [color=c, fill=c] (2.76,2.57701) rectangle (2.92,2.63126);
  3019. \definecolor{c}{rgb}{0.88,1,0};
  3020. \draw [color=c, fill=c] (2.92,2.57701) rectangle (3.08,2.63126);
  3021. \definecolor{c}{rgb}{0.413333,1,0};
  3022. \draw [color=c, fill=c] (3.08,2.57701) rectangle (3.24,2.63126);
  3023. \definecolor{c}{rgb}{1,0.466667,0};
  3024. \draw [color=c, fill=c] (3.24,2.57701) rectangle (3.4,2.63126);
  3025. \definecolor{c}{rgb}{0,1,0.0533334};
  3026. \draw [color=c, fill=c] (3.4,2.57701) rectangle (3.56,2.63126);
  3027. \definecolor{c}{rgb}{0.133333,1,0};
  3028. \draw [color=c, fill=c] (3.56,2.57701) rectangle (3.72,2.63126);
  3029. \definecolor{c}{rgb}{1,0.653333,0};
  3030. \draw [color=c, fill=c] (3.72,2.57701) rectangle (3.88,2.63126);
  3031. \draw [color=c, fill=c] (3.88,2.57701) rectangle (4.04,2.63126);
  3032. \definecolor{c}{rgb}{0.133333,1,0};
  3033. \draw [color=c, fill=c] (4.04,2.57701) rectangle (4.2,2.63126);
  3034. \definecolor{c}{rgb}{1,0.933333,0};
  3035. \draw [color=c, fill=c] (4.2,2.57701) rectangle (4.36,2.63126);
  3036. \definecolor{c}{rgb}{0,1,0.0533334};
  3037. \draw [color=c, fill=c] (4.36,2.57701) rectangle (4.52,2.63126);
  3038. \definecolor{c}{rgb}{0.413333,1,0};
  3039. \draw [color=c, fill=c] (4.52,2.57701) rectangle (4.68,2.63126);
  3040. \definecolor{c}{rgb}{0.6,1,0};
  3041. \draw [color=c, fill=c] (4.68,2.57701) rectangle (4.84,2.63126);
  3042. \definecolor{c}{rgb}{0.413333,1,0};
  3043. \draw [color=c, fill=c] (4.84,2.57701) rectangle (5,2.63126);
  3044. \definecolor{c}{rgb}{0.88,1,0};
  3045. \draw [color=c, fill=c] (5,2.57701) rectangle (5.16,2.63126);
  3046. \draw [color=c, fill=c] (5.16,2.57701) rectangle (5.32,2.63126);
  3047. \definecolor{c}{rgb}{0,1,0.52};
  3048. \draw [color=c, fill=c] (5.32,2.57701) rectangle (5.48,2.63126);
  3049. \definecolor{c}{rgb}{0.133333,1,0};
  3050. \draw [color=c, fill=c] (5.48,2.57701) rectangle (5.64,2.63126);
  3051. \definecolor{c}{rgb}{0,1,0.333333};
  3052. \draw [color=c, fill=c] (5.64,2.57701) rectangle (5.8,2.63126);
  3053. \definecolor{c}{rgb}{0,1,0.52};
  3054. \draw [color=c, fill=c] (5.8,2.57701) rectangle (5.96,2.63126);
  3055. \definecolor{c}{rgb}{0.133333,1,0};
  3056. \draw [color=c, fill=c] (5.96,2.57701) rectangle (6.12,2.63126);
  3057. \definecolor{c}{rgb}{0,1,0.0533334};
  3058. \draw [color=c, fill=c] (6.12,2.57701) rectangle (6.28,2.63126);
  3059. \definecolor{c}{rgb}{0,1,0.8};
  3060. \draw [color=c, fill=c] (6.28,2.57701) rectangle (6.44,2.63126);
  3061. \definecolor{c}{rgb}{0,0.546667,1};
  3062. \draw [color=c, fill=c] (6.44,2.57701) rectangle (6.6,2.63126);
  3063. \definecolor{c}{rgb}{0,1,0.333333};
  3064. \draw [color=c, fill=c] (6.6,2.57701) rectangle (6.76,2.63126);
  3065. \definecolor{c}{rgb}{0,1,0.986667};
  3066. \draw [color=c, fill=c] (6.76,2.57701) rectangle (6.92,2.63126);
  3067. \definecolor{c}{rgb}{0,1,0.8};
  3068. \draw [color=c, fill=c] (6.92,2.57701) rectangle (7.08,2.63126);
  3069. \definecolor{c}{rgb}{0,0.0800001,1};
  3070. \draw [color=c, fill=c] (7.08,2.57701) rectangle (7.24,2.63126);
  3071. \definecolor{c}{rgb}{0,1,0.986667};
  3072. \draw [color=c, fill=c] (7.24,2.57701) rectangle (7.4,2.63126);
  3073. \definecolor{c}{rgb}{0,0.546667,1};
  3074. \draw [color=c, fill=c] (7.4,2.57701) rectangle (7.56,2.63126);
  3075. \definecolor{c}{rgb}{0.2,0,1};
  3076. \draw [color=c, fill=c] (7.56,2.57701) rectangle (7.72,2.63126);
  3077. \definecolor{c}{rgb}{0,0.546667,1};
  3078. \draw [color=c, fill=c] (7.72,2.57701) rectangle (7.88,2.63126);
  3079. \definecolor{c}{rgb}{0,0.266667,1};
  3080. \draw [color=c, fill=c] (7.88,2.57701) rectangle (8.04,2.63126);
  3081. \definecolor{c}{rgb}{0.2,0,1};
  3082. \draw [color=c, fill=c] (8.04,2.57701) rectangle (8.2,2.63126);
  3083. \draw [color=c, fill=c] (8.2,2.57701) rectangle (8.36,2.63126);
  3084. \definecolor{c}{rgb}{0,0.0800001,1};
  3085. \draw [color=c, fill=c] (8.36,2.57701) rectangle (8.52,2.63126);
  3086. \definecolor{c}{rgb}{0.386667,0,1};
  3087. \draw [color=c, fill=c] (8.68,2.57701) rectangle (8.84,2.63126);
  3088. \draw [color=c, fill=c] (8.84,2.57701) rectangle (9,2.63126);
  3089. \definecolor{c}{rgb}{0,1,0.8};
  3090. \draw [color=c, fill=c] (1,2.63126) rectangle (1.16,2.68552);
  3091. \definecolor{c}{rgb}{0.413333,1,0};
  3092. \draw [color=c, fill=c] (1.16,2.63126) rectangle (1.32,2.68552);
  3093. \definecolor{c}{rgb}{0,0.733333,1};
  3094. \draw [color=c, fill=c] (1.32,2.63126) rectangle (1.48,2.68552);
  3095. \definecolor{c}{rgb}{0.133333,1,0};
  3096. \draw [color=c, fill=c] (1.48,2.63126) rectangle (1.64,2.68552);
  3097. \definecolor{c}{rgb}{0.413333,1,0};
  3098. \draw [color=c, fill=c] (1.64,2.63126) rectangle (1.8,2.68552);
  3099. \definecolor{c}{rgb}{0,1,0.0533334};
  3100. \draw [color=c, fill=c] (1.8,2.63126) rectangle (1.96,2.68552);
  3101. \definecolor{c}{rgb}{0.88,1,0};
  3102. \draw [color=c, fill=c] (1.96,2.63126) rectangle (2.12,2.68552);
  3103. \definecolor{c}{rgb}{0.413333,1,0};
  3104. \draw [color=c, fill=c] (2.12,2.63126) rectangle (2.28,2.68552);
  3105. \draw [color=c, fill=c] (2.28,2.63126) rectangle (2.44,2.68552);
  3106. \definecolor{c}{rgb}{0.133333,1,0};
  3107. \draw [color=c, fill=c] (2.44,2.63126) rectangle (2.6,2.68552);
  3108. \definecolor{c}{rgb}{0.413333,1,0};
  3109. \draw [color=c, fill=c] (2.6,2.63126) rectangle (2.76,2.68552);
  3110. \definecolor{c}{rgb}{1,0.653333,0};
  3111. \draw [color=c, fill=c] (2.76,2.63126) rectangle (2.92,2.68552);
  3112. \definecolor{c}{rgb}{0.133333,1,0};
  3113. \draw [color=c, fill=c] (2.92,2.63126) rectangle (3.08,2.68552);
  3114. \definecolor{c}{rgb}{0.413333,1,0};
  3115. \draw [color=c, fill=c] (3.08,2.63126) rectangle (3.24,2.68552);
  3116. \definecolor{c}{rgb}{1,0.653333,0};
  3117. \draw [color=c, fill=c] (3.24,2.63126) rectangle (3.4,2.68552);
  3118. \definecolor{c}{rgb}{1,0.933333,0};
  3119. \draw [color=c, fill=c] (3.4,2.63126) rectangle (3.56,2.68552);
  3120. \definecolor{c}{rgb}{0.133333,1,0};
  3121. \draw [color=c, fill=c] (3.56,2.63126) rectangle (3.72,2.68552);
  3122. \definecolor{c}{rgb}{1,0.466667,0};
  3123. \draw [color=c, fill=c] (3.72,2.63126) rectangle (3.88,2.68552);
  3124. \definecolor{c}{rgb}{0.133333,1,0};
  3125. \draw [color=c, fill=c] (3.88,2.63126) rectangle (4.04,2.68552);
  3126. \definecolor{c}{rgb}{0.88,1,0};
  3127. \draw [color=c, fill=c] (4.04,2.63126) rectangle (4.2,2.68552);
  3128. \definecolor{c}{rgb}{0.133333,1,0};
  3129. \draw [color=c, fill=c] (4.2,2.63126) rectangle (4.36,2.68552);
  3130. \definecolor{c}{rgb}{0.6,1,0};
  3131. \draw [color=c, fill=c] (4.36,2.63126) rectangle (4.52,2.68552);
  3132. \definecolor{c}{rgb}{0.413333,1,0};
  3133. \draw [color=c, fill=c] (4.52,2.63126) rectangle (4.68,2.68552);
  3134. \definecolor{c}{rgb}{0,1,0.0533334};
  3135. \draw [color=c, fill=c] (4.68,2.63126) rectangle (4.84,2.68552);
  3136. \definecolor{c}{rgb}{0.6,1,0};
  3137. \draw [color=c, fill=c] (4.84,2.63126) rectangle (5,2.68552);
  3138. \definecolor{c}{rgb}{0.413333,1,0};
  3139. \draw [color=c, fill=c] (5,2.63126) rectangle (5.16,2.68552);
  3140. \definecolor{c}{rgb}{0,1,0.0533334};
  3141. \draw [color=c, fill=c] (5.16,2.63126) rectangle (5.32,2.68552);
  3142. \definecolor{c}{rgb}{0,1,0.8};
  3143. \draw [color=c, fill=c] (5.32,2.63126) rectangle (5.48,2.68552);
  3144. \definecolor{c}{rgb}{0.133333,1,0};
  3145. \draw [color=c, fill=c] (5.48,2.63126) rectangle (5.64,2.68552);
  3146. \definecolor{c}{rgb}{0.413333,1,0};
  3147. \draw [color=c, fill=c] (5.64,2.63126) rectangle (5.8,2.68552);
  3148. \definecolor{c}{rgb}{0,1,0.0533334};
  3149. \draw [color=c, fill=c] (5.8,2.63126) rectangle (5.96,2.68552);
  3150. \definecolor{c}{rgb}{0,0.733333,1};
  3151. \draw [color=c, fill=c] (5.96,2.63126) rectangle (6.12,2.68552);
  3152. \definecolor{c}{rgb}{0,1,0.333333};
  3153. \draw [color=c, fill=c] (6.12,2.63126) rectangle (6.28,2.68552);
  3154. \definecolor{c}{rgb}{0,0.546667,1};
  3155. \draw [color=c, fill=c] (6.28,2.63126) rectangle (6.44,2.68552);
  3156. \draw [color=c, fill=c] (6.44,2.63126) rectangle (6.6,2.68552);
  3157. \definecolor{c}{rgb}{0,1,0.333333};
  3158. \draw [color=c, fill=c] (6.6,2.63126) rectangle (6.76,2.68552);
  3159. \definecolor{c}{rgb}{0,0.733333,1};
  3160. \draw [color=c, fill=c] (6.76,2.63126) rectangle (6.92,2.68552);
  3161. \definecolor{c}{rgb}{0,0.266667,1};
  3162. \draw [color=c, fill=c] (6.92,2.63126) rectangle (7.08,2.68552);
  3163. \definecolor{c}{rgb}{0,1,0.986667};
  3164. \draw [color=c, fill=c] (7.08,2.63126) rectangle (7.24,2.68552);
  3165. \definecolor{c}{rgb}{0,1,0.52};
  3166. \draw [color=c, fill=c] (7.24,2.63126) rectangle (7.4,2.68552);
  3167. \definecolor{c}{rgb}{0,0.266667,1};
  3168. \draw [color=c, fill=c] (7.4,2.63126) rectangle (7.56,2.68552);
  3169. \draw [color=c, fill=c] (7.56,2.63126) rectangle (7.72,2.68552);
  3170. \draw [color=c, fill=c] (7.72,2.63126) rectangle (7.88,2.68552);
  3171. \definecolor{c}{rgb}{0,0.546667,1};
  3172. \draw [color=c, fill=c] (7.88,2.63126) rectangle (8.04,2.68552);
  3173. \definecolor{c}{rgb}{0,0.0800001,1};
  3174. \draw [color=c, fill=c] (8.04,2.63126) rectangle (8.2,2.68552);
  3175. \definecolor{c}{rgb}{0.2,0,1};
  3176. \draw [color=c, fill=c] (8.2,2.63126) rectangle (8.36,2.68552);
  3177. \definecolor{c}{rgb}{0,0.0800001,1};
  3178. \draw [color=c, fill=c] (8.36,2.63126) rectangle (8.52,2.68552);
  3179. \definecolor{c}{rgb}{0.2,0,1};
  3180. \draw [color=c, fill=c] (8.52,2.63126) rectangle (8.68,2.68552);
  3181. \definecolor{c}{rgb}{0.386667,0,1};
  3182. \draw [color=c, fill=c] (8.84,2.63126) rectangle (9,2.68552);
  3183. \definecolor{c}{rgb}{0,1,0.0533334};
  3184. \draw [color=c, fill=c] (1,2.68552) rectangle (1.16,2.73977);
  3185. \definecolor{c}{rgb}{0,1,0.8};
  3186. \draw [color=c, fill=c] (1.16,2.68552) rectangle (1.32,2.73977);
  3187. \definecolor{c}{rgb}{0,1,0.0533334};
  3188. \draw [color=c, fill=c] (1.32,2.68552) rectangle (1.48,2.73977);
  3189. \definecolor{c}{rgb}{0.133333,1,0};
  3190. \draw [color=c, fill=c] (1.48,2.68552) rectangle (1.64,2.73977);
  3191. \definecolor{c}{rgb}{1,0.933333,0};
  3192. \draw [color=c, fill=c] (1.64,2.68552) rectangle (1.8,2.73977);
  3193. \definecolor{c}{rgb}{0.88,1,0};
  3194. \draw [color=c, fill=c] (1.8,2.68552) rectangle (1.96,2.73977);
  3195. \definecolor{c}{rgb}{0.133333,1,0};
  3196. \draw [color=c, fill=c] (1.96,2.68552) rectangle (2.12,2.73977);
  3197. \definecolor{c}{rgb}{1,0.653333,0};
  3198. \draw [color=c, fill=c] (2.12,2.68552) rectangle (2.28,2.73977);
  3199. \definecolor{c}{rgb}{1,0.933333,0};
  3200. \draw [color=c, fill=c] (2.28,2.68552) rectangle (2.44,2.73977);
  3201. \draw [color=c, fill=c] (2.44,2.68552) rectangle (2.6,2.73977);
  3202. \definecolor{c}{rgb}{1,0.653333,0};
  3203. \draw [color=c, fill=c] (2.6,2.68552) rectangle (2.76,2.73977);
  3204. \definecolor{c}{rgb}{0,1,0.0533334};
  3205. \draw [color=c, fill=c] (2.76,2.68552) rectangle (2.92,2.73977);
  3206. \definecolor{c}{rgb}{0.6,1,0};
  3207. \draw [color=c, fill=c] (2.92,2.68552) rectangle (3.08,2.73977);
  3208. \definecolor{c}{rgb}{0.133333,1,0};
  3209. \draw [color=c, fill=c] (3.08,2.68552) rectangle (3.24,2.73977);
  3210. \definecolor{c}{rgb}{0.6,1,0};
  3211. \draw [color=c, fill=c] (3.24,2.68552) rectangle (3.4,2.73977);
  3212. \definecolor{c}{rgb}{0.413333,1,0};
  3213. \draw [color=c, fill=c] (3.4,2.68552) rectangle (3.56,2.73977);
  3214. \draw [color=c, fill=c] (3.56,2.68552) rectangle (3.72,2.73977);
  3215. \definecolor{c}{rgb}{1,0.653333,0};
  3216. \draw [color=c, fill=c] (3.72,2.68552) rectangle (3.88,2.73977);
  3217. \definecolor{c}{rgb}{0.133333,1,0};
  3218. \draw [color=c, fill=c] (3.88,2.68552) rectangle (4.04,2.73977);
  3219. \definecolor{c}{rgb}{1,0.653333,0};
  3220. \draw [color=c, fill=c] (4.04,2.68552) rectangle (4.2,2.73977);
  3221. \definecolor{c}{rgb}{0,1,0.52};
  3222. \draw [color=c, fill=c] (4.2,2.68552) rectangle (4.36,2.73977);
  3223. \definecolor{c}{rgb}{0.413333,1,0};
  3224. \draw [color=c, fill=c] (4.36,2.68552) rectangle (4.52,2.73977);
  3225. \definecolor{c}{rgb}{0.6,1,0};
  3226. \draw [color=c, fill=c] (4.52,2.68552) rectangle (4.68,2.73977);
  3227. \definecolor{c}{rgb}{0.133333,1,0};
  3228. \draw [color=c, fill=c] (4.68,2.68552) rectangle (4.84,2.73977);
  3229. \definecolor{c}{rgb}{0,1,0.0533334};
  3230. \draw [color=c, fill=c] (4.84,2.68552) rectangle (5,2.73977);
  3231. \definecolor{c}{rgb}{0.413333,1,0};
  3232. \draw [color=c, fill=c] (5,2.68552) rectangle (5.16,2.73977);
  3233. \definecolor{c}{rgb}{0.133333,1,0};
  3234. \draw [color=c, fill=c] (5.16,2.68552) rectangle (5.32,2.73977);
  3235. \definecolor{c}{rgb}{0,1,0.333333};
  3236. \draw [color=c, fill=c] (5.32,2.68552) rectangle (5.48,2.73977);
  3237. \definecolor{c}{rgb}{0.413333,1,0};
  3238. \draw [color=c, fill=c] (5.48,2.68552) rectangle (5.64,2.73977);
  3239. \definecolor{c}{rgb}{0,1,0.52};
  3240. \draw [color=c, fill=c] (5.64,2.68552) rectangle (5.8,2.73977);
  3241. \definecolor{c}{rgb}{0,1,0.8};
  3242. \draw [color=c, fill=c] (5.8,2.68552) rectangle (5.96,2.73977);
  3243. \definecolor{c}{rgb}{0,1,0.52};
  3244. \draw [color=c, fill=c] (5.96,2.68552) rectangle (6.12,2.73977);
  3245. \definecolor{c}{rgb}{0,0.733333,1};
  3246. \draw [color=c, fill=c] (6.12,2.68552) rectangle (6.28,2.73977);
  3247. \definecolor{c}{rgb}{0,0.546667,1};
  3248. \draw [color=c, fill=c] (6.28,2.68552) rectangle (6.44,2.73977);
  3249. \definecolor{c}{rgb}{0,1,0.8};
  3250. \draw [color=c, fill=c] (6.44,2.68552) rectangle (6.6,2.73977);
  3251. \definecolor{c}{rgb}{0,1,0.52};
  3252. \draw [color=c, fill=c] (6.6,2.68552) rectangle (6.76,2.73977);
  3253. \draw [color=c, fill=c] (6.76,2.68552) rectangle (6.92,2.73977);
  3254. \definecolor{c}{rgb}{0,0.546667,1};
  3255. \draw [color=c, fill=c] (6.92,2.68552) rectangle (7.08,2.73977);
  3256. \definecolor{c}{rgb}{0,0.733333,1};
  3257. \draw [color=c, fill=c] (7.08,2.68552) rectangle (7.24,2.73977);
  3258. \definecolor{c}{rgb}{0,1,0.986667};
  3259. \draw [color=c, fill=c] (7.24,2.68552) rectangle (7.4,2.73977);
  3260. \definecolor{c}{rgb}{0,0.546667,1};
  3261. \draw [color=c, fill=c] (7.4,2.68552) rectangle (7.56,2.73977);
  3262. \definecolor{c}{rgb}{0,0.266667,1};
  3263. \draw [color=c, fill=c] (7.56,2.68552) rectangle (7.72,2.73977);
  3264. \definecolor{c}{rgb}{0.2,0,1};
  3265. \draw [color=c, fill=c] (7.72,2.68552) rectangle (7.88,2.73977);
  3266. \definecolor{c}{rgb}{0,0.0800001,1};
  3267. \draw [color=c, fill=c] (7.88,2.68552) rectangle (8.04,2.73977);
  3268. \definecolor{c}{rgb}{0.386667,0,1};
  3269. \draw [color=c, fill=c] (8.04,2.68552) rectangle (8.2,2.73977);
  3270. \definecolor{c}{rgb}{0.2,0,1};
  3271. \draw [color=c, fill=c] (8.2,2.68552) rectangle (8.36,2.73977);
  3272. \definecolor{c}{rgb}{0.386667,0,1};
  3273. \draw [color=c, fill=c] (8.36,2.68552) rectangle (8.52,2.73977);
  3274. \draw [color=c, fill=c] (8.52,2.68552) rectangle (8.68,2.73977);
  3275. \definecolor{c}{rgb}{0.2,0,1};
  3276. \draw [color=c, fill=c] (8.68,2.68552) rectangle (8.84,2.73977);
  3277. \definecolor{c}{rgb}{0.386667,0,1};
  3278. \draw [color=c, fill=c] (8.84,2.68552) rectangle (9,2.73977);
  3279. \definecolor{c}{rgb}{0,1,0.52};
  3280. \draw [color=c, fill=c] (1,2.73977) rectangle (1.16,2.79402);
  3281. \definecolor{c}{rgb}{0,1,0.0533334};
  3282. \draw [color=c, fill=c] (1.16,2.73977) rectangle (1.32,2.79402);
  3283. \draw [color=c, fill=c] (1.32,2.73977) rectangle (1.48,2.79402);
  3284. \draw [color=c, fill=c] (1.48,2.73977) rectangle (1.64,2.79402);
  3285. \definecolor{c}{rgb}{0.88,1,0};
  3286. \draw [color=c, fill=c] (1.64,2.73977) rectangle (1.8,2.79402);
  3287. \draw [color=c, fill=c] (1.8,2.73977) rectangle (1.96,2.79402);
  3288. \definecolor{c}{rgb}{0.133333,1,0};
  3289. \draw [color=c, fill=c] (1.96,2.73977) rectangle (2.12,2.79402);
  3290. \definecolor{c}{rgb}{1,0.933333,0};
  3291. \draw [color=c, fill=c] (2.12,2.73977) rectangle (2.28,2.79402);
  3292. \definecolor{c}{rgb}{1,0.653333,0};
  3293. \draw [color=c, fill=c] (2.28,2.73977) rectangle (2.44,2.79402);
  3294. \definecolor{c}{rgb}{0.6,1,0};
  3295. \draw [color=c, fill=c] (2.44,2.73977) rectangle (2.6,2.79402);
  3296. \definecolor{c}{rgb}{0.88,1,0};
  3297. \draw [color=c, fill=c] (2.6,2.73977) rectangle (2.76,2.79402);
  3298. \draw [color=c, fill=c] (2.76,2.73977) rectangle (2.92,2.79402);
  3299. \definecolor{c}{rgb}{1,0.653333,0};
  3300. \draw [color=c, fill=c] (2.92,2.73977) rectangle (3.08,2.79402);
  3301. \definecolor{c}{rgb}{1,0.933333,0};
  3302. \draw [color=c, fill=c] (3.08,2.73977) rectangle (3.24,2.79402);
  3303. \definecolor{c}{rgb}{0.133333,1,0};
  3304. \draw [color=c, fill=c] (3.24,2.73977) rectangle (3.4,2.79402);
  3305. \definecolor{c}{rgb}{0.88,1,0};
  3306. \draw [color=c, fill=c] (3.4,2.73977) rectangle (3.56,2.79402);
  3307. \definecolor{c}{rgb}{1,0.466667,0};
  3308. \draw [color=c, fill=c] (3.56,2.73977) rectangle (3.72,2.79402);
  3309. \definecolor{c}{rgb}{0.133333,1,0};
  3310. \draw [color=c, fill=c] (3.72,2.73977) rectangle (3.88,2.79402);
  3311. \draw [color=c, fill=c] (3.88,2.73977) rectangle (4.04,2.79402);
  3312. \definecolor{c}{rgb}{1,0.933333,0};
  3313. \draw [color=c, fill=c] (4.04,2.73977) rectangle (4.2,2.79402);
  3314. \definecolor{c}{rgb}{0,1,0.0533334};
  3315. \draw [color=c, fill=c] (4.2,2.73977) rectangle (4.36,2.79402);
  3316. \definecolor{c}{rgb}{0.88,1,0};
  3317. \draw [color=c, fill=c] (4.36,2.73977) rectangle (4.52,2.79402);
  3318. \definecolor{c}{rgb}{0,1,0.8};
  3319. \draw [color=c, fill=c] (4.52,2.73977) rectangle (4.68,2.79402);
  3320. \definecolor{c}{rgb}{0.133333,1,0};
  3321. \draw [color=c, fill=c] (4.68,2.73977) rectangle (4.84,2.79402);
  3322. \definecolor{c}{rgb}{0,1,0.986667};
  3323. \draw [color=c, fill=c] (4.84,2.73977) rectangle (5,2.79402);
  3324. \definecolor{c}{rgb}{0.413333,1,0};
  3325. \draw [color=c, fill=c] (5,2.73977) rectangle (5.16,2.79402);
  3326. \definecolor{c}{rgb}{0,1,0.0533334};
  3327. \draw [color=c, fill=c] (5.16,2.73977) rectangle (5.32,2.79402);
  3328. \definecolor{c}{rgb}{0,1,0.333333};
  3329. \draw [color=c, fill=c] (5.32,2.73977) rectangle (5.48,2.79402);
  3330. \definecolor{c}{rgb}{0,1,0.0533334};
  3331. \draw [color=c, fill=c] (5.48,2.73977) rectangle (5.64,2.79402);
  3332. \definecolor{c}{rgb}{0,1,0.333333};
  3333. \draw [color=c, fill=c] (5.64,2.73977) rectangle (5.8,2.79402);
  3334. \definecolor{c}{rgb}{0,0.733333,1};
  3335. \draw [color=c, fill=c] (5.8,2.73977) rectangle (5.96,2.79402);
  3336. \definecolor{c}{rgb}{0,0.546667,1};
  3337. \draw [color=c, fill=c] (5.96,2.73977) rectangle (6.12,2.79402);
  3338. \definecolor{c}{rgb}{0,1,0.8};
  3339. \draw [color=c, fill=c] (6.12,2.73977) rectangle (6.28,2.79402);
  3340. \definecolor{c}{rgb}{0,1,0.986667};
  3341. \draw [color=c, fill=c] (6.28,2.73977) rectangle (6.44,2.79402);
  3342. \definecolor{c}{rgb}{0,1,0.8};
  3343. \draw [color=c, fill=c] (6.44,2.73977) rectangle (6.6,2.79402);
  3344. \draw [color=c, fill=c] (6.6,2.73977) rectangle (6.76,2.79402);
  3345. \draw [color=c, fill=c] (6.76,2.73977) rectangle (6.92,2.79402);
  3346. \definecolor{c}{rgb}{0,0.266667,1};
  3347. \draw [color=c, fill=c] (6.92,2.73977) rectangle (7.08,2.79402);
  3348. \definecolor{c}{rgb}{0,0.733333,1};
  3349. \draw [color=c, fill=c] (7.08,2.73977) rectangle (7.24,2.79402);
  3350. \draw [color=c, fill=c] (7.24,2.73977) rectangle (7.4,2.79402);
  3351. \definecolor{c}{rgb}{0,0.266667,1};
  3352. \draw [color=c, fill=c] (7.4,2.73977) rectangle (7.56,2.79402);
  3353. \definecolor{c}{rgb}{0.386667,0,1};
  3354. \draw [color=c, fill=c] (7.56,2.73977) rectangle (7.72,2.79402);
  3355. \definecolor{c}{rgb}{0,0.0800001,1};
  3356. \draw [color=c, fill=c] (7.72,2.73977) rectangle (7.88,2.79402);
  3357. \draw [color=c, fill=c] (7.88,2.73977) rectangle (8.04,2.79402);
  3358. \definecolor{c}{rgb}{0.2,0,1};
  3359. \draw [color=c, fill=c] (8.04,2.73977) rectangle (8.2,2.79402);
  3360. \draw [color=c, fill=c] (8.2,2.73977) rectangle (8.36,2.79402);
  3361. \definecolor{c}{rgb}{0.386667,0,1};
  3362. \draw [color=c, fill=c] (8.36,2.73977) rectangle (8.52,2.79402);
  3363. \definecolor{c}{rgb}{0.2,0,1};
  3364. \draw [color=c, fill=c] (8.52,2.73977) rectangle (8.68,2.79402);
  3365. \definecolor{c}{rgb}{0.386667,0,1};
  3366. \draw [color=c, fill=c] (8.68,2.73977) rectangle (8.84,2.79402);
  3367. \draw [color=c, fill=c] (8.84,2.73977) rectangle (9,2.79402);
  3368. \definecolor{c}{rgb}{0,1,0.333333};
  3369. \draw [color=c, fill=c] (1,2.79402) rectangle (1.16,2.84828);
  3370. \definecolor{c}{rgb}{0,1,0.0533334};
  3371. \draw [color=c, fill=c] (1.16,2.79402) rectangle (1.32,2.84828);
  3372. \draw [color=c, fill=c] (1.32,2.79402) rectangle (1.48,2.84828);
  3373. \definecolor{c}{rgb}{0,1,0.333333};
  3374. \draw [color=c, fill=c] (1.48,2.79402) rectangle (1.64,2.84828);
  3375. \definecolor{c}{rgb}{0.88,1,0};
  3376. \draw [color=c, fill=c] (1.64,2.79402) rectangle (1.8,2.84828);
  3377. \definecolor{c}{rgb}{0.133333,1,0};
  3378. \draw [color=c, fill=c] (1.8,2.79402) rectangle (1.96,2.84828);
  3379. \definecolor{c}{rgb}{0.6,1,0};
  3380. \draw [color=c, fill=c] (1.96,2.79402) rectangle (2.12,2.84828);
  3381. \definecolor{c}{rgb}{0,1,0.0533334};
  3382. \draw [color=c, fill=c] (2.12,2.79402) rectangle (2.28,2.84828);
  3383. \definecolor{c}{rgb}{0.88,1,0};
  3384. \draw [color=c, fill=c] (2.28,2.79402) rectangle (2.44,2.84828);
  3385. \definecolor{c}{rgb}{0,1,0.333333};
  3386. \draw [color=c, fill=c] (2.44,2.79402) rectangle (2.6,2.84828);
  3387. \definecolor{c}{rgb}{1,0.653333,0};
  3388. \draw [color=c, fill=c] (2.6,2.79402) rectangle (2.76,2.84828);
  3389. \draw [color=c, fill=c] (2.76,2.79402) rectangle (2.92,2.84828);
  3390. \definecolor{c}{rgb}{0.6,1,0};
  3391. \draw [color=c, fill=c] (2.92,2.79402) rectangle (3.08,2.84828);
  3392. \definecolor{c}{rgb}{0.413333,1,0};
  3393. \draw [color=c, fill=c] (3.08,2.79402) rectangle (3.24,2.84828);
  3394. \definecolor{c}{rgb}{0,1,0.0533334};
  3395. \draw [color=c, fill=c] (3.24,2.79402) rectangle (3.4,2.84828);
  3396. \definecolor{c}{rgb}{0.6,1,0};
  3397. \draw [color=c, fill=c] (3.4,2.79402) rectangle (3.56,2.84828);
  3398. \definecolor{c}{rgb}{0.88,1,0};
  3399. \draw [color=c, fill=c] (3.56,2.79402) rectangle (3.72,2.84828);
  3400. \definecolor{c}{rgb}{1,0.653333,0};
  3401. \draw [color=c, fill=c] (3.72,2.79402) rectangle (3.88,2.84828);
  3402. \definecolor{c}{rgb}{0.133333,1,0};
  3403. \draw [color=c, fill=c] (3.88,2.79402) rectangle (4.04,2.84828);
  3404. \definecolor{c}{rgb}{1,0.653333,0};
  3405. \draw [color=c, fill=c] (4.04,2.79402) rectangle (4.2,2.84828);
  3406. \definecolor{c}{rgb}{0,1,0.333333};
  3407. \draw [color=c, fill=c] (4.2,2.79402) rectangle (4.36,2.84828);
  3408. \definecolor{c}{rgb}{0.88,1,0};
  3409. \draw [color=c, fill=c] (4.36,2.79402) rectangle (4.52,2.84828);
  3410. \definecolor{c}{rgb}{0.413333,1,0};
  3411. \draw [color=c, fill=c] (4.52,2.79402) rectangle (4.68,2.84828);
  3412. \definecolor{c}{rgb}{0,1,0.986667};
  3413. \draw [color=c, fill=c] (4.68,2.79402) rectangle (4.84,2.84828);
  3414. \definecolor{c}{rgb}{0,1,0.8};
  3415. \draw [color=c, fill=c] (4.84,2.79402) rectangle (5,2.84828);
  3416. \definecolor{c}{rgb}{0.88,1,0};
  3417. \draw [color=c, fill=c] (5,2.79402) rectangle (5.16,2.84828);
  3418. \definecolor{c}{rgb}{0,1,0.52};
  3419. \draw [color=c, fill=c] (5.16,2.79402) rectangle (5.32,2.84828);
  3420. \draw [color=c, fill=c] (5.32,2.79402) rectangle (5.48,2.84828);
  3421. \draw [color=c, fill=c] (5.48,2.79402) rectangle (5.64,2.84828);
  3422. \definecolor{c}{rgb}{0,0.733333,1};
  3423. \draw [color=c, fill=c] (5.64,2.79402) rectangle (5.8,2.84828);
  3424. \draw [color=c, fill=c] (5.8,2.79402) rectangle (5.96,2.84828);
  3425. \definecolor{c}{rgb}{0,1,0.8};
  3426. \draw [color=c, fill=c] (5.96,2.79402) rectangle (6.12,2.84828);
  3427. \definecolor{c}{rgb}{0,0.546667,1};
  3428. \draw [color=c, fill=c] (6.12,2.79402) rectangle (6.28,2.84828);
  3429. \definecolor{c}{rgb}{0,0.733333,1};
  3430. \draw [color=c, fill=c] (6.28,2.79402) rectangle (6.44,2.84828);
  3431. \definecolor{c}{rgb}{0,1,0.8};
  3432. \draw [color=c, fill=c] (6.44,2.79402) rectangle (6.6,2.84828);
  3433. \definecolor{c}{rgb}{0,0.546667,1};
  3434. \draw [color=c, fill=c] (6.6,2.79402) rectangle (6.76,2.84828);
  3435. \definecolor{c}{rgb}{0,1,0.8};
  3436. \draw [color=c, fill=c] (6.76,2.79402) rectangle (6.92,2.84828);
  3437. \definecolor{c}{rgb}{0,1,0.986667};
  3438. \draw [color=c, fill=c] (6.92,2.79402) rectangle (7.08,2.84828);
  3439. \definecolor{c}{rgb}{0,0.546667,1};
  3440. \draw [color=c, fill=c] (7.08,2.79402) rectangle (7.24,2.84828);
  3441. \draw [color=c, fill=c] (7.24,2.79402) rectangle (7.4,2.84828);
  3442. \definecolor{c}{rgb}{0,0.266667,1};
  3443. \draw [color=c, fill=c] (7.4,2.79402) rectangle (7.56,2.84828);
  3444. \definecolor{c}{rgb}{0,0.0800001,1};
  3445. \draw [color=c, fill=c] (7.56,2.79402) rectangle (7.72,2.84828);
  3446. \draw [color=c, fill=c] (7.72,2.79402) rectangle (7.88,2.84828);
  3447. \definecolor{c}{rgb}{0,0.266667,1};
  3448. \draw [color=c, fill=c] (7.88,2.79402) rectangle (8.04,2.84828);
  3449. \definecolor{c}{rgb}{0.2,0,1};
  3450. \draw [color=c, fill=c] (8.04,2.79402) rectangle (8.2,2.84828);
  3451. \draw [color=c, fill=c] (8.2,2.79402) rectangle (8.36,2.84828);
  3452. \draw [color=c, fill=c] (8.36,2.79402) rectangle (8.52,2.84828);
  3453. \definecolor{c}{rgb}{0.386667,0,1};
  3454. \draw [color=c, fill=c] (8.68,2.79402) rectangle (8.84,2.84828);
  3455. \definecolor{c}{rgb}{0.2,0,1};
  3456. \draw [color=c, fill=c] (8.84,2.79402) rectangle (9,2.84828);
  3457. \definecolor{c}{rgb}{0,0.733333,1};
  3458. \draw [color=c, fill=c] (1,2.84828) rectangle (1.16,2.90253);
  3459. \definecolor{c}{rgb}{0,1,0.8};
  3460. \draw [color=c, fill=c] (1.16,2.84828) rectangle (1.32,2.90253);
  3461. \definecolor{c}{rgb}{0.413333,1,0};
  3462. \draw [color=c, fill=c] (1.32,2.84828) rectangle (1.48,2.90253);
  3463. \definecolor{c}{rgb}{0,1,0.333333};
  3464. \draw [color=c, fill=c] (1.48,2.84828) rectangle (1.64,2.90253);
  3465. \definecolor{c}{rgb}{1,7.94729e-08,0};
  3466. \draw [color=c, fill=c] (1.64,2.84828) rectangle (1.8,2.90253);
  3467. \definecolor{c}{rgb}{1,0.933333,0};
  3468. \draw [color=c, fill=c] (1.8,2.84828) rectangle (1.96,2.90253);
  3469. \definecolor{c}{rgb}{0.88,1,0};
  3470. \draw [color=c, fill=c] (1.96,2.84828) rectangle (2.12,2.90253);
  3471. \definecolor{c}{rgb}{0.6,1,0};
  3472. \draw [color=c, fill=c] (2.12,2.84828) rectangle (2.28,2.90253);
  3473. \definecolor{c}{rgb}{0,1,0.0533334};
  3474. \draw [color=c, fill=c] (2.28,2.84828) rectangle (2.44,2.90253);
  3475. \definecolor{c}{rgb}{1,0.933333,0};
  3476. \draw [color=c, fill=c] (2.44,2.84828) rectangle (2.6,2.90253);
  3477. \definecolor{c}{rgb}{0.133333,1,0};
  3478. \draw [color=c, fill=c] (2.6,2.84828) rectangle (2.76,2.90253);
  3479. \definecolor{c}{rgb}{0.88,1,0};
  3480. \draw [color=c, fill=c] (2.76,2.84828) rectangle (2.92,2.90253);
  3481. \definecolor{c}{rgb}{0.413333,1,0};
  3482. \draw [color=c, fill=c] (2.92,2.84828) rectangle (3.08,2.90253);
  3483. \definecolor{c}{rgb}{0,1,0.0533334};
  3484. \draw [color=c, fill=c] (3.08,2.84828) rectangle (3.24,2.90253);
  3485. \definecolor{c}{rgb}{0.413333,1,0};
  3486. \draw [color=c, fill=c] (3.24,2.84828) rectangle (3.4,2.90253);
  3487. \definecolor{c}{rgb}{1,0.933333,0};
  3488. \draw [color=c, fill=c] (3.4,2.84828) rectangle (3.56,2.90253);
  3489. \definecolor{c}{rgb}{0.413333,1,0};
  3490. \draw [color=c, fill=c] (3.56,2.84828) rectangle (3.72,2.90253);
  3491. \definecolor{c}{rgb}{0,1,0.333333};
  3492. \draw [color=c, fill=c] (3.72,2.84828) rectangle (3.88,2.90253);
  3493. \definecolor{c}{rgb}{0,1,0.0533334};
  3494. \draw [color=c, fill=c] (3.88,2.84828) rectangle (4.04,2.90253);
  3495. \draw [color=c, fill=c] (4.04,2.84828) rectangle (4.2,2.90253);
  3496. \definecolor{c}{rgb}{0,1,0.333333};
  3497. \draw [color=c, fill=c] (4.2,2.84828) rectangle (4.36,2.90253);
  3498. \definecolor{c}{rgb}{0.88,1,0};
  3499. \draw [color=c, fill=c] (4.36,2.84828) rectangle (4.52,2.90253);
  3500. \draw [color=c, fill=c] (4.52,2.84828) rectangle (4.68,2.90253);
  3501. \definecolor{c}{rgb}{0,1,0.52};
  3502. \draw [color=c, fill=c] (4.68,2.84828) rectangle (4.84,2.90253);
  3503. \definecolor{c}{rgb}{0,1,0.8};
  3504. \draw [color=c, fill=c] (4.84,2.84828) rectangle (5,2.90253);
  3505. \definecolor{c}{rgb}{0,1,0.52};
  3506. \draw [color=c, fill=c] (5,2.84828) rectangle (5.16,2.90253);
  3507. \definecolor{c}{rgb}{0,1,0.0533334};
  3508. \draw [color=c, fill=c] (5.16,2.84828) rectangle (5.32,2.90253);
  3509. \definecolor{c}{rgb}{0,1,0.52};
  3510. \draw [color=c, fill=c] (5.32,2.84828) rectangle (5.48,2.90253);
  3511. \definecolor{c}{rgb}{0,1,0.8};
  3512. \draw [color=c, fill=c] (5.48,2.84828) rectangle (5.64,2.90253);
  3513. \definecolor{c}{rgb}{0,1,0.52};
  3514. \draw [color=c, fill=c] (5.64,2.84828) rectangle (5.8,2.90253);
  3515. \draw [color=c, fill=c] (5.8,2.84828) rectangle (5.96,2.90253);
  3516. \definecolor{c}{rgb}{0,0.546667,1};
  3517. \draw [color=c, fill=c] (5.96,2.84828) rectangle (6.12,2.90253);
  3518. \definecolor{c}{rgb}{0,0.733333,1};
  3519. \draw [color=c, fill=c] (6.12,2.84828) rectangle (6.28,2.90253);
  3520. \definecolor{c}{rgb}{0,1,0.8};
  3521. \draw [color=c, fill=c] (6.28,2.84828) rectangle (6.44,2.90253);
  3522. \definecolor{c}{rgb}{0,1,0.986667};
  3523. \draw [color=c, fill=c] (6.44,2.84828) rectangle (6.6,2.90253);
  3524. \definecolor{c}{rgb}{0,0.733333,1};
  3525. \draw [color=c, fill=c] (6.6,2.84828) rectangle (6.76,2.90253);
  3526. \definecolor{c}{rgb}{0,1,0.8};
  3527. \draw [color=c, fill=c] (6.76,2.84828) rectangle (6.92,2.90253);
  3528. \definecolor{c}{rgb}{0,0.546667,1};
  3529. \draw [color=c, fill=c] (6.92,2.84828) rectangle (7.08,2.90253);
  3530. \definecolor{c}{rgb}{0,0.733333,1};
  3531. \draw [color=c, fill=c] (7.08,2.84828) rectangle (7.24,2.90253);
  3532. \draw [color=c, fill=c] (7.24,2.84828) rectangle (7.4,2.90253);
  3533. \definecolor{c}{rgb}{0,0.546667,1};
  3534. \draw [color=c, fill=c] (7.4,2.84828) rectangle (7.56,2.90253);
  3535. \draw [color=c, fill=c] (7.56,2.84828) rectangle (7.72,2.90253);
  3536. \draw [color=c, fill=c] (7.72,2.84828) rectangle (7.88,2.90253);
  3537. \definecolor{c}{rgb}{0,0.266667,1};
  3538. \draw [color=c, fill=c] (7.88,2.84828) rectangle (8.04,2.90253);
  3539. \definecolor{c}{rgb}{0.386667,0,1};
  3540. \draw [color=c, fill=c] (8.04,2.84828) rectangle (8.2,2.90253);
  3541. \draw [color=c, fill=c] (8.2,2.84828) rectangle (8.36,2.90253);
  3542. \definecolor{c}{rgb}{0.2,0,1};
  3543. \draw [color=c, fill=c] (8.36,2.84828) rectangle (8.52,2.90253);
  3544. \draw [color=c, fill=c] (8.52,2.84828) rectangle (8.68,2.90253);
  3545. \definecolor{c}{rgb}{0,0.0800001,1};
  3546. \draw [color=c, fill=c] (8.68,2.84828) rectangle (8.84,2.90253);
  3547. \definecolor{c}{rgb}{0.2,0,1};
  3548. \draw [color=c, fill=c] (8.84,2.84828) rectangle (9,2.90253);
  3549. \definecolor{c}{rgb}{0,1,0.8};
  3550. \draw [color=c, fill=c] (1,2.90253) rectangle (1.16,2.95678);
  3551. \definecolor{c}{rgb}{0,1,0.333333};
  3552. \draw [color=c, fill=c] (1.16,2.90253) rectangle (1.32,2.95678);
  3553. \definecolor{c}{rgb}{0.413333,1,0};
  3554. \draw [color=c, fill=c] (1.32,2.90253) rectangle (1.48,2.95678);
  3555. \definecolor{c}{rgb}{0.6,1,0};
  3556. \draw [color=c, fill=c] (1.48,2.90253) rectangle (1.64,2.95678);
  3557. \definecolor{c}{rgb}{0.88,1,0};
  3558. \draw [color=c, fill=c] (1.64,2.90253) rectangle (1.8,2.95678);
  3559. \definecolor{c}{rgb}{1,0.933333,0};
  3560. \draw [color=c, fill=c] (1.8,2.90253) rectangle (1.96,2.95678);
  3561. \draw [color=c, fill=c] (1.96,2.90253) rectangle (2.12,2.95678);
  3562. \definecolor{c}{rgb}{0,1,0.333333};
  3563. \draw [color=c, fill=c] (2.12,2.90253) rectangle (2.28,2.95678);
  3564. \definecolor{c}{rgb}{0,1,0.0533334};
  3565. \draw [color=c, fill=c] (2.28,2.90253) rectangle (2.44,2.95678);
  3566. \definecolor{c}{rgb}{0.133333,1,0};
  3567. \draw [color=c, fill=c] (2.44,2.90253) rectangle (2.6,2.95678);
  3568. \definecolor{c}{rgb}{0.413333,1,0};
  3569. \draw [color=c, fill=c] (2.6,2.90253) rectangle (2.76,2.95678);
  3570. \definecolor{c}{rgb}{1,0.653333,0};
  3571. \draw [color=c, fill=c] (2.76,2.90253) rectangle (2.92,2.95678);
  3572. \definecolor{c}{rgb}{0.88,1,0};
  3573. \draw [color=c, fill=c] (2.92,2.90253) rectangle (3.08,2.95678);
  3574. \definecolor{c}{rgb}{1,0.466667,0};
  3575. \draw [color=c, fill=c] (3.08,2.90253) rectangle (3.24,2.95678);
  3576. \definecolor{c}{rgb}{0.133333,1,0};
  3577. \draw [color=c, fill=c] (3.24,2.90253) rectangle (3.4,2.95678);
  3578. \definecolor{c}{rgb}{0.88,1,0};
  3579. \draw [color=c, fill=c] (3.4,2.90253) rectangle (3.56,2.95678);
  3580. \definecolor{c}{rgb}{0.6,1,0};
  3581. \draw [color=c, fill=c] (3.56,2.90253) rectangle (3.72,2.95678);
  3582. \definecolor{c}{rgb}{0,1,0.0533334};
  3583. \draw [color=c, fill=c] (3.72,2.90253) rectangle (3.88,2.95678);
  3584. \definecolor{c}{rgb}{1,0.466667,0};
  3585. \draw [color=c, fill=c] (3.88,2.90253) rectangle (4.04,2.95678);
  3586. \definecolor{c}{rgb}{0.133333,1,0};
  3587. \draw [color=c, fill=c] (4.04,2.90253) rectangle (4.2,2.95678);
  3588. \definecolor{c}{rgb}{0,1,0.0533334};
  3589. \draw [color=c, fill=c] (4.2,2.90253) rectangle (4.36,2.95678);
  3590. \draw [color=c, fill=c] (4.36,2.90253) rectangle (4.52,2.95678);
  3591. \definecolor{c}{rgb}{0,1,0.333333};
  3592. \draw [color=c, fill=c] (4.52,2.90253) rectangle (4.68,2.95678);
  3593. \definecolor{c}{rgb}{0,1,0.8};
  3594. \draw [color=c, fill=c] (4.68,2.90253) rectangle (4.84,2.95678);
  3595. \draw [color=c, fill=c] (4.84,2.90253) rectangle (5,2.95678);
  3596. \definecolor{c}{rgb}{0,1,0.0533334};
  3597. \draw [color=c, fill=c] (5,2.90253) rectangle (5.16,2.95678);
  3598. \definecolor{c}{rgb}{0,1,0.986667};
  3599. \draw [color=c, fill=c] (5.16,2.90253) rectangle (5.32,2.95678);
  3600. \definecolor{c}{rgb}{0,1,0.0533334};
  3601. \draw [color=c, fill=c] (5.32,2.90253) rectangle (5.48,2.95678);
  3602. \definecolor{c}{rgb}{0,1,0.8};
  3603. \draw [color=c, fill=c] (5.48,2.90253) rectangle (5.64,2.95678);
  3604. \definecolor{c}{rgb}{0,1,0.52};
  3605. \draw [color=c, fill=c] (5.64,2.90253) rectangle (5.8,2.95678);
  3606. \draw [color=c, fill=c] (5.8,2.90253) rectangle (5.96,2.95678);
  3607. \definecolor{c}{rgb}{0,0.733333,1};
  3608. \draw [color=c, fill=c] (5.96,2.90253) rectangle (6.12,2.95678);
  3609. \definecolor{c}{rgb}{0,1,0.986667};
  3610. \draw [color=c, fill=c] (6.12,2.90253) rectangle (6.28,2.95678);
  3611. \definecolor{c}{rgb}{0,0.266667,1};
  3612. \draw [color=c, fill=c] (6.28,2.90253) rectangle (6.44,2.95678);
  3613. \definecolor{c}{rgb}{0,1,0.986667};
  3614. \draw [color=c, fill=c] (6.44,2.90253) rectangle (6.6,2.95678);
  3615. \definecolor{c}{rgb}{0,1,0.8};
  3616. \draw [color=c, fill=c] (6.6,2.90253) rectangle (6.76,2.95678);
  3617. \definecolor{c}{rgb}{0,0.546667,1};
  3618. \draw [color=c, fill=c] (6.76,2.90253) rectangle (6.92,2.95678);
  3619. \definecolor{c}{rgb}{0,0.733333,1};
  3620. \draw [color=c, fill=c] (6.92,2.90253) rectangle (7.08,2.95678);
  3621. \definecolor{c}{rgb}{0,0.266667,1};
  3622. \draw [color=c, fill=c] (7.08,2.90253) rectangle (7.24,2.95678);
  3623. \definecolor{c}{rgb}{0,0.546667,1};
  3624. \draw [color=c, fill=c] (7.24,2.90253) rectangle (7.4,2.95678);
  3625. \draw [color=c, fill=c] (7.4,2.90253) rectangle (7.56,2.95678);
  3626. \definecolor{c}{rgb}{0.2,0,1};
  3627. \draw [color=c, fill=c] (7.56,2.90253) rectangle (7.72,2.95678);
  3628. \draw [color=c, fill=c] (7.72,2.90253) rectangle (7.88,2.95678);
  3629. \definecolor{c}{rgb}{0,0.266667,1};
  3630. \draw [color=c, fill=c] (7.88,2.90253) rectangle (8.04,2.95678);
  3631. \definecolor{c}{rgb}{0.386667,0,1};
  3632. \draw [color=c, fill=c] (8.04,2.90253) rectangle (8.2,2.95678);
  3633. \draw [color=c, fill=c] (8.2,2.90253) rectangle (8.36,2.95678);
  3634. \draw [color=c, fill=c] (8.36,2.90253) rectangle (8.52,2.95678);
  3635. \draw [color=c, fill=c] (8.52,2.90253) rectangle (8.68,2.95678);
  3636. \draw [color=c, fill=c] (8.68,2.90253) rectangle (8.84,2.95678);
  3637. \definecolor{c}{rgb}{0.2,0,1};
  3638. \draw [color=c, fill=c] (8.84,2.90253) rectangle (9,2.95678);
  3639. \definecolor{c}{rgb}{0,1,0.986667};
  3640. \draw [color=c, fill=c] (1,2.95678) rectangle (1.16,3.01103);
  3641. \definecolor{c}{rgb}{0.88,1,0};
  3642. \draw [color=c, fill=c] (1.16,2.95678) rectangle (1.32,3.01103);
  3643. \definecolor{c}{rgb}{0,1,0.0533334};
  3644. \draw [color=c, fill=c] (1.32,2.95678) rectangle (1.48,3.01103);
  3645. \draw [color=c, fill=c] (1.48,2.95678) rectangle (1.64,3.01103);
  3646. \definecolor{c}{rgb}{0.6,1,0};
  3647. \draw [color=c, fill=c] (1.64,2.95678) rectangle (1.8,3.01103);
  3648. \definecolor{c}{rgb}{1,0.933333,0};
  3649. \draw [color=c, fill=c] (1.8,2.95678) rectangle (1.96,3.01103);
  3650. \definecolor{c}{rgb}{0,1,0.0533334};
  3651. \draw [color=c, fill=c] (1.96,2.95678) rectangle (2.12,3.01103);
  3652. \definecolor{c}{rgb}{0.133333,1,0};
  3653. \draw [color=c, fill=c] (2.12,2.95678) rectangle (2.28,3.01103);
  3654. \draw [color=c, fill=c] (2.28,2.95678) rectangle (2.44,3.01103);
  3655. \definecolor{c}{rgb}{1,0.933333,0};
  3656. \draw [color=c, fill=c] (2.44,2.95678) rectangle (2.6,3.01103);
  3657. \definecolor{c}{rgb}{0.133333,1,0};
  3658. \draw [color=c, fill=c] (2.6,2.95678) rectangle (2.76,3.01103);
  3659. \definecolor{c}{rgb}{0.413333,1,0};
  3660. \draw [color=c, fill=c] (2.76,2.95678) rectangle (2.92,3.01103);
  3661. \draw [color=c, fill=c] (2.92,2.95678) rectangle (3.08,3.01103);
  3662. \definecolor{c}{rgb}{0.6,1,0};
  3663. \draw [color=c, fill=c] (3.08,2.95678) rectangle (3.24,3.01103);
  3664. \definecolor{c}{rgb}{1,0.653333,0};
  3665. \draw [color=c, fill=c] (3.24,2.95678) rectangle (3.4,3.01103);
  3666. \definecolor{c}{rgb}{0.6,1,0};
  3667. \draw [color=c, fill=c] (3.4,2.95678) rectangle (3.56,3.01103);
  3668. \definecolor{c}{rgb}{0.133333,1,0};
  3669. \draw [color=c, fill=c] (3.56,2.95678) rectangle (3.72,3.01103);
  3670. \definecolor{c}{rgb}{0.413333,1,0};
  3671. \draw [color=c, fill=c] (3.72,2.95678) rectangle (3.88,3.01103);
  3672. \definecolor{c}{rgb}{0.88,1,0};
  3673. \draw [color=c, fill=c] (3.88,2.95678) rectangle (4.04,3.01103);
  3674. \definecolor{c}{rgb}{0.133333,1,0};
  3675. \draw [color=c, fill=c] (4.04,2.95678) rectangle (4.2,3.01103);
  3676. \draw [color=c, fill=c] (4.2,2.95678) rectangle (4.36,3.01103);
  3677. \definecolor{c}{rgb}{0,1,0.0533334};
  3678. \draw [color=c, fill=c] (4.36,2.95678) rectangle (4.52,3.01103);
  3679. \definecolor{c}{rgb}{0.6,1,0};
  3680. \draw [color=c, fill=c] (4.52,2.95678) rectangle (4.68,3.01103);
  3681. \definecolor{c}{rgb}{0.133333,1,0};
  3682. \draw [color=c, fill=c] (4.68,2.95678) rectangle (4.84,3.01103);
  3683. \definecolor{c}{rgb}{0,1,0.8};
  3684. \draw [color=c, fill=c] (4.84,2.95678) rectangle (5,3.01103);
  3685. \definecolor{c}{rgb}{0,1,0.52};
  3686. \draw [color=c, fill=c] (5,2.95678) rectangle (5.16,3.01103);
  3687. \definecolor{c}{rgb}{0,1,0.333333};
  3688. \draw [color=c, fill=c] (5.16,2.95678) rectangle (5.32,3.01103);
  3689. \definecolor{c}{rgb}{0,1,0.8};
  3690. \draw [color=c, fill=c] (5.32,2.95678) rectangle (5.48,3.01103);
  3691. \definecolor{c}{rgb}{0.133333,1,0};
  3692. \draw [color=c, fill=c] (5.48,2.95678) rectangle (5.64,3.01103);
  3693. \definecolor{c}{rgb}{0,1,0.986667};
  3694. \draw [color=c, fill=c] (5.64,2.95678) rectangle (5.8,3.01103);
  3695. \definecolor{c}{rgb}{0,0.733333,1};
  3696. \draw [color=c, fill=c] (5.8,2.95678) rectangle (5.96,3.01103);
  3697. \definecolor{c}{rgb}{0,0.546667,1};
  3698. \draw [color=c, fill=c] (5.96,2.95678) rectangle (6.12,3.01103);
  3699. \definecolor{c}{rgb}{0,0.733333,1};
  3700. \draw [color=c, fill=c] (6.12,2.95678) rectangle (6.28,3.01103);
  3701. \draw [color=c, fill=c] (6.28,2.95678) rectangle (6.44,3.01103);
  3702. \draw [color=c, fill=c] (6.44,2.95678) rectangle (6.6,3.01103);
  3703. \definecolor{c}{rgb}{0,0.546667,1};
  3704. \draw [color=c, fill=c] (6.6,2.95678) rectangle (6.76,3.01103);
  3705. \definecolor{c}{rgb}{0,0.733333,1};
  3706. \draw [color=c, fill=c] (6.76,2.95678) rectangle (6.92,3.01103);
  3707. \draw [color=c, fill=c] (6.92,2.95678) rectangle (7.08,3.01103);
  3708. \definecolor{c}{rgb}{0,0.0800001,1};
  3709. \draw [color=c, fill=c] (7.08,2.95678) rectangle (7.24,3.01103);
  3710. \definecolor{c}{rgb}{0,0.546667,1};
  3711. \draw [color=c, fill=c] (7.24,2.95678) rectangle (7.4,3.01103);
  3712. \definecolor{c}{rgb}{0,0.266667,1};
  3713. \draw [color=c, fill=c] (7.4,2.95678) rectangle (7.56,3.01103);
  3714. \definecolor{c}{rgb}{0,0.546667,1};
  3715. \draw [color=c, fill=c] (7.56,2.95678) rectangle (7.72,3.01103);
  3716. \definecolor{c}{rgb}{0,0.0800001,1};
  3717. \draw [color=c, fill=c] (7.72,2.95678) rectangle (7.88,3.01103);
  3718. \definecolor{c}{rgb}{0,0.266667,1};
  3719. \draw [color=c, fill=c] (7.88,2.95678) rectangle (8.04,3.01103);
  3720. \definecolor{c}{rgb}{0.386667,0,1};
  3721. \draw [color=c, fill=c] (8.04,2.95678) rectangle (8.2,3.01103);
  3722. \draw [color=c, fill=c] (8.2,2.95678) rectangle (8.36,3.01103);
  3723. \draw [color=c, fill=c] (8.52,2.95678) rectangle (8.68,3.01103);
  3724. \draw [color=c, fill=c] (8.68,2.95678) rectangle (8.84,3.01103);
  3725. \draw [color=c, fill=c] (8.84,2.95678) rectangle (9,3.01103);
  3726. \definecolor{c}{rgb}{0,1,0.8};
  3727. \draw [color=c, fill=c] (1,3.01103) rectangle (1.16,3.06529);
  3728. \definecolor{c}{rgb}{0,1,0.333333};
  3729. \draw [color=c, fill=c] (1.16,3.01103) rectangle (1.32,3.06529);
  3730. \definecolor{c}{rgb}{0.133333,1,0};
  3731. \draw [color=c, fill=c] (1.32,3.01103) rectangle (1.48,3.06529);
  3732. \definecolor{c}{rgb}{0.6,1,0};
  3733. \draw [color=c, fill=c] (1.48,3.01103) rectangle (1.64,3.06529);
  3734. \definecolor{c}{rgb}{0,1,0.52};
  3735. \draw [color=c, fill=c] (1.64,3.01103) rectangle (1.8,3.06529);
  3736. \definecolor{c}{rgb}{0.413333,1,0};
  3737. \draw [color=c, fill=c] (1.8,3.01103) rectangle (1.96,3.06529);
  3738. \draw [color=c, fill=c] (1.96,3.01103) rectangle (2.12,3.06529);
  3739. \definecolor{c}{rgb}{0.6,1,0};
  3740. \draw [color=c, fill=c] (2.12,3.01103) rectangle (2.28,3.06529);
  3741. \definecolor{c}{rgb}{1,0.933333,0};
  3742. \draw [color=c, fill=c] (2.28,3.01103) rectangle (2.44,3.06529);
  3743. \definecolor{c}{rgb}{0.6,1,0};
  3744. \draw [color=c, fill=c] (2.44,3.01103) rectangle (2.6,3.06529);
  3745. \definecolor{c}{rgb}{0,1,0.333333};
  3746. \draw [color=c, fill=c] (2.6,3.01103) rectangle (2.76,3.06529);
  3747. \definecolor{c}{rgb}{0.6,1,0};
  3748. \draw [color=c, fill=c] (2.76,3.01103) rectangle (2.92,3.06529);
  3749. \definecolor{c}{rgb}{0.133333,1,0};
  3750. \draw [color=c, fill=c] (2.92,3.01103) rectangle (3.08,3.06529);
  3751. \definecolor{c}{rgb}{0,1,0.333333};
  3752. \draw [color=c, fill=c] (3.08,3.01103) rectangle (3.24,3.06529);
  3753. \definecolor{c}{rgb}{0.133333,1,0};
  3754. \draw [color=c, fill=c] (3.24,3.01103) rectangle (3.4,3.06529);
  3755. \definecolor{c}{rgb}{1,0.933333,0};
  3756. \draw [color=c, fill=c] (3.4,3.01103) rectangle (3.56,3.06529);
  3757. \definecolor{c}{rgb}{0.133333,1,0};
  3758. \draw [color=c, fill=c] (3.56,3.01103) rectangle (3.72,3.06529);
  3759. \draw [color=c, fill=c] (3.72,3.01103) rectangle (3.88,3.06529);
  3760. \draw [color=c, fill=c] (3.88,3.01103) rectangle (4.04,3.06529);
  3761. \definecolor{c}{rgb}{0.413333,1,0};
  3762. \draw [color=c, fill=c] (4.04,3.01103) rectangle (4.2,3.06529);
  3763. \definecolor{c}{rgb}{0,1,0.0533334};
  3764. \draw [color=c, fill=c] (4.2,3.01103) rectangle (4.36,3.06529);
  3765. \definecolor{c}{rgb}{0,1,0.52};
  3766. \draw [color=c, fill=c] (4.36,3.01103) rectangle (4.52,3.06529);
  3767. \definecolor{c}{rgb}{0.133333,1,0};
  3768. \draw [color=c, fill=c] (4.52,3.01103) rectangle (4.68,3.06529);
  3769. \definecolor{c}{rgb}{0,1,0.0533334};
  3770. \draw [color=c, fill=c] (4.68,3.01103) rectangle (4.84,3.06529);
  3771. \draw [color=c, fill=c] (4.84,3.01103) rectangle (5,3.06529);
  3772. \definecolor{c}{rgb}{0,1,0.8};
  3773. \draw [color=c, fill=c] (5,3.01103) rectangle (5.16,3.06529);
  3774. \definecolor{c}{rgb}{0,1,0.333333};
  3775. \draw [color=c, fill=c] (5.16,3.01103) rectangle (5.32,3.06529);
  3776. \draw [color=c, fill=c] (5.32,3.01103) rectangle (5.48,3.06529);
  3777. \definecolor{c}{rgb}{0,1,0.0533334};
  3778. \draw [color=c, fill=c] (5.48,3.01103) rectangle (5.64,3.06529);
  3779. \definecolor{c}{rgb}{0,1,0.333333};
  3780. \draw [color=c, fill=c] (5.64,3.01103) rectangle (5.8,3.06529);
  3781. \definecolor{c}{rgb}{0,1,0.986667};
  3782. \draw [color=c, fill=c] (5.8,3.01103) rectangle (5.96,3.06529);
  3783. \definecolor{c}{rgb}{0,1,0.52};
  3784. \draw [color=c, fill=c] (5.96,3.01103) rectangle (6.12,3.06529);
  3785. \draw [color=c, fill=c] (6.12,3.01103) rectangle (6.28,3.06529);
  3786. \definecolor{c}{rgb}{0,0.546667,1};
  3787. \draw [color=c, fill=c] (6.28,3.01103) rectangle (6.44,3.06529);
  3788. \definecolor{c}{rgb}{0,0.733333,1};
  3789. \draw [color=c, fill=c] (6.44,3.01103) rectangle (6.6,3.06529);
  3790. \draw [color=c, fill=c] (6.6,3.01103) rectangle (6.76,3.06529);
  3791. \definecolor{c}{rgb}{0,1,0.52};
  3792. \draw [color=c, fill=c] (6.76,3.01103) rectangle (6.92,3.06529);
  3793. \definecolor{c}{rgb}{0,0.546667,1};
  3794. \draw [color=c, fill=c] (6.92,3.01103) rectangle (7.08,3.06529);
  3795. \definecolor{c}{rgb}{0,0.0800001,1};
  3796. \draw [color=c, fill=c] (7.08,3.01103) rectangle (7.24,3.06529);
  3797. \definecolor{c}{rgb}{0,0.546667,1};
  3798. \draw [color=c, fill=c] (7.24,3.01103) rectangle (7.4,3.06529);
  3799. \definecolor{c}{rgb}{0,0.266667,1};
  3800. \draw [color=c, fill=c] (7.4,3.01103) rectangle (7.56,3.06529);
  3801. \definecolor{c}{rgb}{0.2,0,1};
  3802. \draw [color=c, fill=c] (7.56,3.01103) rectangle (7.72,3.06529);
  3803. \definecolor{c}{rgb}{0,0.0800001,1};
  3804. \draw [color=c, fill=c] (7.72,3.01103) rectangle (7.88,3.06529);
  3805. \draw [color=c, fill=c] (7.88,3.01103) rectangle (8.04,3.06529);
  3806. \definecolor{c}{rgb}{0.2,0,1};
  3807. \draw [color=c, fill=c] (8.04,3.01103) rectangle (8.2,3.06529);
  3808. \draw [color=c, fill=c] (8.36,3.01103) rectangle (8.52,3.06529);
  3809. \definecolor{c}{rgb}{0.386667,0,1};
  3810. \draw [color=c, fill=c] (8.84,3.01103) rectangle (9,3.06529);
  3811. \definecolor{c}{rgb}{0,1,0.0533334};
  3812. \draw [color=c, fill=c] (1,3.06529) rectangle (1.16,3.11954);
  3813. \definecolor{c}{rgb}{0,1,0.333333};
  3814. \draw [color=c, fill=c] (1.16,3.06529) rectangle (1.32,3.11954);
  3815. \definecolor{c}{rgb}{0,1,0.52};
  3816. \draw [color=c, fill=c] (1.32,3.06529) rectangle (1.48,3.11954);
  3817. \draw [color=c, fill=c] (1.48,3.06529) rectangle (1.64,3.11954);
  3818. \definecolor{c}{rgb}{0,1,0.0533334};
  3819. \draw [color=c, fill=c] (1.64,3.06529) rectangle (1.8,3.11954);
  3820. \draw [color=c, fill=c] (1.8,3.06529) rectangle (1.96,3.11954);
  3821. \definecolor{c}{rgb}{1,0.933333,0};
  3822. \draw [color=c, fill=c] (1.96,3.06529) rectangle (2.12,3.11954);
  3823. \draw [color=c, fill=c] (2.12,3.06529) rectangle (2.28,3.11954);
  3824. \definecolor{c}{rgb}{0.133333,1,0};
  3825. \draw [color=c, fill=c] (2.28,3.06529) rectangle (2.44,3.11954);
  3826. \draw [color=c, fill=c] (2.44,3.06529) rectangle (2.6,3.11954);
  3827. \definecolor{c}{rgb}{1,0.933333,0};
  3828. \draw [color=c, fill=c] (2.6,3.06529) rectangle (2.76,3.11954);
  3829. \draw [color=c, fill=c] (2.76,3.06529) rectangle (2.92,3.11954);
  3830. \definecolor{c}{rgb}{0.133333,1,0};
  3831. \draw [color=c, fill=c] (2.92,3.06529) rectangle (3.08,3.11954);
  3832. \definecolor{c}{rgb}{0.88,1,0};
  3833. \draw [color=c, fill=c] (3.08,3.06529) rectangle (3.24,3.11954);
  3834. \definecolor{c}{rgb}{0,1,0.52};
  3835. \draw [color=c, fill=c] (3.24,3.06529) rectangle (3.4,3.11954);
  3836. \definecolor{c}{rgb}{0,1,0.333333};
  3837. \draw [color=c, fill=c] (3.4,3.06529) rectangle (3.56,3.11954);
  3838. \definecolor{c}{rgb}{0.133333,1,0};
  3839. \draw [color=c, fill=c] (3.56,3.06529) rectangle (3.72,3.11954);
  3840. \definecolor{c}{rgb}{0.413333,1,0};
  3841. \draw [color=c, fill=c] (3.72,3.06529) rectangle (3.88,3.11954);
  3842. \definecolor{c}{rgb}{0,1,0.0533334};
  3843. \draw [color=c, fill=c] (3.88,3.06529) rectangle (4.04,3.11954);
  3844. \definecolor{c}{rgb}{0.133333,1,0};
  3845. \draw [color=c, fill=c] (4.04,3.06529) rectangle (4.2,3.11954);
  3846. \draw [color=c, fill=c] (4.2,3.06529) rectangle (4.36,3.11954);
  3847. \definecolor{c}{rgb}{0,1,0.52};
  3848. \draw [color=c, fill=c] (4.36,3.06529) rectangle (4.52,3.11954);
  3849. \definecolor{c}{rgb}{0.133333,1,0};
  3850. \draw [color=c, fill=c] (4.52,3.06529) rectangle (4.68,3.11954);
  3851. \definecolor{c}{rgb}{0,0.733333,1};
  3852. \draw [color=c, fill=c] (4.68,3.06529) rectangle (4.84,3.11954);
  3853. \definecolor{c}{rgb}{0,1,0.333333};
  3854. \draw [color=c, fill=c] (4.84,3.06529) rectangle (5,3.11954);
  3855. \draw [color=c, fill=c] (5,3.06529) rectangle (5.16,3.11954);
  3856. \definecolor{c}{rgb}{0,1,0.52};
  3857. \draw [color=c, fill=c] (5.16,3.06529) rectangle (5.32,3.11954);
  3858. \definecolor{c}{rgb}{0,1,0.333333};
  3859. \draw [color=c, fill=c] (5.32,3.06529) rectangle (5.48,3.11954);
  3860. \definecolor{c}{rgb}{0,0.266667,1};
  3861. \draw [color=c, fill=c] (5.48,3.06529) rectangle (5.64,3.11954);
  3862. \definecolor{c}{rgb}{0,0.546667,1};
  3863. \draw [color=c, fill=c] (5.64,3.06529) rectangle (5.8,3.11954);
  3864. \definecolor{c}{rgb}{0,1,0.986667};
  3865. \draw [color=c, fill=c] (5.8,3.06529) rectangle (5.96,3.11954);
  3866. \definecolor{c}{rgb}{0,0.546667,1};
  3867. \draw [color=c, fill=c] (5.96,3.06529) rectangle (6.12,3.11954);
  3868. \draw [color=c, fill=c] (6.12,3.06529) rectangle (6.28,3.11954);
  3869. \definecolor{c}{rgb}{0,0.733333,1};
  3870. \draw [color=c, fill=c] (6.28,3.06529) rectangle (6.44,3.11954);
  3871. \definecolor{c}{rgb}{0,1,0.8};
  3872. \draw [color=c, fill=c] (6.44,3.06529) rectangle (6.6,3.11954);
  3873. \definecolor{c}{rgb}{0,0.733333,1};
  3874. \draw [color=c, fill=c] (6.6,3.06529) rectangle (6.76,3.11954);
  3875. \draw [color=c, fill=c] (6.76,3.06529) rectangle (6.92,3.11954);
  3876. \definecolor{c}{rgb}{0,0.266667,1};
  3877. \draw [color=c, fill=c] (6.92,3.06529) rectangle (7.08,3.11954);
  3878. \definecolor{c}{rgb}{0.2,0,1};
  3879. \draw [color=c, fill=c] (7.08,3.06529) rectangle (7.24,3.11954);
  3880. \definecolor{c}{rgb}{0,0.546667,1};
  3881. \draw [color=c, fill=c] (7.24,3.06529) rectangle (7.4,3.11954);
  3882. \draw [color=c, fill=c] (7.4,3.06529) rectangle (7.56,3.11954);
  3883. \definecolor{c}{rgb}{0.2,0,1};
  3884. \draw [color=c, fill=c] (7.56,3.06529) rectangle (7.72,3.11954);
  3885. \definecolor{c}{rgb}{0,0.0800001,1};
  3886. \draw [color=c, fill=c] (7.72,3.06529) rectangle (7.88,3.11954);
  3887. \definecolor{c}{rgb}{0.2,0,1};
  3888. \draw [color=c, fill=c] (7.88,3.06529) rectangle (8.04,3.11954);
  3889. \draw [color=c, fill=c] (8.04,3.06529) rectangle (8.2,3.11954);
  3890. \definecolor{c}{rgb}{0.386667,0,1};
  3891. \draw [color=c, fill=c] (8.2,3.06529) rectangle (8.36,3.11954);
  3892. \definecolor{c}{rgb}{0.2,0,1};
  3893. \draw [color=c, fill=c] (8.36,3.06529) rectangle (8.52,3.11954);
  3894. \definecolor{c}{rgb}{0.386667,0,1};
  3895. \draw [color=c, fill=c] (8.52,3.06529) rectangle (8.68,3.11954);
  3896. \draw [color=c, fill=c] (8.68,3.06529) rectangle (8.84,3.11954);
  3897. \definecolor{c}{rgb}{0,1,0.986667};
  3898. \draw [color=c, fill=c] (1,3.11954) rectangle (1.16,3.17379);
  3899. \definecolor{c}{rgb}{0.88,1,0};
  3900. \draw [color=c, fill=c] (1.16,3.11954) rectangle (1.32,3.17379);
  3901. \definecolor{c}{rgb}{0,1,0.333333};
  3902. \draw [color=c, fill=c] (1.32,3.11954) rectangle (1.48,3.17379);
  3903. \draw [color=c, fill=c] (1.48,3.11954) rectangle (1.64,3.17379);
  3904. \definecolor{c}{rgb}{0.88,1,0};
  3905. \draw [color=c, fill=c] (1.64,3.11954) rectangle (1.8,3.17379);
  3906. \draw [color=c, fill=c] (1.8,3.11954) rectangle (1.96,3.17379);
  3907. \draw [color=c, fill=c] (1.96,3.11954) rectangle (2.12,3.17379);
  3908. \draw [color=c, fill=c] (2.12,3.11954) rectangle (2.28,3.17379);
  3909. \definecolor{c}{rgb}{0.133333,1,0};
  3910. \draw [color=c, fill=c] (2.28,3.11954) rectangle (2.44,3.17379);
  3911. \definecolor{c}{rgb}{0.413333,1,0};
  3912. \draw [color=c, fill=c] (2.44,3.11954) rectangle (2.6,3.17379);
  3913. \definecolor{c}{rgb}{0.133333,1,0};
  3914. \draw [color=c, fill=c] (2.6,3.11954) rectangle (2.76,3.17379);
  3915. \definecolor{c}{rgb}{0.6,1,0};
  3916. \draw [color=c, fill=c] (2.76,3.11954) rectangle (2.92,3.17379);
  3917. \draw [color=c, fill=c] (2.92,3.11954) rectangle (3.08,3.17379);
  3918. \definecolor{c}{rgb}{1,0.933333,0};
  3919. \draw [color=c, fill=c] (3.08,3.11954) rectangle (3.24,3.17379);
  3920. \definecolor{c}{rgb}{0.413333,1,0};
  3921. \draw [color=c, fill=c] (3.24,3.11954) rectangle (3.4,3.17379);
  3922. \definecolor{c}{rgb}{0.88,1,0};
  3923. \draw [color=c, fill=c] (3.4,3.11954) rectangle (3.56,3.17379);
  3924. \definecolor{c}{rgb}{0.413333,1,0};
  3925. \draw [color=c, fill=c] (3.56,3.11954) rectangle (3.72,3.17379);
  3926. \draw [color=c, fill=c] (3.72,3.11954) rectangle (3.88,3.17379);
  3927. \definecolor{c}{rgb}{0,1,0.0533334};
  3928. \draw [color=c, fill=c] (3.88,3.11954) rectangle (4.04,3.17379);
  3929. \definecolor{c}{rgb}{0,1,0.52};
  3930. \draw [color=c, fill=c] (4.04,3.11954) rectangle (4.2,3.17379);
  3931. \definecolor{c}{rgb}{0,1,0.8};
  3932. \draw [color=c, fill=c] (4.2,3.11954) rectangle (4.36,3.17379);
  3933. \definecolor{c}{rgb}{0,1,0.0533334};
  3934. \draw [color=c, fill=c] (4.36,3.11954) rectangle (4.52,3.17379);
  3935. \definecolor{c}{rgb}{0,1,0.52};
  3936. \draw [color=c, fill=c] (4.52,3.11954) rectangle (4.68,3.17379);
  3937. \definecolor{c}{rgb}{0,1,0.0533334};
  3938. \draw [color=c, fill=c] (4.68,3.11954) rectangle (4.84,3.17379);
  3939. \definecolor{c}{rgb}{0,0.733333,1};
  3940. \draw [color=c, fill=c] (4.84,3.11954) rectangle (5,3.17379);
  3941. \definecolor{c}{rgb}{0,1,0.986667};
  3942. \draw [color=c, fill=c] (5,3.11954) rectangle (5.16,3.17379);
  3943. \definecolor{c}{rgb}{0,1,0.8};
  3944. \draw [color=c, fill=c] (5.16,3.11954) rectangle (5.32,3.17379);
  3945. \definecolor{c}{rgb}{0,0.266667,1};
  3946. \draw [color=c, fill=c] (5.32,3.11954) rectangle (5.48,3.17379);
  3947. \definecolor{c}{rgb}{0,1,0.333333};
  3948. \draw [color=c, fill=c] (5.48,3.11954) rectangle (5.64,3.17379);
  3949. \definecolor{c}{rgb}{0,1,0.986667};
  3950. \draw [color=c, fill=c] (5.64,3.11954) rectangle (5.8,3.17379);
  3951. \definecolor{c}{rgb}{0,0.546667,1};
  3952. \draw [color=c, fill=c] (5.8,3.11954) rectangle (5.96,3.17379);
  3953. \draw [color=c, fill=c] (5.96,3.11954) rectangle (6.12,3.17379);
  3954. \draw [color=c, fill=c] (6.12,3.11954) rectangle (6.28,3.17379);
  3955. \definecolor{c}{rgb}{0,0.0800001,1};
  3956. \draw [color=c, fill=c] (6.28,3.11954) rectangle (6.44,3.17379);
  3957. \definecolor{c}{rgb}{0,0.266667,1};
  3958. \draw [color=c, fill=c] (6.44,3.11954) rectangle (6.6,3.17379);
  3959. \definecolor{c}{rgb}{0,0.733333,1};
  3960. \draw [color=c, fill=c] (6.6,3.11954) rectangle (6.76,3.17379);
  3961. \definecolor{c}{rgb}{0,1,0.986667};
  3962. \draw [color=c, fill=c] (6.76,3.11954) rectangle (6.92,3.17379);
  3963. \definecolor{c}{rgb}{0,0.546667,1};
  3964. \draw [color=c, fill=c] (6.92,3.11954) rectangle (7.08,3.17379);
  3965. \definecolor{c}{rgb}{0.2,0,1};
  3966. \draw [color=c, fill=c] (7.08,3.11954) rectangle (7.24,3.17379);
  3967. \definecolor{c}{rgb}{0,0.266667,1};
  3968. \draw [color=c, fill=c] (7.24,3.11954) rectangle (7.4,3.17379);
  3969. \definecolor{c}{rgb}{0,0.0800001,1};
  3970. \draw [color=c, fill=c] (7.4,3.11954) rectangle (7.56,3.17379);
  3971. \draw [color=c, fill=c] (7.56,3.11954) rectangle (7.72,3.17379);
  3972. \draw [color=c, fill=c] (7.72,3.11954) rectangle (7.88,3.17379);
  3973. \definecolor{c}{rgb}{0.2,0,1};
  3974. \draw [color=c, fill=c] (7.88,3.11954) rectangle (8.04,3.17379);
  3975. \definecolor{c}{rgb}{0.386667,0,1};
  3976. \draw [color=c, fill=c] (8.04,3.11954) rectangle (8.2,3.17379);
  3977. \draw [color=c, fill=c] (8.2,3.11954) rectangle (8.36,3.17379);
  3978. \draw [color=c, fill=c] (8.36,3.11954) rectangle (8.52,3.17379);
  3979. \draw [color=c, fill=c] (8.84,3.11954) rectangle (9,3.17379);
  3980. \definecolor{c}{rgb}{0,0.733333,1};
  3981. \draw [color=c, fill=c] (1,3.17379) rectangle (1.16,3.22805);
  3982. \definecolor{c}{rgb}{0,1,0.333333};
  3983. \draw [color=c, fill=c] (1.16,3.17379) rectangle (1.32,3.22805);
  3984. \definecolor{c}{rgb}{0.413333,1,0};
  3985. \draw [color=c, fill=c] (1.32,3.17379) rectangle (1.48,3.22805);
  3986. \draw [color=c, fill=c] (1.48,3.17379) rectangle (1.64,3.22805);
  3987. \definecolor{c}{rgb}{1,0.653333,0};
  3988. \draw [color=c, fill=c] (1.64,3.17379) rectangle (1.8,3.22805);
  3989. \definecolor{c}{rgb}{0,1,0.333333};
  3990. \draw [color=c, fill=c] (1.8,3.17379) rectangle (1.96,3.22805);
  3991. \definecolor{c}{rgb}{1,0.933333,0};
  3992. \draw [color=c, fill=c] (1.96,3.17379) rectangle (2.12,3.22805);
  3993. \definecolor{c}{rgb}{0.88,1,0};
  3994. \draw [color=c, fill=c] (2.12,3.17379) rectangle (2.28,3.22805);
  3995. \draw [color=c, fill=c] (2.28,3.17379) rectangle (2.44,3.22805);
  3996. \definecolor{c}{rgb}{0,1,0.333333};
  3997. \draw [color=c, fill=c] (2.44,3.17379) rectangle (2.6,3.22805);
  3998. \definecolor{c}{rgb}{0.133333,1,0};
  3999. \draw [color=c, fill=c] (2.6,3.17379) rectangle (2.76,3.22805);
  4000. \definecolor{c}{rgb}{0,1,0.0533334};
  4001. \draw [color=c, fill=c] (2.76,3.17379) rectangle (2.92,3.22805);
  4002. \definecolor{c}{rgb}{0,1,0.333333};
  4003. \draw [color=c, fill=c] (2.92,3.17379) rectangle (3.08,3.22805);
  4004. \definecolor{c}{rgb}{0.413333,1,0};
  4005. \draw [color=c, fill=c] (3.08,3.17379) rectangle (3.24,3.22805);
  4006. \definecolor{c}{rgb}{0.133333,1,0};
  4007. \draw [color=c, fill=c] (3.24,3.17379) rectangle (3.4,3.22805);
  4008. \definecolor{c}{rgb}{0,1,0.0533334};
  4009. \draw [color=c, fill=c] (3.4,3.17379) rectangle (3.56,3.22805);
  4010. \definecolor{c}{rgb}{0,1,0.8};
  4011. \draw [color=c, fill=c] (3.56,3.17379) rectangle (3.72,3.22805);
  4012. \definecolor{c}{rgb}{0.133333,1,0};
  4013. \draw [color=c, fill=c] (3.72,3.17379) rectangle (3.88,3.22805);
  4014. \definecolor{c}{rgb}{0,1,0.0533334};
  4015. \draw [color=c, fill=c] (3.88,3.17379) rectangle (4.04,3.22805);
  4016. \definecolor{c}{rgb}{0.413333,1,0};
  4017. \draw [color=c, fill=c] (4.04,3.17379) rectangle (4.2,3.22805);
  4018. \definecolor{c}{rgb}{0,1,0.52};
  4019. \draw [color=c, fill=c] (4.2,3.17379) rectangle (4.36,3.22805);
  4020. \definecolor{c}{rgb}{0.6,1,0};
  4021. \draw [color=c, fill=c] (4.36,3.17379) rectangle (4.52,3.22805);
  4022. \definecolor{c}{rgb}{0,1,0.0533334};
  4023. \draw [color=c, fill=c] (4.52,3.17379) rectangle (4.68,3.22805);
  4024. \definecolor{c}{rgb}{0,1,0.52};
  4025. \draw [color=c, fill=c] (4.68,3.17379) rectangle (4.84,3.22805);
  4026. \definecolor{c}{rgb}{0,1,0.8};
  4027. \draw [color=c, fill=c] (4.84,3.17379) rectangle (5,3.22805);
  4028. \definecolor{c}{rgb}{0,1,0.986667};
  4029. \draw [color=c, fill=c] (5,3.17379) rectangle (5.16,3.22805);
  4030. \definecolor{c}{rgb}{0,0.733333,1};
  4031. \draw [color=c, fill=c] (5.16,3.17379) rectangle (5.32,3.22805);
  4032. \definecolor{c}{rgb}{0,1,0.8};
  4033. \draw [color=c, fill=c] (5.32,3.17379) rectangle (5.48,3.22805);
  4034. \definecolor{c}{rgb}{0,0.733333,1};
  4035. \draw [color=c, fill=c] (5.48,3.17379) rectangle (5.64,3.22805);
  4036. \definecolor{c}{rgb}{0,1,0.8};
  4037. \draw [color=c, fill=c] (5.64,3.17379) rectangle (5.8,3.22805);
  4038. \definecolor{c}{rgb}{0,0.546667,1};
  4039. \draw [color=c, fill=c] (5.8,3.17379) rectangle (5.96,3.22805);
  4040. \definecolor{c}{rgb}{0,0.733333,1};
  4041. \draw [color=c, fill=c] (5.96,3.17379) rectangle (6.12,3.22805);
  4042. \draw [color=c, fill=c] (6.12,3.17379) rectangle (6.28,3.22805);
  4043. \definecolor{c}{rgb}{0,1,0.986667};
  4044. \draw [color=c, fill=c] (6.28,3.17379) rectangle (6.44,3.22805);
  4045. \definecolor{c}{rgb}{0,0.733333,1};
  4046. \draw [color=c, fill=c] (6.44,3.17379) rectangle (6.6,3.22805);
  4047. \definecolor{c}{rgb}{0,0.546667,1};
  4048. \draw [color=c, fill=c] (6.6,3.17379) rectangle (6.76,3.22805);
  4049. \definecolor{c}{rgb}{0,0.266667,1};
  4050. \draw [color=c, fill=c] (6.76,3.17379) rectangle (6.92,3.22805);
  4051. \definecolor{c}{rgb}{0,0.546667,1};
  4052. \draw [color=c, fill=c] (6.92,3.17379) rectangle (7.08,3.22805);
  4053. \definecolor{c}{rgb}{0,0.0800001,1};
  4054. \draw [color=c, fill=c] (7.08,3.17379) rectangle (7.24,3.22805);
  4055. \definecolor{c}{rgb}{0.386667,0,1};
  4056. \draw [color=c, fill=c] (7.24,3.17379) rectangle (7.4,3.22805);
  4057. \draw [color=c, fill=c] (7.4,3.17379) rectangle (7.56,3.22805);
  4058. \draw [color=c, fill=c] (7.56,3.17379) rectangle (7.72,3.22805);
  4059. \definecolor{c}{rgb}{0.2,0,1};
  4060. \draw [color=c, fill=c] (7.72,3.17379) rectangle (7.88,3.22805);
  4061. \definecolor{c}{rgb}{0,0.266667,1};
  4062. \draw [color=c, fill=c] (7.88,3.17379) rectangle (8.04,3.22805);
  4063. \definecolor{c}{rgb}{0.386667,0,1};
  4064. \draw [color=c, fill=c] (8.04,3.17379) rectangle (8.2,3.22805);
  4065. \draw [color=c, fill=c] (8.2,3.17379) rectangle (8.36,3.22805);
  4066. \draw [color=c, fill=c] (8.36,3.17379) rectangle (8.52,3.22805);
  4067. \draw [color=c, fill=c] (8.52,3.17379) rectangle (8.68,3.22805);
  4068. \draw [color=c, fill=c] (8.68,3.17379) rectangle (8.84,3.22805);
  4069. \draw [color=c, fill=c] (8.84,3.17379) rectangle (9,3.22805);
  4070. \definecolor{c}{rgb}{0,1,0.8};
  4071. \draw [color=c, fill=c] (1,3.22805) rectangle (1.16,3.2823);
  4072. \definecolor{c}{rgb}{0.88,1,0};
  4073. \draw [color=c, fill=c] (1.16,3.22805) rectangle (1.32,3.2823);
  4074. \definecolor{c}{rgb}{0.413333,1,0};
  4075. \draw [color=c, fill=c] (1.32,3.22805) rectangle (1.48,3.2823);
  4076. \definecolor{c}{rgb}{0,1,0.0533334};
  4077. \draw [color=c, fill=c] (1.48,3.22805) rectangle (1.64,3.2823);
  4078. \definecolor{c}{rgb}{0.133333,1,0};
  4079. \draw [color=c, fill=c] (1.64,3.22805) rectangle (1.8,3.2823);
  4080. \definecolor{c}{rgb}{0.413333,1,0};
  4081. \draw [color=c, fill=c] (1.8,3.22805) rectangle (1.96,3.2823);
  4082. \draw [color=c, fill=c] (1.96,3.22805) rectangle (2.12,3.2823);
  4083. \definecolor{c}{rgb}{1,0.933333,0};
  4084. \draw [color=c, fill=c] (2.12,3.22805) rectangle (2.28,3.2823);
  4085. \definecolor{c}{rgb}{0.133333,1,0};
  4086. \draw [color=c, fill=c] (2.28,3.22805) rectangle (2.44,3.2823);
  4087. \definecolor{c}{rgb}{0.6,1,0};
  4088. \draw [color=c, fill=c] (2.44,3.22805) rectangle (2.6,3.2823);
  4089. \definecolor{c}{rgb}{0.88,1,0};
  4090. \draw [color=c, fill=c] (2.6,3.22805) rectangle (2.76,3.2823);
  4091. \definecolor{c}{rgb}{0.133333,1,0};
  4092. \draw [color=c, fill=c] (2.76,3.22805) rectangle (2.92,3.2823);
  4093. \definecolor{c}{rgb}{0,1,0.0533334};
  4094. \draw [color=c, fill=c] (2.92,3.22805) rectangle (3.08,3.2823);
  4095. \definecolor{c}{rgb}{1,0.933333,0};
  4096. \draw [color=c, fill=c] (3.08,3.22805) rectangle (3.24,3.2823);
  4097. \definecolor{c}{rgb}{0,1,0.0533334};
  4098. \draw [color=c, fill=c] (3.24,3.22805) rectangle (3.4,3.2823);
  4099. \draw [color=c, fill=c] (3.4,3.22805) rectangle (3.56,3.2823);
  4100. \draw [color=c, fill=c] (3.56,3.22805) rectangle (3.72,3.2823);
  4101. \definecolor{c}{rgb}{0,1,0.52};
  4102. \draw [color=c, fill=c] (3.72,3.22805) rectangle (3.88,3.2823);
  4103. \definecolor{c}{rgb}{0,1,0.8};
  4104. \draw [color=c, fill=c] (3.88,3.22805) rectangle (4.04,3.2823);
  4105. \definecolor{c}{rgb}{0.133333,1,0};
  4106. \draw [color=c, fill=c] (4.04,3.22805) rectangle (4.2,3.2823);
  4107. \definecolor{c}{rgb}{0,1,0.52};
  4108. \draw [color=c, fill=c] (4.2,3.22805) rectangle (4.36,3.2823);
  4109. \definecolor{c}{rgb}{0.133333,1,0};
  4110. \draw [color=c, fill=c] (4.36,3.22805) rectangle (4.52,3.2823);
  4111. \definecolor{c}{rgb}{0,1,0.0533334};
  4112. \draw [color=c, fill=c] (4.52,3.22805) rectangle (4.68,3.2823);
  4113. \definecolor{c}{rgb}{0,0.733333,1};
  4114. \draw [color=c, fill=c] (4.68,3.22805) rectangle (4.84,3.2823);
  4115. \draw [color=c, fill=c] (4.84,3.22805) rectangle (5,3.2823);
  4116. \definecolor{c}{rgb}{0,1,0.52};
  4117. \draw [color=c, fill=c] (5,3.22805) rectangle (5.16,3.2823);
  4118. \definecolor{c}{rgb}{0,0.733333,1};
  4119. \draw [color=c, fill=c] (5.16,3.22805) rectangle (5.32,3.2823);
  4120. \definecolor{c}{rgb}{0,1,0.986667};
  4121. \draw [color=c, fill=c] (5.32,3.22805) rectangle (5.48,3.2823);
  4122. \definecolor{c}{rgb}{0,0.733333,1};
  4123. \draw [color=c, fill=c] (5.48,3.22805) rectangle (5.64,3.2823);
  4124. \definecolor{c}{rgb}{0,1,0.52};
  4125. \draw [color=c, fill=c] (5.64,3.22805) rectangle (5.8,3.2823);
  4126. \draw [color=c, fill=c] (5.8,3.22805) rectangle (5.96,3.2823);
  4127. \definecolor{c}{rgb}{0,0.266667,1};
  4128. \draw [color=c, fill=c] (5.96,3.22805) rectangle (6.12,3.2823);
  4129. \draw [color=c, fill=c] (6.12,3.22805) rectangle (6.28,3.2823);
  4130. \definecolor{c}{rgb}{0,0.0800001,1};
  4131. \draw [color=c, fill=c] (6.28,3.22805) rectangle (6.44,3.2823);
  4132. \draw [color=c, fill=c] (6.44,3.22805) rectangle (6.6,3.2823);
  4133. \definecolor{c}{rgb}{0,1,0.8};
  4134. \draw [color=c, fill=c] (6.6,3.22805) rectangle (6.76,3.2823);
  4135. \definecolor{c}{rgb}{0,0.546667,1};
  4136. \draw [color=c, fill=c] (6.76,3.22805) rectangle (6.92,3.2823);
  4137. \definecolor{c}{rgb}{0,0.266667,1};
  4138. \draw [color=c, fill=c] (6.92,3.22805) rectangle (7.08,3.2823);
  4139. \definecolor{c}{rgb}{0.2,0,1};
  4140. \draw [color=c, fill=c] (7.08,3.22805) rectangle (7.24,3.2823);
  4141. \draw [color=c, fill=c] (7.24,3.22805) rectangle (7.4,3.2823);
  4142. \draw [color=c, fill=c] (7.4,3.22805) rectangle (7.56,3.2823);
  4143. \definecolor{c}{rgb}{0,0.0800001,1};
  4144. \draw [color=c, fill=c] (7.56,3.22805) rectangle (7.72,3.2823);
  4145. \definecolor{c}{rgb}{0.2,0,1};
  4146. \draw [color=c, fill=c] (7.72,3.22805) rectangle (7.88,3.2823);
  4147. \definecolor{c}{rgb}{0.386667,0,1};
  4148. \draw [color=c, fill=c] (7.88,3.22805) rectangle (8.04,3.2823);
  4149. \draw [color=c, fill=c] (8.04,3.22805) rectangle (8.2,3.2823);
  4150. \draw [color=c, fill=c] (8.2,3.22805) rectangle (8.36,3.2823);
  4151. \draw [color=c, fill=c] (8.36,3.22805) rectangle (8.52,3.2823);
  4152. \draw [color=c, fill=c] (8.52,3.22805) rectangle (8.68,3.2823);
  4153. \draw [color=c, fill=c] (8.68,3.22805) rectangle (8.84,3.2823);
  4154. \definecolor{c}{rgb}{0,0.733333,1};
  4155. \draw [color=c, fill=c] (1,3.2823) rectangle (1.16,3.33655);
  4156. \definecolor{c}{rgb}{0.133333,1,0};
  4157. \draw [color=c, fill=c] (1.16,3.2823) rectangle (1.32,3.33655);
  4158. \draw [color=c, fill=c] (1.32,3.2823) rectangle (1.48,3.33655);
  4159. \definecolor{c}{rgb}{0.413333,1,0};
  4160. \draw [color=c, fill=c] (1.48,3.2823) rectangle (1.64,3.33655);
  4161. \draw [color=c, fill=c] (1.64,3.2823) rectangle (1.8,3.33655);
  4162. \draw [color=c, fill=c] (1.8,3.2823) rectangle (1.96,3.33655);
  4163. \definecolor{c}{rgb}{0,1,0.0533334};
  4164. \draw [color=c, fill=c] (1.96,3.2823) rectangle (2.12,3.33655);
  4165. \definecolor{c}{rgb}{0.413333,1,0};
  4166. \draw [color=c, fill=c] (2.12,3.2823) rectangle (2.28,3.33655);
  4167. \definecolor{c}{rgb}{0.88,1,0};
  4168. \draw [color=c, fill=c] (2.28,3.2823) rectangle (2.44,3.33655);
  4169. \definecolor{c}{rgb}{0.6,1,0};
  4170. \draw [color=c, fill=c] (2.44,3.2823) rectangle (2.6,3.33655);
  4171. \definecolor{c}{rgb}{0.133333,1,0};
  4172. \draw [color=c, fill=c] (2.6,3.2823) rectangle (2.76,3.33655);
  4173. \draw [color=c, fill=c] (2.76,3.2823) rectangle (2.92,3.33655);
  4174. \draw [color=c, fill=c] (2.92,3.2823) rectangle (3.08,3.33655);
  4175. \definecolor{c}{rgb}{0,1,0.0533334};
  4176. \draw [color=c, fill=c] (3.08,3.2823) rectangle (3.24,3.33655);
  4177. \definecolor{c}{rgb}{0.133333,1,0};
  4178. \draw [color=c, fill=c] (3.24,3.2823) rectangle (3.4,3.33655);
  4179. \definecolor{c}{rgb}{0,1,0.0533334};
  4180. \draw [color=c, fill=c] (3.4,3.2823) rectangle (3.56,3.33655);
  4181. \definecolor{c}{rgb}{0,1,0.52};
  4182. \draw [color=c, fill=c] (3.56,3.2823) rectangle (3.72,3.33655);
  4183. \definecolor{c}{rgb}{0,1,0.0533334};
  4184. \draw [color=c, fill=c] (3.72,3.2823) rectangle (3.88,3.33655);
  4185. \definecolor{c}{rgb}{0,1,0.333333};
  4186. \draw [color=c, fill=c] (3.88,3.2823) rectangle (4.04,3.33655);
  4187. \definecolor{c}{rgb}{0.133333,1,0};
  4188. \draw [color=c, fill=c] (4.04,3.2823) rectangle (4.2,3.33655);
  4189. \definecolor{c}{rgb}{0,0.546667,1};
  4190. \draw [color=c, fill=c] (4.2,3.2823) rectangle (4.36,3.33655);
  4191. \definecolor{c}{rgb}{0,1,0.8};
  4192. \draw [color=c, fill=c] (4.36,3.2823) rectangle (4.52,3.33655);
  4193. \definecolor{c}{rgb}{0,1,0.333333};
  4194. \draw [color=c, fill=c] (4.52,3.2823) rectangle (4.68,3.33655);
  4195. \definecolor{c}{rgb}{0,1,0.986667};
  4196. \draw [color=c, fill=c] (4.68,3.2823) rectangle (4.84,3.33655);
  4197. \definecolor{c}{rgb}{0,0.733333,1};
  4198. \draw [color=c, fill=c] (4.84,3.2823) rectangle (5,3.33655);
  4199. \draw [color=c, fill=c] (5,3.2823) rectangle (5.16,3.33655);
  4200. \definecolor{c}{rgb}{0,1,0.52};
  4201. \draw [color=c, fill=c] (5.16,3.2823) rectangle (5.32,3.33655);
  4202. \definecolor{c}{rgb}{0,0.546667,1};
  4203. \draw [color=c, fill=c] (5.32,3.2823) rectangle (5.48,3.33655);
  4204. \draw [color=c, fill=c] (5.48,3.2823) rectangle (5.64,3.33655);
  4205. \definecolor{c}{rgb}{0,0.733333,1};
  4206. \draw [color=c, fill=c] (5.64,3.2823) rectangle (5.8,3.33655);
  4207. \definecolor{c}{rgb}{0,0.546667,1};
  4208. \draw [color=c, fill=c] (5.8,3.2823) rectangle (5.96,3.33655);
  4209. \definecolor{c}{rgb}{0,0.266667,1};
  4210. \draw [color=c, fill=c] (5.96,3.2823) rectangle (6.12,3.33655);
  4211. \definecolor{c}{rgb}{0,0.546667,1};
  4212. \draw [color=c, fill=c] (6.12,3.2823) rectangle (6.28,3.33655);
  4213. \definecolor{c}{rgb}{0,1,0.8};
  4214. \draw [color=c, fill=c] (6.28,3.2823) rectangle (6.44,3.33655);
  4215. \definecolor{c}{rgb}{0,0.266667,1};
  4216. \draw [color=c, fill=c] (6.44,3.2823) rectangle (6.6,3.33655);
  4217. \definecolor{c}{rgb}{0,0.546667,1};
  4218. \draw [color=c, fill=c] (6.6,3.2823) rectangle (6.76,3.33655);
  4219. \draw [color=c, fill=c] (6.76,3.2823) rectangle (6.92,3.33655);
  4220. \definecolor{c}{rgb}{0,0.0800001,1};
  4221. \draw [color=c, fill=c] (6.92,3.2823) rectangle (7.08,3.33655);
  4222. \definecolor{c}{rgb}{0,0.266667,1};
  4223. \draw [color=c, fill=c] (7.08,3.2823) rectangle (7.24,3.33655);
  4224. \definecolor{c}{rgb}{0.2,0,1};
  4225. \draw [color=c, fill=c] (7.24,3.2823) rectangle (7.4,3.33655);
  4226. \draw [color=c, fill=c] (7.4,3.2823) rectangle (7.56,3.33655);
  4227. \draw [color=c, fill=c] (7.56,3.2823) rectangle (7.72,3.33655);
  4228. \draw [color=c, fill=c] (7.72,3.2823) rectangle (7.88,3.33655);
  4229. \draw [color=c, fill=c] (7.88,3.2823) rectangle (8.04,3.33655);
  4230. \definecolor{c}{rgb}{0.386667,0,1};
  4231. \draw [color=c, fill=c] (8.04,3.2823) rectangle (8.2,3.33655);
  4232. \draw [color=c, fill=c] (8.2,3.2823) rectangle (8.36,3.33655);
  4233. \draw [color=c, fill=c] (8.36,3.2823) rectangle (8.52,3.33655);
  4234. \definecolor{c}{rgb}{0.2,0,1};
  4235. \draw [color=c, fill=c] (8.52,3.2823) rectangle (8.68,3.33655);
  4236. \definecolor{c}{rgb}{0.386667,0,1};
  4237. \draw [color=c, fill=c] (8.68,3.2823) rectangle (8.84,3.33655);
  4238. \definecolor{c}{rgb}{0.133333,1,0};
  4239. \draw [color=c, fill=c] (1,3.33655) rectangle (1.16,3.3908);
  4240. \definecolor{c}{rgb}{0,1,0.0533334};
  4241. \draw [color=c, fill=c] (1.16,3.33655) rectangle (1.32,3.3908);
  4242. \definecolor{c}{rgb}{0,1,0.333333};
  4243. \draw [color=c, fill=c] (1.32,3.33655) rectangle (1.48,3.3908);
  4244. \definecolor{c}{rgb}{0.88,1,0};
  4245. \draw [color=c, fill=c] (1.48,3.33655) rectangle (1.64,3.3908);
  4246. \definecolor{c}{rgb}{0,1,0.0533334};
  4247. \draw [color=c, fill=c] (1.64,3.33655) rectangle (1.8,3.3908);
  4248. \definecolor{c}{rgb}{0.133333,1,0};
  4249. \draw [color=c, fill=c] (1.8,3.33655) rectangle (1.96,3.3908);
  4250. \definecolor{c}{rgb}{0,1,0.0533334};
  4251. \draw [color=c, fill=c] (1.96,3.33655) rectangle (2.12,3.3908);
  4252. \definecolor{c}{rgb}{0.413333,1,0};
  4253. \draw [color=c, fill=c] (2.12,3.33655) rectangle (2.28,3.3908);
  4254. \definecolor{c}{rgb}{0.6,1,0};
  4255. \draw [color=c, fill=c] (2.28,3.33655) rectangle (2.44,3.3908);
  4256. \definecolor{c}{rgb}{0.88,1,0};
  4257. \draw [color=c, fill=c] (2.44,3.33655) rectangle (2.6,3.3908);
  4258. \definecolor{c}{rgb}{0.133333,1,0};
  4259. \draw [color=c, fill=c] (2.6,3.33655) rectangle (2.76,3.3908);
  4260. \definecolor{c}{rgb}{0,1,0.0533334};
  4261. \draw [color=c, fill=c] (2.76,3.33655) rectangle (2.92,3.3908);
  4262. \definecolor{c}{rgb}{0.133333,1,0};
  4263. \draw [color=c, fill=c] (2.92,3.33655) rectangle (3.08,3.3908);
  4264. \definecolor{c}{rgb}{0.413333,1,0};
  4265. \draw [color=c, fill=c] (3.08,3.33655) rectangle (3.24,3.3908);
  4266. \definecolor{c}{rgb}{1,0.653333,0};
  4267. \draw [color=c, fill=c] (3.24,3.33655) rectangle (3.4,3.3908);
  4268. \definecolor{c}{rgb}{0.413333,1,0};
  4269. \draw [color=c, fill=c] (3.4,3.33655) rectangle (3.56,3.3908);
  4270. \definecolor{c}{rgb}{0,1,0.8};
  4271. \draw [color=c, fill=c] (3.56,3.33655) rectangle (3.72,3.3908);
  4272. \definecolor{c}{rgb}{0.133333,1,0};
  4273. \draw [color=c, fill=c] (3.72,3.33655) rectangle (3.88,3.3908);
  4274. \definecolor{c}{rgb}{0,1,0.0533334};
  4275. \draw [color=c, fill=c] (3.88,3.33655) rectangle (4.04,3.3908);
  4276. \definecolor{c}{rgb}{0,0.733333,1};
  4277. \draw [color=c, fill=c] (4.04,3.33655) rectangle (4.2,3.3908);
  4278. \definecolor{c}{rgb}{0,1,0.333333};
  4279. \draw [color=c, fill=c] (4.2,3.33655) rectangle (4.36,3.3908);
  4280. \definecolor{c}{rgb}{0,1,0.52};
  4281. \draw [color=c, fill=c] (4.36,3.33655) rectangle (4.52,3.3908);
  4282. \draw [color=c, fill=c] (4.52,3.33655) rectangle (4.68,3.3908);
  4283. \definecolor{c}{rgb}{0,0.733333,1};
  4284. \draw [color=c, fill=c] (4.68,3.33655) rectangle (4.84,3.3908);
  4285. \definecolor{c}{rgb}{0,1,0.52};
  4286. \draw [color=c, fill=c] (4.84,3.33655) rectangle (5,3.3908);
  4287. \definecolor{c}{rgb}{0,0.733333,1};
  4288. \draw [color=c, fill=c] (5,3.33655) rectangle (5.16,3.3908);
  4289. \definecolor{c}{rgb}{0,1,0.8};
  4290. \draw [color=c, fill=c] (5.16,3.33655) rectangle (5.32,3.3908);
  4291. \definecolor{c}{rgb}{0,0.546667,1};
  4292. \draw [color=c, fill=c] (5.32,3.33655) rectangle (5.48,3.3908);
  4293. \definecolor{c}{rgb}{0,0.733333,1};
  4294. \draw [color=c, fill=c] (5.48,3.33655) rectangle (5.64,3.3908);
  4295. \draw [color=c, fill=c] (5.64,3.33655) rectangle (5.8,3.3908);
  4296. \definecolor{c}{rgb}{0,0.0800001,1};
  4297. \draw [color=c, fill=c] (5.8,3.33655) rectangle (5.96,3.3908);
  4298. \definecolor{c}{rgb}{0,0.266667,1};
  4299. \draw [color=c, fill=c] (5.96,3.33655) rectangle (6.12,3.3908);
  4300. \definecolor{c}{rgb}{0,0.0800001,1};
  4301. \draw [color=c, fill=c] (6.12,3.33655) rectangle (6.28,3.3908);
  4302. \definecolor{c}{rgb}{0,1,0.986667};
  4303. \draw [color=c, fill=c] (6.28,3.33655) rectangle (6.44,3.3908);
  4304. \definecolor{c}{rgb}{0,0.0800001,1};
  4305. \draw [color=c, fill=c] (6.44,3.33655) rectangle (6.6,3.3908);
  4306. \definecolor{c}{rgb}{0,0.546667,1};
  4307. \draw [color=c, fill=c] (6.6,3.33655) rectangle (6.76,3.3908);
  4308. \definecolor{c}{rgb}{0,0.0800001,1};
  4309. \draw [color=c, fill=c] (6.76,3.33655) rectangle (6.92,3.3908);
  4310. \definecolor{c}{rgb}{0.2,0,1};
  4311. \draw [color=c, fill=c] (6.92,3.33655) rectangle (7.08,3.3908);
  4312. \definecolor{c}{rgb}{0,0.0800001,1};
  4313. \draw [color=c, fill=c] (7.08,3.33655) rectangle (7.24,3.3908);
  4314. \definecolor{c}{rgb}{0,0.266667,1};
  4315. \draw [color=c, fill=c] (7.24,3.33655) rectangle (7.4,3.3908);
  4316. \definecolor{c}{rgb}{0.2,0,1};
  4317. \draw [color=c, fill=c] (7.4,3.33655) rectangle (7.56,3.3908);
  4318. \definecolor{c}{rgb}{0,0.0800001,1};
  4319. \draw [color=c, fill=c] (7.56,3.33655) rectangle (7.72,3.3908);
  4320. \draw [color=c, fill=c] (7.72,3.33655) rectangle (7.88,3.3908);
  4321. \definecolor{c}{rgb}{0.2,0,1};
  4322. \draw [color=c, fill=c] (7.88,3.33655) rectangle (8.04,3.3908);
  4323. \definecolor{c}{rgb}{0.386667,0,1};
  4324. \draw [color=c, fill=c] (8.04,3.33655) rectangle (8.2,3.3908);
  4325. \draw [color=c, fill=c] (8.2,3.33655) rectangle (8.36,3.3908);
  4326. \draw [color=c, fill=c] (8.52,3.33655) rectangle (8.68,3.3908);
  4327. \definecolor{c}{rgb}{0,0.733333,1};
  4328. \draw [color=c, fill=c] (1,3.3908) rectangle (1.16,3.44506);
  4329. \definecolor{c}{rgb}{0,1,0.8};
  4330. \draw [color=c, fill=c] (1.16,3.3908) rectangle (1.32,3.44506);
  4331. \definecolor{c}{rgb}{0,1,0.52};
  4332. \draw [color=c, fill=c] (1.32,3.3908) rectangle (1.48,3.44506);
  4333. \definecolor{c}{rgb}{0.413333,1,0};
  4334. \draw [color=c, fill=c] (1.48,3.3908) rectangle (1.64,3.44506);
  4335. \draw [color=c, fill=c] (1.64,3.3908) rectangle (1.8,3.44506);
  4336. \draw [color=c, fill=c] (1.8,3.3908) rectangle (1.96,3.44506);
  4337. \definecolor{c}{rgb}{0.88,1,0};
  4338. \draw [color=c, fill=c] (1.96,3.3908) rectangle (2.12,3.44506);
  4339. \definecolor{c}{rgb}{1,0.933333,0};
  4340. \draw [color=c, fill=c] (2.12,3.3908) rectangle (2.28,3.44506);
  4341. \definecolor{c}{rgb}{0.413333,1,0};
  4342. \draw [color=c, fill=c] (2.28,3.3908) rectangle (2.44,3.44506);
  4343. \definecolor{c}{rgb}{0,1,0.333333};
  4344. \draw [color=c, fill=c] (2.44,3.3908) rectangle (2.6,3.44506);
  4345. \definecolor{c}{rgb}{0.88,1,0};
  4346. \draw [color=c, fill=c] (2.6,3.3908) rectangle (2.76,3.44506);
  4347. \definecolor{c}{rgb}{0,1,0.333333};
  4348. \draw [color=c, fill=c] (2.76,3.3908) rectangle (2.92,3.44506);
  4349. \definecolor{c}{rgb}{0.133333,1,0};
  4350. \draw [color=c, fill=c] (2.92,3.3908) rectangle (3.08,3.44506);
  4351. \definecolor{c}{rgb}{0.413333,1,0};
  4352. \draw [color=c, fill=c] (3.08,3.3908) rectangle (3.24,3.44506);
  4353. \definecolor{c}{rgb}{0,1,0.52};
  4354. \draw [color=c, fill=c] (3.24,3.3908) rectangle (3.4,3.44506);
  4355. \definecolor{c}{rgb}{0,1,0.0533334};
  4356. \draw [color=c, fill=c] (3.4,3.3908) rectangle (3.56,3.44506);
  4357. \definecolor{c}{rgb}{0,1,0.333333};
  4358. \draw [color=c, fill=c] (3.56,3.3908) rectangle (3.72,3.44506);
  4359. \definecolor{c}{rgb}{0.133333,1,0};
  4360. \draw [color=c, fill=c] (3.72,3.3908) rectangle (3.88,3.44506);
  4361. \definecolor{c}{rgb}{0,1,0.333333};
  4362. \draw [color=c, fill=c] (3.88,3.3908) rectangle (4.04,3.44506);
  4363. \definecolor{c}{rgb}{0,1,0.8};
  4364. \draw [color=c, fill=c] (4.04,3.3908) rectangle (4.2,3.44506);
  4365. \definecolor{c}{rgb}{0,0.733333,1};
  4366. \draw [color=c, fill=c] (4.2,3.3908) rectangle (4.36,3.44506);
  4367. \definecolor{c}{rgb}{0,1,0.8};
  4368. \draw [color=c, fill=c] (4.36,3.3908) rectangle (4.52,3.44506);
  4369. \definecolor{c}{rgb}{0.133333,1,0};
  4370. \draw [color=c, fill=c] (4.52,3.3908) rectangle (4.68,3.44506);
  4371. \definecolor{c}{rgb}{0,0.266667,1};
  4372. \draw [color=c, fill=c] (4.68,3.3908) rectangle (4.84,3.44506);
  4373. \definecolor{c}{rgb}{0,1,0.8};
  4374. \draw [color=c, fill=c] (4.84,3.3908) rectangle (5,3.44506);
  4375. \definecolor{c}{rgb}{0,0.733333,1};
  4376. \draw [color=c, fill=c] (5,3.3908) rectangle (5.16,3.44506);
  4377. \definecolor{c}{rgb}{0,0.0800001,1};
  4378. \draw [color=c, fill=c] (5.16,3.3908) rectangle (5.32,3.44506);
  4379. \definecolor{c}{rgb}{0,0.546667,1};
  4380. \draw [color=c, fill=c] (5.32,3.3908) rectangle (5.48,3.44506);
  4381. \definecolor{c}{rgb}{0,0.0800001,1};
  4382. \draw [color=c, fill=c] (5.48,3.3908) rectangle (5.64,3.44506);
  4383. \definecolor{c}{rgb}{0,1,0.986667};
  4384. \draw [color=c, fill=c] (5.64,3.3908) rectangle (5.8,3.44506);
  4385. \definecolor{c}{rgb}{0,0.733333,1};
  4386. \draw [color=c, fill=c] (5.8,3.3908) rectangle (5.96,3.44506);
  4387. \definecolor{c}{rgb}{0,0.266667,1};
  4388. \draw [color=c, fill=c] (5.96,3.3908) rectangle (6.12,3.44506);
  4389. \definecolor{c}{rgb}{0.2,0,1};
  4390. \draw [color=c, fill=c] (6.12,3.3908) rectangle (6.28,3.44506);
  4391. \definecolor{c}{rgb}{0,0.0800001,1};
  4392. \draw [color=c, fill=c] (6.28,3.3908) rectangle (6.44,3.44506);
  4393. \definecolor{c}{rgb}{0,0.733333,1};
  4394. \draw [color=c, fill=c] (6.44,3.3908) rectangle (6.6,3.44506);
  4395. \definecolor{c}{rgb}{0,0.0800001,1};
  4396. \draw [color=c, fill=c] (6.6,3.3908) rectangle (6.76,3.44506);
  4397. \definecolor{c}{rgb}{0,0.266667,1};
  4398. \draw [color=c, fill=c] (6.76,3.3908) rectangle (6.92,3.44506);
  4399. \draw [color=c, fill=c] (6.92,3.3908) rectangle (7.08,3.44506);
  4400. \definecolor{c}{rgb}{0.386667,0,1};
  4401. \draw [color=c, fill=c] (7.08,3.3908) rectangle (7.24,3.44506);
  4402. \draw [color=c, fill=c] (7.24,3.3908) rectangle (7.4,3.44506);
  4403. \definecolor{c}{rgb}{0.2,0,1};
  4404. \draw [color=c, fill=c] (7.4,3.3908) rectangle (7.56,3.44506);
  4405. \definecolor{c}{rgb}{0,0.0800001,1};
  4406. \draw [color=c, fill=c] (7.56,3.3908) rectangle (7.72,3.44506);
  4407. \definecolor{c}{rgb}{0.386667,0,1};
  4408. \draw [color=c, fill=c] (7.72,3.3908) rectangle (7.88,3.44506);
  4409. \definecolor{c}{rgb}{0.2,0,1};
  4410. \draw [color=c, fill=c] (7.88,3.3908) rectangle (8.04,3.44506);
  4411. \definecolor{c}{rgb}{0.386667,0,1};
  4412. \draw [color=c, fill=c] (8.2,3.3908) rectangle (8.36,3.44506);
  4413. \draw [color=c, fill=c] (8.52,3.3908) rectangle (8.68,3.44506);
  4414. \draw [color=c, fill=c] (8.84,3.3908) rectangle (9,3.44506);
  4415. \definecolor{c}{rgb}{0,1,0.986667};
  4416. \draw [color=c, fill=c] (1,3.44506) rectangle (1.16,3.49931);
  4417. \definecolor{c}{rgb}{0,1,0.52};
  4418. \draw [color=c, fill=c] (1.16,3.44506) rectangle (1.32,3.49931);
  4419. \definecolor{c}{rgb}{0.133333,1,0};
  4420. \draw [color=c, fill=c] (1.32,3.44506) rectangle (1.48,3.49931);
  4421. \definecolor{c}{rgb}{0,1,0.0533334};
  4422. \draw [color=c, fill=c] (1.48,3.44506) rectangle (1.64,3.49931);
  4423. \definecolor{c}{rgb}{0.88,1,0};
  4424. \draw [color=c, fill=c] (1.64,3.44506) rectangle (1.8,3.49931);
  4425. \definecolor{c}{rgb}{0.413333,1,0};
  4426. \draw [color=c, fill=c] (1.8,3.44506) rectangle (1.96,3.49931);
  4427. \definecolor{c}{rgb}{1,0.933333,0};
  4428. \draw [color=c, fill=c] (1.96,3.44506) rectangle (2.12,3.49931);
  4429. \definecolor{c}{rgb}{0.413333,1,0};
  4430. \draw [color=c, fill=c] (2.12,3.44506) rectangle (2.28,3.49931);
  4431. \draw [color=c, fill=c] (2.28,3.44506) rectangle (2.44,3.49931);
  4432. \definecolor{c}{rgb}{0,1,0.0533334};
  4433. \draw [color=c, fill=c] (2.44,3.44506) rectangle (2.6,3.49931);
  4434. \definecolor{c}{rgb}{0.133333,1,0};
  4435. \draw [color=c, fill=c] (2.6,3.44506) rectangle (2.76,3.49931);
  4436. \definecolor{c}{rgb}{0,1,0.0533334};
  4437. \draw [color=c, fill=c] (2.76,3.44506) rectangle (2.92,3.49931);
  4438. \definecolor{c}{rgb}{1,0.933333,0};
  4439. \draw [color=c, fill=c] (2.92,3.44506) rectangle (3.08,3.49931);
  4440. \definecolor{c}{rgb}{0,1,0.333333};
  4441. \draw [color=c, fill=c] (3.08,3.44506) rectangle (3.24,3.49931);
  4442. \definecolor{c}{rgb}{0.88,1,0};
  4443. \draw [color=c, fill=c] (3.24,3.44506) rectangle (3.4,3.49931);
  4444. \definecolor{c}{rgb}{0.133333,1,0};
  4445. \draw [color=c, fill=c] (3.4,3.44506) rectangle (3.56,3.49931);
  4446. \definecolor{c}{rgb}{0,1,0.52};
  4447. \draw [color=c, fill=c] (3.56,3.44506) rectangle (3.72,3.49931);
  4448. \definecolor{c}{rgb}{0.133333,1,0};
  4449. \draw [color=c, fill=c] (3.72,3.44506) rectangle (3.88,3.49931);
  4450. \draw [color=c, fill=c] (3.88,3.44506) rectangle (4.04,3.49931);
  4451. \definecolor{c}{rgb}{0,1,0.0533334};
  4452. \draw [color=c, fill=c] (4.04,3.44506) rectangle (4.2,3.49931);
  4453. \definecolor{c}{rgb}{0,0.733333,1};
  4454. \draw [color=c, fill=c] (4.2,3.44506) rectangle (4.36,3.49931);
  4455. \definecolor{c}{rgb}{0,1,0.52};
  4456. \draw [color=c, fill=c] (4.36,3.44506) rectangle (4.52,3.49931);
  4457. \definecolor{c}{rgb}{0,0.733333,1};
  4458. \draw [color=c, fill=c] (4.52,3.44506) rectangle (4.68,3.49931);
  4459. \definecolor{c}{rgb}{0,0.546667,1};
  4460. \draw [color=c, fill=c] (4.68,3.44506) rectangle (4.84,3.49931);
  4461. \draw [color=c, fill=c] (4.84,3.44506) rectangle (5,3.49931);
  4462. \draw [color=c, fill=c] (5,3.44506) rectangle (5.16,3.49931);
  4463. \draw [color=c, fill=c] (5.16,3.44506) rectangle (5.32,3.49931);
  4464. \definecolor{c}{rgb}{0,0.733333,1};
  4465. \draw [color=c, fill=c] (5.32,3.44506) rectangle (5.48,3.49931);
  4466. \definecolor{c}{rgb}{0,0.546667,1};
  4467. \draw [color=c, fill=c] (5.48,3.44506) rectangle (5.64,3.49931);
  4468. \draw [color=c, fill=c] (5.64,3.44506) rectangle (5.8,3.49931);
  4469. \definecolor{c}{rgb}{0,0.733333,1};
  4470. \draw [color=c, fill=c] (5.8,3.44506) rectangle (5.96,3.49931);
  4471. \definecolor{c}{rgb}{0,0.266667,1};
  4472. \draw [color=c, fill=c] (5.96,3.44506) rectangle (6.12,3.49931);
  4473. \definecolor{c}{rgb}{0,0.0800001,1};
  4474. \draw [color=c, fill=c] (6.12,3.44506) rectangle (6.28,3.49931);
  4475. \definecolor{c}{rgb}{0,0.733333,1};
  4476. \draw [color=c, fill=c] (6.28,3.44506) rectangle (6.44,3.49931);
  4477. \definecolor{c}{rgb}{0,0.266667,1};
  4478. \draw [color=c, fill=c] (6.44,3.44506) rectangle (6.6,3.49931);
  4479. \draw [color=c, fill=c] (6.6,3.44506) rectangle (6.76,3.49931);
  4480. \definecolor{c}{rgb}{0,0.546667,1};
  4481. \draw [color=c, fill=c] (6.76,3.44506) rectangle (6.92,3.49931);
  4482. \definecolor{c}{rgb}{0,0.0800001,1};
  4483. \draw [color=c, fill=c] (6.92,3.44506) rectangle (7.08,3.49931);
  4484. \draw [color=c, fill=c] (7.08,3.44506) rectangle (7.24,3.49931);
  4485. \definecolor{c}{rgb}{0.2,0,1};
  4486. \draw [color=c, fill=c] (7.24,3.44506) rectangle (7.4,3.49931);
  4487. \definecolor{c}{rgb}{0,0.0800001,1};
  4488. \draw [color=c, fill=c] (7.4,3.44506) rectangle (7.56,3.49931);
  4489. \draw [color=c, fill=c] (7.56,3.44506) rectangle (7.72,3.49931);
  4490. \definecolor{c}{rgb}{0.386667,0,1};
  4491. \draw [color=c, fill=c] (7.72,3.44506) rectangle (7.88,3.49931);
  4492. \draw [color=c, fill=c] (7.88,3.44506) rectangle (8.04,3.49931);
  4493. \draw [color=c, fill=c] (8.04,3.44506) rectangle (8.2,3.49931);
  4494. \draw [color=c, fill=c] (8.36,3.44506) rectangle (8.52,3.49931);
  4495. \draw [color=c, fill=c] (8.52,3.44506) rectangle (8.68,3.49931);
  4496. \definecolor{c}{rgb}{0,1,0.52};
  4497. \draw [color=c, fill=c] (1,3.49931) rectangle (1.16,3.55356);
  4498. \definecolor{c}{rgb}{0,1,0.333333};
  4499. \draw [color=c, fill=c] (1.16,3.49931) rectangle (1.32,3.55356);
  4500. \definecolor{c}{rgb}{0.133333,1,0};
  4501. \draw [color=c, fill=c] (1.32,3.49931) rectangle (1.48,3.55356);
  4502. \definecolor{c}{rgb}{0,1,0.0533334};
  4503. \draw [color=c, fill=c] (1.48,3.49931) rectangle (1.64,3.55356);
  4504. \definecolor{c}{rgb}{0.133333,1,0};
  4505. \draw [color=c, fill=c] (1.64,3.49931) rectangle (1.8,3.55356);
  4506. \definecolor{c}{rgb}{0.6,1,0};
  4507. \draw [color=c, fill=c] (1.8,3.49931) rectangle (1.96,3.55356);
  4508. \definecolor{c}{rgb}{0.133333,1,0};
  4509. \draw [color=c, fill=c] (1.96,3.49931) rectangle (2.12,3.55356);
  4510. \definecolor{c}{rgb}{1,0.653333,0};
  4511. \draw [color=c, fill=c] (2.12,3.49931) rectangle (2.28,3.55356);
  4512. \definecolor{c}{rgb}{0,1,0.52};
  4513. \draw [color=c, fill=c] (2.28,3.49931) rectangle (2.44,3.55356);
  4514. \definecolor{c}{rgb}{0,1,0.0533334};
  4515. \draw [color=c, fill=c] (2.44,3.49931) rectangle (2.6,3.55356);
  4516. \definecolor{c}{rgb}{0,0.733333,1};
  4517. \draw [color=c, fill=c] (2.6,3.49931) rectangle (2.76,3.55356);
  4518. \definecolor{c}{rgb}{0,1,0.0533334};
  4519. \draw [color=c, fill=c] (2.76,3.49931) rectangle (2.92,3.55356);
  4520. \definecolor{c}{rgb}{0.413333,1,0};
  4521. \draw [color=c, fill=c] (2.92,3.49931) rectangle (3.08,3.55356);
  4522. \definecolor{c}{rgb}{0,1,0.8};
  4523. \draw [color=c, fill=c] (3.08,3.49931) rectangle (3.24,3.55356);
  4524. \definecolor{c}{rgb}{0,1,0.986667};
  4525. \draw [color=c, fill=c] (3.24,3.49931) rectangle (3.4,3.55356);
  4526. \definecolor{c}{rgb}{0.413333,1,0};
  4527. \draw [color=c, fill=c] (3.4,3.49931) rectangle (3.56,3.55356);
  4528. \definecolor{c}{rgb}{0,1,0.8};
  4529. \draw [color=c, fill=c] (3.56,3.49931) rectangle (3.72,3.55356);
  4530. \definecolor{c}{rgb}{0,1,0.0533334};
  4531. \draw [color=c, fill=c] (3.72,3.49931) rectangle (3.88,3.55356);
  4532. \definecolor{c}{rgb}{0.133333,1,0};
  4533. \draw [color=c, fill=c] (3.88,3.49931) rectangle (4.04,3.55356);
  4534. \definecolor{c}{rgb}{0,1,0.333333};
  4535. \draw [color=c, fill=c] (4.04,3.49931) rectangle (4.2,3.55356);
  4536. \definecolor{c}{rgb}{0,1,0.8};
  4537. \draw [color=c, fill=c] (4.2,3.49931) rectangle (4.36,3.55356);
  4538. \definecolor{c}{rgb}{0,0.733333,1};
  4539. \draw [color=c, fill=c] (4.36,3.49931) rectangle (4.52,3.55356);
  4540. \definecolor{c}{rgb}{0,1,0.8};
  4541. \draw [color=c, fill=c] (4.52,3.49931) rectangle (4.68,3.55356);
  4542. \definecolor{c}{rgb}{0,0.733333,1};
  4543. \draw [color=c, fill=c] (4.68,3.49931) rectangle (4.84,3.55356);
  4544. \definecolor{c}{rgb}{0,0.0800001,1};
  4545. \draw [color=c, fill=c] (4.84,3.49931) rectangle (5,3.55356);
  4546. \definecolor{c}{rgb}{0,0.266667,1};
  4547. \draw [color=c, fill=c] (5,3.49931) rectangle (5.16,3.55356);
  4548. \definecolor{c}{rgb}{0,0.546667,1};
  4549. \draw [color=c, fill=c] (5.16,3.49931) rectangle (5.32,3.55356);
  4550. \definecolor{c}{rgb}{0,0.266667,1};
  4551. \draw [color=c, fill=c] (5.32,3.49931) rectangle (5.48,3.55356);
  4552. \definecolor{c}{rgb}{0,1,0.986667};
  4553. \draw [color=c, fill=c] (5.48,3.49931) rectangle (5.64,3.55356);
  4554. \definecolor{c}{rgb}{0,0.546667,1};
  4555. \draw [color=c, fill=c] (5.64,3.49931) rectangle (5.8,3.55356);
  4556. \definecolor{c}{rgb}{0,0.0800001,1};
  4557. \draw [color=c, fill=c] (5.8,3.49931) rectangle (5.96,3.55356);
  4558. \draw [color=c, fill=c] (5.96,3.49931) rectangle (6.12,3.55356);
  4559. \definecolor{c}{rgb}{0,0.266667,1};
  4560. \draw [color=c, fill=c] (6.12,3.49931) rectangle (6.28,3.55356);
  4561. \draw [color=c, fill=c] (6.28,3.49931) rectangle (6.44,3.55356);
  4562. \definecolor{c}{rgb}{0,0.0800001,1};
  4563. \draw [color=c, fill=c] (6.44,3.49931) rectangle (6.6,3.55356);
  4564. \definecolor{c}{rgb}{0.2,0,1};
  4565. \draw [color=c, fill=c] (6.6,3.49931) rectangle (6.76,3.55356);
  4566. \definecolor{c}{rgb}{0,0.266667,1};
  4567. \draw [color=c, fill=c] (6.76,3.49931) rectangle (6.92,3.55356);
  4568. \definecolor{c}{rgb}{0,0.0800001,1};
  4569. \draw [color=c, fill=c] (6.92,3.49931) rectangle (7.08,3.55356);
  4570. \definecolor{c}{rgb}{0.2,0,1};
  4571. \draw [color=c, fill=c] (7.08,3.49931) rectangle (7.24,3.55356);
  4572. \definecolor{c}{rgb}{0.386667,0,1};
  4573. \draw [color=c, fill=c] (7.24,3.49931) rectangle (7.4,3.55356);
  4574. \definecolor{c}{rgb}{0.2,0,1};
  4575. \draw [color=c, fill=c] (7.4,3.49931) rectangle (7.56,3.55356);
  4576. \definecolor{c}{rgb}{0.386667,0,1};
  4577. \draw [color=c, fill=c] (7.56,3.49931) rectangle (7.72,3.55356);
  4578. \definecolor{c}{rgb}{0.2,0,1};
  4579. \draw [color=c, fill=c] (7.72,3.49931) rectangle (7.88,3.55356);
  4580. \draw [color=c, fill=c] (7.88,3.49931) rectangle (8.04,3.55356);
  4581. \definecolor{c}{rgb}{0.386667,0,1};
  4582. \draw [color=c, fill=c] (8.04,3.49931) rectangle (8.2,3.55356);
  4583. \definecolor{c}{rgb}{0,1,0.333333};
  4584. \draw [color=c, fill=c] (1,3.55356) rectangle (1.16,3.60782);
  4585. \definecolor{c}{rgb}{0,1,0.52};
  4586. \draw [color=c, fill=c] (1.16,3.55356) rectangle (1.32,3.60782);
  4587. \definecolor{c}{rgb}{0,1,0.8};
  4588. \draw [color=c, fill=c] (1.32,3.55356) rectangle (1.48,3.60782);
  4589. \definecolor{c}{rgb}{0,1,0.333333};
  4590. \draw [color=c, fill=c] (1.48,3.55356) rectangle (1.64,3.60782);
  4591. \definecolor{c}{rgb}{0.413333,1,0};
  4592. \draw [color=c, fill=c] (1.64,3.55356) rectangle (1.8,3.60782);
  4593. \draw [color=c, fill=c] (1.8,3.55356) rectangle (1.96,3.60782);
  4594. \definecolor{c}{rgb}{0.6,1,0};
  4595. \draw [color=c, fill=c] (1.96,3.55356) rectangle (2.12,3.60782);
  4596. \definecolor{c}{rgb}{0,1,0.52};
  4597. \draw [color=c, fill=c] (2.12,3.55356) rectangle (2.28,3.60782);
  4598. \definecolor{c}{rgb}{0,1,0.333333};
  4599. \draw [color=c, fill=c] (2.28,3.55356) rectangle (2.44,3.60782);
  4600. \definecolor{c}{rgb}{0,1,0.8};
  4601. \draw [color=c, fill=c] (2.44,3.55356) rectangle (2.6,3.60782);
  4602. \definecolor{c}{rgb}{0,1,0.986667};
  4603. \draw [color=c, fill=c] (2.6,3.55356) rectangle (2.76,3.60782);
  4604. \definecolor{c}{rgb}{0,1,0.52};
  4605. \draw [color=c, fill=c] (2.76,3.55356) rectangle (2.92,3.60782);
  4606. \definecolor{c}{rgb}{0,1,0.0533334};
  4607. \draw [color=c, fill=c] (2.92,3.55356) rectangle (3.08,3.60782);
  4608. \draw [color=c, fill=c] (3.08,3.55356) rectangle (3.24,3.60782);
  4609. \definecolor{c}{rgb}{0,1,0.52};
  4610. \draw [color=c, fill=c] (3.24,3.55356) rectangle (3.4,3.60782);
  4611. \definecolor{c}{rgb}{0.133333,1,0};
  4612. \draw [color=c, fill=c] (3.4,3.55356) rectangle (3.56,3.60782);
  4613. \definecolor{c}{rgb}{0,1,0.52};
  4614. \draw [color=c, fill=c] (3.56,3.55356) rectangle (3.72,3.60782);
  4615. \definecolor{c}{rgb}{0,1,0.8};
  4616. \draw [color=c, fill=c] (3.72,3.55356) rectangle (3.88,3.60782);
  4617. \definecolor{c}{rgb}{0,1,0.333333};
  4618. \draw [color=c, fill=c] (3.88,3.55356) rectangle (4.04,3.60782);
  4619. \definecolor{c}{rgb}{0,1,0.8};
  4620. \draw [color=c, fill=c] (4.04,3.55356) rectangle (4.2,3.60782);
  4621. \definecolor{c}{rgb}{0,1,0.986667};
  4622. \draw [color=c, fill=c] (4.2,3.55356) rectangle (4.36,3.60782);
  4623. \definecolor{c}{rgb}{0,1,0.0533334};
  4624. \draw [color=c, fill=c] (4.36,3.55356) rectangle (4.52,3.60782);
  4625. \definecolor{c}{rgb}{0,0.266667,1};
  4626. \draw [color=c, fill=c] (4.52,3.55356) rectangle (4.68,3.60782);
  4627. \definecolor{c}{rgb}{0,0.733333,1};
  4628. \draw [color=c, fill=c] (4.68,3.55356) rectangle (4.84,3.60782);
  4629. \draw [color=c, fill=c] (4.84,3.55356) rectangle (5,3.60782);
  4630. \draw [color=c, fill=c] (5,3.55356) rectangle (5.16,3.60782);
  4631. \definecolor{c}{rgb}{0,0.546667,1};
  4632. \draw [color=c, fill=c] (5.16,3.55356) rectangle (5.32,3.60782);
  4633. \definecolor{c}{rgb}{0,0.0800001,1};
  4634. \draw [color=c, fill=c] (5.32,3.55356) rectangle (5.48,3.60782);
  4635. \draw [color=c, fill=c] (5.48,3.55356) rectangle (5.64,3.60782);
  4636. \definecolor{c}{rgb}{0,0.546667,1};
  4637. \draw [color=c, fill=c] (5.64,3.55356) rectangle (5.8,3.60782);
  4638. \definecolor{c}{rgb}{0,0.266667,1};
  4639. \draw [color=c, fill=c] (5.8,3.55356) rectangle (5.96,3.60782);
  4640. \definecolor{c}{rgb}{0,0.0800001,1};
  4641. \draw [color=c, fill=c] (5.96,3.55356) rectangle (6.12,3.60782);
  4642. \definecolor{c}{rgb}{0.2,0,1};
  4643. \draw [color=c, fill=c] (6.12,3.55356) rectangle (6.28,3.60782);
  4644. \definecolor{c}{rgb}{0.386667,0,1};
  4645. \draw [color=c, fill=c] (6.28,3.55356) rectangle (6.44,3.60782);
  4646. \definecolor{c}{rgb}{0,0.0800001,1};
  4647. \draw [color=c, fill=c] (6.44,3.55356) rectangle (6.6,3.60782);
  4648. \draw [color=c, fill=c] (6.6,3.55356) rectangle (6.76,3.60782);
  4649. \definecolor{c}{rgb}{0,0.266667,1};
  4650. \draw [color=c, fill=c] (6.76,3.55356) rectangle (6.92,3.60782);
  4651. \definecolor{c}{rgb}{0,0.0800001,1};
  4652. \draw [color=c, fill=c] (6.92,3.55356) rectangle (7.08,3.60782);
  4653. \definecolor{c}{rgb}{0.2,0,1};
  4654. \draw [color=c, fill=c] (7.08,3.55356) rectangle (7.24,3.60782);
  4655. \definecolor{c}{rgb}{0,0.0800001,1};
  4656. \draw [color=c, fill=c] (7.24,3.55356) rectangle (7.4,3.60782);
  4657. \draw [color=c, fill=c] (7.4,3.55356) rectangle (7.56,3.60782);
  4658. \definecolor{c}{rgb}{0.386667,0,1};
  4659. \draw [color=c, fill=c] (7.56,3.55356) rectangle (7.72,3.60782);
  4660. \draw [color=c, fill=c] (7.72,3.55356) rectangle (7.88,3.60782);
  4661. \definecolor{c}{rgb}{0.2,0,1};
  4662. \draw [color=c, fill=c] (7.88,3.55356) rectangle (8.04,3.60782);
  4663. \definecolor{c}{rgb}{0.386667,0,1};
  4664. \draw [color=c, fill=c] (8.04,3.55356) rectangle (8.2,3.60782);
  4665. \definecolor{c}{rgb}{0,1,0.8};
  4666. \draw [color=c, fill=c] (1,3.60782) rectangle (1.16,3.66207);
  4667. \definecolor{c}{rgb}{0.413333,1,0};
  4668. \draw [color=c, fill=c] (1.16,3.60782) rectangle (1.32,3.66207);
  4669. \definecolor{c}{rgb}{0.133333,1,0};
  4670. \draw [color=c, fill=c] (1.32,3.60782) rectangle (1.48,3.66207);
  4671. \definecolor{c}{rgb}{0,1,0.0533334};
  4672. \draw [color=c, fill=c] (1.48,3.60782) rectangle (1.64,3.66207);
  4673. \draw [color=c, fill=c] (1.64,3.60782) rectangle (1.8,3.66207);
  4674. \definecolor{c}{rgb}{1,0.653333,0};
  4675. \draw [color=c, fill=c] (1.8,3.60782) rectangle (1.96,3.66207);
  4676. \definecolor{c}{rgb}{0.413333,1,0};
  4677. \draw [color=c, fill=c] (1.96,3.60782) rectangle (2.12,3.66207);
  4678. \definecolor{c}{rgb}{1,0.653333,0};
  4679. \draw [color=c, fill=c] (2.12,3.60782) rectangle (2.28,3.66207);
  4680. \definecolor{c}{rgb}{0,1,0.52};
  4681. \draw [color=c, fill=c] (2.28,3.60782) rectangle (2.44,3.66207);
  4682. \definecolor{c}{rgb}{0.413333,1,0};
  4683. \draw [color=c, fill=c] (2.44,3.60782) rectangle (2.6,3.66207);
  4684. \definecolor{c}{rgb}{0,1,0.333333};
  4685. \draw [color=c, fill=c] (2.6,3.60782) rectangle (2.76,3.66207);
  4686. \definecolor{c}{rgb}{0,1,0.52};
  4687. \draw [color=c, fill=c] (2.76,3.60782) rectangle (2.92,3.66207);
  4688. \definecolor{c}{rgb}{0.6,1,0};
  4689. \draw [color=c, fill=c] (2.92,3.60782) rectangle (3.08,3.66207);
  4690. \definecolor{c}{rgb}{0,1,0.333333};
  4691. \draw [color=c, fill=c] (3.08,3.60782) rectangle (3.24,3.66207);
  4692. \draw [color=c, fill=c] (3.24,3.60782) rectangle (3.4,3.66207);
  4693. \draw [color=c, fill=c] (3.4,3.60782) rectangle (3.56,3.66207);
  4694. \definecolor{c}{rgb}{0,1,0.8};
  4695. \draw [color=c, fill=c] (3.56,3.60782) rectangle (3.72,3.66207);
  4696. \definecolor{c}{rgb}{0,1,0.333333};
  4697. \draw [color=c, fill=c] (3.72,3.60782) rectangle (3.88,3.66207);
  4698. \definecolor{c}{rgb}{0,1,0.0533334};
  4699. \draw [color=c, fill=c] (3.88,3.60782) rectangle (4.04,3.66207);
  4700. \definecolor{c}{rgb}{0,1,0.52};
  4701. \draw [color=c, fill=c] (4.04,3.60782) rectangle (4.2,3.66207);
  4702. \definecolor{c}{rgb}{0,0.546667,1};
  4703. \draw [color=c, fill=c] (4.2,3.60782) rectangle (4.36,3.66207);
  4704. \definecolor{c}{rgb}{0,1,0.8};
  4705. \draw [color=c, fill=c] (4.36,3.60782) rectangle (4.52,3.66207);
  4706. \definecolor{c}{rgb}{0,0.546667,1};
  4707. \draw [color=c, fill=c] (4.52,3.60782) rectangle (4.68,3.66207);
  4708. \draw [color=c, fill=c] (4.68,3.60782) rectangle (4.84,3.66207);
  4709. \definecolor{c}{rgb}{0,0.0800001,1};
  4710. \draw [color=c, fill=c] (4.84,3.60782) rectangle (5,3.66207);
  4711. \definecolor{c}{rgb}{0,0.266667,1};
  4712. \draw [color=c, fill=c] (5,3.60782) rectangle (5.16,3.66207);
  4713. \draw [color=c, fill=c] (5.16,3.60782) rectangle (5.32,3.66207);
  4714. \definecolor{c}{rgb}{0,1,0.986667};
  4715. \draw [color=c, fill=c] (5.32,3.60782) rectangle (5.48,3.66207);
  4716. \definecolor{c}{rgb}{0,0.266667,1};
  4717. \draw [color=c, fill=c] (5.48,3.60782) rectangle (5.64,3.66207);
  4718. \draw [color=c, fill=c] (5.64,3.60782) rectangle (5.8,3.66207);
  4719. \definecolor{c}{rgb}{0,0.546667,1};
  4720. \draw [color=c, fill=c] (5.8,3.60782) rectangle (5.96,3.66207);
  4721. \definecolor{c}{rgb}{0,0.0800001,1};
  4722. \draw [color=c, fill=c] (5.96,3.60782) rectangle (6.12,3.66207);
  4723. \draw [color=c, fill=c] (6.12,3.60782) rectangle (6.28,3.66207);
  4724. \draw [color=c, fill=c] (6.28,3.60782) rectangle (6.44,3.66207);
  4725. \draw [color=c, fill=c] (6.44,3.60782) rectangle (6.6,3.66207);
  4726. \draw [color=c, fill=c] (6.6,3.60782) rectangle (6.76,3.66207);
  4727. \definecolor{c}{rgb}{0,0.266667,1};
  4728. \draw [color=c, fill=c] (6.76,3.60782) rectangle (6.92,3.66207);
  4729. \definecolor{c}{rgb}{0.386667,0,1};
  4730. \draw [color=c, fill=c] (6.92,3.60782) rectangle (7.08,3.66207);
  4731. \definecolor{c}{rgb}{0.2,0,1};
  4732. \draw [color=c, fill=c] (7.24,3.60782) rectangle (7.4,3.66207);
  4733. \draw [color=c, fill=c] (7.4,3.60782) rectangle (7.56,3.66207);
  4734. \definecolor{c}{rgb}{0.386667,0,1};
  4735. \draw [color=c, fill=c] (7.56,3.60782) rectangle (7.72,3.66207);
  4736. \draw [color=c, fill=c] (7.72,3.60782) rectangle (7.88,3.66207);
  4737. \definecolor{c}{rgb}{0.2,0,1};
  4738. \draw [color=c, fill=c] (7.88,3.60782) rectangle (8.04,3.66207);
  4739. \definecolor{c}{rgb}{0.386667,0,1};
  4740. \draw [color=c, fill=c] (8.04,3.60782) rectangle (8.2,3.66207);
  4741. \draw [color=c, fill=c] (8.2,3.60782) rectangle (8.36,3.66207);
  4742. \definecolor{c}{rgb}{0,1,0.333333};
  4743. \draw [color=c, fill=c] (1,3.66207) rectangle (1.16,3.71632);
  4744. \definecolor{c}{rgb}{0.6,1,0};
  4745. \draw [color=c, fill=c] (1.16,3.66207) rectangle (1.32,3.71632);
  4746. \definecolor{c}{rgb}{0,1,0.0533334};
  4747. \draw [color=c, fill=c] (1.32,3.66207) rectangle (1.48,3.71632);
  4748. \draw [color=c, fill=c] (1.48,3.66207) rectangle (1.64,3.71632);
  4749. \draw [color=c, fill=c] (1.64,3.66207) rectangle (1.8,3.71632);
  4750. \definecolor{c}{rgb}{0,1,0.333333};
  4751. \draw [color=c, fill=c] (1.8,3.66207) rectangle (1.96,3.71632);
  4752. \definecolor{c}{rgb}{0.133333,1,0};
  4753. \draw [color=c, fill=c] (1.96,3.66207) rectangle (2.12,3.71632);
  4754. \definecolor{c}{rgb}{1,0.933333,0};
  4755. \draw [color=c, fill=c] (2.12,3.66207) rectangle (2.28,3.71632);
  4756. \definecolor{c}{rgb}{0,1,0.8};
  4757. \draw [color=c, fill=c] (2.28,3.66207) rectangle (2.44,3.71632);
  4758. \definecolor{c}{rgb}{0,1,0.986667};
  4759. \draw [color=c, fill=c] (2.44,3.66207) rectangle (2.6,3.71632);
  4760. \definecolor{c}{rgb}{0,1,0.8};
  4761. \draw [color=c, fill=c] (2.6,3.66207) rectangle (2.76,3.71632);
  4762. \definecolor{c}{rgb}{0,1,0.333333};
  4763. \draw [color=c, fill=c] (2.76,3.66207) rectangle (2.92,3.71632);
  4764. \definecolor{c}{rgb}{0,1,0.0533334};
  4765. \draw [color=c, fill=c] (2.92,3.66207) rectangle (3.08,3.71632);
  4766. \definecolor{c}{rgb}{0,0.733333,1};
  4767. \draw [color=c, fill=c] (3.08,3.66207) rectangle (3.24,3.71632);
  4768. \definecolor{c}{rgb}{0,1,0.52};
  4769. \draw [color=c, fill=c] (3.24,3.66207) rectangle (3.4,3.71632);
  4770. \definecolor{c}{rgb}{0,1,0.333333};
  4771. \draw [color=c, fill=c] (3.4,3.66207) rectangle (3.56,3.71632);
  4772. \definecolor{c}{rgb}{0,1,0.52};
  4773. \draw [color=c, fill=c] (3.56,3.66207) rectangle (3.72,3.71632);
  4774. \definecolor{c}{rgb}{0,1,0.986667};
  4775. \draw [color=c, fill=c] (3.72,3.66207) rectangle (3.88,3.71632);
  4776. \definecolor{c}{rgb}{0,1,0.8};
  4777. \draw [color=c, fill=c] (3.88,3.66207) rectangle (4.04,3.71632);
  4778. \definecolor{c}{rgb}{0,0.733333,1};
  4779. \draw [color=c, fill=c] (4.04,3.66207) rectangle (4.2,3.71632);
  4780. \definecolor{c}{rgb}{0,0.546667,1};
  4781. \draw [color=c, fill=c] (4.2,3.66207) rectangle (4.36,3.71632);
  4782. \definecolor{c}{rgb}{0,1,0.986667};
  4783. \draw [color=c, fill=c] (4.36,3.66207) rectangle (4.52,3.71632);
  4784. \definecolor{c}{rgb}{0,0.733333,1};
  4785. \draw [color=c, fill=c] (4.52,3.66207) rectangle (4.68,3.71632);
  4786. \definecolor{c}{rgb}{0,0.266667,1};
  4787. \draw [color=c, fill=c] (4.68,3.66207) rectangle (4.84,3.71632);
  4788. \draw [color=c, fill=c] (4.84,3.66207) rectangle (5,3.71632);
  4789. \draw [color=c, fill=c] (5,3.66207) rectangle (5.16,3.71632);
  4790. \draw [color=c, fill=c] (5.16,3.66207) rectangle (5.32,3.71632);
  4791. \definecolor{c}{rgb}{0.2,0,1};
  4792. \draw [color=c, fill=c] (5.32,3.66207) rectangle (5.48,3.71632);
  4793. \definecolor{c}{rgb}{0,0.546667,1};
  4794. \draw [color=c, fill=c] (5.48,3.66207) rectangle (5.64,3.71632);
  4795. \definecolor{c}{rgb}{0,0.266667,1};
  4796. \draw [color=c, fill=c] (5.64,3.66207) rectangle (5.8,3.71632);
  4797. \definecolor{c}{rgb}{0,0.0800001,1};
  4798. \draw [color=c, fill=c] (5.8,3.66207) rectangle (5.96,3.71632);
  4799. \draw [color=c, fill=c] (5.96,3.66207) rectangle (6.12,3.71632);
  4800. \definecolor{c}{rgb}{0.2,0,1};
  4801. \draw [color=c, fill=c] (6.12,3.66207) rectangle (6.28,3.71632);
  4802. \definecolor{c}{rgb}{0,0.0800001,1};
  4803. \draw [color=c, fill=c] (6.28,3.66207) rectangle (6.44,3.71632);
  4804. \definecolor{c}{rgb}{0.2,0,1};
  4805. \draw [color=c, fill=c] (6.44,3.66207) rectangle (6.6,3.71632);
  4806. \definecolor{c}{rgb}{0,0.0800001,1};
  4807. \draw [color=c, fill=c] (6.6,3.66207) rectangle (6.76,3.71632);
  4808. \definecolor{c}{rgb}{0.2,0,1};
  4809. \draw [color=c, fill=c] (6.76,3.66207) rectangle (6.92,3.71632);
  4810. \definecolor{c}{rgb}{0.386667,0,1};
  4811. \draw [color=c, fill=c] (6.92,3.66207) rectangle (7.08,3.71632);
  4812. \draw [color=c, fill=c] (7.08,3.66207) rectangle (7.24,3.71632);
  4813. \draw [color=c, fill=c] (7.24,3.66207) rectangle (7.4,3.71632);
  4814. \definecolor{c}{rgb}{0.2,0,1};
  4815. \draw [color=c, fill=c] (7.4,3.66207) rectangle (7.56,3.71632);
  4816. \draw [color=c, fill=c] (7.72,3.66207) rectangle (7.88,3.71632);
  4817. \definecolor{c}{rgb}{0.386667,0,1};
  4818. \draw [color=c, fill=c] (8.52,3.66207) rectangle (8.68,3.71632);
  4819. \definecolor{c}{rgb}{0.2,0,1};
  4820. \draw [color=c, fill=c] (8.84,3.66207) rectangle (9,3.71632);
  4821. \definecolor{c}{rgb}{0,0.546667,1};
  4822. \draw [color=c, fill=c] (1,3.71632) rectangle (1.16,3.77057);
  4823. \definecolor{c}{rgb}{0,1,0.52};
  4824. \draw [color=c, fill=c] (1.16,3.71632) rectangle (1.32,3.77057);
  4825. \definecolor{c}{rgb}{0.133333,1,0};
  4826. \draw [color=c, fill=c] (1.32,3.71632) rectangle (1.48,3.77057);
  4827. \definecolor{c}{rgb}{0,1,0.52};
  4828. \draw [color=c, fill=c] (1.48,3.71632) rectangle (1.64,3.77057);
  4829. \definecolor{c}{rgb}{0,1,0.0533334};
  4830. \draw [color=c, fill=c] (1.64,3.71632) rectangle (1.8,3.77057);
  4831. \draw [color=c, fill=c] (1.8,3.71632) rectangle (1.96,3.77057);
  4832. \definecolor{c}{rgb}{0.413333,1,0};
  4833. \draw [color=c, fill=c] (1.96,3.71632) rectangle (2.12,3.77057);
  4834. \definecolor{c}{rgb}{0,1,0.0533334};
  4835. \draw [color=c, fill=c] (2.12,3.71632) rectangle (2.28,3.77057);
  4836. \definecolor{c}{rgb}{0,1,0.52};
  4837. \draw [color=c, fill=c] (2.28,3.71632) rectangle (2.44,3.77057);
  4838. \draw [color=c, fill=c] (2.44,3.71632) rectangle (2.6,3.77057);
  4839. \draw [color=c, fill=c] (2.6,3.71632) rectangle (2.76,3.77057);
  4840. \definecolor{c}{rgb}{0,1,0.333333};
  4841. \draw [color=c, fill=c] (2.76,3.71632) rectangle (2.92,3.77057);
  4842. \draw [color=c, fill=c] (2.92,3.71632) rectangle (3.08,3.77057);
  4843. \definecolor{c}{rgb}{0,0.546667,1};
  4844. \draw [color=c, fill=c] (3.08,3.71632) rectangle (3.24,3.77057);
  4845. \definecolor{c}{rgb}{0,1,0.333333};
  4846. \draw [color=c, fill=c] (3.24,3.71632) rectangle (3.4,3.77057);
  4847. \definecolor{c}{rgb}{0,1,0.0533334};
  4848. \draw [color=c, fill=c] (3.4,3.71632) rectangle (3.56,3.77057);
  4849. \definecolor{c}{rgb}{0,1,0.333333};
  4850. \draw [color=c, fill=c] (3.56,3.71632) rectangle (3.72,3.77057);
  4851. \definecolor{c}{rgb}{0,0.733333,1};
  4852. \draw [color=c, fill=c] (3.72,3.71632) rectangle (3.88,3.77057);
  4853. \definecolor{c}{rgb}{0,1,0.8};
  4854. \draw [color=c, fill=c] (3.88,3.71632) rectangle (4.04,3.77057);
  4855. \draw [color=c, fill=c] (4.04,3.71632) rectangle (4.2,3.77057);
  4856. \definecolor{c}{rgb}{0,0.546667,1};
  4857. \draw [color=c, fill=c] (4.2,3.71632) rectangle (4.36,3.77057);
  4858. \definecolor{c}{rgb}{0,0.266667,1};
  4859. \draw [color=c, fill=c] (4.36,3.71632) rectangle (4.52,3.77057);
  4860. \definecolor{c}{rgb}{0,0.733333,1};
  4861. \draw [color=c, fill=c] (4.52,3.71632) rectangle (4.68,3.77057);
  4862. \definecolor{c}{rgb}{0,0.0800001,1};
  4863. \draw [color=c, fill=c] (4.68,3.71632) rectangle (4.84,3.77057);
  4864. \draw [color=c, fill=c] (4.84,3.71632) rectangle (5,3.77057);
  4865. \definecolor{c}{rgb}{0,0.266667,1};
  4866. \draw [color=c, fill=c] (5,3.71632) rectangle (5.16,3.77057);
  4867. \draw [color=c, fill=c] (5.16,3.71632) rectangle (5.32,3.77057);
  4868. \draw [color=c, fill=c] (5.32,3.71632) rectangle (5.48,3.77057);
  4869. \definecolor{c}{rgb}{0.2,0,1};
  4870. \draw [color=c, fill=c] (5.48,3.71632) rectangle (5.64,3.77057);
  4871. \definecolor{c}{rgb}{0,0.0800001,1};
  4872. \draw [color=c, fill=c] (5.64,3.71632) rectangle (5.8,3.77057);
  4873. \draw [color=c, fill=c] (5.8,3.71632) rectangle (5.96,3.77057);
  4874. \definecolor{c}{rgb}{0.2,0,1};
  4875. \draw [color=c, fill=c] (5.96,3.71632) rectangle (6.12,3.77057);
  4876. \draw [color=c, fill=c] (6.12,3.71632) rectangle (6.28,3.77057);
  4877. \draw [color=c, fill=c] (6.28,3.71632) rectangle (6.44,3.77057);
  4878. \draw [color=c, fill=c] (6.44,3.71632) rectangle (6.6,3.77057);
  4879. \definecolor{c}{rgb}{0,0.0800001,1};
  4880. \draw [color=c, fill=c] (6.6,3.71632) rectangle (6.76,3.77057);
  4881. \definecolor{c}{rgb}{0.2,0,1};
  4882. \draw [color=c, fill=c] (6.76,3.71632) rectangle (6.92,3.77057);
  4883. \definecolor{c}{rgb}{0.386667,0,1};
  4884. \draw [color=c, fill=c] (6.92,3.71632) rectangle (7.08,3.77057);
  4885. \definecolor{c}{rgb}{0.2,0,1};
  4886. \draw [color=c, fill=c] (7.08,3.71632) rectangle (7.24,3.77057);
  4887. \draw [color=c, fill=c] (7.24,3.71632) rectangle (7.4,3.77057);
  4888. \definecolor{c}{rgb}{0.386667,0,1};
  4889. \draw [color=c, fill=c] (7.4,3.71632) rectangle (7.56,3.77057);
  4890. \draw [color=c, fill=c] (7.56,3.71632) rectangle (7.72,3.77057);
  4891. \draw [color=c, fill=c] (7.88,3.71632) rectangle (8.04,3.77057);
  4892. \draw [color=c, fill=c] (8.04,3.71632) rectangle (8.2,3.77057);
  4893. \draw [color=c, fill=c] (8.36,3.71632) rectangle (8.52,3.77057);
  4894. \definecolor{c}{rgb}{0,1,0.8};
  4895. \draw [color=c, fill=c] (1,3.77057) rectangle (1.16,3.82483);
  4896. \definecolor{c}{rgb}{0.133333,1,0};
  4897. \draw [color=c, fill=c] (1.16,3.77057) rectangle (1.32,3.82483);
  4898. \definecolor{c}{rgb}{0,1,0.0533334};
  4899. \draw [color=c, fill=c] (1.32,3.77057) rectangle (1.48,3.82483);
  4900. \definecolor{c}{rgb}{0,1,0.333333};
  4901. \draw [color=c, fill=c] (1.48,3.77057) rectangle (1.64,3.82483);
  4902. \definecolor{c}{rgb}{0.88,1,0};
  4903. \draw [color=c, fill=c] (1.64,3.77057) rectangle (1.8,3.82483);
  4904. \definecolor{c}{rgb}{0.413333,1,0};
  4905. \draw [color=c, fill=c] (1.8,3.77057) rectangle (1.96,3.82483);
  4906. \definecolor{c}{rgb}{0,1,0.333333};
  4907. \draw [color=c, fill=c] (1.96,3.77057) rectangle (2.12,3.82483);
  4908. \definecolor{c}{rgb}{0.413333,1,0};
  4909. \draw [color=c, fill=c] (2.12,3.77057) rectangle (2.28,3.82483);
  4910. \definecolor{c}{rgb}{0,1,0.52};
  4911. \draw [color=c, fill=c] (2.28,3.77057) rectangle (2.44,3.82483);
  4912. \definecolor{c}{rgb}{0,1,0.986667};
  4913. \draw [color=c, fill=c] (2.44,3.77057) rectangle (2.6,3.82483);
  4914. \definecolor{c}{rgb}{0,1,0.52};
  4915. \draw [color=c, fill=c] (2.6,3.77057) rectangle (2.76,3.82483);
  4916. \definecolor{c}{rgb}{0,1,0.333333};
  4917. \draw [color=c, fill=c] (2.76,3.77057) rectangle (2.92,3.82483);
  4918. \definecolor{c}{rgb}{0,1,0.8};
  4919. \draw [color=c, fill=c] (2.92,3.77057) rectangle (3.08,3.82483);
  4920. \draw [color=c, fill=c] (3.08,3.77057) rectangle (3.24,3.82483);
  4921. \draw [color=c, fill=c] (3.24,3.77057) rectangle (3.4,3.82483);
  4922. \draw [color=c, fill=c] (3.4,3.77057) rectangle (3.56,3.82483);
  4923. \definecolor{c}{rgb}{0,0.733333,1};
  4924. \draw [color=c, fill=c] (3.56,3.77057) rectangle (3.72,3.82483);
  4925. \definecolor{c}{rgb}{0,1,0.8};
  4926. \draw [color=c, fill=c] (3.72,3.77057) rectangle (3.88,3.82483);
  4927. \draw [color=c, fill=c] (3.88,3.77057) rectangle (4.04,3.82483);
  4928. \definecolor{c}{rgb}{0,1,0.986667};
  4929. \draw [color=c, fill=c] (4.04,3.77057) rectangle (4.2,3.82483);
  4930. \definecolor{c}{rgb}{0,0.546667,1};
  4931. \draw [color=c, fill=c] (4.2,3.77057) rectangle (4.36,3.82483);
  4932. \definecolor{c}{rgb}{0,0.0800001,1};
  4933. \draw [color=c, fill=c] (4.36,3.77057) rectangle (4.52,3.82483);
  4934. \definecolor{c}{rgb}{0,1,0.986667};
  4935. \draw [color=c, fill=c] (4.52,3.77057) rectangle (4.68,3.82483);
  4936. \definecolor{c}{rgb}{0,0.546667,1};
  4937. \draw [color=c, fill=c] (4.68,3.77057) rectangle (4.84,3.82483);
  4938. \definecolor{c}{rgb}{0,0.0800001,1};
  4939. \draw [color=c, fill=c] (4.84,3.77057) rectangle (5,3.82483);
  4940. \draw [color=c, fill=c] (5,3.77057) rectangle (5.16,3.82483);
  4941. \definecolor{c}{rgb}{0.2,0,1};
  4942. \draw [color=c, fill=c] (5.16,3.77057) rectangle (5.32,3.82483);
  4943. \definecolor{c}{rgb}{0,0.0800001,1};
  4944. \draw [color=c, fill=c] (5.32,3.77057) rectangle (5.48,3.82483);
  4945. \draw [color=c, fill=c] (5.48,3.77057) rectangle (5.64,3.82483);
  4946. \draw [color=c, fill=c] (5.64,3.77057) rectangle (5.8,3.82483);
  4947. \draw [color=c, fill=c] (5.8,3.77057) rectangle (5.96,3.82483);
  4948. \definecolor{c}{rgb}{0.2,0,1};
  4949. \draw [color=c, fill=c] (5.96,3.77057) rectangle (6.12,3.82483);
  4950. \draw [color=c, fill=c] (6.12,3.77057) rectangle (6.28,3.82483);
  4951. \definecolor{c}{rgb}{0,0.0800001,1};
  4952. \draw [color=c, fill=c] (6.28,3.77057) rectangle (6.44,3.82483);
  4953. \definecolor{c}{rgb}{0.2,0,1};
  4954. \draw [color=c, fill=c] (6.44,3.77057) rectangle (6.6,3.82483);
  4955. \definecolor{c}{rgb}{0.386667,0,1};
  4956. \draw [color=c, fill=c] (6.6,3.77057) rectangle (6.76,3.82483);
  4957. \definecolor{c}{rgb}{0,0.0800001,1};
  4958. \draw [color=c, fill=c] (6.76,3.77057) rectangle (6.92,3.82483);
  4959. \definecolor{c}{rgb}{0.2,0,1};
  4960. \draw [color=c, fill=c] (6.92,3.77057) rectangle (7.08,3.82483);
  4961. \draw [color=c, fill=c] (7.08,3.77057) rectangle (7.24,3.82483);
  4962. \draw [color=c, fill=c] (7.24,3.77057) rectangle (7.4,3.82483);
  4963. \definecolor{c}{rgb}{0.386667,0,1};
  4964. \draw [color=c, fill=c] (7.4,3.77057) rectangle (7.56,3.82483);
  4965. \draw [color=c, fill=c] (7.88,3.77057) rectangle (8.04,3.82483);
  4966. \draw [color=c, fill=c] (8.68,3.77057) rectangle (8.84,3.82483);
  4967. \definecolor{c}{rgb}{0,0.733333,1};
  4968. \draw [color=c, fill=c] (1,3.82483) rectangle (1.16,3.87908);
  4969. \definecolor{c}{rgb}{0,1,0.52};
  4970. \draw [color=c, fill=c] (1.16,3.82483) rectangle (1.32,3.87908);
  4971. \definecolor{c}{rgb}{0,1,0.8};
  4972. \draw [color=c, fill=c] (1.32,3.82483) rectangle (1.48,3.87908);
  4973. \definecolor{c}{rgb}{0,1,0.0533334};
  4974. \draw [color=c, fill=c] (1.48,3.82483) rectangle (1.64,3.87908);
  4975. \definecolor{c}{rgb}{0,1,0.52};
  4976. \draw [color=c, fill=c] (1.64,3.82483) rectangle (1.8,3.87908);
  4977. \definecolor{c}{rgb}{0,1,0.8};
  4978. \draw [color=c, fill=c] (1.8,3.82483) rectangle (1.96,3.87908);
  4979. \definecolor{c}{rgb}{0.413333,1,0};
  4980. \draw [color=c, fill=c] (1.96,3.82483) rectangle (2.12,3.87908);
  4981. \definecolor{c}{rgb}{0,1,0.52};
  4982. \draw [color=c, fill=c] (2.12,3.82483) rectangle (2.28,3.87908);
  4983. \definecolor{c}{rgb}{0.413333,1,0};
  4984. \draw [color=c, fill=c] (2.28,3.82483) rectangle (2.44,3.87908);
  4985. \definecolor{c}{rgb}{0,1,0.8};
  4986. \draw [color=c, fill=c] (2.44,3.82483) rectangle (2.6,3.87908);
  4987. \definecolor{c}{rgb}{0,1,0.52};
  4988. \draw [color=c, fill=c] (2.6,3.82483) rectangle (2.76,3.87908);
  4989. \definecolor{c}{rgb}{0,0.546667,1};
  4990. \draw [color=c, fill=c] (2.76,3.82483) rectangle (2.92,3.87908);
  4991. \definecolor{c}{rgb}{0,1,0.52};
  4992. \draw [color=c, fill=c] (2.92,3.82483) rectangle (3.08,3.87908);
  4993. \definecolor{c}{rgb}{0,1,0.986667};
  4994. \draw [color=c, fill=c] (3.08,3.82483) rectangle (3.24,3.87908);
  4995. \definecolor{c}{rgb}{0,0.0800001,1};
  4996. \draw [color=c, fill=c] (3.24,3.82483) rectangle (3.4,3.87908);
  4997. \definecolor{c}{rgb}{0,0.733333,1};
  4998. \draw [color=c, fill=c] (3.4,3.82483) rectangle (3.56,3.87908);
  4999. \draw [color=c, fill=c] (3.56,3.82483) rectangle (3.72,3.87908);
  5000. \definecolor{c}{rgb}{0,1,0.8};
  5001. \draw [color=c, fill=c] (3.72,3.82483) rectangle (3.88,3.87908);
  5002. \definecolor{c}{rgb}{0,0.266667,1};
  5003. \draw [color=c, fill=c] (3.88,3.82483) rectangle (4.04,3.87908);
  5004. \definecolor{c}{rgb}{0,0.0800001,1};
  5005. \draw [color=c, fill=c] (4.04,3.82483) rectangle (4.2,3.87908);
  5006. \definecolor{c}{rgb}{0,0.546667,1};
  5007. \draw [color=c, fill=c] (4.2,3.82483) rectangle (4.36,3.87908);
  5008. \definecolor{c}{rgb}{0,0.266667,1};
  5009. \draw [color=c, fill=c] (4.36,3.82483) rectangle (4.52,3.87908);
  5010. \definecolor{c}{rgb}{0,0.733333,1};
  5011. \draw [color=c, fill=c] (4.52,3.82483) rectangle (4.68,3.87908);
  5012. \definecolor{c}{rgb}{0,0.266667,1};
  5013. \draw [color=c, fill=c] (4.68,3.82483) rectangle (4.84,3.87908);
  5014. \definecolor{c}{rgb}{0,0.0800001,1};
  5015. \draw [color=c, fill=c] (4.84,3.82483) rectangle (5,3.87908);
  5016. \draw [color=c, fill=c] (5,3.82483) rectangle (5.16,3.87908);
  5017. \definecolor{c}{rgb}{0.386667,0,1};
  5018. \draw [color=c, fill=c] (5.16,3.82483) rectangle (5.32,3.87908);
  5019. \definecolor{c}{rgb}{0,0.0800001,1};
  5020. \draw [color=c, fill=c] (5.32,3.82483) rectangle (5.48,3.87908);
  5021. \draw [color=c, fill=c] (5.48,3.82483) rectangle (5.64,3.87908);
  5022. \definecolor{c}{rgb}{0.2,0,1};
  5023. \draw [color=c, fill=c] (5.64,3.82483) rectangle (5.8,3.87908);
  5024. \draw [color=c, fill=c] (5.8,3.82483) rectangle (5.96,3.87908);
  5025. \definecolor{c}{rgb}{0,0.0800001,1};
  5026. \draw [color=c, fill=c] (5.96,3.82483) rectangle (6.12,3.87908);
  5027. \definecolor{c}{rgb}{0.386667,0,1};
  5028. \draw [color=c, fill=c] (6.12,3.82483) rectangle (6.28,3.87908);
  5029. \draw [color=c, fill=c] (6.28,3.82483) rectangle (6.44,3.87908);
  5030. \definecolor{c}{rgb}{0,0.0800001,1};
  5031. \draw [color=c, fill=c] (6.44,3.82483) rectangle (6.6,3.87908);
  5032. \definecolor{c}{rgb}{0.386667,0,1};
  5033. \draw [color=c, fill=c] (6.6,3.82483) rectangle (6.76,3.87908);
  5034. \definecolor{c}{rgb}{0.2,0,1};
  5035. \draw [color=c, fill=c] (6.76,3.82483) rectangle (6.92,3.87908);
  5036. \definecolor{c}{rgb}{0.386667,0,1};
  5037. \draw [color=c, fill=c] (6.92,3.82483) rectangle (7.08,3.87908);
  5038. \definecolor{c}{rgb}{0.2,0,1};
  5039. \draw [color=c, fill=c] (7.08,3.82483) rectangle (7.24,3.87908);
  5040. \definecolor{c}{rgb}{0.386667,0,1};
  5041. \draw [color=c, fill=c] (7.24,3.82483) rectangle (7.4,3.87908);
  5042. \definecolor{c}{rgb}{0.2,0,1};
  5043. \draw [color=c, fill=c] (7.4,3.82483) rectangle (7.56,3.87908);
  5044. \draw [color=c, fill=c] (7.72,3.82483) rectangle (7.88,3.87908);
  5045. \definecolor{c}{rgb}{0.386667,0,1};
  5046. \draw [color=c, fill=c] (8.2,3.82483) rectangle (8.36,3.87908);
  5047. \definecolor{c}{rgb}{0,0.733333,1};
  5048. \draw [color=c, fill=c] (1,3.87908) rectangle (1.16,3.93333);
  5049. \definecolor{c}{rgb}{0,1,0.333333};
  5050. \draw [color=c, fill=c] (1.16,3.87908) rectangle (1.32,3.93333);
  5051. \definecolor{c}{rgb}{0,1,0.52};
  5052. \draw [color=c, fill=c] (1.32,3.87908) rectangle (1.48,3.93333);
  5053. \draw [color=c, fill=c] (1.48,3.87908) rectangle (1.64,3.93333);
  5054. \definecolor{c}{rgb}{0,1,0.8};
  5055. \draw [color=c, fill=c] (1.64,3.87908) rectangle (1.8,3.93333);
  5056. \definecolor{c}{rgb}{0.413333,1,0};
  5057. \draw [color=c, fill=c] (1.8,3.87908) rectangle (1.96,3.93333);
  5058. \definecolor{c}{rgb}{0.6,1,0};
  5059. \draw [color=c, fill=c] (1.96,3.87908) rectangle (2.12,3.93333);
  5060. \definecolor{c}{rgb}{0.413333,1,0};
  5061. \draw [color=c, fill=c] (2.12,3.87908) rectangle (2.28,3.93333);
  5062. \definecolor{c}{rgb}{0,1,0.333333};
  5063. \draw [color=c, fill=c] (2.28,3.87908) rectangle (2.44,3.93333);
  5064. \definecolor{c}{rgb}{0,1,0.986667};
  5065. \draw [color=c, fill=c] (2.44,3.87908) rectangle (2.6,3.93333);
  5066. \definecolor{c}{rgb}{0,0.546667,1};
  5067. \draw [color=c, fill=c] (2.6,3.87908) rectangle (2.76,3.93333);
  5068. \definecolor{c}{rgb}{0,1,0.8};
  5069. \draw [color=c, fill=c] (2.76,3.87908) rectangle (2.92,3.93333);
  5070. \definecolor{c}{rgb}{0,1,0.333333};
  5071. \draw [color=c, fill=c] (2.92,3.87908) rectangle (3.08,3.93333);
  5072. \definecolor{c}{rgb}{0,1,0.8};
  5073. \draw [color=c, fill=c] (3.08,3.87908) rectangle (3.24,3.93333);
  5074. \definecolor{c}{rgb}{0,1,0.986667};
  5075. \draw [color=c, fill=c] (3.24,3.87908) rectangle (3.4,3.93333);
  5076. \definecolor{c}{rgb}{0,1,0.333333};
  5077. \draw [color=c, fill=c] (3.4,3.87908) rectangle (3.56,3.93333);
  5078. \definecolor{c}{rgb}{0,0.546667,1};
  5079. \draw [color=c, fill=c] (3.56,3.87908) rectangle (3.72,3.93333);
  5080. \definecolor{c}{rgb}{0,1,0.8};
  5081. \draw [color=c, fill=c] (3.72,3.87908) rectangle (3.88,3.93333);
  5082. \definecolor{c}{rgb}{0,0.733333,1};
  5083. \draw [color=c, fill=c] (3.88,3.87908) rectangle (4.04,3.93333);
  5084. \draw [color=c, fill=c] (4.04,3.87908) rectangle (4.2,3.93333);
  5085. \definecolor{c}{rgb}{0,0.546667,1};
  5086. \draw [color=c, fill=c] (4.2,3.87908) rectangle (4.36,3.93333);
  5087. \draw [color=c, fill=c] (4.36,3.87908) rectangle (4.52,3.93333);
  5088. \definecolor{c}{rgb}{0,0.0800001,1};
  5089. \draw [color=c, fill=c] (4.52,3.87908) rectangle (4.68,3.93333);
  5090. \definecolor{c}{rgb}{0,0.266667,1};
  5091. \draw [color=c, fill=c] (4.68,3.87908) rectangle (4.84,3.93333);
  5092. \definecolor{c}{rgb}{0,0.0800001,1};
  5093. \draw [color=c, fill=c] (4.84,3.87908) rectangle (5,3.93333);
  5094. \definecolor{c}{rgb}{0.2,0,1};
  5095. \draw [color=c, fill=c] (5,3.87908) rectangle (5.16,3.93333);
  5096. \definecolor{c}{rgb}{0,0.546667,1};
  5097. \draw [color=c, fill=c] (5.16,3.87908) rectangle (5.32,3.93333);
  5098. \definecolor{c}{rgb}{0.2,0,1};
  5099. \draw [color=c, fill=c] (5.32,3.87908) rectangle (5.48,3.93333);
  5100. \definecolor{c}{rgb}{0,0.0800001,1};
  5101. \draw [color=c, fill=c] (5.48,3.87908) rectangle (5.64,3.93333);
  5102. \definecolor{c}{rgb}{0.2,0,1};
  5103. \draw [color=c, fill=c] (5.64,3.87908) rectangle (5.8,3.93333);
  5104. \definecolor{c}{rgb}{0.386667,0,1};
  5105. \draw [color=c, fill=c] (5.8,3.87908) rectangle (5.96,3.93333);
  5106. \definecolor{c}{rgb}{0.2,0,1};
  5107. \draw [color=c, fill=c] (5.96,3.87908) rectangle (6.12,3.93333);
  5108. \draw [color=c, fill=c] (6.28,3.87908) rectangle (6.44,3.93333);
  5109. \definecolor{c}{rgb}{0.386667,0,1};
  5110. \draw [color=c, fill=c] (6.44,3.87908) rectangle (6.6,3.93333);
  5111. \definecolor{c}{rgb}{0.2,0,1};
  5112. \draw [color=c, fill=c] (6.6,3.87908) rectangle (6.76,3.93333);
  5113. \definecolor{c}{rgb}{0,0.0800001,1};
  5114. \draw [color=c, fill=c] (6.76,3.87908) rectangle (6.92,3.93333);
  5115. \definecolor{c}{rgb}{0.386667,0,1};
  5116. \draw [color=c, fill=c] (6.92,3.87908) rectangle (7.08,3.93333);
  5117. \definecolor{c}{rgb}{0.2,0,1};
  5118. \draw [color=c, fill=c] (7.08,3.87908) rectangle (7.24,3.93333);
  5119. \definecolor{c}{rgb}{0.386667,0,1};
  5120. \draw [color=c, fill=c] (7.88,3.87908) rectangle (8.04,3.93333);
  5121. \draw [color=c, fill=c] (8.2,3.87908) rectangle (8.36,3.93333);
  5122. \draw [color=c, fill=c] (8.36,3.87908) rectangle (8.52,3.93333);
  5123. \draw [color=c, fill=c] (8.52,3.87908) rectangle (8.68,3.93333);
  5124. \definecolor{c}{rgb}{0,1,0.52};
  5125. \draw [color=c, fill=c] (1,3.93333) rectangle (1.16,3.98759);
  5126. \definecolor{c}{rgb}{0,1,0.8};
  5127. \draw [color=c, fill=c] (1.16,3.93333) rectangle (1.32,3.98759);
  5128. \definecolor{c}{rgb}{0,1,0.52};
  5129. \draw [color=c, fill=c] (1.32,3.93333) rectangle (1.48,3.98759);
  5130. \definecolor{c}{rgb}{0,1,0.986667};
  5131. \draw [color=c, fill=c] (1.48,3.93333) rectangle (1.64,3.98759);
  5132. \definecolor{c}{rgb}{0,1,0.333333};
  5133. \draw [color=c, fill=c] (1.64,3.93333) rectangle (1.8,3.98759);
  5134. \definecolor{c}{rgb}{0,1,0.52};
  5135. \draw [color=c, fill=c] (1.8,3.93333) rectangle (1.96,3.98759);
  5136. \definecolor{c}{rgb}{0.133333,1,0};
  5137. \draw [color=c, fill=c] (1.96,3.93333) rectangle (2.12,3.98759);
  5138. \definecolor{c}{rgb}{0.88,1,0};
  5139. \draw [color=c, fill=c] (2.12,3.93333) rectangle (2.28,3.98759);
  5140. \definecolor{c}{rgb}{0,1,0.8};
  5141. \draw [color=c, fill=c] (2.28,3.93333) rectangle (2.44,3.98759);
  5142. \definecolor{c}{rgb}{0,1,0.333333};
  5143. \draw [color=c, fill=c] (2.44,3.93333) rectangle (2.6,3.98759);
  5144. \definecolor{c}{rgb}{0,1,0.8};
  5145. \draw [color=c, fill=c] (2.6,3.93333) rectangle (2.76,3.98759);
  5146. \definecolor{c}{rgb}{0,1,0.986667};
  5147. \draw [color=c, fill=c] (2.76,3.93333) rectangle (2.92,3.98759);
  5148. \definecolor{c}{rgb}{0,0.733333,1};
  5149. \draw [color=c, fill=c] (2.92,3.93333) rectangle (3.08,3.98759);
  5150. \definecolor{c}{rgb}{0,1,0.986667};
  5151. \draw [color=c, fill=c] (3.08,3.93333) rectangle (3.24,3.98759);
  5152. \definecolor{c}{rgb}{0,1,0.52};
  5153. \draw [color=c, fill=c] (3.24,3.93333) rectangle (3.4,3.98759);
  5154. \definecolor{c}{rgb}{0,0.733333,1};
  5155. \draw [color=c, fill=c] (3.4,3.93333) rectangle (3.56,3.98759);
  5156. \draw [color=c, fill=c] (3.56,3.93333) rectangle (3.72,3.98759);
  5157. \definecolor{c}{rgb}{0,0.546667,1};
  5158. \draw [color=c, fill=c] (3.72,3.93333) rectangle (3.88,3.98759);
  5159. \definecolor{c}{rgb}{0,0.266667,1};
  5160. \draw [color=c, fill=c] (3.88,3.93333) rectangle (4.04,3.98759);
  5161. \definecolor{c}{rgb}{0,0.0800001,1};
  5162. \draw [color=c, fill=c] (4.04,3.93333) rectangle (4.2,3.98759);
  5163. \draw [color=c, fill=c] (4.2,3.93333) rectangle (4.36,3.98759);
  5164. \definecolor{c}{rgb}{0,0.546667,1};
  5165. \draw [color=c, fill=c] (4.36,3.93333) rectangle (4.52,3.98759);
  5166. \definecolor{c}{rgb}{0,0.0800001,1};
  5167. \draw [color=c, fill=c] (4.52,3.93333) rectangle (4.68,3.98759);
  5168. \draw [color=c, fill=c] (4.68,3.93333) rectangle (4.84,3.98759);
  5169. \definecolor{c}{rgb}{0.2,0,1};
  5170. \draw [color=c, fill=c] (4.84,3.93333) rectangle (5,3.98759);
  5171. \definecolor{c}{rgb}{0,0.0800001,1};
  5172. \draw [color=c, fill=c] (5,3.93333) rectangle (5.16,3.98759);
  5173. \definecolor{c}{rgb}{0.2,0,1};
  5174. \draw [color=c, fill=c] (5.16,3.93333) rectangle (5.32,3.98759);
  5175. \definecolor{c}{rgb}{0,0.0800001,1};
  5176. \draw [color=c, fill=c] (5.32,3.93333) rectangle (5.48,3.98759);
  5177. \definecolor{c}{rgb}{0.2,0,1};
  5178. \draw [color=c, fill=c] (5.48,3.93333) rectangle (5.64,3.98759);
  5179. \definecolor{c}{rgb}{0,0.0800001,1};
  5180. \draw [color=c, fill=c] (5.64,3.93333) rectangle (5.8,3.98759);
  5181. \draw [color=c, fill=c] (5.8,3.93333) rectangle (5.96,3.98759);
  5182. \definecolor{c}{rgb}{0.2,0,1};
  5183. \draw [color=c, fill=c] (5.96,3.93333) rectangle (6.12,3.98759);
  5184. \definecolor{c}{rgb}{0.386667,0,1};
  5185. \draw [color=c, fill=c] (6.12,3.93333) rectangle (6.28,3.98759);
  5186. \draw [color=c, fill=c] (6.28,3.93333) rectangle (6.44,3.98759);
  5187. \definecolor{c}{rgb}{0.2,0,1};
  5188. \draw [color=c, fill=c] (6.44,3.93333) rectangle (6.6,3.98759);
  5189. \draw [color=c, fill=c] (6.6,3.93333) rectangle (6.76,3.98759);
  5190. \definecolor{c}{rgb}{0.386667,0,1};
  5191. \draw [color=c, fill=c] (6.76,3.93333) rectangle (6.92,3.98759);
  5192. \draw [color=c, fill=c] (6.92,3.93333) rectangle (7.08,3.98759);
  5193. \draw [color=c, fill=c] (7.08,3.93333) rectangle (7.24,3.98759);
  5194. \draw [color=c, fill=c] (7.24,3.93333) rectangle (7.4,3.98759);
  5195. \draw [color=c, fill=c] (7.4,3.93333) rectangle (7.56,3.98759);
  5196. \draw [color=c, fill=c] (8.36,3.93333) rectangle (8.52,3.98759);
  5197. \definecolor{c}{rgb}{0,1,0.52};
  5198. \draw [color=c, fill=c] (1,3.98759) rectangle (1.16,4.04184);
  5199. \definecolor{c}{rgb}{0,1,0.986667};
  5200. \draw [color=c, fill=c] (1.16,3.98759) rectangle (1.32,4.04184);
  5201. \definecolor{c}{rgb}{0,1,0.333333};
  5202. \draw [color=c, fill=c] (1.32,3.98759) rectangle (1.48,4.04184);
  5203. \draw [color=c, fill=c] (1.48,3.98759) rectangle (1.64,4.04184);
  5204. \draw [color=c, fill=c] (1.64,3.98759) rectangle (1.8,4.04184);
  5205. \definecolor{c}{rgb}{0,1,0.52};
  5206. \draw [color=c, fill=c] (1.8,3.98759) rectangle (1.96,4.04184);
  5207. \draw [color=c, fill=c] (1.96,3.98759) rectangle (2.12,4.04184);
  5208. \definecolor{c}{rgb}{0.413333,1,0};
  5209. \draw [color=c, fill=c] (2.12,3.98759) rectangle (2.28,4.04184);
  5210. \definecolor{c}{rgb}{0,1,0.52};
  5211. \draw [color=c, fill=c] (2.28,3.98759) rectangle (2.44,4.04184);
  5212. \definecolor{c}{rgb}{0,0.546667,1};
  5213. \draw [color=c, fill=c] (2.44,3.98759) rectangle (2.6,4.04184);
  5214. \definecolor{c}{rgb}{0,0.733333,1};
  5215. \draw [color=c, fill=c] (2.6,3.98759) rectangle (2.76,4.04184);
  5216. \definecolor{c}{rgb}{0,0.546667,1};
  5217. \draw [color=c, fill=c] (2.76,3.98759) rectangle (2.92,4.04184);
  5218. \definecolor{c}{rgb}{0,1,0.986667};
  5219. \draw [color=c, fill=c] (2.92,3.98759) rectangle (3.08,4.04184);
  5220. \draw [color=c, fill=c] (3.08,3.98759) rectangle (3.24,4.04184);
  5221. \draw [color=c, fill=c] (3.24,3.98759) rectangle (3.4,4.04184);
  5222. \draw [color=c, fill=c] (3.4,3.98759) rectangle (3.56,4.04184);
  5223. \draw [color=c, fill=c] (3.56,3.98759) rectangle (3.72,4.04184);
  5224. \definecolor{c}{rgb}{0,0.546667,1};
  5225. \draw [color=c, fill=c] (3.72,3.98759) rectangle (3.88,4.04184);
  5226. \draw [color=c, fill=c] (3.88,3.98759) rectangle (4.04,4.04184);
  5227. \definecolor{c}{rgb}{0,0.266667,1};
  5228. \draw [color=c, fill=c] (4.04,3.98759) rectangle (4.2,4.04184);
  5229. \definecolor{c}{rgb}{0.2,0,1};
  5230. \draw [color=c, fill=c] (4.2,3.98759) rectangle (4.36,4.04184);
  5231. \definecolor{c}{rgb}{0,0.266667,1};
  5232. \draw [color=c, fill=c] (4.36,3.98759) rectangle (4.52,4.04184);
  5233. \definecolor{c}{rgb}{0,0.546667,1};
  5234. \draw [color=c, fill=c] (4.52,3.98759) rectangle (4.68,4.04184);
  5235. \definecolor{c}{rgb}{0,0.266667,1};
  5236. \draw [color=c, fill=c] (4.68,3.98759) rectangle (4.84,4.04184);
  5237. \definecolor{c}{rgb}{0.2,0,1};
  5238. \draw [color=c, fill=c] (4.84,3.98759) rectangle (5,4.04184);
  5239. \definecolor{c}{rgb}{0,0.0800001,1};
  5240. \draw [color=c, fill=c] (5,3.98759) rectangle (5.16,4.04184);
  5241. \definecolor{c}{rgb}{0.2,0,1};
  5242. \draw [color=c, fill=c] (5.16,3.98759) rectangle (5.32,4.04184);
  5243. \draw [color=c, fill=c] (5.32,3.98759) rectangle (5.48,4.04184);
  5244. \definecolor{c}{rgb}{0,0.0800001,1};
  5245. \draw [color=c, fill=c] (5.48,3.98759) rectangle (5.64,4.04184);
  5246. \draw [color=c, fill=c] (5.64,3.98759) rectangle (5.8,4.04184);
  5247. \definecolor{c}{rgb}{0.386667,0,1};
  5248. \draw [color=c, fill=c] (5.8,3.98759) rectangle (5.96,4.04184);
  5249. \definecolor{c}{rgb}{0.2,0,1};
  5250. \draw [color=c, fill=c] (5.96,3.98759) rectangle (6.12,4.04184);
  5251. \definecolor{c}{rgb}{0.386667,0,1};
  5252. \draw [color=c, fill=c] (6.12,3.98759) rectangle (6.28,4.04184);
  5253. \draw [color=c, fill=c] (6.28,3.98759) rectangle (6.44,4.04184);
  5254. \draw [color=c, fill=c] (6.44,3.98759) rectangle (6.6,4.04184);
  5255. \draw [color=c, fill=c] (6.6,3.98759) rectangle (6.76,4.04184);
  5256. \draw [color=c, fill=c] (6.76,3.98759) rectangle (6.92,4.04184);
  5257. \draw [color=c, fill=c] (6.92,3.98759) rectangle (7.08,4.04184);
  5258. \draw [color=c, fill=c] (7.08,3.98759) rectangle (7.24,4.04184);
  5259. \definecolor{c}{rgb}{0.2,0,1};
  5260. \draw [color=c, fill=c] (7.24,3.98759) rectangle (7.4,4.04184);
  5261. \draw [color=c, fill=c] (7.56,3.98759) rectangle (7.72,4.04184);
  5262. \definecolor{c}{rgb}{0.386667,0,1};
  5263. \draw [color=c, fill=c] (7.72,3.98759) rectangle (7.88,4.04184);
  5264. \definecolor{c}{rgb}{0,0.546667,1};
  5265. \draw [color=c, fill=c] (1,4.04184) rectangle (1.16,4.09609);
  5266. \definecolor{c}{rgb}{0,1,0.52};
  5267. \draw [color=c, fill=c] (1.16,4.04184) rectangle (1.32,4.09609);
  5268. \draw [color=c, fill=c] (1.32,4.04184) rectangle (1.48,4.09609);
  5269. \draw [color=c, fill=c] (1.48,4.04184) rectangle (1.64,4.09609);
  5270. \definecolor{c}{rgb}{0,1,0.0533334};
  5271. \draw [color=c, fill=c] (1.64,4.04184) rectangle (1.8,4.09609);
  5272. \definecolor{c}{rgb}{0,1,0.52};
  5273. \draw [color=c, fill=c] (1.8,4.04184) rectangle (1.96,4.09609);
  5274. \draw [color=c, fill=c] (1.96,4.04184) rectangle (2.12,4.09609);
  5275. \definecolor{c}{rgb}{0,1,0.333333};
  5276. \draw [color=c, fill=c] (2.12,4.04184) rectangle (2.28,4.09609);
  5277. \definecolor{c}{rgb}{0,1,0.8};
  5278. \draw [color=c, fill=c] (2.28,4.04184) rectangle (2.44,4.09609);
  5279. \definecolor{c}{rgb}{0,1,0.0533334};
  5280. \draw [color=c, fill=c] (2.44,4.04184) rectangle (2.6,4.09609);
  5281. \definecolor{c}{rgb}{0,0.0800001,1};
  5282. \draw [color=c, fill=c] (2.6,4.04184) rectangle (2.76,4.09609);
  5283. \definecolor{c}{rgb}{0.133333,1,0};
  5284. \draw [color=c, fill=c] (2.76,4.04184) rectangle (2.92,4.09609);
  5285. \definecolor{c}{rgb}{0,0.546667,1};
  5286. \draw [color=c, fill=c] (2.92,4.04184) rectangle (3.08,4.09609);
  5287. \definecolor{c}{rgb}{0,1,0.986667};
  5288. \draw [color=c, fill=c] (3.08,4.04184) rectangle (3.24,4.09609);
  5289. \definecolor{c}{rgb}{0,0.733333,1};
  5290. \draw [color=c, fill=c] (3.24,4.04184) rectangle (3.4,4.09609);
  5291. \definecolor{c}{rgb}{0,1,0.986667};
  5292. \draw [color=c, fill=c] (3.4,4.04184) rectangle (3.56,4.09609);
  5293. \definecolor{c}{rgb}{0,0.546667,1};
  5294. \draw [color=c, fill=c] (3.56,4.04184) rectangle (3.72,4.09609);
  5295. \definecolor{c}{rgb}{0,0.266667,1};
  5296. \draw [color=c, fill=c] (3.72,4.04184) rectangle (3.88,4.09609);
  5297. \definecolor{c}{rgb}{0,0.546667,1};
  5298. \draw [color=c, fill=c] (3.88,4.04184) rectangle (4.04,4.09609);
  5299. \definecolor{c}{rgb}{0,0.733333,1};
  5300. \draw [color=c, fill=c] (4.04,4.04184) rectangle (4.2,4.09609);
  5301. \definecolor{c}{rgb}{0,0.0800001,1};
  5302. \draw [color=c, fill=c] (4.2,4.04184) rectangle (4.36,4.09609);
  5303. \definecolor{c}{rgb}{0,0.266667,1};
  5304. \draw [color=c, fill=c] (4.36,4.04184) rectangle (4.52,4.09609);
  5305. \definecolor{c}{rgb}{0,0.0800001,1};
  5306. \draw [color=c, fill=c] (4.52,4.04184) rectangle (4.68,4.09609);
  5307. \definecolor{c}{rgb}{0.2,0,1};
  5308. \draw [color=c, fill=c] (4.68,4.04184) rectangle (4.84,4.09609);
  5309. \draw [color=c, fill=c] (4.84,4.04184) rectangle (5,4.09609);
  5310. \draw [color=c, fill=c] (5,4.04184) rectangle (5.16,4.09609);
  5311. \definecolor{c}{rgb}{0.386667,0,1};
  5312. \draw [color=c, fill=c] (5.16,4.04184) rectangle (5.32,4.09609);
  5313. \definecolor{c}{rgb}{0.2,0,1};
  5314. \draw [color=c, fill=c] (5.32,4.04184) rectangle (5.48,4.09609);
  5315. \definecolor{c}{rgb}{0,0.0800001,1};
  5316. \draw [color=c, fill=c] (5.48,4.04184) rectangle (5.64,4.09609);
  5317. \draw [color=c, fill=c] (5.64,4.04184) rectangle (5.8,4.09609);
  5318. \definecolor{c}{rgb}{0.2,0,1};
  5319. \draw [color=c, fill=c] (5.96,4.04184) rectangle (6.12,4.09609);
  5320. \definecolor{c}{rgb}{0.386667,0,1};
  5321. \draw [color=c, fill=c] (6.12,4.04184) rectangle (6.28,4.09609);
  5322. \draw [color=c, fill=c] (6.28,4.04184) rectangle (6.44,4.09609);
  5323. \definecolor{c}{rgb}{0.2,0,1};
  5324. \draw [color=c, fill=c] (6.44,4.04184) rectangle (6.6,4.09609);
  5325. \draw [color=c, fill=c] (6.76,4.04184) rectangle (6.92,4.09609);
  5326. \definecolor{c}{rgb}{0.386667,0,1};
  5327. \draw [color=c, fill=c] (6.92,4.04184) rectangle (7.08,4.09609);
  5328. \draw [color=c, fill=c] (7.08,4.04184) rectangle (7.24,4.09609);
  5329. \draw [color=c, fill=c] (7.24,4.04184) rectangle (7.4,4.09609);
  5330. \draw [color=c, fill=c] (7.72,4.04184) rectangle (7.88,4.09609);
  5331. \draw [color=c, fill=c] (7.88,4.04184) rectangle (8.04,4.09609);
  5332. \draw [color=c, fill=c] (8.84,4.04184) rectangle (9,4.09609);
  5333. \definecolor{c}{rgb}{0,1,0.986667};
  5334. \draw [color=c, fill=c] (1,4.09609) rectangle (1.16,4.15034);
  5335. \definecolor{c}{rgb}{0,1,0.52};
  5336. \draw [color=c, fill=c] (1.16,4.09609) rectangle (1.32,4.15034);
  5337. \definecolor{c}{rgb}{0,1,0.0533334};
  5338. \draw [color=c, fill=c] (1.32,4.09609) rectangle (1.48,4.15034);
  5339. \definecolor{c}{rgb}{0,1,0.52};
  5340. \draw [color=c, fill=c] (1.48,4.09609) rectangle (1.64,4.15034);
  5341. \definecolor{c}{rgb}{0,1,0.333333};
  5342. \draw [color=c, fill=c] (1.64,4.09609) rectangle (1.8,4.15034);
  5343. \definecolor{c}{rgb}{0,1,0.52};
  5344. \draw [color=c, fill=c] (1.8,4.09609) rectangle (1.96,4.15034);
  5345. \draw [color=c, fill=c] (1.96,4.09609) rectangle (2.12,4.15034);
  5346. \definecolor{c}{rgb}{0.133333,1,0};
  5347. \draw [color=c, fill=c] (2.12,4.09609) rectangle (2.28,4.15034);
  5348. \definecolor{c}{rgb}{0,1,0.52};
  5349. \draw [color=c, fill=c] (2.28,4.09609) rectangle (2.44,4.15034);
  5350. \definecolor{c}{rgb}{0,0.546667,1};
  5351. \draw [color=c, fill=c] (2.44,4.09609) rectangle (2.6,4.15034);
  5352. \definecolor{c}{rgb}{0,0.733333,1};
  5353. \draw [color=c, fill=c] (2.6,4.09609) rectangle (2.76,4.15034);
  5354. \definecolor{c}{rgb}{0,1,0.8};
  5355. \draw [color=c, fill=c] (2.76,4.09609) rectangle (2.92,4.15034);
  5356. \definecolor{c}{rgb}{0,0.733333,1};
  5357. \draw [color=c, fill=c] (2.92,4.09609) rectangle (3.08,4.15034);
  5358. \definecolor{c}{rgb}{0,0.266667,1};
  5359. \draw [color=c, fill=c] (3.08,4.09609) rectangle (3.24,4.15034);
  5360. \definecolor{c}{rgb}{0,0.546667,1};
  5361. \draw [color=c, fill=c] (3.24,4.09609) rectangle (3.4,4.15034);
  5362. \definecolor{c}{rgb}{0,1,0.52};
  5363. \draw [color=c, fill=c] (3.4,4.09609) rectangle (3.56,4.15034);
  5364. \definecolor{c}{rgb}{0.2,0,1};
  5365. \draw [color=c, fill=c] (3.56,4.09609) rectangle (3.72,4.15034);
  5366. \definecolor{c}{rgb}{0,0.546667,1};
  5367. \draw [color=c, fill=c] (3.72,4.09609) rectangle (3.88,4.15034);
  5368. \draw [color=c, fill=c] (3.88,4.09609) rectangle (4.04,4.15034);
  5369. \definecolor{c}{rgb}{0,0.0800001,1};
  5370. \draw [color=c, fill=c] (4.04,4.09609) rectangle (4.2,4.15034);
  5371. \draw [color=c, fill=c] (4.2,4.09609) rectangle (4.36,4.15034);
  5372. \definecolor{c}{rgb}{0.2,0,1};
  5373. \draw [color=c, fill=c] (4.36,4.09609) rectangle (4.52,4.15034);
  5374. \definecolor{c}{rgb}{0,0.0800001,1};
  5375. \draw [color=c, fill=c] (4.52,4.09609) rectangle (4.68,4.15034);
  5376. \definecolor{c}{rgb}{0.2,0,1};
  5377. \draw [color=c, fill=c] (4.68,4.09609) rectangle (4.84,4.15034);
  5378. \draw [color=c, fill=c] (4.84,4.09609) rectangle (5,4.15034);
  5379. \draw [color=c, fill=c] (5,4.09609) rectangle (5.16,4.15034);
  5380. \definecolor{c}{rgb}{0.386667,0,1};
  5381. \draw [color=c, fill=c] (5.16,4.09609) rectangle (5.32,4.15034);
  5382. \draw [color=c, fill=c] (5.32,4.09609) rectangle (5.48,4.15034);
  5383. \definecolor{c}{rgb}{0.2,0,1};
  5384. \draw [color=c, fill=c] (5.48,4.09609) rectangle (5.64,4.15034);
  5385. \draw [color=c, fill=c] (5.8,4.09609) rectangle (5.96,4.15034);
  5386. \draw [color=c, fill=c] (6.12,4.09609) rectangle (6.28,4.15034);
  5387. \definecolor{c}{rgb}{0.386667,0,1};
  5388. \draw [color=c, fill=c] (6.28,4.09609) rectangle (6.44,4.15034);
  5389. \definecolor{c}{rgb}{0,0.0800001,1};
  5390. \draw [color=c, fill=c] (6.44,4.09609) rectangle (6.6,4.15034);
  5391. \definecolor{c}{rgb}{0.386667,0,1};
  5392. \draw [color=c, fill=c] (6.6,4.09609) rectangle (6.76,4.15034);
  5393. \definecolor{c}{rgb}{0.2,0,1};
  5394. \draw [color=c, fill=c] (6.76,4.09609) rectangle (6.92,4.15034);
  5395. \definecolor{c}{rgb}{0.386667,0,1};
  5396. \draw [color=c, fill=c] (7.08,4.09609) rectangle (7.24,4.15034);
  5397. \definecolor{c}{rgb}{0.2,0,1};
  5398. \draw [color=c, fill=c] (7.24,4.09609) rectangle (7.4,4.15034);
  5399. \draw [color=c, fill=c] (7.88,4.09609) rectangle (8.04,4.15034);
  5400. \definecolor{c}{rgb}{0.386667,0,1};
  5401. \draw [color=c, fill=c] (8.68,4.09609) rectangle (8.84,4.15034);
  5402. \definecolor{c}{rgb}{0,1,0.986667};
  5403. \draw [color=c, fill=c] (1,4.15034) rectangle (1.16,4.2046);
  5404. \definecolor{c}{rgb}{0,1,0.333333};
  5405. \draw [color=c, fill=c] (1.16,4.15034) rectangle (1.32,4.2046);
  5406. \definecolor{c}{rgb}{0,0.266667,1};
  5407. \draw [color=c, fill=c] (1.32,4.15034) rectangle (1.48,4.2046);
  5408. \definecolor{c}{rgb}{0,1,0.8};
  5409. \draw [color=c, fill=c] (1.48,4.15034) rectangle (1.64,4.2046);
  5410. \definecolor{c}{rgb}{0,0.733333,1};
  5411. \draw [color=c, fill=c] (1.64,4.15034) rectangle (1.8,4.2046);
  5412. \definecolor{c}{rgb}{0.413333,1,0};
  5413. \draw [color=c, fill=c] (1.8,4.15034) rectangle (1.96,4.2046);
  5414. \definecolor{c}{rgb}{0,1,0.0533334};
  5415. \draw [color=c, fill=c] (1.96,4.15034) rectangle (2.12,4.2046);
  5416. \definecolor{c}{rgb}{0,1,0.333333};
  5417. \draw [color=c, fill=c] (2.12,4.15034) rectangle (2.28,4.2046);
  5418. \definecolor{c}{rgb}{0,1,0.986667};
  5419. \draw [color=c, fill=c] (2.28,4.15034) rectangle (2.44,4.2046);
  5420. \definecolor{c}{rgb}{0,0.546667,1};
  5421. \draw [color=c, fill=c] (2.44,4.15034) rectangle (2.6,4.2046);
  5422. \definecolor{c}{rgb}{0,1,0.52};
  5423. \draw [color=c, fill=c] (2.6,4.15034) rectangle (2.76,4.2046);
  5424. \definecolor{c}{rgb}{0,0.546667,1};
  5425. \draw [color=c, fill=c] (2.76,4.15034) rectangle (2.92,4.2046);
  5426. \definecolor{c}{rgb}{0,1,0.986667};
  5427. \draw [color=c, fill=c] (2.92,4.15034) rectangle (3.08,4.2046);
  5428. \definecolor{c}{rgb}{0,0.733333,1};
  5429. \draw [color=c, fill=c] (3.08,4.15034) rectangle (3.24,4.2046);
  5430. \definecolor{c}{rgb}{0,0.546667,1};
  5431. \draw [color=c, fill=c] (3.24,4.15034) rectangle (3.4,4.2046);
  5432. \draw [color=c, fill=c] (3.4,4.15034) rectangle (3.56,4.2046);
  5433. \draw [color=c, fill=c] (3.56,4.15034) rectangle (3.72,4.2046);
  5434. \definecolor{c}{rgb}{0,0.733333,1};
  5435. \draw [color=c, fill=c] (3.72,4.15034) rectangle (3.88,4.2046);
  5436. \definecolor{c}{rgb}{0.2,0,1};
  5437. \draw [color=c, fill=c] (3.88,4.15034) rectangle (4.04,4.2046);
  5438. \draw [color=c, fill=c] (4.04,4.15034) rectangle (4.2,4.2046);
  5439. \draw [color=c, fill=c] (4.2,4.15034) rectangle (4.36,4.2046);
  5440. \draw [color=c, fill=c] (4.36,4.15034) rectangle (4.52,4.2046);
  5441. \draw [color=c, fill=c] (4.52,4.15034) rectangle (4.68,4.2046);
  5442. \definecolor{c}{rgb}{0,0.0800001,1};
  5443. \draw [color=c, fill=c] (4.68,4.15034) rectangle (4.84,4.2046);
  5444. \definecolor{c}{rgb}{0.386667,0,1};
  5445. \draw [color=c, fill=c] (4.84,4.15034) rectangle (5,4.2046);
  5446. \draw [color=c, fill=c] (5,4.15034) rectangle (5.16,4.2046);
  5447. \definecolor{c}{rgb}{0.2,0,1};
  5448. \draw [color=c, fill=c] (5.16,4.15034) rectangle (5.32,4.2046);
  5449. \draw [color=c, fill=c] (5.32,4.15034) rectangle (5.48,4.2046);
  5450. \draw [color=c, fill=c] (5.48,4.15034) rectangle (5.64,4.2046);
  5451. \draw [color=c, fill=c] (5.64,4.15034) rectangle (5.8,4.2046);
  5452. \definecolor{c}{rgb}{0.386667,0,1};
  5453. \draw [color=c, fill=c] (5.8,4.15034) rectangle (5.96,4.2046);
  5454. \definecolor{c}{rgb}{0.2,0,1};
  5455. \draw [color=c, fill=c] (5.96,4.15034) rectangle (6.12,4.2046);
  5456. \definecolor{c}{rgb}{0.386667,0,1};
  5457. \draw [color=c, fill=c] (6.12,4.15034) rectangle (6.28,4.2046);
  5458. \draw [color=c, fill=c] (6.28,4.15034) rectangle (6.44,4.2046);
  5459. \draw [color=c, fill=c] (6.44,4.15034) rectangle (6.6,4.2046);
  5460. \draw [color=c, fill=c] (6.6,4.15034) rectangle (6.76,4.2046);
  5461. \draw [color=c, fill=c] (6.76,4.15034) rectangle (6.92,4.2046);
  5462. \draw [color=c, fill=c] (6.92,4.15034) rectangle (7.08,4.2046);
  5463. \definecolor{c}{rgb}{0.2,0,1};
  5464. \draw [color=c, fill=c] (7.08,4.15034) rectangle (7.24,4.2046);
  5465. \definecolor{c}{rgb}{0.386667,0,1};
  5466. \draw [color=c, fill=c] (7.24,4.15034) rectangle (7.4,4.2046);
  5467. \draw [color=c, fill=c] (7.4,4.15034) rectangle (7.56,4.2046);
  5468. \draw [color=c, fill=c] (7.72,4.15034) rectangle (7.88,4.2046);
  5469. \definecolor{c}{rgb}{0,1,0.986667};
  5470. \draw [color=c, fill=c] (1,4.2046) rectangle (1.16,4.25885);
  5471. \definecolor{c}{rgb}{0,0.733333,1};
  5472. \draw [color=c, fill=c] (1.16,4.2046) rectangle (1.32,4.25885);
  5473. \definecolor{c}{rgb}{0,0.546667,1};
  5474. \draw [color=c, fill=c] (1.32,4.2046) rectangle (1.48,4.25885);
  5475. \definecolor{c}{rgb}{0,0.733333,1};
  5476. \draw [color=c, fill=c] (1.48,4.2046) rectangle (1.64,4.25885);
  5477. \definecolor{c}{rgb}{0,1,0.8};
  5478. \draw [color=c, fill=c] (1.64,4.2046) rectangle (1.8,4.25885);
  5479. \definecolor{c}{rgb}{0,1,0.986667};
  5480. \draw [color=c, fill=c] (1.8,4.2046) rectangle (1.96,4.25885);
  5481. \definecolor{c}{rgb}{0,1,0.0533334};
  5482. \draw [color=c, fill=c] (1.96,4.2046) rectangle (2.12,4.25885);
  5483. \definecolor{c}{rgb}{0,1,0.8};
  5484. \draw [color=c, fill=c] (2.12,4.2046) rectangle (2.28,4.25885);
  5485. \definecolor{c}{rgb}{0,0.546667,1};
  5486. \draw [color=c, fill=c] (2.28,4.2046) rectangle (2.44,4.25885);
  5487. \definecolor{c}{rgb}{0,0.733333,1};
  5488. \draw [color=c, fill=c] (2.44,4.2046) rectangle (2.6,4.25885);
  5489. \definecolor{c}{rgb}{0,1,0.8};
  5490. \draw [color=c, fill=c] (2.6,4.2046) rectangle (2.76,4.25885);
  5491. \definecolor{c}{rgb}{0,0.266667,1};
  5492. \draw [color=c, fill=c] (2.76,4.2046) rectangle (2.92,4.25885);
  5493. \draw [color=c, fill=c] (2.92,4.2046) rectangle (3.08,4.25885);
  5494. \definecolor{c}{rgb}{0,0.546667,1};
  5495. \draw [color=c, fill=c] (3.08,4.2046) rectangle (3.24,4.25885);
  5496. \definecolor{c}{rgb}{0,0.0800001,1};
  5497. \draw [color=c, fill=c] (3.24,4.2046) rectangle (3.4,4.25885);
  5498. \definecolor{c}{rgb}{0,0.266667,1};
  5499. \draw [color=c, fill=c] (3.4,4.2046) rectangle (3.56,4.25885);
  5500. \definecolor{c}{rgb}{0,0.0800001,1};
  5501. \draw [color=c, fill=c] (3.56,4.2046) rectangle (3.72,4.25885);
  5502. \definecolor{c}{rgb}{0,0.266667,1};
  5503. \draw [color=c, fill=c] (3.72,4.2046) rectangle (3.88,4.25885);
  5504. \draw [color=c, fill=c] (3.88,4.2046) rectangle (4.04,4.25885);
  5505. \definecolor{c}{rgb}{0,0.0800001,1};
  5506. \draw [color=c, fill=c] (4.04,4.2046) rectangle (4.2,4.25885);
  5507. \draw [color=c, fill=c] (4.2,4.2046) rectangle (4.36,4.25885);
  5508. \draw [color=c, fill=c] (4.36,4.2046) rectangle (4.52,4.25885);
  5509. \definecolor{c}{rgb}{0,0.266667,1};
  5510. \draw [color=c, fill=c] (4.52,4.2046) rectangle (4.68,4.25885);
  5511. \definecolor{c}{rgb}{0.2,0,1};
  5512. \draw [color=c, fill=c] (4.68,4.2046) rectangle (4.84,4.25885);
  5513. \definecolor{c}{rgb}{0,0.266667,1};
  5514. \draw [color=c, fill=c] (4.84,4.2046) rectangle (5,4.25885);
  5515. \definecolor{c}{rgb}{0,0.0800001,1};
  5516. \draw [color=c, fill=c] (5,4.2046) rectangle (5.16,4.25885);
  5517. \definecolor{c}{rgb}{0.2,0,1};
  5518. \draw [color=c, fill=c] (5.16,4.2046) rectangle (5.32,4.25885);
  5519. \draw [color=c, fill=c] (5.32,4.2046) rectangle (5.48,4.25885);
  5520. \definecolor{c}{rgb}{0.386667,0,1};
  5521. \draw [color=c, fill=c] (5.48,4.2046) rectangle (5.64,4.25885);
  5522. \definecolor{c}{rgb}{0.2,0,1};
  5523. \draw [color=c, fill=c] (5.64,4.2046) rectangle (5.8,4.25885);
  5524. \definecolor{c}{rgb}{0.386667,0,1};
  5525. \draw [color=c, fill=c] (5.8,4.2046) rectangle (5.96,4.25885);
  5526. \draw [color=c, fill=c] (5.96,4.2046) rectangle (6.12,4.25885);
  5527. \draw [color=c, fill=c] (6.28,4.2046) rectangle (6.44,4.25885);
  5528. \draw [color=c, fill=c] (6.44,4.2046) rectangle (6.6,4.25885);
  5529. \draw [color=c, fill=c] (6.6,4.2046) rectangle (6.76,4.25885);
  5530. \draw [color=c, fill=c] (6.76,4.2046) rectangle (6.92,4.25885);
  5531. \draw [color=c, fill=c] (6.92,4.2046) rectangle (7.08,4.25885);
  5532. \draw [color=c, fill=c] (7.08,4.2046) rectangle (7.24,4.25885);
  5533. \draw [color=c, fill=c] (7.24,4.2046) rectangle (7.4,4.25885);
  5534. \definecolor{c}{rgb}{0,1,0.8};
  5535. \draw [color=c, fill=c] (1,4.25885) rectangle (1.16,4.3131);
  5536. \draw [color=c, fill=c] (1.16,4.25885) rectangle (1.32,4.3131);
  5537. \draw [color=c, fill=c] (1.32,4.25885) rectangle (1.48,4.3131);
  5538. \definecolor{c}{rgb}{0,1,0.333333};
  5539. \draw [color=c, fill=c] (1.48,4.25885) rectangle (1.64,4.3131);
  5540. \definecolor{c}{rgb}{0,1,0.52};
  5541. \draw [color=c, fill=c] (1.64,4.25885) rectangle (1.8,4.3131);
  5542. \definecolor{c}{rgb}{0.133333,1,0};
  5543. \draw [color=c, fill=c] (1.8,4.25885) rectangle (1.96,4.3131);
  5544. \definecolor{c}{rgb}{0,1,0.0533334};
  5545. \draw [color=c, fill=c] (1.96,4.25885) rectangle (2.12,4.3131);
  5546. \definecolor{c}{rgb}{0,1,0.52};
  5547. \draw [color=c, fill=c] (2.12,4.25885) rectangle (2.28,4.3131);
  5548. \definecolor{c}{rgb}{0,0.546667,1};
  5549. \draw [color=c, fill=c] (2.28,4.25885) rectangle (2.44,4.3131);
  5550. \draw [color=c, fill=c] (2.44,4.25885) rectangle (2.6,4.3131);
  5551. \draw [color=c, fill=c] (2.6,4.25885) rectangle (2.76,4.3131);
  5552. \definecolor{c}{rgb}{0,0.266667,1};
  5553. \draw [color=c, fill=c] (2.76,4.25885) rectangle (2.92,4.3131);
  5554. \definecolor{c}{rgb}{0,0.546667,1};
  5555. \draw [color=c, fill=c] (2.92,4.25885) rectangle (3.08,4.3131);
  5556. \definecolor{c}{rgb}{0,0.733333,1};
  5557. \draw [color=c, fill=c] (3.08,4.25885) rectangle (3.24,4.3131);
  5558. \definecolor{c}{rgb}{0,0.546667,1};
  5559. \draw [color=c, fill=c] (3.24,4.25885) rectangle (3.4,4.3131);
  5560. \draw [color=c, fill=c] (3.4,4.25885) rectangle (3.56,4.3131);
  5561. \definecolor{c}{rgb}{0,0.0800001,1};
  5562. \draw [color=c, fill=c] (3.56,4.25885) rectangle (3.72,4.3131);
  5563. \definecolor{c}{rgb}{0,0.546667,1};
  5564. \draw [color=c, fill=c] (3.72,4.25885) rectangle (3.88,4.3131);
  5565. \definecolor{c}{rgb}{0.2,0,1};
  5566. \draw [color=c, fill=c] (3.88,4.25885) rectangle (4.04,4.3131);
  5567. \definecolor{c}{rgb}{0,0.546667,1};
  5568. \draw [color=c, fill=c] (4.04,4.25885) rectangle (4.2,4.3131);
  5569. \definecolor{c}{rgb}{0.2,0,1};
  5570. \draw [color=c, fill=c] (4.2,4.25885) rectangle (4.36,4.3131);
  5571. \draw [color=c, fill=c] (4.36,4.25885) rectangle (4.52,4.3131);
  5572. \draw [color=c, fill=c] (4.52,4.25885) rectangle (4.68,4.3131);
  5573. \definecolor{c}{rgb}{0.386667,0,1};
  5574. \draw [color=c, fill=c] (4.68,4.25885) rectangle (4.84,4.3131);
  5575. \definecolor{c}{rgb}{0.2,0,1};
  5576. \draw [color=c, fill=c] (4.84,4.25885) rectangle (5,4.3131);
  5577. \definecolor{c}{rgb}{0.386667,0,1};
  5578. \draw [color=c, fill=c] (5,4.25885) rectangle (5.16,4.3131);
  5579. \draw [color=c, fill=c] (5.16,4.25885) rectangle (5.32,4.3131);
  5580. \definecolor{c}{rgb}{0.2,0,1};
  5581. \draw [color=c, fill=c] (5.32,4.25885) rectangle (5.48,4.3131);
  5582. \draw [color=c, fill=c] (5.48,4.25885) rectangle (5.64,4.3131);
  5583. \definecolor{c}{rgb}{0.386667,0,1};
  5584. \draw [color=c, fill=c] (5.64,4.25885) rectangle (5.8,4.3131);
  5585. \draw [color=c, fill=c] (5.8,4.25885) rectangle (5.96,4.3131);
  5586. \definecolor{c}{rgb}{0.2,0,1};
  5587. \draw [color=c, fill=c] (5.96,4.25885) rectangle (6.12,4.3131);
  5588. \draw [color=c, fill=c] (6.28,4.25885) rectangle (6.44,4.3131);
  5589. \draw [color=c, fill=c] (6.44,4.25885) rectangle (6.6,4.3131);
  5590. \definecolor{c}{rgb}{0.386667,0,1};
  5591. \draw [color=c, fill=c] (6.6,4.25885) rectangle (6.76,4.3131);
  5592. \definecolor{c}{rgb}{0.2,0,1};
  5593. \draw [color=c, fill=c] (7.08,4.25885) rectangle (7.24,4.3131);
  5594. \definecolor{c}{rgb}{0.386667,0,1};
  5595. \draw [color=c, fill=c] (7.24,4.25885) rectangle (7.4,4.3131);
  5596. \draw [color=c, fill=c] (7.72,4.25885) rectangle (7.88,4.3131);
  5597. \definecolor{c}{rgb}{0,0.733333,1};
  5598. \draw [color=c, fill=c] (1,4.3131) rectangle (1.16,4.36736);
  5599. \definecolor{c}{rgb}{0,1,0.333333};
  5600. \draw [color=c, fill=c] (1.16,4.3131) rectangle (1.32,4.36736);
  5601. \definecolor{c}{rgb}{0,0.546667,1};
  5602. \draw [color=c, fill=c] (1.32,4.3131) rectangle (1.48,4.36736);
  5603. \draw [color=c, fill=c] (1.48,4.3131) rectangle (1.64,4.36736);
  5604. \definecolor{c}{rgb}{0,1,0.8};
  5605. \draw [color=c, fill=c] (1.64,4.3131) rectangle (1.8,4.36736);
  5606. \draw [color=c, fill=c] (1.8,4.3131) rectangle (1.96,4.36736);
  5607. \definecolor{c}{rgb}{0,0.733333,1};
  5608. \draw [color=c, fill=c] (1.96,4.3131) rectangle (2.12,4.36736);
  5609. \definecolor{c}{rgb}{0,1,0.0533334};
  5610. \draw [color=c, fill=c] (2.12,4.3131) rectangle (2.28,4.36736);
  5611. \definecolor{c}{rgb}{0,0.546667,1};
  5612. \draw [color=c, fill=c] (2.28,4.3131) rectangle (2.44,4.36736);
  5613. \draw [color=c, fill=c] (2.44,4.3131) rectangle (2.6,4.36736);
  5614. \definecolor{c}{rgb}{0,0.733333,1};
  5615. \draw [color=c, fill=c] (2.6,4.3131) rectangle (2.76,4.36736);
  5616. \draw [color=c, fill=c] (2.76,4.3131) rectangle (2.92,4.36736);
  5617. \definecolor{c}{rgb}{0,0.266667,1};
  5618. \draw [color=c, fill=c] (2.92,4.3131) rectangle (3.08,4.36736);
  5619. \definecolor{c}{rgb}{0,0.0800001,1};
  5620. \draw [color=c, fill=c] (3.08,4.3131) rectangle (3.24,4.36736);
  5621. \definecolor{c}{rgb}{0,0.266667,1};
  5622. \draw [color=c, fill=c] (3.24,4.3131) rectangle (3.4,4.36736);
  5623. \definecolor{c}{rgb}{0,0.0800001,1};
  5624. \draw [color=c, fill=c] (3.4,4.3131) rectangle (3.56,4.36736);
  5625. \draw [color=c, fill=c] (3.56,4.3131) rectangle (3.72,4.36736);
  5626. \definecolor{c}{rgb}{0.2,0,1};
  5627. \draw [color=c, fill=c] (3.72,4.3131) rectangle (3.88,4.36736);
  5628. \definecolor{c}{rgb}{0,0.0800001,1};
  5629. \draw [color=c, fill=c] (3.88,4.3131) rectangle (4.04,4.36736);
  5630. \draw [color=c, fill=c] (4.04,4.3131) rectangle (4.2,4.36736);
  5631. \definecolor{c}{rgb}{0.2,0,1};
  5632. \draw [color=c, fill=c] (4.2,4.3131) rectangle (4.36,4.36736);
  5633. \definecolor{c}{rgb}{0,0.266667,1};
  5634. \draw [color=c, fill=c] (4.36,4.3131) rectangle (4.52,4.36736);
  5635. \definecolor{c}{rgb}{0,0.0800001,1};
  5636. \draw [color=c, fill=c] (4.52,4.3131) rectangle (4.68,4.36736);
  5637. \definecolor{c}{rgb}{0.386667,0,1};
  5638. \draw [color=c, fill=c] (4.68,4.3131) rectangle (4.84,4.36736);
  5639. \definecolor{c}{rgb}{0.2,0,1};
  5640. \draw [color=c, fill=c] (4.84,4.3131) rectangle (5,4.36736);
  5641. \draw [color=c, fill=c] (5.16,4.3131) rectangle (5.32,4.36736);
  5642. \draw [color=c, fill=c] (5.48,4.3131) rectangle (5.64,4.36736);
  5643. \draw [color=c, fill=c] (5.64,4.3131) rectangle (5.8,4.36736);
  5644. \definecolor{c}{rgb}{0.386667,0,1};
  5645. \draw [color=c, fill=c] (5.8,4.3131) rectangle (5.96,4.36736);
  5646. \definecolor{c}{rgb}{0.2,0,1};
  5647. \draw [color=c, fill=c] (5.96,4.3131) rectangle (6.12,4.36736);
  5648. \draw [color=c, fill=c] (6.12,4.3131) rectangle (6.28,4.36736);
  5649. \draw [color=c, fill=c] (6.28,4.3131) rectangle (6.44,4.36736);
  5650. \definecolor{c}{rgb}{0.386667,0,1};
  5651. \draw [color=c, fill=c] (6.44,4.3131) rectangle (6.6,4.36736);
  5652. \draw [color=c, fill=c] (6.6,4.3131) rectangle (6.76,4.36736);
  5653. \definecolor{c}{rgb}{0.2,0,1};
  5654. \draw [color=c, fill=c] (6.76,4.3131) rectangle (6.92,4.36736);
  5655. \definecolor{c}{rgb}{0.386667,0,1};
  5656. \draw [color=c, fill=c] (6.92,4.3131) rectangle (7.08,4.36736);
  5657. \draw [color=c, fill=c] (7.08,4.3131) rectangle (7.24,4.36736);
  5658. \draw [color=c, fill=c] (7.56,4.3131) rectangle (7.72,4.36736);
  5659. \definecolor{c}{rgb}{0.2,0,1};
  5660. \draw [color=c, fill=c] (7.72,4.3131) rectangle (7.88,4.36736);
  5661. \definecolor{c}{rgb}{0.386667,0,1};
  5662. \draw [color=c, fill=c] (8.2,4.3131) rectangle (8.36,4.36736);
  5663. \draw [color=c, fill=c] (8.36,4.3131) rectangle (8.52,4.36736);
  5664. \draw [color=c, fill=c] (8.52,4.3131) rectangle (8.68,4.36736);
  5665. \definecolor{c}{rgb}{0,0.733333,1};
  5666. \draw [color=c, fill=c] (1,4.36736) rectangle (1.16,4.42161);
  5667. \definecolor{c}{rgb}{0,0.266667,1};
  5668. \draw [color=c, fill=c] (1.16,4.36736) rectangle (1.32,4.42161);
  5669. \definecolor{c}{rgb}{0,0.733333,1};
  5670. \draw [color=c, fill=c] (1.32,4.36736) rectangle (1.48,4.42161);
  5671. \definecolor{c}{rgb}{0,1,0.8};
  5672. \draw [color=c, fill=c] (1.48,4.36736) rectangle (1.64,4.42161);
  5673. \draw [color=c, fill=c] (1.64,4.36736) rectangle (1.8,4.42161);
  5674. \definecolor{c}{rgb}{0,1,0.52};
  5675. \draw [color=c, fill=c] (1.8,4.36736) rectangle (1.96,4.42161);
  5676. \definecolor{c}{rgb}{0,1,0.8};
  5677. \draw [color=c, fill=c] (1.96,4.36736) rectangle (2.12,4.42161);
  5678. \definecolor{c}{rgb}{0,1,0.986667};
  5679. \draw [color=c, fill=c] (2.12,4.36736) rectangle (2.28,4.42161);
  5680. \definecolor{c}{rgb}{0,0.266667,1};
  5681. \draw [color=c, fill=c] (2.28,4.36736) rectangle (2.44,4.42161);
  5682. \definecolor{c}{rgb}{0,1,0.986667};
  5683. \draw [color=c, fill=c] (2.44,4.36736) rectangle (2.6,4.42161);
  5684. \definecolor{c}{rgb}{0,0.546667,1};
  5685. \draw [color=c, fill=c] (2.6,4.36736) rectangle (2.76,4.42161);
  5686. \draw [color=c, fill=c] (2.76,4.36736) rectangle (2.92,4.42161);
  5687. \definecolor{c}{rgb}{0,0.733333,1};
  5688. \draw [color=c, fill=c] (2.92,4.36736) rectangle (3.08,4.42161);
  5689. \definecolor{c}{rgb}{0,0.0800001,1};
  5690. \draw [color=c, fill=c] (3.08,4.36736) rectangle (3.24,4.42161);
  5691. \definecolor{c}{rgb}{0,0.266667,1};
  5692. \draw [color=c, fill=c] (3.24,4.36736) rectangle (3.4,4.42161);
  5693. \draw [color=c, fill=c] (3.4,4.36736) rectangle (3.56,4.42161);
  5694. \definecolor{c}{rgb}{0.2,0,1};
  5695. \draw [color=c, fill=c] (3.56,4.36736) rectangle (3.72,4.42161);
  5696. \draw [color=c, fill=c] (3.72,4.36736) rectangle (3.88,4.42161);
  5697. \definecolor{c}{rgb}{0,0.0800001,1};
  5698. \draw [color=c, fill=c] (3.88,4.36736) rectangle (4.04,4.42161);
  5699. \definecolor{c}{rgb}{0.2,0,1};
  5700. \draw [color=c, fill=c] (4.04,4.36736) rectangle (4.2,4.42161);
  5701. \definecolor{c}{rgb}{0,0.0800001,1};
  5702. \draw [color=c, fill=c] (4.2,4.36736) rectangle (4.36,4.42161);
  5703. \definecolor{c}{rgb}{0.2,0,1};
  5704. \draw [color=c, fill=c] (4.36,4.36736) rectangle (4.52,4.42161);
  5705. \definecolor{c}{rgb}{0,0.0800001,1};
  5706. \draw [color=c, fill=c] (4.52,4.36736) rectangle (4.68,4.42161);
  5707. \definecolor{c}{rgb}{0.386667,0,1};
  5708. \draw [color=c, fill=c] (4.68,4.36736) rectangle (4.84,4.42161);
  5709. \definecolor{c}{rgb}{0.2,0,1};
  5710. \draw [color=c, fill=c] (4.84,4.36736) rectangle (5,4.42161);
  5711. \draw [color=c, fill=c] (5,4.36736) rectangle (5.16,4.42161);
  5712. \draw [color=c, fill=c] (5.16,4.36736) rectangle (5.32,4.42161);
  5713. \definecolor{c}{rgb}{0.386667,0,1};
  5714. \draw [color=c, fill=c] (5.48,4.36736) rectangle (5.64,4.42161);
  5715. \definecolor{c}{rgb}{0.2,0,1};
  5716. \draw [color=c, fill=c] (5.64,4.36736) rectangle (5.8,4.42161);
  5717. \definecolor{c}{rgb}{0.386667,0,1};
  5718. \draw [color=c, fill=c] (5.8,4.36736) rectangle (5.96,4.42161);
  5719. \draw [color=c, fill=c] (6.12,4.36736) rectangle (6.28,4.42161);
  5720. \draw [color=c, fill=c] (6.28,4.36736) rectangle (6.44,4.42161);
  5721. \draw [color=c, fill=c] (6.44,4.36736) rectangle (6.6,4.42161);
  5722. \draw [color=c, fill=c] (6.76,4.36736) rectangle (6.92,4.42161);
  5723. \draw [color=c, fill=c] (7.08,4.36736) rectangle (7.24,4.42161);
  5724. \draw [color=c, fill=c] (7.24,4.36736) rectangle (7.4,4.42161);
  5725. \draw [color=c, fill=c] (7.4,4.36736) rectangle (7.56,4.42161);
  5726. \draw [color=c, fill=c] (7.88,4.36736) rectangle (8.04,4.42161);
  5727. \draw [color=c, fill=c] (8.2,4.36736) rectangle (8.36,4.42161);
  5728. \draw [color=c, fill=c] (8.36,4.36736) rectangle (8.52,4.42161);
  5729. \definecolor{c}{rgb}{0,1,0.8};
  5730. \draw [color=c, fill=c] (1,4.42161) rectangle (1.16,4.47586);
  5731. \definecolor{c}{rgb}{0,0.733333,1};
  5732. \draw [color=c, fill=c] (1.16,4.42161) rectangle (1.32,4.47586);
  5733. \definecolor{c}{rgb}{0,1,0.8};
  5734. \draw [color=c, fill=c] (1.32,4.42161) rectangle (1.48,4.47586);
  5735. \definecolor{c}{rgb}{0,0.733333,1};
  5736. \draw [color=c, fill=c] (1.48,4.42161) rectangle (1.64,4.47586);
  5737. \definecolor{c}{rgb}{0,1,0.8};
  5738. \draw [color=c, fill=c] (1.64,4.42161) rectangle (1.8,4.47586);
  5739. \definecolor{c}{rgb}{0,1,0.52};
  5740. \draw [color=c, fill=c] (1.8,4.42161) rectangle (1.96,4.47586);
  5741. \definecolor{c}{rgb}{0,0.733333,1};
  5742. \draw [color=c, fill=c] (1.96,4.42161) rectangle (2.12,4.47586);
  5743. \definecolor{c}{rgb}{0,1,0.8};
  5744. \draw [color=c, fill=c] (2.12,4.42161) rectangle (2.28,4.47586);
  5745. \definecolor{c}{rgb}{0,0.266667,1};
  5746. \draw [color=c, fill=c] (2.28,4.42161) rectangle (2.44,4.47586);
  5747. \definecolor{c}{rgb}{0,0.546667,1};
  5748. \draw [color=c, fill=c] (2.44,4.42161) rectangle (2.6,4.47586);
  5749. \draw [color=c, fill=c] (2.6,4.42161) rectangle (2.76,4.47586);
  5750. \definecolor{c}{rgb}{0,0.266667,1};
  5751. \draw [color=c, fill=c] (2.76,4.42161) rectangle (2.92,4.47586);
  5752. \definecolor{c}{rgb}{0,0.546667,1};
  5753. \draw [color=c, fill=c] (2.92,4.42161) rectangle (3.08,4.47586);
  5754. \definecolor{c}{rgb}{0,0.266667,1};
  5755. \draw [color=c, fill=c] (3.08,4.42161) rectangle (3.24,4.47586);
  5756. \draw [color=c, fill=c] (3.24,4.42161) rectangle (3.4,4.47586);
  5757. \draw [color=c, fill=c] (3.4,4.42161) rectangle (3.56,4.47586);
  5758. \definecolor{c}{rgb}{0.2,0,1};
  5759. \draw [color=c, fill=c] (3.56,4.42161) rectangle (3.72,4.47586);
  5760. \definecolor{c}{rgb}{0,0.0800001,1};
  5761. \draw [color=c, fill=c] (3.72,4.42161) rectangle (3.88,4.47586);
  5762. \definecolor{c}{rgb}{0.2,0,1};
  5763. \draw [color=c, fill=c] (3.88,4.42161) rectangle (4.04,4.47586);
  5764. \draw [color=c, fill=c] (4.04,4.42161) rectangle (4.2,4.47586);
  5765. \draw [color=c, fill=c] (4.2,4.42161) rectangle (4.36,4.47586);
  5766. \draw [color=c, fill=c] (4.36,4.42161) rectangle (4.52,4.47586);
  5767. \draw [color=c, fill=c] (4.52,4.42161) rectangle (4.68,4.47586);
  5768. \definecolor{c}{rgb}{0.386667,0,1};
  5769. \draw [color=c, fill=c] (4.68,4.42161) rectangle (4.84,4.47586);
  5770. \draw [color=c, fill=c] (4.84,4.42161) rectangle (5,4.47586);
  5771. \definecolor{c}{rgb}{0.2,0,1};
  5772. \draw [color=c, fill=c] (5,4.42161) rectangle (5.16,4.47586);
  5773. \definecolor{c}{rgb}{0.386667,0,1};
  5774. \draw [color=c, fill=c] (5.32,4.42161) rectangle (5.48,4.47586);
  5775. \draw [color=c, fill=c] (5.48,4.42161) rectangle (5.64,4.47586);
  5776. \draw [color=c, fill=c] (5.64,4.42161) rectangle (5.8,4.47586);
  5777. \draw [color=c, fill=c] (5.8,4.42161) rectangle (5.96,4.47586);
  5778. \draw [color=c, fill=c] (5.96,4.42161) rectangle (6.12,4.47586);
  5779. \draw [color=c, fill=c] (6.12,4.42161) rectangle (6.28,4.47586);
  5780. \draw [color=c, fill=c] (6.28,4.42161) rectangle (6.44,4.47586);
  5781. \definecolor{c}{rgb}{0.2,0,1};
  5782. \draw [color=c, fill=c] (6.44,4.42161) rectangle (6.6,4.47586);
  5783. \definecolor{c}{rgb}{0.386667,0,1};
  5784. \draw [color=c, fill=c] (6.6,4.42161) rectangle (6.76,4.47586);
  5785. \definecolor{c}{rgb}{0.2,0,1};
  5786. \draw [color=c, fill=c] (6.76,4.42161) rectangle (6.92,4.47586);
  5787. \definecolor{c}{rgb}{0.386667,0,1};
  5788. \draw [color=c, fill=c] (7.4,4.42161) rectangle (7.56,4.47586);
  5789. \definecolor{c}{rgb}{0,0.266667,1};
  5790. \draw [color=c, fill=c] (1,4.47586) rectangle (1.16,4.53011);
  5791. \definecolor{c}{rgb}{0,0.733333,1};
  5792. \draw [color=c, fill=c] (1.16,4.47586) rectangle (1.32,4.53011);
  5793. \draw [color=c, fill=c] (1.32,4.47586) rectangle (1.48,4.53011);
  5794. \definecolor{c}{rgb}{0,1,0.986667};
  5795. \draw [color=c, fill=c] (1.48,4.47586) rectangle (1.64,4.53011);
  5796. \definecolor{c}{rgb}{0,1,0.8};
  5797. \draw [color=c, fill=c] (1.64,4.47586) rectangle (1.8,4.53011);
  5798. \definecolor{c}{rgb}{0,0.546667,1};
  5799. \draw [color=c, fill=c] (1.8,4.47586) rectangle (1.96,4.53011);
  5800. \definecolor{c}{rgb}{0,0.733333,1};
  5801. \draw [color=c, fill=c] (1.96,4.47586) rectangle (2.12,4.53011);
  5802. \definecolor{c}{rgb}{0,0.546667,1};
  5803. \draw [color=c, fill=c] (2.12,4.47586) rectangle (2.28,4.53011);
  5804. \definecolor{c}{rgb}{0,0.266667,1};
  5805. \draw [color=c, fill=c] (2.28,4.47586) rectangle (2.44,4.53011);
  5806. \definecolor{c}{rgb}{0,0.546667,1};
  5807. \draw [color=c, fill=c] (2.44,4.47586) rectangle (2.6,4.53011);
  5808. \definecolor{c}{rgb}{0,0.266667,1};
  5809. \draw [color=c, fill=c] (2.6,4.47586) rectangle (2.76,4.53011);
  5810. \definecolor{c}{rgb}{0,0.0800001,1};
  5811. \draw [color=c, fill=c] (2.76,4.47586) rectangle (2.92,4.53011);
  5812. \definecolor{c}{rgb}{0,0.266667,1};
  5813. \draw [color=c, fill=c] (2.92,4.47586) rectangle (3.08,4.53011);
  5814. \definecolor{c}{rgb}{0.2,0,1};
  5815. \draw [color=c, fill=c] (3.08,4.47586) rectangle (3.24,4.53011);
  5816. \definecolor{c}{rgb}{0,0.0800001,1};
  5817. \draw [color=c, fill=c] (3.24,4.47586) rectangle (3.4,4.53011);
  5818. \definecolor{c}{rgb}{0,0.546667,1};
  5819. \draw [color=c, fill=c] (3.4,4.47586) rectangle (3.56,4.53011);
  5820. \definecolor{c}{rgb}{0,0.0800001,1};
  5821. \draw [color=c, fill=c] (3.56,4.47586) rectangle (3.72,4.53011);
  5822. \draw [color=c, fill=c] (3.72,4.47586) rectangle (3.88,4.53011);
  5823. \draw [color=c, fill=c] (3.88,4.47586) rectangle (4.04,4.53011);
  5824. \definecolor{c}{rgb}{0.2,0,1};
  5825. \draw [color=c, fill=c] (4.04,4.47586) rectangle (4.2,4.53011);
  5826. \definecolor{c}{rgb}{0.386667,0,1};
  5827. \draw [color=c, fill=c] (4.2,4.47586) rectangle (4.36,4.53011);
  5828. \definecolor{c}{rgb}{0.2,0,1};
  5829. \draw [color=c, fill=c] (4.36,4.47586) rectangle (4.52,4.53011);
  5830. \definecolor{c}{rgb}{0.386667,0,1};
  5831. \draw [color=c, fill=c] (4.52,4.47586) rectangle (4.68,4.53011);
  5832. \draw [color=c, fill=c] (4.68,4.47586) rectangle (4.84,4.53011);
  5833. \draw [color=c, fill=c] (4.84,4.47586) rectangle (5,4.53011);
  5834. \draw [color=c, fill=c] (5.32,4.47586) rectangle (5.48,4.53011);
  5835. \definecolor{c}{rgb}{0,0.0800001,1};
  5836. \draw [color=c, fill=c] (5.48,4.47586) rectangle (5.64,4.53011);
  5837. \definecolor{c}{rgb}{0.2,0,1};
  5838. \draw [color=c, fill=c] (5.64,4.47586) rectangle (5.8,4.53011);
  5839. \definecolor{c}{rgb}{0.386667,0,1};
  5840. \draw [color=c, fill=c] (5.8,4.47586) rectangle (5.96,4.53011);
  5841. \draw [color=c, fill=c] (6.28,4.47586) rectangle (6.44,4.53011);
  5842. \draw [color=c, fill=c] (6.44,4.47586) rectangle (6.6,4.53011);
  5843. \draw [color=c, fill=c] (6.76,4.47586) rectangle (6.92,4.53011);
  5844. \definecolor{c}{rgb}{0.2,0,1};
  5845. \draw [color=c, fill=c] (6.92,4.47586) rectangle (7.08,4.53011);
  5846. \definecolor{c}{rgb}{0,0.266667,1};
  5847. \draw [color=c, fill=c] (1,4.53011) rectangle (1.16,4.58437);
  5848. \definecolor{c}{rgb}{0,1,0.986667};
  5849. \draw [color=c, fill=c] (1.16,4.53011) rectangle (1.32,4.58437);
  5850. \definecolor{c}{rgb}{0,0.546667,1};
  5851. \draw [color=c, fill=c] (1.32,4.53011) rectangle (1.48,4.58437);
  5852. \draw [color=c, fill=c] (1.48,4.53011) rectangle (1.64,4.58437);
  5853. \definecolor{c}{rgb}{0,1,0.986667};
  5854. \draw [color=c, fill=c] (1.64,4.53011) rectangle (1.8,4.58437);
  5855. \definecolor{c}{rgb}{0,0.546667,1};
  5856. \draw [color=c, fill=c] (1.8,4.53011) rectangle (1.96,4.58437);
  5857. \definecolor{c}{rgb}{0,0.266667,1};
  5858. \draw [color=c, fill=c] (1.96,4.53011) rectangle (2.12,4.58437);
  5859. \definecolor{c}{rgb}{0,0.0800001,1};
  5860. \draw [color=c, fill=c] (2.12,4.53011) rectangle (2.28,4.58437);
  5861. \definecolor{c}{rgb}{0,0.733333,1};
  5862. \draw [color=c, fill=c] (2.28,4.53011) rectangle (2.44,4.58437);
  5863. \definecolor{c}{rgb}{0,0.0800001,1};
  5864. \draw [color=c, fill=c] (2.44,4.53011) rectangle (2.6,4.58437);
  5865. \definecolor{c}{rgb}{0,0.546667,1};
  5866. \draw [color=c, fill=c] (2.6,4.53011) rectangle (2.76,4.58437);
  5867. \definecolor{c}{rgb}{0,0.266667,1};
  5868. \draw [color=c, fill=c] (2.76,4.53011) rectangle (2.92,4.58437);
  5869. \draw [color=c, fill=c] (2.92,4.53011) rectangle (3.08,4.58437);
  5870. \definecolor{c}{rgb}{0,0.0800001,1};
  5871. \draw [color=c, fill=c] (3.08,4.53011) rectangle (3.24,4.58437);
  5872. \definecolor{c}{rgb}{0.2,0,1};
  5873. \draw [color=c, fill=c] (3.24,4.53011) rectangle (3.4,4.58437);
  5874. \definecolor{c}{rgb}{0,0.546667,1};
  5875. \draw [color=c, fill=c] (3.4,4.53011) rectangle (3.56,4.58437);
  5876. \definecolor{c}{rgb}{0,0.0800001,1};
  5877. \draw [color=c, fill=c] (3.56,4.53011) rectangle (3.72,4.58437);
  5878. \definecolor{c}{rgb}{0.2,0,1};
  5879. \draw [color=c, fill=c] (3.72,4.53011) rectangle (3.88,4.58437);
  5880. \draw [color=c, fill=c] (3.88,4.53011) rectangle (4.04,4.58437);
  5881. \draw [color=c, fill=c] (4.04,4.53011) rectangle (4.2,4.58437);
  5882. \draw [color=c, fill=c] (4.2,4.53011) rectangle (4.36,4.58437);
  5883. \definecolor{c}{rgb}{0,0.0800001,1};
  5884. \draw [color=c, fill=c] (4.36,4.53011) rectangle (4.52,4.58437);
  5885. \definecolor{c}{rgb}{0.2,0,1};
  5886. \draw [color=c, fill=c] (4.52,4.53011) rectangle (4.68,4.58437);
  5887. \definecolor{c}{rgb}{0.386667,0,1};
  5888. \draw [color=c, fill=c] (4.68,4.53011) rectangle (4.84,4.58437);
  5889. \definecolor{c}{rgb}{0.2,0,1};
  5890. \draw [color=c, fill=c] (4.84,4.53011) rectangle (5,4.58437);
  5891. \definecolor{c}{rgb}{0.386667,0,1};
  5892. \draw [color=c, fill=c] (5,4.53011) rectangle (5.16,4.58437);
  5893. \definecolor{c}{rgb}{0.2,0,1};
  5894. \draw [color=c, fill=c] (5.16,4.53011) rectangle (5.32,4.58437);
  5895. \definecolor{c}{rgb}{0.386667,0,1};
  5896. \draw [color=c, fill=c] (5.32,4.53011) rectangle (5.48,4.58437);
  5897. \draw [color=c, fill=c] (5.48,4.53011) rectangle (5.64,4.58437);
  5898. \draw [color=c, fill=c] (5.8,4.53011) rectangle (5.96,4.58437);
  5899. \draw [color=c, fill=c] (5.96,4.53011) rectangle (6.12,4.58437);
  5900. \draw [color=c, fill=c] (6.28,4.53011) rectangle (6.44,4.58437);
  5901. \draw [color=c, fill=c] (6.76,4.53011) rectangle (6.92,4.58437);
  5902. \draw [color=c, fill=c] (6.92,4.53011) rectangle (7.08,4.58437);
  5903. \draw [color=c, fill=c] (7.72,4.53011) rectangle (7.88,4.58437);
  5904. \definecolor{c}{rgb}{0,0.266667,1};
  5905. \draw [color=c, fill=c] (1,4.58437) rectangle (1.16,4.63862);
  5906. \definecolor{c}{rgb}{0,0.0800001,1};
  5907. \draw [color=c, fill=c] (1.16,4.58437) rectangle (1.32,4.63862);
  5908. \draw [color=c, fill=c] (1.32,4.58437) rectangle (1.48,4.63862);
  5909. \definecolor{c}{rgb}{0,0.266667,1};
  5910. \draw [color=c, fill=c] (1.48,4.58437) rectangle (1.64,4.63862);
  5911. \definecolor{c}{rgb}{0,0.733333,1};
  5912. \draw [color=c, fill=c] (1.64,4.58437) rectangle (1.8,4.63862);
  5913. \definecolor{c}{rgb}{0,1,0.8};
  5914. \draw [color=c, fill=c] (1.8,4.58437) rectangle (1.96,4.63862);
  5915. \definecolor{c}{rgb}{0,0.733333,1};
  5916. \draw [color=c, fill=c] (1.96,4.58437) rectangle (2.12,4.63862);
  5917. \definecolor{c}{rgb}{0,0.546667,1};
  5918. \draw [color=c, fill=c] (2.12,4.58437) rectangle (2.28,4.63862);
  5919. \definecolor{c}{rgb}{0,0.266667,1};
  5920. \draw [color=c, fill=c] (2.28,4.58437) rectangle (2.44,4.63862);
  5921. \definecolor{c}{rgb}{0,0.0800001,1};
  5922. \draw [color=c, fill=c] (2.44,4.58437) rectangle (2.6,4.63862);
  5923. \draw [color=c, fill=c] (2.6,4.58437) rectangle (2.76,4.63862);
  5924. \definecolor{c}{rgb}{0,0.266667,1};
  5925. \draw [color=c, fill=c] (2.76,4.58437) rectangle (2.92,4.63862);
  5926. \definecolor{c}{rgb}{0.2,0,1};
  5927. \draw [color=c, fill=c] (2.92,4.58437) rectangle (3.08,4.63862);
  5928. \draw [color=c, fill=c] (3.08,4.58437) rectangle (3.24,4.63862);
  5929. \definecolor{c}{rgb}{0,0.546667,1};
  5930. \draw [color=c, fill=c] (3.24,4.58437) rectangle (3.4,4.63862);
  5931. \definecolor{c}{rgb}{0,0.266667,1};
  5932. \draw [color=c, fill=c] (3.4,4.58437) rectangle (3.56,4.63862);
  5933. \definecolor{c}{rgb}{0.2,0,1};
  5934. \draw [color=c, fill=c] (3.56,4.58437) rectangle (3.72,4.63862);
  5935. \definecolor{c}{rgb}{0,0.0800001,1};
  5936. \draw [color=c, fill=c] (3.72,4.58437) rectangle (3.88,4.63862);
  5937. \draw [color=c, fill=c] (3.88,4.58437) rectangle (4.04,4.63862);
  5938. \definecolor{c}{rgb}{0.386667,0,1};
  5939. \draw [color=c, fill=c] (4.04,4.58437) rectangle (4.2,4.63862);
  5940. \definecolor{c}{rgb}{0.2,0,1};
  5941. \draw [color=c, fill=c] (4.2,4.58437) rectangle (4.36,4.63862);
  5942. \definecolor{c}{rgb}{0.386667,0,1};
  5943. \draw [color=c, fill=c] (4.36,4.58437) rectangle (4.52,4.63862);
  5944. \definecolor{c}{rgb}{0.2,0,1};
  5945. \draw [color=c, fill=c] (4.52,4.58437) rectangle (4.68,4.63862);
  5946. \definecolor{c}{rgb}{0.386667,0,1};
  5947. \draw [color=c, fill=c] (5,4.58437) rectangle (5.16,4.63862);
  5948. \definecolor{c}{rgb}{0.2,0,1};
  5949. \draw [color=c, fill=c] (5.16,4.58437) rectangle (5.32,4.63862);
  5950. \definecolor{c}{rgb}{0.386667,0,1};
  5951. \draw [color=c, fill=c] (5.32,4.58437) rectangle (5.48,4.63862);
  5952. \draw [color=c, fill=c] (5.64,4.58437) rectangle (5.8,4.63862);
  5953. \draw [color=c, fill=c] (5.8,4.58437) rectangle (5.96,4.63862);
  5954. \draw [color=c, fill=c] (6.12,4.58437) rectangle (6.28,4.63862);
  5955. \draw [color=c, fill=c] (6.44,4.58437) rectangle (6.6,4.63862);
  5956. \draw [color=c, fill=c] (6.92,4.58437) rectangle (7.08,4.63862);
  5957. \draw [color=c, fill=c] (7.08,4.58437) rectangle (7.24,4.63862);
  5958. \draw [color=c, fill=c] (7.24,4.58437) rectangle (7.4,4.63862);
  5959. \draw [color=c, fill=c] (7.56,4.58437) rectangle (7.72,4.63862);
  5960. \definecolor{c}{rgb}{0,0.266667,1};
  5961. \draw [color=c, fill=c] (1,4.63862) rectangle (1.16,4.69287);
  5962. \draw [color=c, fill=c] (1.16,4.63862) rectangle (1.32,4.69287);
  5963. \definecolor{c}{rgb}{0,0.0800001,1};
  5964. \draw [color=c, fill=c] (1.32,4.63862) rectangle (1.48,4.69287);
  5965. \definecolor{c}{rgb}{0,0.546667,1};
  5966. \draw [color=c, fill=c] (1.48,4.63862) rectangle (1.64,4.69287);
  5967. \definecolor{c}{rgb}{0,1,0.986667};
  5968. \draw [color=c, fill=c] (1.64,4.63862) rectangle (1.8,4.69287);
  5969. \definecolor{c}{rgb}{0,0.733333,1};
  5970. \draw [color=c, fill=c] (1.8,4.63862) rectangle (1.96,4.69287);
  5971. \definecolor{c}{rgb}{0,0.0800001,1};
  5972. \draw [color=c, fill=c] (1.96,4.63862) rectangle (2.12,4.69287);
  5973. \definecolor{c}{rgb}{0,0.546667,1};
  5974. \draw [color=c, fill=c] (2.12,4.63862) rectangle (2.28,4.69287);
  5975. \draw [color=c, fill=c] (2.28,4.63862) rectangle (2.44,4.69287);
  5976. \draw [color=c, fill=c] (2.44,4.63862) rectangle (2.6,4.69287);
  5977. \definecolor{c}{rgb}{0,0.0800001,1};
  5978. \draw [color=c, fill=c] (2.6,4.63862) rectangle (2.76,4.69287);
  5979. \definecolor{c}{rgb}{0,0.266667,1};
  5980. \draw [color=c, fill=c] (2.76,4.63862) rectangle (2.92,4.69287);
  5981. \draw [color=c, fill=c] (2.92,4.63862) rectangle (3.08,4.69287);
  5982. \definecolor{c}{rgb}{0.2,0,1};
  5983. \draw [color=c, fill=c] (3.08,4.63862) rectangle (3.24,4.69287);
  5984. \draw [color=c, fill=c] (3.24,4.63862) rectangle (3.4,4.69287);
  5985. \draw [color=c, fill=c] (3.4,4.63862) rectangle (3.56,4.69287);
  5986. \definecolor{c}{rgb}{0.386667,0,1};
  5987. \draw [color=c, fill=c] (3.56,4.63862) rectangle (3.72,4.69287);
  5988. \definecolor{c}{rgb}{0.2,0,1};
  5989. \draw [color=c, fill=c] (3.72,4.63862) rectangle (3.88,4.69287);
  5990. \draw [color=c, fill=c] (3.88,4.63862) rectangle (4.04,4.69287);
  5991. \definecolor{c}{rgb}{0,0.0800001,1};
  5992. \draw [color=c, fill=c] (4.04,4.63862) rectangle (4.2,4.69287);
  5993. \draw [color=c, fill=c] (4.2,4.63862) rectangle (4.36,4.69287);
  5994. \definecolor{c}{rgb}{0.2,0,1};
  5995. \draw [color=c, fill=c] (4.36,4.63862) rectangle (4.52,4.69287);
  5996. \definecolor{c}{rgb}{0.386667,0,1};
  5997. \draw [color=c, fill=c] (4.52,4.63862) rectangle (4.68,4.69287);
  5998. \draw [color=c, fill=c] (4.68,4.63862) rectangle (4.84,4.69287);
  5999. \draw [color=c, fill=c] (5,4.63862) rectangle (5.16,4.69287);
  6000. \definecolor{c}{rgb}{0.2,0,1};
  6001. \draw [color=c, fill=c] (5.16,4.63862) rectangle (5.32,4.69287);
  6002. \definecolor{c}{rgb}{0.386667,0,1};
  6003. \draw [color=c, fill=c] (5.32,4.63862) rectangle (5.48,4.69287);
  6004. \definecolor{c}{rgb}{0.2,0,1};
  6005. \draw [color=c, fill=c] (5.64,4.63862) rectangle (5.8,4.69287);
  6006. \definecolor{c}{rgb}{0.386667,0,1};
  6007. \draw [color=c, fill=c] (5.8,4.63862) rectangle (5.96,4.69287);
  6008. \definecolor{c}{rgb}{0.2,0,1};
  6009. \draw [color=c, fill=c] (5.96,4.63862) rectangle (6.12,4.69287);
  6010. \definecolor{c}{rgb}{0.386667,0,1};
  6011. \draw [color=c, fill=c] (6.12,4.63862) rectangle (6.28,4.69287);
  6012. \draw [color=c, fill=c] (6.76,4.63862) rectangle (6.92,4.69287);
  6013. \definecolor{c}{rgb}{0.2,0,1};
  6014. \draw [color=c, fill=c] (6.92,4.63862) rectangle (7.08,4.69287);
  6015. \definecolor{c}{rgb}{0,0.546667,1};
  6016. \draw [color=c, fill=c] (1,4.69287) rectangle (1.16,4.74713);
  6017. \definecolor{c}{rgb}{0,0.266667,1};
  6018. \draw [color=c, fill=c] (1.16,4.69287) rectangle (1.32,4.74713);
  6019. \definecolor{c}{rgb}{0,0.733333,1};
  6020. \draw [color=c, fill=c] (1.32,4.69287) rectangle (1.48,4.74713);
  6021. \definecolor{c}{rgb}{0,0.0800001,1};
  6022. \draw [color=c, fill=c] (1.48,4.69287) rectangle (1.64,4.74713);
  6023. \definecolor{c}{rgb}{0,0.546667,1};
  6024. \draw [color=c, fill=c] (1.64,4.69287) rectangle (1.8,4.74713);
  6025. \definecolor{c}{rgb}{0,0.0800001,1};
  6026. \draw [color=c, fill=c] (1.8,4.69287) rectangle (1.96,4.74713);
  6027. \definecolor{c}{rgb}{0,0.733333,1};
  6028. \draw [color=c, fill=c] (1.96,4.69287) rectangle (2.12,4.74713);
  6029. \definecolor{c}{rgb}{0,0.546667,1};
  6030. \draw [color=c, fill=c] (2.12,4.69287) rectangle (2.28,4.74713);
  6031. \definecolor{c}{rgb}{0.2,0,1};
  6032. \draw [color=c, fill=c] (2.28,4.69287) rectangle (2.44,4.74713);
  6033. \definecolor{c}{rgb}{0,0.0800001,1};
  6034. \draw [color=c, fill=c] (2.44,4.69287) rectangle (2.6,4.74713);
  6035. \draw [color=c, fill=c] (2.6,4.69287) rectangle (2.76,4.74713);
  6036. \draw [color=c, fill=c] (2.76,4.69287) rectangle (2.92,4.74713);
  6037. \definecolor{c}{rgb}{0,0.546667,1};
  6038. \draw [color=c, fill=c] (2.92,4.69287) rectangle (3.08,4.74713);
  6039. \definecolor{c}{rgb}{0.2,0,1};
  6040. \draw [color=c, fill=c] (3.08,4.69287) rectangle (3.24,4.74713);
  6041. \draw [color=c, fill=c] (3.24,4.69287) rectangle (3.4,4.74713);
  6042. \draw [color=c, fill=c] (3.4,4.69287) rectangle (3.56,4.74713);
  6043. \definecolor{c}{rgb}{0,0.0800001,1};
  6044. \draw [color=c, fill=c] (3.56,4.69287) rectangle (3.72,4.74713);
  6045. \definecolor{c}{rgb}{0.2,0,1};
  6046. \draw [color=c, fill=c] (3.72,4.69287) rectangle (3.88,4.74713);
  6047. \draw [color=c, fill=c] (3.88,4.69287) rectangle (4.04,4.74713);
  6048. \draw [color=c, fill=c] (4.04,4.69287) rectangle (4.2,4.74713);
  6049. \draw [color=c, fill=c] (4.2,4.69287) rectangle (4.36,4.74713);
  6050. \draw [color=c, fill=c] (4.36,4.69287) rectangle (4.52,4.74713);
  6051. \draw [color=c, fill=c] (4.52,4.69287) rectangle (4.68,4.74713);
  6052. \definecolor{c}{rgb}{0.386667,0,1};
  6053. \draw [color=c, fill=c] (4.84,4.69287) rectangle (5,4.74713);
  6054. \draw [color=c, fill=c] (5,4.69287) rectangle (5.16,4.74713);
  6055. \draw [color=c, fill=c] (5.16,4.69287) rectangle (5.32,4.74713);
  6056. \definecolor{c}{rgb}{0.2,0,1};
  6057. \draw [color=c, fill=c] (5.64,4.69287) rectangle (5.8,4.74713);
  6058. \definecolor{c}{rgb}{0.386667,0,1};
  6059. \draw [color=c, fill=c] (5.8,4.69287) rectangle (5.96,4.74713);
  6060. \draw [color=c, fill=c] (5.96,4.69287) rectangle (6.12,4.74713);
  6061. \draw [color=c, fill=c] (6.12,4.69287) rectangle (6.28,4.74713);
  6062. \draw [color=c, fill=c] (6.44,4.69287) rectangle (6.6,4.74713);
  6063. \draw [color=c, fill=c] (6.92,4.69287) rectangle (7.08,4.74713);
  6064. \draw [color=c, fill=c] (7.08,4.69287) rectangle (7.24,4.74713);
  6065. \definecolor{c}{rgb}{0,0.266667,1};
  6066. \draw [color=c, fill=c] (1,4.74713) rectangle (1.16,4.80138);
  6067. \draw [color=c, fill=c] (1.16,4.74713) rectangle (1.32,4.80138);
  6068. \draw [color=c, fill=c] (1.32,4.74713) rectangle (1.48,4.80138);
  6069. \definecolor{c}{rgb}{0,0.546667,1};
  6070. \draw [color=c, fill=c] (1.48,4.74713) rectangle (1.64,4.80138);
  6071. \definecolor{c}{rgb}{0,1,0.986667};
  6072. \draw [color=c, fill=c] (1.64,4.74713) rectangle (1.8,4.80138);
  6073. \definecolor{c}{rgb}{0,0.266667,1};
  6074. \draw [color=c, fill=c] (1.8,4.74713) rectangle (1.96,4.80138);
  6075. \draw [color=c, fill=c] (1.96,4.74713) rectangle (2.12,4.80138);
  6076. \draw [color=c, fill=c] (2.12,4.74713) rectangle (2.28,4.80138);
  6077. \draw [color=c, fill=c] (2.28,4.74713) rectangle (2.44,4.80138);
  6078. \definecolor{c}{rgb}{0.2,0,1};
  6079. \draw [color=c, fill=c] (2.44,4.74713) rectangle (2.6,4.80138);
  6080. \definecolor{c}{rgb}{0,0.0800001,1};
  6081. \draw [color=c, fill=c] (2.6,4.74713) rectangle (2.76,4.80138);
  6082. \definecolor{c}{rgb}{0,0.266667,1};
  6083. \draw [color=c, fill=c] (2.76,4.74713) rectangle (2.92,4.80138);
  6084. \definecolor{c}{rgb}{0.2,0,1};
  6085. \draw [color=c, fill=c] (2.92,4.74713) rectangle (3.08,4.80138);
  6086. \definecolor{c}{rgb}{0,0.0800001,1};
  6087. \draw [color=c, fill=c] (3.08,4.74713) rectangle (3.24,4.80138);
  6088. \draw [color=c, fill=c] (3.24,4.74713) rectangle (3.4,4.80138);
  6089. \draw [color=c, fill=c] (3.4,4.74713) rectangle (3.56,4.80138);
  6090. \definecolor{c}{rgb}{0.386667,0,1};
  6091. \draw [color=c, fill=c] (3.56,4.74713) rectangle (3.72,4.80138);
  6092. \definecolor{c}{rgb}{0.2,0,1};
  6093. \draw [color=c, fill=c] (3.72,4.74713) rectangle (3.88,4.80138);
  6094. \draw [color=c, fill=c] (3.88,4.74713) rectangle (4.04,4.80138);
  6095. \definecolor{c}{rgb}{0,0.266667,1};
  6096. \draw [color=c, fill=c] (4.04,4.74713) rectangle (4.2,4.80138);
  6097. \definecolor{c}{rgb}{0.2,0,1};
  6098. \draw [color=c, fill=c] (4.36,4.74713) rectangle (4.52,4.80138);
  6099. \definecolor{c}{rgb}{0.386667,0,1};
  6100. \draw [color=c, fill=c] (4.52,4.74713) rectangle (4.68,4.80138);
  6101. \draw [color=c, fill=c] (4.68,4.74713) rectangle (4.84,4.80138);
  6102. \draw [color=c, fill=c] (4.84,4.74713) rectangle (5,4.80138);
  6103. \definecolor{c}{rgb}{0.2,0,1};
  6104. \draw [color=c, fill=c] (5,4.74713) rectangle (5.16,4.80138);
  6105. \draw [color=c, fill=c] (5.16,4.74713) rectangle (5.32,4.80138);
  6106. \definecolor{c}{rgb}{0.386667,0,1};
  6107. \draw [color=c, fill=c] (5.32,4.74713) rectangle (5.48,4.80138);
  6108. \definecolor{c}{rgb}{0.2,0,1};
  6109. \draw [color=c, fill=c] (5.48,4.74713) rectangle (5.64,4.80138);
  6110. \definecolor{c}{rgb}{0.386667,0,1};
  6111. \draw [color=c, fill=c] (5.64,4.74713) rectangle (5.8,4.80138);
  6112. \draw [color=c, fill=c] (5.8,4.74713) rectangle (5.96,4.80138);
  6113. \draw [color=c, fill=c] (6.12,4.74713) rectangle (6.28,4.80138);
  6114. \draw [color=c, fill=c] (6.28,4.74713) rectangle (6.44,4.80138);
  6115. \draw [color=c, fill=c] (6.44,4.74713) rectangle (6.6,4.80138);
  6116. \draw [color=c, fill=c] (6.6,4.74713) rectangle (6.76,4.80138);
  6117. \draw [color=c, fill=c] (7.08,4.74713) rectangle (7.24,4.80138);
  6118. \draw [color=c, fill=c] (7.24,4.74713) rectangle (7.4,4.80138);
  6119. \definecolor{c}{rgb}{0,0.546667,1};
  6120. \draw [color=c, fill=c] (1,4.80138) rectangle (1.16,4.85563);
  6121. \draw [color=c, fill=c] (1.16,4.80138) rectangle (1.32,4.85563);
  6122. \definecolor{c}{rgb}{0,0.733333,1};
  6123. \draw [color=c, fill=c] (1.32,4.80138) rectangle (1.48,4.85563);
  6124. \definecolor{c}{rgb}{0,0.266667,1};
  6125. \draw [color=c, fill=c] (1.48,4.80138) rectangle (1.64,4.85563);
  6126. \definecolor{c}{rgb}{0,0.733333,1};
  6127. \draw [color=c, fill=c] (1.64,4.80138) rectangle (1.8,4.85563);
  6128. \definecolor{c}{rgb}{0,0.266667,1};
  6129. \draw [color=c, fill=c] (1.8,4.80138) rectangle (1.96,4.85563);
  6130. \definecolor{c}{rgb}{0,0.733333,1};
  6131. \draw [color=c, fill=c] (1.96,4.80138) rectangle (2.12,4.85563);
  6132. \draw [color=c, fill=c] (2.12,4.80138) rectangle (2.28,4.85563);
  6133. \definecolor{c}{rgb}{0,0.266667,1};
  6134. \draw [color=c, fill=c] (2.28,4.80138) rectangle (2.44,4.85563);
  6135. \definecolor{c}{rgb}{0,0.0800001,1};
  6136. \draw [color=c, fill=c] (2.44,4.80138) rectangle (2.6,4.85563);
  6137. \definecolor{c}{rgb}{0.2,0,1};
  6138. \draw [color=c, fill=c] (2.6,4.80138) rectangle (2.76,4.85563);
  6139. \definecolor{c}{rgb}{0,0.266667,1};
  6140. \draw [color=c, fill=c] (2.76,4.80138) rectangle (2.92,4.85563);
  6141. \definecolor{c}{rgb}{0.2,0,1};
  6142. \draw [color=c, fill=c] (2.92,4.80138) rectangle (3.08,4.85563);
  6143. \definecolor{c}{rgb}{0,0.266667,1};
  6144. \draw [color=c, fill=c] (3.08,4.80138) rectangle (3.24,4.85563);
  6145. \draw [color=c, fill=c] (3.24,4.80138) rectangle (3.4,4.85563);
  6146. \definecolor{c}{rgb}{0,0.0800001,1};
  6147. \draw [color=c, fill=c] (3.4,4.80138) rectangle (3.56,4.85563);
  6148. \definecolor{c}{rgb}{0.386667,0,1};
  6149. \draw [color=c, fill=c] (3.56,4.80138) rectangle (3.72,4.85563);
  6150. \definecolor{c}{rgb}{0.2,0,1};
  6151. \draw [color=c, fill=c] (3.72,4.80138) rectangle (3.88,4.85563);
  6152. \definecolor{c}{rgb}{0,0.0800001,1};
  6153. \draw [color=c, fill=c] (3.88,4.80138) rectangle (4.04,4.85563);
  6154. \draw [color=c, fill=c] (4.04,4.80138) rectangle (4.2,4.85563);
  6155. \definecolor{c}{rgb}{0.386667,0,1};
  6156. \draw [color=c, fill=c] (4.2,4.80138) rectangle (4.36,4.85563);
  6157. \definecolor{c}{rgb}{0.2,0,1};
  6158. \draw [color=c, fill=c] (4.36,4.80138) rectangle (4.52,4.85563);
  6159. \draw [color=c, fill=c] (4.52,4.80138) rectangle (4.68,4.85563);
  6160. \draw [color=c, fill=c] (4.68,4.80138) rectangle (4.84,4.85563);
  6161. \definecolor{c}{rgb}{0.386667,0,1};
  6162. \draw [color=c, fill=c] (4.84,4.80138) rectangle (5,4.85563);
  6163. \draw [color=c, fill=c] (5.32,4.80138) rectangle (5.48,4.85563);
  6164. \draw [color=c, fill=c] (5.48,4.80138) rectangle (5.64,4.85563);
  6165. \draw [color=c, fill=c] (5.96,4.80138) rectangle (6.12,4.85563);
  6166. \draw [color=c, fill=c] (6.28,4.80138) rectangle (6.44,4.85563);
  6167. \draw [color=c, fill=c] (6.6,4.80138) rectangle (6.76,4.85563);
  6168. \definecolor{c}{rgb}{0,0.266667,1};
  6169. \draw [color=c, fill=c] (1,4.85563) rectangle (1.16,4.90988);
  6170. \draw [color=c, fill=c] (1.16,4.85563) rectangle (1.32,4.90988);
  6171. \draw [color=c, fill=c] (1.32,4.85563) rectangle (1.48,4.90988);
  6172. \draw [color=c, fill=c] (1.48,4.85563) rectangle (1.64,4.90988);
  6173. \definecolor{c}{rgb}{0,0.546667,1};
  6174. \draw [color=c, fill=c] (1.64,4.85563) rectangle (1.8,4.90988);
  6175. \definecolor{c}{rgb}{0,0.266667,1};
  6176. \draw [color=c, fill=c] (1.8,4.85563) rectangle (1.96,4.90988);
  6177. \draw [color=c, fill=c] (1.96,4.85563) rectangle (2.12,4.90988);
  6178. \definecolor{c}{rgb}{0,0.546667,1};
  6179. \draw [color=c, fill=c] (2.12,4.85563) rectangle (2.28,4.90988);
  6180. \definecolor{c}{rgb}{0.2,0,1};
  6181. \draw [color=c, fill=c] (2.28,4.85563) rectangle (2.44,4.90988);
  6182. \draw [color=c, fill=c] (2.44,4.85563) rectangle (2.6,4.90988);
  6183. \definecolor{c}{rgb}{0,0.0800001,1};
  6184. \draw [color=c, fill=c] (2.6,4.85563) rectangle (2.76,4.90988);
  6185. \definecolor{c}{rgb}{0.2,0,1};
  6186. \draw [color=c, fill=c] (2.76,4.85563) rectangle (2.92,4.90988);
  6187. \draw [color=c, fill=c] (2.92,4.85563) rectangle (3.08,4.90988);
  6188. \definecolor{c}{rgb}{0.386667,0,1};
  6189. \draw [color=c, fill=c] (3.08,4.85563) rectangle (3.24,4.90988);
  6190. \definecolor{c}{rgb}{0,0.0800001,1};
  6191. \draw [color=c, fill=c] (3.24,4.85563) rectangle (3.4,4.90988);
  6192. \definecolor{c}{rgb}{0.2,0,1};
  6193. \draw [color=c, fill=c] (3.4,4.85563) rectangle (3.56,4.90988);
  6194. \draw [color=c, fill=c] (3.56,4.85563) rectangle (3.72,4.90988);
  6195. \definecolor{c}{rgb}{0,0.0800001,1};
  6196. \draw [color=c, fill=c] (3.72,4.85563) rectangle (3.88,4.90988);
  6197. \definecolor{c}{rgb}{0.386667,0,1};
  6198. \draw [color=c, fill=c] (3.88,4.85563) rectangle (4.04,4.90988);
  6199. \definecolor{c}{rgb}{0.2,0,1};
  6200. \draw [color=c, fill=c] (4.04,4.85563) rectangle (4.2,4.90988);
  6201. \definecolor{c}{rgb}{0.386667,0,1};
  6202. \draw [color=c, fill=c] (4.2,4.85563) rectangle (4.36,4.90988);
  6203. \draw [color=c, fill=c] (4.36,4.85563) rectangle (4.52,4.90988);
  6204. \definecolor{c}{rgb}{0,0.0800001,1};
  6205. \draw [color=c, fill=c] (4.52,4.85563) rectangle (4.68,4.90988);
  6206. \definecolor{c}{rgb}{0.386667,0,1};
  6207. \draw [color=c, fill=c] (4.84,4.85563) rectangle (5,4.90988);
  6208. \draw [color=c, fill=c] (5,4.85563) rectangle (5.16,4.90988);
  6209. \draw [color=c, fill=c] (5.16,4.85563) rectangle (5.32,4.90988);
  6210. \draw [color=c, fill=c] (5.32,4.85563) rectangle (5.48,4.90988);
  6211. \draw [color=c, fill=c] (5.48,4.85563) rectangle (5.64,4.90988);
  6212. \definecolor{c}{rgb}{0.2,0,1};
  6213. \draw [color=c, fill=c] (5.64,4.85563) rectangle (5.8,4.90988);
  6214. \definecolor{c}{rgb}{0.386667,0,1};
  6215. \draw [color=c, fill=c] (6.28,4.85563) rectangle (6.44,4.90988);
  6216. \definecolor{c}{rgb}{0.2,0,1};
  6217. \draw [color=c, fill=c] (1,4.90988) rectangle (1.16,4.96414);
  6218. \definecolor{c}{rgb}{0,0.0800001,1};
  6219. \draw [color=c, fill=c] (1.16,4.90988) rectangle (1.32,4.96414);
  6220. \definecolor{c}{rgb}{0.2,0,1};
  6221. \draw [color=c, fill=c] (1.32,4.90988) rectangle (1.48,4.96414);
  6222. \definecolor{c}{rgb}{0,0.266667,1};
  6223. \draw [color=c, fill=c] (1.48,4.90988) rectangle (1.64,4.96414);
  6224. \draw [color=c, fill=c] (1.64,4.90988) rectangle (1.8,4.96414);
  6225. \definecolor{c}{rgb}{0.2,0,1};
  6226. \draw [color=c, fill=c] (1.8,4.90988) rectangle (1.96,4.96414);
  6227. \definecolor{c}{rgb}{0,0.266667,1};
  6228. \draw [color=c, fill=c] (1.96,4.90988) rectangle (2.12,4.96414);
  6229. \draw [color=c, fill=c] (2.12,4.90988) rectangle (2.28,4.96414);
  6230. \definecolor{c}{rgb}{0.2,0,1};
  6231. \draw [color=c, fill=c] (2.28,4.90988) rectangle (2.44,4.96414);
  6232. \definecolor{c}{rgb}{0,0.266667,1};
  6233. \draw [color=c, fill=c] (2.44,4.90988) rectangle (2.6,4.96414);
  6234. \definecolor{c}{rgb}{0.386667,0,1};
  6235. \draw [color=c, fill=c] (2.6,4.90988) rectangle (2.76,4.96414);
  6236. \definecolor{c}{rgb}{0,0.0800001,1};
  6237. \draw [color=c, fill=c] (2.76,4.90988) rectangle (2.92,4.96414);
  6238. \draw [color=c, fill=c] (2.92,4.90988) rectangle (3.08,4.96414);
  6239. \definecolor{c}{rgb}{0.386667,0,1};
  6240. \draw [color=c, fill=c] (3.08,4.90988) rectangle (3.24,4.96414);
  6241. \definecolor{c}{rgb}{0.2,0,1};
  6242. \draw [color=c, fill=c] (3.24,4.90988) rectangle (3.4,4.96414);
  6243. \draw [color=c, fill=c] (3.4,4.90988) rectangle (3.56,4.96414);
  6244. \definecolor{c}{rgb}{0.386667,0,1};
  6245. \draw [color=c, fill=c] (3.72,4.90988) rectangle (3.88,4.96414);
  6246. \draw [color=c, fill=c] (3.88,4.90988) rectangle (4.04,4.96414);
  6247. \definecolor{c}{rgb}{0.2,0,1};
  6248. \draw [color=c, fill=c] (4.2,4.90988) rectangle (4.36,4.96414);
  6249. \draw [color=c, fill=c] (4.36,4.90988) rectangle (4.52,4.96414);
  6250. \definecolor{c}{rgb}{0.386667,0,1};
  6251. \draw [color=c, fill=c] (4.52,4.90988) rectangle (4.68,4.96414);
  6252. \definecolor{c}{rgb}{0.2,0,1};
  6253. \draw [color=c, fill=c] (4.68,4.90988) rectangle (4.84,4.96414);
  6254. \definecolor{c}{rgb}{0.386667,0,1};
  6255. \draw [color=c, fill=c] (4.84,4.90988) rectangle (5,4.96414);
  6256. \draw [color=c, fill=c] (5.64,4.90988) rectangle (5.8,4.96414);
  6257. \draw [color=c, fill=c] (6.12,4.90988) rectangle (6.28,4.96414);
  6258. \draw [color=c, fill=c] (6.28,4.90988) rectangle (6.44,4.96414);
  6259. \draw [color=c, fill=c] (6.76,4.90988) rectangle (6.92,4.96414);
  6260. \draw [color=c, fill=c] (7.08,4.90988) rectangle (7.24,4.96414);
  6261. \draw [color=c, fill=c] (7.24,4.90988) rectangle (7.4,4.96414);
  6262. \definecolor{c}{rgb}{0,0.0800001,1};
  6263. \draw [color=c, fill=c] (1,4.96414) rectangle (1.16,5.01839);
  6264. \definecolor{c}{rgb}{0.2,0,1};
  6265. \draw [color=c, fill=c] (1.16,4.96414) rectangle (1.32,5.01839);
  6266. \definecolor{c}{rgb}{0,0.0800001,1};
  6267. \draw [color=c, fill=c] (1.32,4.96414) rectangle (1.48,5.01839);
  6268. \definecolor{c}{rgb}{0.2,0,1};
  6269. \draw [color=c, fill=c] (1.48,4.96414) rectangle (1.64,5.01839);
  6270. \definecolor{c}{rgb}{0,0.733333,1};
  6271. \draw [color=c, fill=c] (1.64,4.96414) rectangle (1.8,5.01839);
  6272. \definecolor{c}{rgb}{0,0.0800001,1};
  6273. \draw [color=c, fill=c] (1.8,4.96414) rectangle (1.96,5.01839);
  6274. \definecolor{c}{rgb}{0,0.546667,1};
  6275. \draw [color=c, fill=c] (1.96,4.96414) rectangle (2.12,5.01839);
  6276. \definecolor{c}{rgb}{0,0.266667,1};
  6277. \draw [color=c, fill=c] (2.12,4.96414) rectangle (2.28,5.01839);
  6278. \definecolor{c}{rgb}{0,0.0800001,1};
  6279. \draw [color=c, fill=c] (2.28,4.96414) rectangle (2.44,5.01839);
  6280. \draw [color=c, fill=c] (2.44,4.96414) rectangle (2.6,5.01839);
  6281. \definecolor{c}{rgb}{0.2,0,1};
  6282. \draw [color=c, fill=c] (2.6,4.96414) rectangle (2.76,5.01839);
  6283. \draw [color=c, fill=c] (2.76,4.96414) rectangle (2.92,5.01839);
  6284. \definecolor{c}{rgb}{0,0.0800001,1};
  6285. \draw [color=c, fill=c] (2.92,4.96414) rectangle (3.08,5.01839);
  6286. \definecolor{c}{rgb}{0.2,0,1};
  6287. \draw [color=c, fill=c] (3.08,4.96414) rectangle (3.24,5.01839);
  6288. \draw [color=c, fill=c] (3.24,4.96414) rectangle (3.4,5.01839);
  6289. \definecolor{c}{rgb}{0,0.0800001,1};
  6290. \draw [color=c, fill=c] (3.4,4.96414) rectangle (3.56,5.01839);
  6291. \definecolor{c}{rgb}{0.2,0,1};
  6292. \draw [color=c, fill=c] (3.56,4.96414) rectangle (3.72,5.01839);
  6293. \draw [color=c, fill=c] (3.72,4.96414) rectangle (3.88,5.01839);
  6294. \draw [color=c, fill=c] (3.88,4.96414) rectangle (4.04,5.01839);
  6295. \draw [color=c, fill=c] (4.2,4.96414) rectangle (4.36,5.01839);
  6296. \definecolor{c}{rgb}{0.386667,0,1};
  6297. \draw [color=c, fill=c] (4.36,4.96414) rectangle (4.52,5.01839);
  6298. \draw [color=c, fill=c] (4.52,4.96414) rectangle (4.68,5.01839);
  6299. \draw [color=c, fill=c] (4.84,4.96414) rectangle (5,5.01839);
  6300. \draw [color=c, fill=c] (5,4.96414) rectangle (5.16,5.01839);
  6301. \draw [color=c, fill=c] (5.32,4.96414) rectangle (5.48,5.01839);
  6302. \draw [color=c, fill=c] (5.64,4.96414) rectangle (5.8,5.01839);
  6303. \draw [color=c, fill=c] (5.8,4.96414) rectangle (5.96,5.01839);
  6304. \draw [color=c, fill=c] (5.96,4.96414) rectangle (6.12,5.01839);
  6305. \draw [color=c, fill=c] (6.44,4.96414) rectangle (6.6,5.01839);
  6306. \definecolor{c}{rgb}{0,0.266667,1};
  6307. \draw [color=c, fill=c] (1,5.01839) rectangle (1.16,5.07264);
  6308. \definecolor{c}{rgb}{0,0.0800001,1};
  6309. \draw [color=c, fill=c] (1.16,5.01839) rectangle (1.32,5.07264);
  6310. \definecolor{c}{rgb}{0,0.266667,1};
  6311. \draw [color=c, fill=c] (1.32,5.01839) rectangle (1.48,5.07264);
  6312. \definecolor{c}{rgb}{0.2,0,1};
  6313. \draw [color=c, fill=c] (1.48,5.01839) rectangle (1.64,5.07264);
  6314. \draw [color=c, fill=c] (1.64,5.01839) rectangle (1.8,5.07264);
  6315. \definecolor{c}{rgb}{0,0.266667,1};
  6316. \draw [color=c, fill=c] (1.8,5.01839) rectangle (1.96,5.07264);
  6317. \definecolor{c}{rgb}{0,0.733333,1};
  6318. \draw [color=c, fill=c] (1.96,5.01839) rectangle (2.12,5.07264);
  6319. \definecolor{c}{rgb}{0,0.0800001,1};
  6320. \draw [color=c, fill=c] (2.12,5.01839) rectangle (2.28,5.07264);
  6321. \definecolor{c}{rgb}{0.2,0,1};
  6322. \draw [color=c, fill=c] (2.28,5.01839) rectangle (2.44,5.07264);
  6323. \definecolor{c}{rgb}{0.386667,0,1};
  6324. \draw [color=c, fill=c] (2.44,5.01839) rectangle (2.6,5.07264);
  6325. \definecolor{c}{rgb}{0.2,0,1};
  6326. \draw [color=c, fill=c] (2.6,5.01839) rectangle (2.76,5.07264);
  6327. \draw [color=c, fill=c] (2.76,5.01839) rectangle (2.92,5.07264);
  6328. \definecolor{c}{rgb}{0.386667,0,1};
  6329. \draw [color=c, fill=c] (2.92,5.01839) rectangle (3.08,5.07264);
  6330. \definecolor{c}{rgb}{0.2,0,1};
  6331. \draw [color=c, fill=c] (3.08,5.01839) rectangle (3.24,5.07264);
  6332. \definecolor{c}{rgb}{0.386667,0,1};
  6333. \draw [color=c, fill=c] (3.4,5.01839) rectangle (3.56,5.07264);
  6334. \draw [color=c, fill=c] (3.56,5.01839) rectangle (3.72,5.07264);
  6335. \definecolor{c}{rgb}{0.2,0,1};
  6336. \draw [color=c, fill=c] (3.72,5.01839) rectangle (3.88,5.07264);
  6337. \draw [color=c, fill=c] (4.04,5.01839) rectangle (4.2,5.07264);
  6338. \draw [color=c, fill=c] (4.2,5.01839) rectangle (4.36,5.07264);
  6339. \definecolor{c}{rgb}{0.386667,0,1};
  6340. \draw [color=c, fill=c] (4.36,5.01839) rectangle (4.52,5.07264);
  6341. \definecolor{c}{rgb}{0.2,0,1};
  6342. \draw [color=c, fill=c] (4.52,5.01839) rectangle (4.68,5.07264);
  6343. \definecolor{c}{rgb}{0.386667,0,1};
  6344. \draw [color=c, fill=c] (4.68,5.01839) rectangle (4.84,5.07264);
  6345. \draw [color=c, fill=c] (4.84,5.01839) rectangle (5,5.07264);
  6346. \draw [color=c, fill=c] (5.16,5.01839) rectangle (5.32,5.07264);
  6347. \draw [color=c, fill=c] (5.48,5.01839) rectangle (5.64,5.07264);
  6348. \draw [color=c, fill=c] (5.64,5.01839) rectangle (5.8,5.07264);
  6349. \draw [color=c, fill=c] (5.8,5.01839) rectangle (5.96,5.07264);
  6350. \definecolor{c}{rgb}{0.2,0,1};
  6351. \draw [color=c, fill=c] (5.96,5.01839) rectangle (6.12,5.07264);
  6352. \definecolor{c}{rgb}{0.386667,0,1};
  6353. \draw [color=c, fill=c] (6.12,5.01839) rectangle (6.28,5.07264);
  6354. \draw [color=c, fill=c] (6.28,5.01839) rectangle (6.44,5.07264);
  6355. \draw [color=c, fill=c] (6.6,5.01839) rectangle (6.76,5.07264);
  6356. \definecolor{c}{rgb}{0,0.0800001,1};
  6357. \draw [color=c, fill=c] (1,5.07264) rectangle (1.16,5.1269);
  6358. \definecolor{c}{rgb}{0.386667,0,1};
  6359. \draw [color=c, fill=c] (1.16,5.07264) rectangle (1.32,5.1269);
  6360. \definecolor{c}{rgb}{0,0.0800001,1};
  6361. \draw [color=c, fill=c] (1.32,5.07264) rectangle (1.48,5.1269);
  6362. \draw [color=c, fill=c] (1.48,5.07264) rectangle (1.64,5.1269);
  6363. \draw [color=c, fill=c] (1.64,5.07264) rectangle (1.8,5.1269);
  6364. \definecolor{c}{rgb}{0.2,0,1};
  6365. \draw [color=c, fill=c] (1.8,5.07264) rectangle (1.96,5.1269);
  6366. \definecolor{c}{rgb}{0,0.0800001,1};
  6367. \draw [color=c, fill=c] (1.96,5.07264) rectangle (2.12,5.1269);
  6368. \draw [color=c, fill=c] (2.12,5.07264) rectangle (2.28,5.1269);
  6369. \draw [color=c, fill=c] (2.28,5.07264) rectangle (2.44,5.1269);
  6370. \definecolor{c}{rgb}{0.2,0,1};
  6371. \draw [color=c, fill=c] (2.44,5.07264) rectangle (2.6,5.1269);
  6372. \definecolor{c}{rgb}{0,0.0800001,1};
  6373. \draw [color=c, fill=c] (2.6,5.07264) rectangle (2.76,5.1269);
  6374. \definecolor{c}{rgb}{0.2,0,1};
  6375. \draw [color=c, fill=c] (2.76,5.07264) rectangle (2.92,5.1269);
  6376. \draw [color=c, fill=c] (2.92,5.07264) rectangle (3.08,5.1269);
  6377. \definecolor{c}{rgb}{0.386667,0,1};
  6378. \draw [color=c, fill=c] (3.08,5.07264) rectangle (3.24,5.1269);
  6379. \draw [color=c, fill=c] (3.24,5.07264) rectangle (3.4,5.1269);
  6380. \definecolor{c}{rgb}{0.2,0,1};
  6381. \draw [color=c, fill=c] (3.4,5.07264) rectangle (3.56,5.1269);
  6382. \definecolor{c}{rgb}{0.386667,0,1};
  6383. \draw [color=c, fill=c] (3.56,5.07264) rectangle (3.72,5.1269);
  6384. \draw [color=c, fill=c] (3.72,5.07264) rectangle (3.88,5.1269);
  6385. \definecolor{c}{rgb}{0.2,0,1};
  6386. \draw [color=c, fill=c] (4.04,5.07264) rectangle (4.2,5.1269);
  6387. \definecolor{c}{rgb}{0.386667,0,1};
  6388. \draw [color=c, fill=c] (4.36,5.07264) rectangle (4.52,5.1269);
  6389. \draw [color=c, fill=c] (4.52,5.07264) rectangle (4.68,5.1269);
  6390. \draw [color=c, fill=c] (5,5.07264) rectangle (5.16,5.1269);
  6391. \definecolor{c}{rgb}{0.2,0,1};
  6392. \draw [color=c, fill=c] (5.16,5.07264) rectangle (5.32,5.1269);
  6393. \definecolor{c}{rgb}{0.386667,0,1};
  6394. \draw [color=c, fill=c] (5.32,5.07264) rectangle (5.48,5.1269);
  6395. \draw [color=c, fill=c] (5.48,5.07264) rectangle (5.64,5.1269);
  6396. \draw [color=c, fill=c] (5.64,5.07264) rectangle (5.8,5.1269);
  6397. \draw [color=c, fill=c] (5.96,5.07264) rectangle (6.12,5.1269);
  6398. \draw [color=c, fill=c] (6.44,5.07264) rectangle (6.6,5.1269);
  6399. \draw [color=c, fill=c] (7.08,5.07264) rectangle (7.24,5.1269);
  6400. \draw [color=c, fill=c] (7.24,5.07264) rectangle (7.4,5.1269);
  6401. \definecolor{c}{rgb}{0.2,0,1};
  6402. \draw [color=c, fill=c] (1,5.1269) rectangle (1.16,5.18115);
  6403. \definecolor{c}{rgb}{0,0.0800001,1};
  6404. \draw [color=c, fill=c] (1.16,5.1269) rectangle (1.32,5.18115);
  6405. \draw [color=c, fill=c] (1.32,5.1269) rectangle (1.48,5.18115);
  6406. \definecolor{c}{rgb}{0.2,0,1};
  6407. \draw [color=c, fill=c] (1.48,5.1269) rectangle (1.64,5.18115);
  6408. \definecolor{c}{rgb}{0.386667,0,1};
  6409. \draw [color=c, fill=c] (1.64,5.1269) rectangle (1.8,5.18115);
  6410. \definecolor{c}{rgb}{0,0.0800001,1};
  6411. \draw [color=c, fill=c] (1.8,5.1269) rectangle (1.96,5.18115);
  6412. \definecolor{c}{rgb}{0,0.266667,1};
  6413. \draw [color=c, fill=c] (1.96,5.1269) rectangle (2.12,5.18115);
  6414. \definecolor{c}{rgb}{0,0.0800001,1};
  6415. \draw [color=c, fill=c] (2.12,5.1269) rectangle (2.28,5.18115);
  6416. \definecolor{c}{rgb}{0.386667,0,1};
  6417. \draw [color=c, fill=c] (2.28,5.1269) rectangle (2.44,5.18115);
  6418. \definecolor{c}{rgb}{0,0.0800001,1};
  6419. \draw [color=c, fill=c] (2.6,5.1269) rectangle (2.76,5.18115);
  6420. \definecolor{c}{rgb}{0.2,0,1};
  6421. \draw [color=c, fill=c] (2.76,5.1269) rectangle (2.92,5.18115);
  6422. \definecolor{c}{rgb}{0.386667,0,1};
  6423. \draw [color=c, fill=c] (2.92,5.1269) rectangle (3.08,5.18115);
  6424. \draw [color=c, fill=c] (3.08,5.1269) rectangle (3.24,5.18115);
  6425. \draw [color=c, fill=c] (3.56,5.1269) rectangle (3.72,5.18115);
  6426. \definecolor{c}{rgb}{0.2,0,1};
  6427. \draw [color=c, fill=c] (3.72,5.1269) rectangle (3.88,5.18115);
  6428. \definecolor{c}{rgb}{0.386667,0,1};
  6429. \draw [color=c, fill=c] (3.88,5.1269) rectangle (4.04,5.18115);
  6430. \definecolor{c}{rgb}{0.2,0,1};
  6431. \draw [color=c, fill=c] (4.2,5.1269) rectangle (4.36,5.18115);
  6432. \definecolor{c}{rgb}{0.386667,0,1};
  6433. \draw [color=c, fill=c] (4.36,5.1269) rectangle (4.52,5.18115);
  6434. \draw [color=c, fill=c] (5,5.1269) rectangle (5.16,5.18115);
  6435. \draw [color=c, fill=c] (5.16,5.1269) rectangle (5.32,5.18115);
  6436. \draw [color=c, fill=c] (5.8,5.1269) rectangle (5.96,5.18115);
  6437. \draw [color=c, fill=c] (6.28,5.1269) rectangle (6.44,5.18115);
  6438. \draw [color=c, fill=c] (7.24,5.1269) rectangle (7.4,5.18115);
  6439. \definecolor{c}{rgb}{0.2,0,1};
  6440. \draw [color=c, fill=c] (1,5.18115) rectangle (1.16,5.2354);
  6441. \draw [color=c, fill=c] (1.16,5.18115) rectangle (1.32,5.2354);
  6442. \definecolor{c}{rgb}{0,0.0800001,1};
  6443. \draw [color=c, fill=c] (1.32,5.18115) rectangle (1.48,5.2354);
  6444. \definecolor{c}{rgb}{0.386667,0,1};
  6445. \draw [color=c, fill=c] (1.48,5.18115) rectangle (1.64,5.2354);
  6446. \definecolor{c}{rgb}{0.2,0,1};
  6447. \draw [color=c, fill=c] (1.64,5.18115) rectangle (1.8,5.2354);
  6448. \definecolor{c}{rgb}{0.386667,0,1};
  6449. \draw [color=c, fill=c] (1.8,5.18115) rectangle (1.96,5.2354);
  6450. \definecolor{c}{rgb}{0.2,0,1};
  6451. \draw [color=c, fill=c] (1.96,5.18115) rectangle (2.12,5.2354);
  6452. \definecolor{c}{rgb}{0.386667,0,1};
  6453. \draw [color=c, fill=c] (2.12,5.18115) rectangle (2.28,5.2354);
  6454. \draw [color=c, fill=c] (2.28,5.18115) rectangle (2.44,5.2354);
  6455. \draw [color=c, fill=c] (3.08,5.18115) rectangle (3.24,5.2354);
  6456. \draw [color=c, fill=c] (3.24,5.18115) rectangle (3.4,5.2354);
  6457. \draw [color=c, fill=c] (3.4,5.18115) rectangle (3.56,5.2354);
  6458. \draw [color=c, fill=c] (3.56,5.18115) rectangle (3.72,5.2354);
  6459. \draw [color=c, fill=c] (3.72,5.18115) rectangle (3.88,5.2354);
  6460. \definecolor{c}{rgb}{0,0.0800001,1};
  6461. \draw [color=c, fill=c] (3.88,5.18115) rectangle (4.04,5.2354);
  6462. \definecolor{c}{rgb}{0.386667,0,1};
  6463. \draw [color=c, fill=c] (4.04,5.18115) rectangle (4.2,5.2354);
  6464. \draw [color=c, fill=c] (4.2,5.18115) rectangle (4.36,5.2354);
  6465. \draw [color=c, fill=c] (4.84,5.18115) rectangle (5,5.2354);
  6466. \draw [color=c, fill=c] (5,5.18115) rectangle (5.16,5.2354);
  6467. \draw [color=c, fill=c] (5.32,5.18115) rectangle (5.48,5.2354);
  6468. \draw [color=c, fill=c] (5.8,5.18115) rectangle (5.96,5.2354);
  6469. \draw [color=c, fill=c] (5.96,5.18115) rectangle (6.12,5.2354);
  6470. \definecolor{c}{rgb}{0.2,0,1};
  6471. \draw [color=c, fill=c] (1,5.2354) rectangle (1.16,5.28966);
  6472. \definecolor{c}{rgb}{0,0.266667,1};
  6473. \draw [color=c, fill=c] (1.16,5.2354) rectangle (1.32,5.28966);
  6474. \definecolor{c}{rgb}{0.2,0,1};
  6475. \draw [color=c, fill=c] (1.32,5.2354) rectangle (1.48,5.28966);
  6476. \definecolor{c}{rgb}{0.386667,0,1};
  6477. \draw [color=c, fill=c] (1.48,5.2354) rectangle (1.64,5.28966);
  6478. \draw [color=c, fill=c] (1.64,5.2354) rectangle (1.8,5.28966);
  6479. \draw [color=c, fill=c] (1.8,5.2354) rectangle (1.96,5.28966);
  6480. \definecolor{c}{rgb}{0,0.266667,1};
  6481. \draw [color=c, fill=c] (1.96,5.2354) rectangle (2.12,5.28966);
  6482. \definecolor{c}{rgb}{0.2,0,1};
  6483. \draw [color=c, fill=c] (2.12,5.2354) rectangle (2.28,5.28966);
  6484. \draw [color=c, fill=c] (2.28,5.2354) rectangle (2.44,5.28966);
  6485. \draw [color=c, fill=c] (2.44,5.2354) rectangle (2.6,5.28966);
  6486. \draw [color=c, fill=c] (2.76,5.2354) rectangle (2.92,5.28966);
  6487. \definecolor{c}{rgb}{0.386667,0,1};
  6488. \draw [color=c, fill=c] (2.92,5.2354) rectangle (3.08,5.28966);
  6489. \draw [color=c, fill=c] (3.08,5.2354) rectangle (3.24,5.28966);
  6490. \definecolor{c}{rgb}{0.2,0,1};
  6491. \draw [color=c, fill=c] (3.24,5.2354) rectangle (3.4,5.28966);
  6492. \draw [color=c, fill=c] (3.4,5.2354) rectangle (3.56,5.28966);
  6493. \definecolor{c}{rgb}{0.386667,0,1};
  6494. \draw [color=c, fill=c] (3.56,5.2354) rectangle (3.72,5.28966);
  6495. \definecolor{c}{rgb}{0.2,0,1};
  6496. \draw [color=c, fill=c] (3.72,5.2354) rectangle (3.88,5.28966);
  6497. \definecolor{c}{rgb}{0.386667,0,1};
  6498. \draw [color=c, fill=c] (3.88,5.2354) rectangle (4.04,5.28966);
  6499. \draw [color=c, fill=c] (4.04,5.2354) rectangle (4.2,5.28966);
  6500. \definecolor{c}{rgb}{0.2,0,1};
  6501. \draw [color=c, fill=c] (4.36,5.2354) rectangle (4.52,5.28966);
  6502. \definecolor{c}{rgb}{0.386667,0,1};
  6503. \draw [color=c, fill=c] (4.52,5.2354) rectangle (4.68,5.28966);
  6504. \draw [color=c, fill=c] (4.68,5.2354) rectangle (4.84,5.28966);
  6505. \draw [color=c, fill=c] (5,5.2354) rectangle (5.16,5.28966);
  6506. \draw [color=c, fill=c] (5.16,5.2354) rectangle (5.32,5.28966);
  6507. \draw [color=c, fill=c] (5.48,5.2354) rectangle (5.64,5.28966);
  6508. \draw [color=c, fill=c] (5.96,5.2354) rectangle (6.12,5.28966);
  6509. \draw [color=c, fill=c] (6.12,5.2354) rectangle (6.28,5.28966);
  6510. \definecolor{c}{rgb}{0.2,0,1};
  6511. \draw [color=c, fill=c] (1,5.28966) rectangle (1.16,5.34391);
  6512. \draw [color=c, fill=c] (1.16,5.28966) rectangle (1.32,5.34391);
  6513. \draw [color=c, fill=c] (1.32,5.28966) rectangle (1.48,5.34391);
  6514. \definecolor{c}{rgb}{0.386667,0,1};
  6515. \draw [color=c, fill=c] (1.48,5.28966) rectangle (1.64,5.34391);
  6516. \definecolor{c}{rgb}{0.2,0,1};
  6517. \draw [color=c, fill=c] (1.64,5.28966) rectangle (1.8,5.34391);
  6518. \draw [color=c, fill=c] (1.96,5.28966) rectangle (2.12,5.34391);
  6519. \definecolor{c}{rgb}{0.386667,0,1};
  6520. \draw [color=c, fill=c] (2.12,5.28966) rectangle (2.28,5.34391);
  6521. \definecolor{c}{rgb}{0.2,0,1};
  6522. \draw [color=c, fill=c] (2.28,5.28966) rectangle (2.44,5.34391);
  6523. \definecolor{c}{rgb}{0.386667,0,1};
  6524. \draw [color=c, fill=c] (2.44,5.28966) rectangle (2.6,5.34391);
  6525. \definecolor{c}{rgb}{0.2,0,1};
  6526. \draw [color=c, fill=c] (2.6,5.28966) rectangle (2.76,5.34391);
  6527. \draw [color=c, fill=c] (2.76,5.28966) rectangle (2.92,5.34391);
  6528. \definecolor{c}{rgb}{0.386667,0,1};
  6529. \draw [color=c, fill=c] (3.08,5.28966) rectangle (3.24,5.34391);
  6530. \draw [color=c, fill=c] (3.24,5.28966) rectangle (3.4,5.34391);
  6531. \draw [color=c, fill=c] (3.4,5.28966) rectangle (3.56,5.34391);
  6532. \draw [color=c, fill=c] (3.56,5.28966) rectangle (3.72,5.34391);
  6533. \definecolor{c}{rgb}{0.2,0,1};
  6534. \draw [color=c, fill=c] (3.88,5.28966) rectangle (4.04,5.34391);
  6535. \draw [color=c, fill=c] (4.04,5.28966) rectangle (4.2,5.34391);
  6536. \definecolor{c}{rgb}{0.386667,0,1};
  6537. \draw [color=c, fill=c] (4.2,5.28966) rectangle (4.36,5.34391);
  6538. \draw [color=c, fill=c] (4.68,5.28966) rectangle (4.84,5.34391);
  6539. \draw [color=c, fill=c] (5,5.28966) rectangle (5.16,5.34391);
  6540. \draw [color=c, fill=c] (5.32,5.28966) rectangle (5.48,5.34391);
  6541. \draw [color=c, fill=c] (5.96,5.28966) rectangle (6.12,5.34391);
  6542. \draw [color=c, fill=c] (6.12,5.28966) rectangle (6.28,5.34391);
  6543. \draw [color=c, fill=c] (7.88,5.28966) rectangle (8.04,5.34391);
  6544. \definecolor{c}{rgb}{0,0.0800001,1};
  6545. \draw [color=c, fill=c] (1.16,5.34391) rectangle (1.32,5.39816);
  6546. \definecolor{c}{rgb}{0.2,0,1};
  6547. \draw [color=c, fill=c] (1.48,5.34391) rectangle (1.64,5.39816);
  6548. \draw [color=c, fill=c] (1.64,5.34391) rectangle (1.8,5.39816);
  6549. \definecolor{c}{rgb}{0.386667,0,1};
  6550. \draw [color=c, fill=c] (1.8,5.34391) rectangle (1.96,5.39816);
  6551. \definecolor{c}{rgb}{0.2,0,1};
  6552. \draw [color=c, fill=c] (1.96,5.34391) rectangle (2.12,5.39816);
  6553. \draw [color=c, fill=c] (2.12,5.34391) rectangle (2.28,5.39816);
  6554. \draw [color=c, fill=c] (2.28,5.34391) rectangle (2.44,5.39816);
  6555. \definecolor{c}{rgb}{0,0.0800001,1};
  6556. \draw [color=c, fill=c] (2.44,5.34391) rectangle (2.6,5.39816);
  6557. \definecolor{c}{rgb}{0.386667,0,1};
  6558. \draw [color=c, fill=c] (2.6,5.34391) rectangle (2.76,5.39816);
  6559. \definecolor{c}{rgb}{0,0.0800001,1};
  6560. \draw [color=c, fill=c] (2.76,5.34391) rectangle (2.92,5.39816);
  6561. \definecolor{c}{rgb}{0.386667,0,1};
  6562. \draw [color=c, fill=c] (2.92,5.34391) rectangle (3.08,5.39816);
  6563. \draw [color=c, fill=c] (3.24,5.34391) rectangle (3.4,5.39816);
  6564. \draw [color=c, fill=c] (3.4,5.34391) rectangle (3.56,5.39816);
  6565. \draw [color=c, fill=c] (3.56,5.34391) rectangle (3.72,5.39816);
  6566. \definecolor{c}{rgb}{0.2,0,1};
  6567. \draw [color=c, fill=c] (3.88,5.34391) rectangle (4.04,5.39816);
  6568. \draw [color=c, fill=c] (4.04,5.34391) rectangle (4.2,5.39816);
  6569. \definecolor{c}{rgb}{0.386667,0,1};
  6570. \draw [color=c, fill=c] (4.2,5.34391) rectangle (4.36,5.39816);
  6571. \definecolor{c}{rgb}{0.2,0,1};
  6572. \draw [color=c, fill=c] (4.84,5.34391) rectangle (5,5.39816);
  6573. \definecolor{c}{rgb}{0.386667,0,1};
  6574. \draw [color=c, fill=c] (5.16,5.34391) rectangle (5.32,5.39816);
  6575. \draw [color=c, fill=c] (5.32,5.34391) rectangle (5.48,5.39816);
  6576. \draw [color=c, fill=c] (6.12,5.34391) rectangle (6.28,5.39816);
  6577. \definecolor{c}{rgb}{0.2,0,1};
  6578. \draw [color=c, fill=c] (1,5.39816) rectangle (1.16,5.45241);
  6579. \draw [color=c, fill=c] (1.32,5.39816) rectangle (1.48,5.45241);
  6580. \definecolor{c}{rgb}{0,0.0800001,1};
  6581. \draw [color=c, fill=c] (1.64,5.39816) rectangle (1.8,5.45241);
  6582. \draw [color=c, fill=c] (1.8,5.39816) rectangle (1.96,5.45241);
  6583. \draw [color=c, fill=c] (1.96,5.39816) rectangle (2.12,5.45241);
  6584. \definecolor{c}{rgb}{0,0.266667,1};
  6585. \draw [color=c, fill=c] (2.12,5.39816) rectangle (2.28,5.45241);
  6586. \definecolor{c}{rgb}{0.386667,0,1};
  6587. \draw [color=c, fill=c] (2.28,5.39816) rectangle (2.44,5.45241);
  6588. \definecolor{c}{rgb}{0.2,0,1};
  6589. \draw [color=c, fill=c] (2.44,5.39816) rectangle (2.6,5.45241);
  6590. \draw [color=c, fill=c] (2.76,5.39816) rectangle (2.92,5.45241);
  6591. \draw [color=c, fill=c] (2.92,5.39816) rectangle (3.08,5.45241);
  6592. \definecolor{c}{rgb}{0.386667,0,1};
  6593. \draw [color=c, fill=c] (3.08,5.39816) rectangle (3.24,5.45241);
  6594. \draw [color=c, fill=c] (3.24,5.39816) rectangle (3.4,5.45241);
  6595. \definecolor{c}{rgb}{0.2,0,1};
  6596. \draw [color=c, fill=c] (3.4,5.39816) rectangle (3.56,5.45241);
  6597. \definecolor{c}{rgb}{0.386667,0,1};
  6598. \draw [color=c, fill=c] (3.56,5.39816) rectangle (3.72,5.45241);
  6599. \definecolor{c}{rgb}{0.2,0,1};
  6600. \draw [color=c, fill=c] (4.04,5.39816) rectangle (4.2,5.45241);
  6601. \definecolor{c}{rgb}{0.386667,0,1};
  6602. \draw [color=c, fill=c] (4.2,5.39816) rectangle (4.36,5.45241);
  6603. \draw [color=c, fill=c] (4.68,5.39816) rectangle (4.84,5.45241);
  6604. \draw [color=c, fill=c] (4.84,5.39816) rectangle (5,5.45241);
  6605. \draw [color=c, fill=c] (5.48,5.39816) rectangle (5.64,5.45241);
  6606. \draw [color=c, fill=c] (5.96,5.39816) rectangle (6.12,5.45241);
  6607. \draw [color=c, fill=c] (6.12,5.39816) rectangle (6.28,5.45241);
  6608. \definecolor{c}{rgb}{0.2,0,1};
  6609. \draw [color=c, fill=c] (1,5.45241) rectangle (1.16,5.50667);
  6610. \definecolor{c}{rgb}{0,0.266667,1};
  6611. \draw [color=c, fill=c] (1.16,5.45241) rectangle (1.32,5.50667);
  6612. \definecolor{c}{rgb}{0,0.546667,1};
  6613. \draw [color=c, fill=c] (1.32,5.45241) rectangle (1.48,5.50667);
  6614. \definecolor{c}{rgb}{0,0.0800001,1};
  6615. \draw [color=c, fill=c] (1.48,5.45241) rectangle (1.64,5.50667);
  6616. \definecolor{c}{rgb}{0.2,0,1};
  6617. \draw [color=c, fill=c] (1.64,5.45241) rectangle (1.8,5.50667);
  6618. \definecolor{c}{rgb}{0,0.0800001,1};
  6619. \draw [color=c, fill=c] (1.8,5.45241) rectangle (1.96,5.50667);
  6620. \definecolor{c}{rgb}{0,0.546667,1};
  6621. \draw [color=c, fill=c] (1.96,5.45241) rectangle (2.12,5.50667);
  6622. \definecolor{c}{rgb}{0.2,0,1};
  6623. \draw [color=c, fill=c] (2.12,5.45241) rectangle (2.28,5.50667);
  6624. \definecolor{c}{rgb}{0.386667,0,1};
  6625. \draw [color=c, fill=c] (2.28,5.45241) rectangle (2.44,5.50667);
  6626. \definecolor{c}{rgb}{0.2,0,1};
  6627. \draw [color=c, fill=c] (2.44,5.45241) rectangle (2.6,5.50667);
  6628. \definecolor{c}{rgb}{0.386667,0,1};
  6629. \draw [color=c, fill=c] (2.6,5.45241) rectangle (2.76,5.50667);
  6630. \draw [color=c, fill=c] (2.76,5.45241) rectangle (2.92,5.50667);
  6631. \draw [color=c, fill=c] (2.92,5.45241) rectangle (3.08,5.50667);
  6632. \draw [color=c, fill=c] (3.24,5.45241) rectangle (3.4,5.50667);
  6633. \definecolor{c}{rgb}{0.2,0,1};
  6634. \draw [color=c, fill=c] (3.4,5.45241) rectangle (3.56,5.50667);
  6635. \definecolor{c}{rgb}{0.386667,0,1};
  6636. \draw [color=c, fill=c] (3.56,5.45241) rectangle (3.72,5.50667);
  6637. \draw [color=c, fill=c] (4.04,5.45241) rectangle (4.2,5.50667);
  6638. \draw [color=c, fill=c] (4.36,5.45241) rectangle (4.52,5.50667);
  6639. \draw [color=c, fill=c] (4.52,5.45241) rectangle (4.68,5.50667);
  6640. \draw [color=c, fill=c] (4.68,5.45241) rectangle (4.84,5.50667);
  6641. \draw [color=c, fill=c] (4.84,5.45241) rectangle (5,5.50667);
  6642. \draw [color=c, fill=c] (5.48,5.45241) rectangle (5.64,5.50667);
  6643. \draw [color=c, fill=c] (6.28,5.45241) rectangle (6.44,5.50667);
  6644. \definecolor{c}{rgb}{0,0.0800001,1};
  6645. \draw [color=c, fill=c] (1,5.50667) rectangle (1.16,5.56092);
  6646. \draw [color=c, fill=c] (1.16,5.50667) rectangle (1.32,5.56092);
  6647. \definecolor{c}{rgb}{0,0.266667,1};
  6648. \draw [color=c, fill=c] (1.32,5.50667) rectangle (1.48,5.56092);
  6649. \draw [color=c, fill=c] (1.48,5.50667) rectangle (1.64,5.56092);
  6650. \definecolor{c}{rgb}{0,0.0800001,1};
  6651. \draw [color=c, fill=c] (1.64,5.50667) rectangle (1.8,5.56092);
  6652. \definecolor{c}{rgb}{0,0.266667,1};
  6653. \draw [color=c, fill=c] (1.8,5.50667) rectangle (1.96,5.56092);
  6654. \definecolor{c}{rgb}{0.386667,0,1};
  6655. \draw [color=c, fill=c] (1.96,5.50667) rectangle (2.12,5.56092);
  6656. \definecolor{c}{rgb}{0.2,0,1};
  6657. \draw [color=c, fill=c] (2.12,5.50667) rectangle (2.28,5.56092);
  6658. \draw [color=c, fill=c] (2.28,5.50667) rectangle (2.44,5.56092);
  6659. \definecolor{c}{rgb}{0.386667,0,1};
  6660. \draw [color=c, fill=c] (2.44,5.50667) rectangle (2.6,5.56092);
  6661. \draw [color=c, fill=c] (2.6,5.50667) rectangle (2.76,5.56092);
  6662. \draw [color=c, fill=c] (3.08,5.50667) rectangle (3.24,5.56092);
  6663. \draw [color=c, fill=c] (3.24,5.50667) rectangle (3.4,5.56092);
  6664. \draw [color=c, fill=c] (3.56,5.50667) rectangle (3.72,5.56092);
  6665. \draw [color=c, fill=c] (3.72,5.50667) rectangle (3.88,5.56092);
  6666. \draw [color=c, fill=c] (4.36,5.50667) rectangle (4.52,5.56092);
  6667. \draw [color=c, fill=c] (4.52,5.50667) rectangle (4.68,5.56092);
  6668. \draw [color=c, fill=c] (1,5.56092) rectangle (1.16,5.61517);
  6669. \definecolor{c}{rgb}{0,0.0800001,1};
  6670. \draw [color=c, fill=c] (1.16,5.56092) rectangle (1.32,5.61517);
  6671. \definecolor{c}{rgb}{0.2,0,1};
  6672. \draw [color=c, fill=c] (1.32,5.56092) rectangle (1.48,5.61517);
  6673. \definecolor{c}{rgb}{0,0.266667,1};
  6674. \draw [color=c, fill=c] (1.48,5.56092) rectangle (1.64,5.61517);
  6675. \definecolor{c}{rgb}{0.386667,0,1};
  6676. \draw [color=c, fill=c] (1.64,5.56092) rectangle (1.8,5.61517);
  6677. \definecolor{c}{rgb}{0.2,0,1};
  6678. \draw [color=c, fill=c] (1.8,5.56092) rectangle (1.96,5.61517);
  6679. \draw [color=c, fill=c] (1.96,5.56092) rectangle (2.12,5.61517);
  6680. \definecolor{c}{rgb}{0.386667,0,1};
  6681. \draw [color=c, fill=c] (2.12,5.56092) rectangle (2.28,5.61517);
  6682. \draw [color=c, fill=c] (2.28,5.56092) rectangle (2.44,5.61517);
  6683. \draw [color=c, fill=c] (2.6,5.56092) rectangle (2.76,5.61517);
  6684. \definecolor{c}{rgb}{0.2,0,1};
  6685. \draw [color=c, fill=c] (2.92,5.56092) rectangle (3.08,5.61517);
  6686. \definecolor{c}{rgb}{0.386667,0,1};
  6687. \draw [color=c, fill=c] (3.08,5.56092) rectangle (3.24,5.61517);
  6688. \definecolor{c}{rgb}{0.2,0,1};
  6689. \draw [color=c, fill=c] (3.24,5.56092) rectangle (3.4,5.61517);
  6690. \definecolor{c}{rgb}{0.386667,0,1};
  6691. \draw [color=c, fill=c] (3.56,5.56092) rectangle (3.72,5.61517);
  6692. \draw [color=c, fill=c] (3.72,5.56092) rectangle (3.88,5.61517);
  6693. \draw [color=c, fill=c] (3.88,5.56092) rectangle (4.04,5.61517);
  6694. \draw [color=c, fill=c] (4.04,5.56092) rectangle (4.2,5.61517);
  6695. \draw [color=c, fill=c] (4.52,5.56092) rectangle (4.68,5.61517);
  6696. \draw [color=c, fill=c] (5.16,5.56092) rectangle (5.32,5.61517);
  6697. \definecolor{c}{rgb}{0.2,0,1};
  6698. \draw [color=c, fill=c] (1,5.61517) rectangle (1.16,5.66943);
  6699. \definecolor{c}{rgb}{0.386667,0,1};
  6700. \draw [color=c, fill=c] (1.16,5.61517) rectangle (1.32,5.66943);
  6701. \definecolor{c}{rgb}{0.2,0,1};
  6702. \draw [color=c, fill=c] (1.32,5.61517) rectangle (1.48,5.66943);
  6703. \draw [color=c, fill=c] (1.48,5.61517) rectangle (1.64,5.66943);
  6704. \definecolor{c}{rgb}{0.386667,0,1};
  6705. \draw [color=c, fill=c] (1.64,5.61517) rectangle (1.8,5.66943);
  6706. \definecolor{c}{rgb}{0.2,0,1};
  6707. \draw [color=c, fill=c] (1.8,5.61517) rectangle (1.96,5.66943);
  6708. \definecolor{c}{rgb}{0.386667,0,1};
  6709. \draw [color=c, fill=c] (1.96,5.61517) rectangle (2.12,5.66943);
  6710. \draw [color=c, fill=c] (2.12,5.61517) rectangle (2.28,5.66943);
  6711. \draw [color=c, fill=c] (2.28,5.61517) rectangle (2.44,5.66943);
  6712. \draw [color=c, fill=c] (2.44,5.61517) rectangle (2.6,5.66943);
  6713. \definecolor{c}{rgb}{0.2,0,1};
  6714. \draw [color=c, fill=c] (2.6,5.61517) rectangle (2.76,5.66943);
  6715. \definecolor{c}{rgb}{0.386667,0,1};
  6716. \draw [color=c, fill=c] (2.76,5.61517) rectangle (2.92,5.66943);
  6717. \draw [color=c, fill=c] (2.92,5.61517) rectangle (3.08,5.66943);
  6718. \draw [color=c, fill=c] (3.08,5.61517) rectangle (3.24,5.66943);
  6719. \draw [color=c, fill=c] (3.24,5.61517) rectangle (3.4,5.66943);
  6720. \draw [color=c, fill=c] (3.4,5.61517) rectangle (3.56,5.66943);
  6721. \draw [color=c, fill=c] (4.04,5.61517) rectangle (4.2,5.66943);
  6722. \draw [color=c, fill=c] (1.16,5.66943) rectangle (1.32,5.72368);
  6723. \draw [color=c, fill=c] (1.64,5.66943) rectangle (1.8,5.72368);
  6724. \draw [color=c, fill=c] (1.8,5.66943) rectangle (1.96,5.72368);
  6725. \draw [color=c, fill=c] (1.96,5.66943) rectangle (2.12,5.72368);
  6726. \definecolor{c}{rgb}{0.2,0,1};
  6727. \draw [color=c, fill=c] (2.12,5.66943) rectangle (2.28,5.72368);
  6728. \draw [color=c, fill=c] (2.28,5.66943) rectangle (2.44,5.72368);
  6729. \definecolor{c}{rgb}{0.386667,0,1};
  6730. \draw [color=c, fill=c] (2.44,5.66943) rectangle (2.6,5.72368);
  6731. \draw [color=c, fill=c] (2.6,5.66943) rectangle (2.76,5.72368);
  6732. \draw [color=c, fill=c] (3.24,5.66943) rectangle (3.4,5.72368);
  6733. \draw [color=c, fill=c] (3.4,5.66943) rectangle (3.56,5.72368);
  6734. \draw [color=c, fill=c] (4.52,5.66943) rectangle (4.68,5.72368);
  6735. \draw [color=c, fill=c] (1,5.72368) rectangle (1.16,5.77793);
  6736. \draw [color=c, fill=c] (1.16,5.72368) rectangle (1.32,5.77793);
  6737. \draw [color=c, fill=c] (1.64,5.72368) rectangle (1.8,5.77793);
  6738. \draw [color=c, fill=c] (1.8,5.72368) rectangle (1.96,5.77793);
  6739. \draw [color=c, fill=c] (1.96,5.72368) rectangle (2.12,5.77793);
  6740. \definecolor{c}{rgb}{0.2,0,1};
  6741. \draw [color=c, fill=c] (2.12,5.72368) rectangle (2.28,5.77793);
  6742. \draw [color=c, fill=c] (2.28,5.72368) rectangle (2.44,5.77793);
  6743. \draw [color=c, fill=c] (2.6,5.72368) rectangle (2.76,5.77793);
  6744. \definecolor{c}{rgb}{0.386667,0,1};
  6745. \draw [color=c, fill=c] (3.4,5.72368) rectangle (3.56,5.77793);
  6746. \draw [color=c, fill=c] (3.56,5.72368) rectangle (3.72,5.77793);
  6747. \draw [color=c, fill=c] (4.84,5.72368) rectangle (5,5.77793);
  6748. \draw [color=c, fill=c] (5.8,5.72368) rectangle (5.96,5.77793);
  6749. \draw [color=c, fill=c] (6.12,5.72368) rectangle (6.28,5.77793);
  6750. \draw [color=c, fill=c] (7.72,5.72368) rectangle (7.88,5.77793);
  6751. \draw [color=c, fill=c] (1,5.77793) rectangle (1.16,5.83218);
  6752. \definecolor{c}{rgb}{0.2,0,1};
  6753. \draw [color=c, fill=c] (1.16,5.77793) rectangle (1.32,5.83218);
  6754. \definecolor{c}{rgb}{0.386667,0,1};
  6755. \draw [color=c, fill=c] (1.32,5.77793) rectangle (1.48,5.83218);
  6756. \definecolor{c}{rgb}{0.2,0,1};
  6757. \draw [color=c, fill=c] (1.48,5.77793) rectangle (1.64,5.83218);
  6758. \definecolor{c}{rgb}{0.386667,0,1};
  6759. \draw [color=c, fill=c] (1.64,5.77793) rectangle (1.8,5.83218);
  6760. \draw [color=c, fill=c] (1.8,5.77793) rectangle (1.96,5.83218);
  6761. \draw [color=c, fill=c] (1.96,5.77793) rectangle (2.12,5.83218);
  6762. \draw [color=c, fill=c] (2.28,5.77793) rectangle (2.44,5.83218);
  6763. \draw [color=c, fill=c] (2.6,5.77793) rectangle (2.76,5.83218);
  6764. \draw [color=c, fill=c] (3.72,5.77793) rectangle (3.88,5.83218);
  6765. \draw [color=c, fill=c] (4.04,5.77793) rectangle (4.2,5.83218);
  6766. \draw [color=c, fill=c] (6.6,5.77793) rectangle (6.76,5.83218);
  6767. \draw [color=c, fill=c] (1.16,5.83218) rectangle (1.32,5.88644);
  6768. \draw [color=c, fill=c] (1.32,5.83218) rectangle (1.48,5.88644);
  6769. \draw [color=c, fill=c] (1.48,5.83218) rectangle (1.64,5.88644);
  6770. \draw [color=c, fill=c] (1.96,5.83218) rectangle (2.12,5.88644);
  6771. \draw [color=c, fill=c] (5.16,5.83218) rectangle (5.32,5.88644);
  6772. \draw [color=c, fill=c] (5.96,5.83218) rectangle (6.12,5.88644);
  6773. \draw [color=c, fill=c] (1.16,5.88644) rectangle (1.32,5.94069);
  6774. \draw [color=c, fill=c] (1.64,5.88644) rectangle (1.8,5.94069);
  6775. \draw [color=c, fill=c] (4.68,5.94069) rectangle (4.84,5.99494);
  6776. \draw [color=c, fill=c] (3.08,5.99494) rectangle (3.24,6.0492);
  6777. \draw [color=c, fill=c] (4.36,5.99494) rectangle (4.52,6.0492);
  6778. \draw [color=c, fill=c] (7.4,6.0492) rectangle (7.56,6.10345);
  6779. \draw [color=c, fill=c] (9.05,0.678161) rectangle (9.5,0.949425);
  6780. \definecolor{c}{rgb}{0.2,0,1};
  6781. \draw [color=c, fill=c] (9.05,0.949425) rectangle (9.5,1.22069);
  6782. \definecolor{c}{rgb}{0,0.0800001,1};
  6783. \draw [color=c, fill=c] (9.05,1.22069) rectangle (9.5,1.49195);
  6784. \definecolor{c}{rgb}{0,0.266667,1};
  6785. \draw [color=c, fill=c] (9.05,1.49195) rectangle (9.5,1.76322);
  6786. \definecolor{c}{rgb}{0,0.546667,1};
  6787. \draw [color=c, fill=c] (9.05,1.76322) rectangle (9.5,2.03448);
  6788. \definecolor{c}{rgb}{0,0.733333,1};
  6789. \draw [color=c, fill=c] (9.05,2.03448) rectangle (9.5,2.30575);
  6790. \definecolor{c}{rgb}{0,1,0.986667};
  6791. \draw [color=c, fill=c] (9.05,2.30575) rectangle (9.5,2.57701);
  6792. \definecolor{c}{rgb}{0,1,0.8};
  6793. \draw [color=c, fill=c] (9.05,2.57701) rectangle (9.5,2.84828);
  6794. \definecolor{c}{rgb}{0,1,0.52};
  6795. \draw [color=c, fill=c] (9.05,2.84828) rectangle (9.5,3.11954);
  6796. \definecolor{c}{rgb}{0,1,0.333333};
  6797. \draw [color=c, fill=c] (9.05,3.11954) rectangle (9.5,3.3908);
  6798. \definecolor{c}{rgb}{0,1,0.0533334};
  6799. \draw [color=c, fill=c] (9.05,3.3908) rectangle (9.5,3.66207);
  6800. \definecolor{c}{rgb}{0.133333,1,0};
  6801. \draw [color=c, fill=c] (9.05,3.66207) rectangle (9.5,3.93333);
  6802. \definecolor{c}{rgb}{0.413333,1,0};
  6803. \draw [color=c, fill=c] (9.05,3.93333) rectangle (9.5,4.2046);
  6804. \definecolor{c}{rgb}{0.6,1,0};
  6805. \draw [color=c, fill=c] (9.05,4.2046) rectangle (9.5,4.47586);
  6806. \definecolor{c}{rgb}{0.88,1,0};
  6807. \draw [color=c, fill=c] (9.05,4.47586) rectangle (9.5,4.74713);
  6808. \definecolor{c}{rgb}{1,0.933333,0};
  6809. \draw [color=c, fill=c] (9.05,4.74713) rectangle (9.5,5.01839);
  6810. \definecolor{c}{rgb}{1,0.653333,0};
  6811. \draw [color=c, fill=c] (9.05,5.01839) rectangle (9.5,5.28966);
  6812. \definecolor{c}{rgb}{1,0.466667,0};
  6813. \draw [color=c, fill=c] (9.05,5.28966) rectangle (9.5,5.56092);
  6814. \definecolor{c}{rgb}{1,0.186667,0};
  6815. \draw [color=c, fill=c] (9.05,5.56092) rectangle (9.5,5.83218);
  6816. \definecolor{c}{rgb}{1,7.94729e-08,0};
  6817. \draw [color=c, fill=c] (9.05,5.83218) rectangle (9.5,6.10345);
  6818. \definecolor{c}{rgb}{0,0,0};
  6819. \draw [c] (9.5,0.678161) -- (9.5,6.10345);
  6820. \draw [c] (9.26,0.678161) -- (9.5,0.678161);
  6821. \draw [c] (9.26,1.62997) -- (9.5,1.62997);
  6822. \draw [c] (9.26,2.58177) -- (9.5,2.58177);
  6823. \draw [c] (9.26,3.53358) -- (9.5,3.53358);
  6824. \draw [c] (9.26,4.48538) -- (9.5,4.48538);
  6825. \draw [c] (9.26,5.43718) -- (9.5,5.43718);
  6826. \draw [c] (9.26,5.43718) -- (9.5,5.43718);
  6827. \draw [anchor= west] (9.55,0.678161) node[scale=0.60247, rotate=0]{0};
  6828. \draw [anchor= west] (9.55,1.62997) node[scale=0.60247, rotate=0]{10};
  6829. \draw [anchor= west] (9.55,2.58177) node[scale=0.60247, rotate=0]{20};
  6830. \draw [anchor= west] (9.55,3.53358) node[scale=0.60247, rotate=0]{30};
  6831. \draw [anchor= west] (9.55,4.48538) node[scale=0.60247, rotate=0]{40};
  6832. \draw [anchor= west] (9.55,5.43718) node[scale=0.60247, rotate=0]{50};
  6833. \draw [c] (1,0.678161) -- (9,0.678161);
  6834. \draw [c] (1.99478,0.84092) -- (1.99478,0.678161);
  6835. \draw [c] (2.317,0.75954) -- (2.317,0.678161);
  6836. \draw [c] (2.63921,0.75954) -- (2.63921,0.678161);
  6837. \draw [c] (2.96142,0.75954) -- (2.96142,0.678161);
  6838. \draw [c] (3.28364,0.84092) -- (3.28364,0.678161);
  6839. \draw [c] (3.60585,0.75954) -- (3.60585,0.678161);
  6840. \draw [c] (3.92807,0.75954) -- (3.92807,0.678161);
  6841. \draw [c] (4.25028,0.75954) -- (4.25028,0.678161);
  6842. \draw [c] (4.5725,0.84092) -- (4.5725,0.678161);
  6843. \draw [c] (4.89471,0.75954) -- (4.89471,0.678161);
  6844. \draw [c] (5.21693,0.75954) -- (5.21693,0.678161);
  6845. \draw [c] (5.53914,0.75954) -- (5.53914,0.678161);
  6846. \draw [c] (5.86136,0.84092) -- (5.86136,0.678161);
  6847. \draw [c] (6.18357,0.75954) -- (6.18357,0.678161);
  6848. \draw [c] (6.50579,0.75954) -- (6.50579,0.678161);
  6849. \draw [c] (6.828,0.75954) -- (6.828,0.678161);
  6850. \draw [c] (7.15021,0.84092) -- (7.15021,0.678161);
  6851. \draw [c] (7.47243,0.75954) -- (7.47243,0.678161);
  6852. \draw [c] (7.79464,0.75954) -- (7.79464,0.678161);
  6853. \draw [c] (8.11686,0.75954) -- (8.11686,0.678161);
  6854. \draw [c] (8.43907,0.84092) -- (8.43907,0.678161);
  6855. \draw [c] (1.99478,0.84092) -- (1.99478,0.678161);
  6856. \draw [c] (1.67257,0.75954) -- (1.67257,0.678161);
  6857. \draw [c] (1.35035,0.75954) -- (1.35035,0.678161);
  6858. \draw [c] (1.02814,0.75954) -- (1.02814,0.678161);
  6859. \draw [c] (8.43907,0.84092) -- (8.43907,0.678161);
  6860. \draw [c] (8.76129,0.75954) -- (8.76129,0.678161);
  6861. \draw [anchor=base] (1.99478,0.644253) node[scale=0, rotate=0]{0.06};
  6862. \draw [anchor=base] (3.28364,0.644253) node[scale=0, rotate=0]{0.08};
  6863. \draw [anchor=base] (4.5725,0.644253) node[scale=0, rotate=0]{0.1};
  6864. \draw [anchor=base] (5.86136,0.644253) node[scale=0, rotate=0]{0.12};
  6865. \draw [anchor=base] (7.15021,0.644253) node[scale=0, rotate=0]{0.14};
  6866. \draw [anchor=base] (8.43907,0.644253) node[scale=0, rotate=0]{0.16};
  6867. \draw [c] (1,0.678161) -- (1,6.10345);
  6868. \draw [c] (1.24,0.678161) -- (1,0.678161);
  6869. \draw [c] (1.12,0.859004) -- (1,0.859004);
  6870. \draw [c] (1.12,1.03985) -- (1,1.03985);
  6871. \draw [c] (1.12,1.22069) -- (1,1.22069);
  6872. \draw [c] (1.12,1.40153) -- (1,1.40153);
  6873. \draw [c] (1.24,1.58238) -- (1,1.58238);
  6874. \draw [c] (1.12,1.76322) -- (1,1.76322);
  6875. \draw [c] (1.12,1.94406) -- (1,1.94406);
  6876. \draw [c] (1.12,2.1249) -- (1,2.1249);
  6877. \draw [c] (1.12,2.30575) -- (1,2.30575);
  6878. \draw [c] (1.24,2.48659) -- (1,2.48659);
  6879. \draw [c] (1.12,2.66743) -- (1,2.66743);
  6880. \draw [c] (1.12,2.84828) -- (1,2.84828);
  6881. \draw [c] (1.12,3.02912) -- (1,3.02912);
  6882. \draw [c] (1.12,3.20996) -- (1,3.20996);
  6883. \draw [c] (1.24,3.3908) -- (1,3.3908);
  6884. \draw [c] (1.12,3.57165) -- (1,3.57165);
  6885. \draw [c] (1.12,3.75249) -- (1,3.75249);
  6886. \draw [c] (1.12,3.93333) -- (1,3.93333);
  6887. \draw [c] (1.12,4.11418) -- (1,4.11418);
  6888. \draw [c] (1.24,4.29502) -- (1,4.29502);
  6889. \draw [c] (1.12,4.47586) -- (1,4.47586);
  6890. \draw [c] (1.12,4.6567) -- (1,4.6567);
  6891. \draw [c] (1.12,4.83755) -- (1,4.83755);
  6892. \draw [c] (1.12,5.01839) -- (1,5.01839);
  6893. \draw [c] (1.24,5.19923) -- (1,5.19923);
  6894. \draw [c] (1.12,5.38008) -- (1,5.38008);
  6895. \draw [c] (1.12,5.56092) -- (1,5.56092);
  6896. \draw [c] (1.12,5.74176) -- (1,5.74176);
  6897. \draw [c] (1.12,5.92261) -- (1,5.92261);
  6898. \draw [c] (1.24,6.10345) -- (1,6.10345);
  6899. \draw [anchor= east] (0.95,0.678161) node[scale=0, rotate=0]{0};
  6900. \draw [anchor= east] (0.95,1.58238) node[scale=0, rotate=0]{5000};
  6901. \draw [anchor= east] (0.95,2.48659) node[scale=0, rotate=0]{10000};
  6902. \draw [anchor= east] (0.95,3.3908) node[scale=0, rotate=0]{15000};
  6903. \draw [anchor= east] (0.95,4.29502) node[scale=0, rotate=0]{20000};
  6904. \draw [anchor= east] (0.95,5.19923) node[scale=0, rotate=0]{25000};
  6905. \draw [anchor= east] (0.95,6.10345) node[scale=0, rotate=0]{30000};
  6906. \end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement