maidr 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/.Rbuildignore +1 -0
  2. package/.eslintignore +3 -0
  3. package/.eslintrc.json +6 -0
  4. package/.github/workflows/build.yml +20 -0
  5. package/.prettierignore +3 -0
  6. package/.prettierrc.json +7 -0
  7. package/.vscode/extensions.json +25 -0
  8. package/.vscode/settings.json +30 -0
  9. package/.vscode/tasks.json +57 -0
  10. package/CHANGELOG.md +7 -0
  11. package/CITATION.cff +21 -0
  12. package/CONTRIBUTING.md +87 -0
  13. package/LICENSE.md +595 -0
  14. package/README.md +341 -0
  15. package/dist/maidr.js +8851 -0
  16. package/dist/maidr.min.js +1 -0
  17. package/dist/styles.css +244 -0
  18. package/dist/styles.min.css +1 -0
  19. package/docs/Audio.html +1398 -0
  20. package/docs/Constants.html +256 -0
  21. package/docs/Description.html +582 -0
  22. package/docs/Helper.html +364 -0
  23. package/docs/LogError.html +905 -0
  24. package/docs/Menu.html +665 -0
  25. package/docs/Position.html +174 -0
  26. package/docs/Resources.html +338 -0
  27. package/docs/Review.html +333 -0
  28. package/docs/Tracker.html +965 -0
  29. package/docs/audio.js.html +635 -0
  30. package/docs/constants.js.html +1242 -0
  31. package/docs/display.js.html +1184 -0
  32. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  33. package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
  34. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  35. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  36. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
  37. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  38. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  39. package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
  40. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  41. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  42. package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
  43. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  44. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  45. package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
  46. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  47. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  48. package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
  49. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  50. package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
  51. package/docs/fonts/OpenSans-Semibold-webfont.svg +1830 -0
  52. package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  53. package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
  54. package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  55. package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +1830 -0
  56. package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  57. package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  58. package/docs/index.html +66 -0
  59. package/docs/scripts/linenumber.js +25 -0
  60. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  61. package/docs/scripts/prettify/lang-css.js +2 -0
  62. package/docs/scripts/prettify/prettify.js +28 -0
  63. package/docs/styles/jsdoc-default.css +692 -0
  64. package/docs/styles/prettify-jsdoc.css +111 -0
  65. package/docs/styles/prettify-tomorrow.css +132 -0
  66. package/examples/dev_charts/barplot.html +1056 -0
  67. package/examples/dev_charts/boxplot.html +1856 -0
  68. package/examples/dev_charts/boxplot_flipped.svg +727 -0
  69. package/examples/dev_charts/heatmap.html +1217 -0
  70. package/examples/dev_charts/scatterplot/displ.js +18 -0
  71. package/examples/dev_charts/scatterplot/histogram_for_residual.svg +595 -0
  72. package/examples/dev_charts/scatterplot/hwy.js +15 -0
  73. package/examples/dev_charts/scatterplot/layers/point_layer.json +938 -0
  74. package/examples/dev_charts/scatterplot/layers/smooth_layer.json +322 -0
  75. package/examples/dev_charts/scatterplot/point_layer.js +938 -0
  76. package/examples/dev_charts/scatterplot/prediction_array.js +31 -0
  77. package/examples/dev_charts/scatterplot/prediction_array.json +31 -0
  78. package/examples/dev_charts/scatterplot/residual_array.js +29 -0
  79. package/examples/dev_charts/scatterplot/residual_array.json +29 -0
  80. package/examples/dev_charts/scatterplot/scatterplot.svg +1428 -0
  81. package/examples/dev_charts/scatterplot/scatterplot_data.html +2838 -0
  82. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_point_only.svg +1393 -0
  83. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_bestfit.svg +1424 -0
  84. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_loess_curve.svg +1402 -0
  85. package/examples/dev_charts/scatterplot/smooth_layer.js +322 -0
  86. package/examples/dev_charts/scatterplot.html +4560 -0
  87. package/examples/dodged_bar/dodged_bar.png +0 -0
  88. package/examples/dodged_bar/dodged_bar.svg +198 -0
  89. package/examples/dodged_bar/schema.json +41 -0
  90. package/examples/histogram/histogram_tutorial.svg +482 -0
  91. package/examples/histogram/histogram_tutorial_raw_data.json +362 -0
  92. package/examples/histogram/histogram_user_study.svg +578 -0
  93. package/examples/histogram/histogram_user_study_raw_data.json +362 -0
  94. package/examples/lineplot/lineplot_sample.svg +126 -0
  95. package/examples/lineplot/lineplot_sample_raw_data.json +1 -0
  96. package/examples/lineplot/point+lineplot_sample.svg +700 -0
  97. package/examples/other/audio_oscillator_boxplot.js +95 -0
  98. package/examples/other/barplot_labels.svg +314 -0
  99. package/examples/other/barplot_user_study.svg +313 -0
  100. package/examples/other/boxplot.html +927 -0
  101. package/examples/other/boxplot_data_frame.html +568 -0
  102. package/examples/other/boxplot_label.svg +751 -0
  103. package/examples/other/braille-display_boxplot.js +79 -0
  104. package/examples/other/control_boxplot.js +55 -0
  105. package/examples/other/draft.js +56 -0
  106. package/examples/other/getData.html +400 -0
  107. package/examples/other/getData.js +41 -0
  108. package/examples/other/ggplot_to_svg.R +371 -0
  109. package/examples/other/heatmap.svg +582 -0
  110. package/examples/other/heatmap_label.svg +608 -0
  111. package/examples/other/multiple_barplot.html +2250 -0
  112. package/examples/other/new_scatterplot_user_study_point_layer.json +122 -0
  113. package/examples/other/py_binder_output.html +1167 -0
  114. package/examples/other/scatterplot_label.svg +1429 -0
  115. package/examples/other/seaborn_plot.py +9 -0
  116. package/examples/other/svglite_bar.svg +136 -0
  117. package/examples/other/tutorial_boxplot.svg +727 -0
  118. package/examples/other/tutorial_boxplot_data.json +72 -0
  119. package/examples/other/user_study_boxplot.svg +676 -0
  120. package/examples/stacked_bar/schema.json +41 -0
  121. package/examples/stacked_bar/stack_bar.png +0 -0
  122. package/examples/stacked_bar/stacked_bar.svg +180 -0
  123. package/examples/stacked_normalized_bar/stacked_normalized_bar.png +0 -0
  124. package/examples/stacked_normalized_bar/stacked_normalized_bar.svg +189 -0
  125. package/examples/static/barplot.svg +263 -0
  126. package/examples/static/barplot_diamonds_gridSVG.svg +254 -0
  127. package/examples/static/boxplot.svg +424 -0
  128. package/examples/static/heatmap.svg +373 -0
  129. package/examples/static/heatmap_penguins_table.html +486 -0
  130. package/examples/static/scatterplot.svg +530 -0
  131. package/examples/svglite/task_heatmap.html +802 -0
  132. package/examples/svglite/task_heatmap.svg +111 -0
  133. package/examples/svglite/tutorial_bar.svg +136 -0
  134. package/examples/svglite/tutorial_bar_plot.html +504 -0
  135. package/examples/svglite/tutorial_boxplot.html +1850 -0
  136. package/examples/svglite/tutorial_boxplot.svg +727 -0
  137. package/examples/svglite/tutorial_scatterplot.html +3135 -0
  138. package/examples/svglite/tutorial_scatterplot.svg +311 -0
  139. package/gulpfile.js +49 -0
  140. package/index.html +40 -0
  141. package/jsconfig.json +10 -0
  142. package/jsdoc.json +19 -0
  143. package/package.json +47 -0
  144. package/src/css/styles.css +241 -0
  145. package/src/js/__tests__/audio.test.js +49 -0
  146. package/src/js/__tests__/constants.test.js +622 -0
  147. package/src/js/audio.js +575 -0
  148. package/src/js/barplot.js +254 -0
  149. package/src/js/boxplot.js +682 -0
  150. package/src/js/constants.js +1182 -0
  151. package/src/js/controls.js +3182 -0
  152. package/src/js/display.js +1124 -0
  153. package/src/js/heatmap.js +411 -0
  154. package/src/js/histogram.js +134 -0
  155. package/src/js/init.js +427 -0
  156. package/src/js/lineplot.js +219 -0
  157. package/src/js/scatterplot.js +619 -0
  158. package/src/js/segmented.js +268 -0
  159. package/user_study_pilot/binder_test.html +526 -0
  160. package/user_study_pilot/data/barplot_user_study.svg +492 -0
  161. package/user_study_pilot/data/barplot_user_study_raw_data.json +22 -0
  162. package/user_study_pilot/data/boxplot_tutorial.json +72 -0
  163. package/user_study_pilot/data/boxplot_tutorial_horizontal.svg +727 -0
  164. package/user_study_pilot/data/boxplot_user_study.json +52 -0
  165. package/user_study_pilot/data/boxplot_user_study_vertical.svg +675 -0
  166. package/user_study_pilot/data/boxplot_user_study_vertical_horizontal.svg +676 -0
  167. package/user_study_pilot/data/heatmap_user_study.svg +719 -0
  168. package/user_study_pilot/data/heatmap_user_study_raw_data.json +127 -0
  169. package/user_study_pilot/data/new_barplot_user_study.svg +269 -0
  170. package/user_study_pilot/data/new_heatmap_user_study.svg +367 -0
  171. package/user_study_pilot/data/new_scatterplot_user_study.svg +603 -0
  172. package/user_study_pilot/data/new_scatterplot_user_study_point_layer.json +122 -0
  173. package/user_study_pilot/data/scatterplot_user_study (1).svg +321 -0
  174. package/user_study_pilot/data/scatterplot_user_study.svg +603 -0
  175. package/user_study_pilot/data/scatterplot_user_study_point_layer.json +122 -0
  176. package/user_study_pilot/data/scatterplot_user_study_smooth_layer.json +322 -0
  177. package/user_study_pilot/intro.html +215 -0
  178. package/user_study_pilot/jaws_settings/Chrome.JDF +10 -0
  179. package/user_study_pilot/jaws_settings/Firefox.JDF +10 -0
  180. package/user_study_pilot/jaws_settings/backup_utf8/Chrome.JDF +10 -0
  181. package/user_study_pilot/jaws_settings/backup_utf8/Firefox.JDF +10 -0
  182. package/user_study_pilot/jaws_settings/backup_utf8/msedge.JDF +10 -0
  183. package/user_study_pilot/jaws_settings/msedge.JDF +10 -0
  184. package/user_study_pilot/nvda_settings/chrome.dic +10 -0
  185. package/user_study_pilot/nvda_settings/default.dic +10 -0
  186. package/user_study_pilot/nvda_settings/firefox.dic +10 -0
  187. package/user_study_pilot/nvda_settings/msedge.dic +10 -0
  188. package/user_study_pilot/scatterplot.html +4560 -0
  189. package/user_study_pilot/seaborn_test.html +1059 -0
  190. package/user_study_pilot/svglite_test.html +534 -0
  191. package/user_study_pilot/task1_bar_plot.html +1111 -0
  192. package/user_study_pilot/task2_heatmap.html +1661 -0
  193. package/user_study_pilot/task3_boxplot_horizontal.html +1690 -0
  194. package/user_study_pilot/task3_boxplot_vertical.html +1689 -0
  195. package/user_study_pilot/task4_scatterplot.html +2091 -0
  196. package/user_study_pilot/tutorial1_bar_plot.html +1159 -0
  197. package/user_study_pilot/tutorial2_heatmap.html +1276 -0
  198. package/user_study_pilot/tutorial3_boxplot_horizontal.html +1861 -0
  199. package/user_study_pilot/tutorial3_boxplot_vertical.html +1807 -0
  200. package/user_study_pilot/tutorial4_scatterplot.html +5893 -0
  201. package/user_study_pilot/tutorial5_histogram.html +1553 -0
  202. package/user_study_pilot/tutorial6_lineplot.html +1011 -0
  203. package/user_study_pilot/tutorial7_stacked.html +763 -0
  204. package/user_study_pilot/tutorial8_stacked_normalized.html +796 -0
  205. package/user_study_pilot/tutorial9_dodged_bar.html +831 -0
  206. package/user_study_pilot/voiceover_settings/user_study_VoiceOver Archive.voprefs +573 -0
@@ -0,0 +1,4560 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>SVG Scatterplot</title>
5
+ <meta charset="utf-8" />
6
+ <link rel="stylesheet" href="../src/styles.css" type="text/css" />
7
+ </head>
8
+
9
+ <body>
10
+ <p>Tab to select the scatterplot.</p>
11
+
12
+ <div id="container" data-plottype="scatterplot">
13
+ <div id="braille-div">
14
+ <input
15
+ id="braille-input"
16
+ class="braille-input hidden"
17
+ autofocus
18
+ type="text"
19
+ />
20
+ </div>
21
+
22
+ <div id="svg-container">
23
+ <svg
24
+ xmlns="http://www.w3.org/2000/svg"
25
+ xmlns:xlink="http://www.w3.org/1999/xlink"
26
+ width="618px"
27
+ height="556px"
28
+ viewBox="0 0 618 556"
29
+ version="1.1"
30
+ >
31
+ <metadata
32
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
33
+ >
34
+ <gridsvg:generator
35
+ name="gridSVG"
36
+ version="1.7-4"
37
+ time="2022-12-22 16:59:35"
38
+ />
39
+ <gridsvg:argument
40
+ name="name"
41
+ value="scatterplot_no_jitter_with_loess_curve.svg"
42
+ />
43
+ <gridsvg:argument name="exportCoords" value="none" />
44
+ <gridsvg:argument name="exportMappings" value="none" />
45
+ <gridsvg:argument name="exportJS" value="none" />
46
+ <gridsvg:argument name="res" value="72" />
47
+ <gridsvg:argument name="prefix" value="" />
48
+ <gridsvg:argument name="addClasses" value="FALSE" />
49
+ <gridsvg:argument name="indent" value="TRUE" />
50
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
51
+ <gridsvg:argument name="usePaths" value="vpPaths" />
52
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
53
+ <gridsvg:separator name="id.sep" value="." />
54
+ <gridsvg:separator name="gPath.sep" value="::" />
55
+ <gridsvg:separator name="vpPath.sep" value="::" />
56
+ </metadata>
57
+ <g transform="translate(0, 556) scale(1, -1)">
58
+ <g
59
+ id="gridSVG"
60
+ fill="rgb(255,255,255)"
61
+ stroke="rgb(0,0,0)"
62
+ stroke-dasharray="none"
63
+ stroke-width="0.75"
64
+ font-size="12"
65
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
66
+ opacity="1"
67
+ stroke-linecap="round"
68
+ stroke-linejoin="round"
69
+ stroke-miterlimit="10"
70
+ stroke-opacity="1"
71
+ fill-opacity="1"
72
+ font-weight="normal"
73
+ font-style="normal"
74
+ >
75
+ <defs>
76
+ <symbol
77
+ id="gridSVG.pch19"
78
+ viewBox="-5 -5 10 10"
79
+ overflow="visible"
80
+ >
81
+ <circle cx="0" cy="0" r="3.75" />
82
+ </symbol>
83
+ </defs>
84
+ <g id="layout.1">
85
+ <g id="layout.2">
86
+ <defs>
87
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
88
+ <rect
89
+ x="0"
90
+ y="0"
91
+ width="618"
92
+ height="556"
93
+ fill="none"
94
+ stroke="none"
95
+ />
96
+ </clipPath>
97
+ </defs>
98
+ <g
99
+ id="layout::background.1-9-12-1.1"
100
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)"
101
+ >
102
+ <g id="background.1-9-12-1.1">
103
+ <g id="plot.background..rect.52.1">
104
+ <rect
105
+ id="plot.background..rect.52.1.1"
106
+ x="0"
107
+ y="0"
108
+ width="618"
109
+ height="556"
110
+ transform=""
111
+ stroke-width="1.07"
112
+ stroke="rgb(255,255,255)"
113
+ fill="rgb(255,255,255)"
114
+ stroke-dasharray="none"
115
+ stroke-opacity="1"
116
+ fill-opacity="1"
117
+ />
118
+ </g>
119
+ </g>
120
+ </g>
121
+ <defs>
122
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
123
+ <rect
124
+ x="33.14"
125
+ y="31.5"
126
+ width="579.38"
127
+ height="519.02"
128
+ fill="none"
129
+ stroke="none"
130
+ />
131
+ </clipPath>
132
+ </defs>
133
+ <g
134
+ id="layout::panel.7-5-7-5.1"
135
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
136
+ >
137
+ <g id="panel.7-5-7-5.1">
138
+ <g id="panel-1.gTree.30.1">
139
+ <g id="grill.gTree.28.1">
140
+ <g id="panel.background..rect.19.1">
141
+ <rect
142
+ id="panel.background..rect.19.1.1"
143
+ x="33.14"
144
+ y="31.5"
145
+ width="579.38"
146
+ height="519.02"
147
+ transform=""
148
+ stroke-width="1.07"
149
+ stroke="none"
150
+ fill="rgb(235,235,235)"
151
+ stroke-dasharray="none"
152
+ stroke-opacity="0"
153
+ fill-opacity="1"
154
+ />
155
+ </g>
156
+ <g id="panel.grid.minor.y..polyline.21.1">
157
+ <polyline
158
+ id="panel.grid.minor.y..polyline.21.1.1"
159
+ points="33.14,99.32 612.52,99.32"
160
+ stroke="rgb(255,255,255)"
161
+ fill="none"
162
+ stroke-width="0.53"
163
+ stroke-dasharray="none"
164
+ stroke-linecap="butt"
165
+ stroke-opacity="1"
166
+ fill-opacity="1"
167
+ />
168
+ <polyline
169
+ id="panel.grid.minor.y..polyline.21.1.2"
170
+ points="33.14,246.77 612.52,246.77"
171
+ stroke="rgb(255,255,255)"
172
+ fill="none"
173
+ stroke-width="0.53"
174
+ stroke-dasharray="none"
175
+ stroke-linecap="butt"
176
+ stroke-opacity="1"
177
+ fill-opacity="1"
178
+ />
179
+ <polyline
180
+ id="panel.grid.minor.y..polyline.21.1.3"
181
+ points="33.14,394.22 612.52,394.22"
182
+ stroke="rgb(255,255,255)"
183
+ fill="none"
184
+ stroke-width="0.53"
185
+ stroke-dasharray="none"
186
+ stroke-linecap="butt"
187
+ stroke-opacity="1"
188
+ fill-opacity="1"
189
+ />
190
+ <polyline
191
+ id="panel.grid.minor.y..polyline.21.1.4"
192
+ points="33.14,541.67 612.52,541.67"
193
+ stroke="rgb(255,255,255)"
194
+ fill="none"
195
+ stroke-width="0.53"
196
+ stroke-dasharray="none"
197
+ stroke-linecap="butt"
198
+ stroke-opacity="1"
199
+ fill-opacity="1"
200
+ />
201
+ </g>
202
+ <g id="panel.grid.minor.x..polyline.23.1">
203
+ <polyline
204
+ id="panel.grid.minor.x..polyline.23.1.1"
205
+ points="49.72,31.5 49.72,550.52"
206
+ stroke="rgb(255,255,255)"
207
+ fill="none"
208
+ stroke-width="0.53"
209
+ stroke-dasharray="none"
210
+ stroke-linecap="butt"
211
+ stroke-opacity="1"
212
+ fill-opacity="1"
213
+ />
214
+ <polyline
215
+ id="panel.grid.minor.x..polyline.23.1.2"
216
+ points="147.26,31.5 147.26,550.52"
217
+ stroke="rgb(255,255,255)"
218
+ fill="none"
219
+ stroke-width="0.53"
220
+ stroke-dasharray="none"
221
+ stroke-linecap="butt"
222
+ stroke-opacity="1"
223
+ fill-opacity="1"
224
+ />
225
+ <polyline
226
+ id="panel.grid.minor.x..polyline.23.1.3"
227
+ points="244.8,31.5 244.8,550.52"
228
+ stroke="rgb(255,255,255)"
229
+ fill="none"
230
+ stroke-width="0.53"
231
+ stroke-dasharray="none"
232
+ stroke-linecap="butt"
233
+ stroke-opacity="1"
234
+ fill-opacity="1"
235
+ />
236
+ <polyline
237
+ id="panel.grid.minor.x..polyline.23.1.4"
238
+ points="342.34,31.5 342.34,550.52"
239
+ stroke="rgb(255,255,255)"
240
+ fill="none"
241
+ stroke-width="0.53"
242
+ stroke-dasharray="none"
243
+ stroke-linecap="butt"
244
+ stroke-opacity="1"
245
+ fill-opacity="1"
246
+ />
247
+ <polyline
248
+ id="panel.grid.minor.x..polyline.23.1.5"
249
+ points="439.88,31.5 439.88,550.52"
250
+ stroke="rgb(255,255,255)"
251
+ fill="none"
252
+ stroke-width="0.53"
253
+ stroke-dasharray="none"
254
+ stroke-linecap="butt"
255
+ stroke-opacity="1"
256
+ fill-opacity="1"
257
+ />
258
+ <polyline
259
+ id="panel.grid.minor.x..polyline.23.1.6"
260
+ points="537.42,31.5 537.42,550.52"
261
+ stroke="rgb(255,255,255)"
262
+ fill="none"
263
+ stroke-width="0.53"
264
+ stroke-dasharray="none"
265
+ stroke-linecap="butt"
266
+ stroke-opacity="1"
267
+ fill-opacity="1"
268
+ />
269
+ </g>
270
+ <g id="panel.grid.major.y..polyline.25.1">
271
+ <polyline
272
+ id="panel.grid.major.y..polyline.25.1.2"
273
+ points="33.14,173.05 612.52,173.05"
274
+ stroke="rgb(255,255,255)"
275
+ fill="none"
276
+ stroke-width="1.07"
277
+ stroke-dasharray="none"
278
+ stroke-linecap="butt"
279
+ stroke-opacity="1"
280
+ fill-opacity="1"
281
+ />
282
+ <polyline
283
+ id="panel.grid.major.y..polyline.25.1.3"
284
+ points="33.14,320.5 612.52,320.5"
285
+ stroke="rgb(255,255,255)"
286
+ fill="none"
287
+ stroke-width="1.07"
288
+ stroke-dasharray="none"
289
+ stroke-linecap="butt"
290
+ stroke-opacity="1"
291
+ fill-opacity="1"
292
+ />
293
+ <polyline
294
+ id="panel.grid.major.y..polyline.25.1.4"
295
+ points="33.14,467.95 612.52,467.95"
296
+ stroke="rgb(255,255,255)"
297
+ fill="none"
298
+ stroke-width="1.07"
299
+ stroke-dasharray="none"
300
+ stroke-linecap="butt"
301
+ stroke-opacity="1"
302
+ fill-opacity="1"
303
+ />
304
+ </g>
305
+ <g id="panel.grid.major.x..polyline.27.1">
306
+ <polyline
307
+ id="panel.grid.major.x..polyline.27.1.2"
308
+ points="98.49,31.5 98.49,550.52"
309
+ stroke="rgb(255,255,255)"
310
+ fill="none"
311
+ stroke-width="1.07"
312
+ stroke-dasharray="none"
313
+ stroke-linecap="butt"
314
+ stroke-opacity="1"
315
+ fill-opacity="1"
316
+ />
317
+ <polyline
318
+ id="panel.grid.major.x..polyline.27.1.3"
319
+ points="196.03,31.5 196.03,550.52"
320
+ stroke="rgb(255,255,255)"
321
+ fill="none"
322
+ stroke-width="1.07"
323
+ stroke-dasharray="none"
324
+ stroke-linecap="butt"
325
+ stroke-opacity="1"
326
+ fill-opacity="1"
327
+ />
328
+ <polyline
329
+ id="panel.grid.major.x..polyline.27.1.4"
330
+ points="293.57,31.5 293.57,550.52"
331
+ stroke="rgb(255,255,255)"
332
+ fill="none"
333
+ stroke-width="1.07"
334
+ stroke-dasharray="none"
335
+ stroke-linecap="butt"
336
+ stroke-opacity="1"
337
+ fill-opacity="1"
338
+ />
339
+ <polyline
340
+ id="panel.grid.major.x..polyline.27.1.5"
341
+ points="391.11,31.5 391.11,550.52"
342
+ stroke="rgb(255,255,255)"
343
+ fill="none"
344
+ stroke-width="1.07"
345
+ stroke-dasharray="none"
346
+ stroke-linecap="butt"
347
+ stroke-opacity="1"
348
+ fill-opacity="1"
349
+ />
350
+ <polyline
351
+ id="panel.grid.major.x..polyline.27.1.6"
352
+ points="488.65,31.5 488.65,550.52"
353
+ stroke="rgb(255,255,255)"
354
+ fill="none"
355
+ stroke-width="1.07"
356
+ stroke-dasharray="none"
357
+ stroke-linecap="butt"
358
+ stroke-opacity="1"
359
+ fill-opacity="1"
360
+ />
361
+ <polyline
362
+ id="panel.grid.major.x..polyline.27.1.7"
363
+ points="586.18,31.5 586.18,550.52"
364
+ stroke="rgb(255,255,255)"
365
+ fill="none"
366
+ stroke-width="1.07"
367
+ stroke-dasharray="none"
368
+ stroke-linecap="butt"
369
+ stroke-opacity="1"
370
+ fill-opacity="1"
371
+ />
372
+ </g>
373
+ </g>
374
+ <g id="geom_point.points.12.1">
375
+ <use
376
+ id="geom_point.points.12.1.1"
377
+ href="#gridSVG.pch19"
378
+ x="78.98"
379
+ y="305.75"
380
+ width="5.21"
381
+ height="5.21"
382
+ transform=" translate(-2.61,-2.61)"
383
+ stroke="rgb(0,0,0)"
384
+ fill="rgb(0,0,0)"
385
+ font-size="5.21"
386
+ stroke-width="1.36"
387
+ stroke-opacity="1"
388
+ fill-opacity="1"
389
+ />
390
+ <use
391
+ id="geom_point.points.12.1.2"
392
+ href="#gridSVG.pch19"
393
+ x="78.98"
394
+ y="305.75"
395
+ width="5.21"
396
+ height="5.21"
397
+ transform=" translate(-2.61,-2.61)"
398
+ stroke="rgb(0,0,0)"
399
+ fill="rgb(0,0,0)"
400
+ font-size="5.21"
401
+ stroke-width="1.36"
402
+ stroke-opacity="1"
403
+ fill-opacity="1"
404
+ />
405
+ <use
406
+ id="geom_point.points.12.1.3"
407
+ href="#gridSVG.pch19"
408
+ x="98.49"
409
+ y="335.24"
410
+ width="5.21"
411
+ height="5.21"
412
+ transform=" translate(-2.61,-2.61)"
413
+ stroke="rgb(0,0,0)"
414
+ fill="rgb(0,0,0)"
415
+ font-size="5.21"
416
+ stroke-width="1.36"
417
+ stroke-opacity="1"
418
+ fill-opacity="1"
419
+ />
420
+ <use
421
+ id="geom_point.points.12.1.4"
422
+ href="#gridSVG.pch19"
423
+ x="98.49"
424
+ y="320.5"
425
+ width="5.21"
426
+ height="5.21"
427
+ transform=" translate(-2.61,-2.61)"
428
+ stroke="rgb(0,0,0)"
429
+ fill="rgb(0,0,0)"
430
+ font-size="5.21"
431
+ stroke-width="1.36"
432
+ stroke-opacity="1"
433
+ fill-opacity="1"
434
+ />
435
+ <use
436
+ id="geom_point.points.12.1.5"
437
+ href="#gridSVG.pch19"
438
+ x="176.52"
439
+ y="261.52"
440
+ width="5.21"
441
+ height="5.21"
442
+ transform=" translate(-2.61,-2.61)"
443
+ stroke="rgb(0,0,0)"
444
+ fill="rgb(0,0,0)"
445
+ font-size="5.21"
446
+ stroke-width="1.36"
447
+ stroke-opacity="1"
448
+ fill-opacity="1"
449
+ />
450
+ <use
451
+ id="geom_point.points.12.1.6"
452
+ href="#gridSVG.pch19"
453
+ x="176.52"
454
+ y="261.52"
455
+ width="5.21"
456
+ height="5.21"
457
+ transform=" translate(-2.61,-2.61)"
458
+ stroke="rgb(0,0,0)"
459
+ fill="rgb(0,0,0)"
460
+ font-size="5.21"
461
+ stroke-width="1.36"
462
+ stroke-opacity="1"
463
+ fill-opacity="1"
464
+ />
465
+ <use
466
+ id="geom_point.points.12.1.7"
467
+ href="#gridSVG.pch19"
468
+ x="205.78"
469
+ y="276.26"
470
+ width="5.21"
471
+ height="5.21"
472
+ transform=" translate(-2.61,-2.61)"
473
+ stroke="rgb(0,0,0)"
474
+ fill="rgb(0,0,0)"
475
+ font-size="5.21"
476
+ stroke-width="1.36"
477
+ stroke-opacity="1"
478
+ fill-opacity="1"
479
+ />
480
+ <use
481
+ id="geom_point.points.12.1.8"
482
+ href="#gridSVG.pch19"
483
+ x="78.98"
484
+ y="261.52"
485
+ width="5.21"
486
+ height="5.21"
487
+ transform=" translate(-2.61,-2.61)"
488
+ stroke="rgb(0,0,0)"
489
+ fill="rgb(0,0,0)"
490
+ font-size="5.21"
491
+ stroke-width="1.36"
492
+ stroke-opacity="1"
493
+ fill-opacity="1"
494
+ />
495
+ <use
496
+ id="geom_point.points.12.1.9"
497
+ href="#gridSVG.pch19"
498
+ x="78.98"
499
+ y="246.77"
500
+ width="5.21"
501
+ height="5.21"
502
+ transform=" translate(-2.61,-2.61)"
503
+ stroke="rgb(0,0,0)"
504
+ fill="rgb(0,0,0)"
505
+ font-size="5.21"
506
+ stroke-width="1.36"
507
+ stroke-opacity="1"
508
+ fill-opacity="1"
509
+ />
510
+ <use
511
+ id="geom_point.points.12.1.10"
512
+ href="#gridSVG.pch19"
513
+ x="98.49"
514
+ y="291.01"
515
+ width="5.21"
516
+ height="5.21"
517
+ transform=" translate(-2.61,-2.61)"
518
+ stroke="rgb(0,0,0)"
519
+ fill="rgb(0,0,0)"
520
+ font-size="5.21"
521
+ stroke-width="1.36"
522
+ stroke-opacity="1"
523
+ fill-opacity="1"
524
+ />
525
+ <use
526
+ id="geom_point.points.12.1.11"
527
+ href="#gridSVG.pch19"
528
+ x="98.49"
529
+ y="276.26"
530
+ width="5.21"
531
+ height="5.21"
532
+ transform=" translate(-2.61,-2.61)"
533
+ stroke="rgb(0,0,0)"
534
+ fill="rgb(0,0,0)"
535
+ font-size="5.21"
536
+ stroke-width="1.36"
537
+ stroke-opacity="1"
538
+ fill-opacity="1"
539
+ />
540
+ <use
541
+ id="geom_point.points.12.1.12"
542
+ href="#gridSVG.pch19"
543
+ x="176.52"
544
+ y="246.77"
545
+ width="5.21"
546
+ height="5.21"
547
+ transform=" translate(-2.61,-2.61)"
548
+ stroke="rgb(0,0,0)"
549
+ fill="rgb(0,0,0)"
550
+ font-size="5.21"
551
+ stroke-width="1.36"
552
+ stroke-opacity="1"
553
+ fill-opacity="1"
554
+ />
555
+ <use
556
+ id="geom_point.points.12.1.13"
557
+ href="#gridSVG.pch19"
558
+ x="176.52"
559
+ y="246.77"
560
+ width="5.21"
561
+ height="5.21"
562
+ transform=" translate(-2.61,-2.61)"
563
+ stroke="rgb(0,0,0)"
564
+ fill="rgb(0,0,0)"
565
+ font-size="5.21"
566
+ stroke-width="1.36"
567
+ stroke-opacity="1"
568
+ fill-opacity="1"
569
+ />
570
+ <use
571
+ id="geom_point.points.12.1.14"
572
+ href="#gridSVG.pch19"
573
+ x="205.78"
574
+ y="246.77"
575
+ width="5.21"
576
+ height="5.21"
577
+ transform=" translate(-2.61,-2.61)"
578
+ stroke="rgb(0,0,0)"
579
+ fill="rgb(0,0,0)"
580
+ font-size="5.21"
581
+ stroke-width="1.36"
582
+ stroke-opacity="1"
583
+ fill-opacity="1"
584
+ />
585
+ <use
586
+ id="geom_point.points.12.1.15"
587
+ href="#gridSVG.pch19"
588
+ x="205.78"
589
+ y="246.77"
590
+ width="5.21"
591
+ height="5.21"
592
+ transform=" translate(-2.61,-2.61)"
593
+ stroke="rgb(0,0,0)"
594
+ fill="rgb(0,0,0)"
595
+ font-size="5.21"
596
+ stroke-width="1.36"
597
+ stroke-opacity="1"
598
+ fill-opacity="1"
599
+ />
600
+ <use
601
+ id="geom_point.points.12.1.16"
602
+ href="#gridSVG.pch19"
603
+ x="176.52"
604
+ y="232.03"
605
+ width="5.21"
606
+ height="5.21"
607
+ transform=" translate(-2.61,-2.61)"
608
+ stroke="rgb(0,0,0)"
609
+ fill="rgb(0,0,0)"
610
+ font-size="5.21"
611
+ stroke-width="1.36"
612
+ stroke-opacity="1"
613
+ fill-opacity="1"
614
+ />
615
+ <use
616
+ id="geom_point.points.12.1.17"
617
+ href="#gridSVG.pch19"
618
+ x="205.78"
619
+ y="246.77"
620
+ width="5.21"
621
+ height="5.21"
622
+ transform=" translate(-2.61,-2.61)"
623
+ stroke="rgb(0,0,0)"
624
+ fill="rgb(0,0,0)"
625
+ font-size="5.21"
626
+ stroke-width="1.36"
627
+ stroke-opacity="1"
628
+ fill-opacity="1"
629
+ />
630
+ <use
631
+ id="geom_point.points.12.1.18"
632
+ href="#gridSVG.pch19"
633
+ x="313.08"
634
+ y="217.28"
635
+ width="5.21"
636
+ height="5.21"
637
+ transform=" translate(-2.61,-2.61)"
638
+ stroke="rgb(0,0,0)"
639
+ fill="rgb(0,0,0)"
640
+ font-size="5.21"
641
+ stroke-width="1.36"
642
+ stroke-opacity="1"
643
+ fill-opacity="1"
644
+ />
645
+ <use
646
+ id="geom_point.points.12.1.19"
647
+ href="#gridSVG.pch19"
648
+ x="420.37"
649
+ y="173.05"
650
+ width="5.21"
651
+ height="5.21"
652
+ transform=" translate(-2.61,-2.61)"
653
+ stroke="rgb(0,0,0)"
654
+ fill="rgb(0,0,0)"
655
+ font-size="5.21"
656
+ stroke-width="1.36"
657
+ stroke-opacity="1"
658
+ fill-opacity="1"
659
+ />
660
+ <use
661
+ id="geom_point.points.12.1.20"
662
+ href="#gridSVG.pch19"
663
+ x="420.37"
664
+ y="99.32"
665
+ width="5.21"
666
+ height="5.21"
667
+ transform=" translate(-2.61,-2.61)"
668
+ stroke="rgb(0,0,0)"
669
+ fill="rgb(0,0,0)"
670
+ font-size="5.21"
671
+ stroke-width="1.36"
672
+ stroke-opacity="1"
673
+ fill-opacity="1"
674
+ />
675
+ <use
676
+ id="geom_point.points.12.1.21"
677
+ href="#gridSVG.pch19"
678
+ x="420.37"
679
+ y="173.05"
680
+ width="5.21"
681
+ height="5.21"
682
+ transform=" translate(-2.61,-2.61)"
683
+ stroke="rgb(0,0,0)"
684
+ fill="rgb(0,0,0)"
685
+ font-size="5.21"
686
+ stroke-width="1.36"
687
+ stroke-opacity="1"
688
+ fill-opacity="1"
689
+ />
690
+ <use
691
+ id="geom_point.points.12.1.22"
692
+ href="#gridSVG.pch19"
693
+ x="459.38"
694
+ y="128.81"
695
+ width="5.21"
696
+ height="5.21"
697
+ transform=" translate(-2.61,-2.61)"
698
+ stroke="rgb(0,0,0)"
699
+ fill="rgb(0,0,0)"
700
+ font-size="5.21"
701
+ stroke-width="1.36"
702
+ stroke-opacity="1"
703
+ fill-opacity="1"
704
+ />
705
+ <use
706
+ id="geom_point.points.12.1.23"
707
+ href="#gridSVG.pch19"
708
+ x="488.65"
709
+ y="128.81"
710
+ width="5.21"
711
+ height="5.21"
712
+ transform=" translate(-2.61,-2.61)"
713
+ stroke="rgb(0,0,0)"
714
+ fill="rgb(0,0,0)"
715
+ font-size="5.21"
716
+ stroke-width="1.36"
717
+ stroke-opacity="1"
718
+ fill-opacity="1"
719
+ />
720
+ <use
721
+ id="geom_point.points.12.1.24"
722
+ href="#gridSVG.pch19"
723
+ x="459.38"
724
+ y="261.52"
725
+ width="5.21"
726
+ height="5.21"
727
+ transform=" translate(-2.61,-2.61)"
728
+ stroke="rgb(0,0,0)"
729
+ fill="rgb(0,0,0)"
730
+ font-size="5.21"
731
+ stroke-width="1.36"
732
+ stroke-opacity="1"
733
+ fill-opacity="1"
734
+ />
735
+ <use
736
+ id="geom_point.points.12.1.25"
737
+ href="#gridSVG.pch19"
738
+ x="459.38"
739
+ y="217.28"
740
+ width="5.21"
741
+ height="5.21"
742
+ transform=" translate(-2.61,-2.61)"
743
+ stroke="rgb(0,0,0)"
744
+ fill="rgb(0,0,0)"
745
+ font-size="5.21"
746
+ stroke-width="1.36"
747
+ stroke-opacity="1"
748
+ fill-opacity="1"
749
+ />
750
+ <use
751
+ id="geom_point.points.12.1.26"
752
+ href="#gridSVG.pch19"
753
+ x="508.15"
754
+ y="261.52"
755
+ width="5.21"
756
+ height="5.21"
757
+ transform=" translate(-2.61,-2.61)"
758
+ stroke="rgb(0,0,0)"
759
+ fill="rgb(0,0,0)"
760
+ font-size="5.21"
761
+ stroke-width="1.36"
762
+ stroke-opacity="1"
763
+ fill-opacity="1"
764
+ />
765
+ <use
766
+ id="geom_point.points.12.1.27"
767
+ href="#gridSVG.pch19"
768
+ x="508.15"
769
+ y="246.77"
770
+ width="5.21"
771
+ height="5.21"
772
+ transform=" translate(-2.61,-2.61)"
773
+ stroke="rgb(0,0,0)"
774
+ fill="rgb(0,0,0)"
775
+ font-size="5.21"
776
+ stroke-width="1.36"
777
+ stroke-opacity="1"
778
+ fill-opacity="1"
779
+ />
780
+ <use
781
+ id="geom_point.points.12.1.28"
782
+ href="#gridSVG.pch19"
783
+ x="586.18"
784
+ y="232.03"
785
+ width="5.21"
786
+ height="5.21"
787
+ transform=" translate(-2.61,-2.61)"
788
+ stroke="rgb(0,0,0)"
789
+ fill="rgb(0,0,0)"
790
+ font-size="5.21"
791
+ stroke-width="1.36"
792
+ stroke-opacity="1"
793
+ fill-opacity="1"
794
+ />
795
+ <use
796
+ id="geom_point.points.12.1.29"
797
+ href="#gridSVG.pch19"
798
+ x="420.37"
799
+ y="158.3"
800
+ width="5.21"
801
+ height="5.21"
802
+ transform=" translate(-2.61,-2.61)"
803
+ stroke="rgb(0,0,0)"
804
+ fill="rgb(0,0,0)"
805
+ font-size="5.21"
806
+ stroke-width="1.36"
807
+ stroke-opacity="1"
808
+ fill-opacity="1"
809
+ />
810
+ <use
811
+ id="geom_point.points.12.1.30"
812
+ href="#gridSVG.pch19"
813
+ x="420.37"
814
+ y="84.58"
815
+ width="5.21"
816
+ height="5.21"
817
+ transform=" translate(-2.61,-2.61)"
818
+ stroke="rgb(0,0,0)"
819
+ fill="rgb(0,0,0)"
820
+ font-size="5.21"
821
+ stroke-width="1.36"
822
+ stroke-opacity="1"
823
+ fill-opacity="1"
824
+ />
825
+ <use
826
+ id="geom_point.points.12.1.31"
827
+ href="#gridSVG.pch19"
828
+ x="459.38"
829
+ y="99.32"
830
+ width="5.21"
831
+ height="5.21"
832
+ transform=" translate(-2.61,-2.61)"
833
+ stroke="rgb(0,0,0)"
834
+ fill="rgb(0,0,0)"
835
+ font-size="5.21"
836
+ stroke-width="1.36"
837
+ stroke-opacity="1"
838
+ fill-opacity="1"
839
+ />
840
+ <use
841
+ id="geom_point.points.12.1.32"
842
+ href="#gridSVG.pch19"
843
+ x="537.42"
844
+ y="128.81"
845
+ width="5.21"
846
+ height="5.21"
847
+ transform=" translate(-2.61,-2.61)"
848
+ stroke="rgb(0,0,0)"
849
+ fill="rgb(0,0,0)"
850
+ font-size="5.21"
851
+ stroke-width="1.36"
852
+ stroke-opacity="1"
853
+ fill-opacity="1"
854
+ />
855
+ <use
856
+ id="geom_point.points.12.1.33"
857
+ href="#gridSVG.pch19"
858
+ x="137.5"
859
+ y="276.26"
860
+ width="5.21"
861
+ height="5.21"
862
+ transform=" translate(-2.61,-2.61)"
863
+ stroke="rgb(0,0,0)"
864
+ fill="rgb(0,0,0)"
865
+ font-size="5.21"
866
+ stroke-width="1.36"
867
+ stroke-opacity="1"
868
+ fill-opacity="1"
869
+ />
870
+ <use
871
+ id="geom_point.points.12.1.34"
872
+ href="#gridSVG.pch19"
873
+ x="137.5"
874
+ y="320.5"
875
+ width="5.21"
876
+ height="5.21"
877
+ transform=" translate(-2.61,-2.61)"
878
+ stroke="rgb(0,0,0)"
879
+ fill="rgb(0,0,0)"
880
+ font-size="5.21"
881
+ stroke-width="1.36"
882
+ stroke-opacity="1"
883
+ fill-opacity="1"
884
+ />
885
+ <use
886
+ id="geom_point.points.12.1.35"
887
+ href="#gridSVG.pch19"
888
+ x="205.78"
889
+ y="261.52"
890
+ width="5.21"
891
+ height="5.21"
892
+ transform=" translate(-2.61,-2.61)"
893
+ stroke="rgb(0,0,0)"
894
+ fill="rgb(0,0,0)"
895
+ font-size="5.21"
896
+ stroke-width="1.36"
897
+ stroke-opacity="1"
898
+ fill-opacity="1"
899
+ />
900
+ <use
901
+ id="geom_point.points.12.1.36"
902
+ href="#gridSVG.pch19"
903
+ x="244.8"
904
+ y="305.75"
905
+ width="5.21"
906
+ height="5.21"
907
+ transform=" translate(-2.61,-2.61)"
908
+ stroke="rgb(0,0,0)"
909
+ fill="rgb(0,0,0)"
910
+ font-size="5.21"
911
+ stroke-width="1.36"
912
+ stroke-opacity="1"
913
+ fill-opacity="1"
914
+ />
915
+ <use
916
+ id="geom_point.points.12.1.37"
917
+ href="#gridSVG.pch19"
918
+ x="254.55"
919
+ y="261.52"
920
+ width="5.21"
921
+ height="5.21"
922
+ transform=" translate(-2.61,-2.61)"
923
+ stroke="rgb(0,0,0)"
924
+ fill="rgb(0,0,0)"
925
+ font-size="5.21"
926
+ stroke-width="1.36"
927
+ stroke-opacity="1"
928
+ fill-opacity="1"
929
+ />
930
+ <use
931
+ id="geom_point.points.12.1.38"
932
+ href="#gridSVG.pch19"
933
+ x="137.5"
934
+ y="232.03"
935
+ width="5.21"
936
+ height="5.21"
937
+ transform=" translate(-2.61,-2.61)"
938
+ stroke="rgb(0,0,0)"
939
+ fill="rgb(0,0,0)"
940
+ font-size="5.21"
941
+ stroke-width="1.36"
942
+ stroke-opacity="1"
943
+ fill-opacity="1"
944
+ />
945
+ <use
946
+ id="geom_point.points.12.1.39"
947
+ href="#gridSVG.pch19"
948
+ x="196.03"
949
+ y="232.03"
950
+ width="5.21"
951
+ height="5.21"
952
+ transform=" translate(-2.61,-2.61)"
953
+ stroke="rgb(0,0,0)"
954
+ fill="rgb(0,0,0)"
955
+ font-size="5.21"
956
+ stroke-width="1.36"
957
+ stroke-opacity="1"
958
+ fill-opacity="1"
959
+ />
960
+ <use
961
+ id="geom_point.points.12.1.40"
962
+ href="#gridSVG.pch19"
963
+ x="225.29"
964
+ y="202.54"
965
+ width="5.21"
966
+ height="5.21"
967
+ transform=" translate(-2.61,-2.61)"
968
+ stroke="rgb(0,0,0)"
969
+ fill="rgb(0,0,0)"
970
+ font-size="5.21"
971
+ stroke-width="1.36"
972
+ stroke-opacity="1"
973
+ fill-opacity="1"
974
+ />
975
+ <use
976
+ id="geom_point.points.12.1.41"
977
+ href="#gridSVG.pch19"
978
+ x="225.29"
979
+ y="202.54"
980
+ width="5.21"
981
+ height="5.21"
982
+ transform=" translate(-2.61,-2.61)"
983
+ stroke="rgb(0,0,0)"
984
+ fill="rgb(0,0,0)"
985
+ font-size="5.21"
986
+ stroke-width="1.36"
987
+ stroke-opacity="1"
988
+ fill-opacity="1"
989
+ />
990
+ <use
991
+ id="geom_point.points.12.1.42"
992
+ href="#gridSVG.pch19"
993
+ x="225.29"
994
+ y="232.03"
995
+ width="5.21"
996
+ height="5.21"
997
+ transform=" translate(-2.61,-2.61)"
998
+ stroke="rgb(0,0,0)"
999
+ fill="rgb(0,0,0)"
1000
+ font-size="5.21"
1001
+ stroke-width="1.36"
1002
+ stroke-opacity="1"
1003
+ fill-opacity="1"
1004
+ />
1005
+ <use
1006
+ id="geom_point.points.12.1.43"
1007
+ href="#gridSVG.pch19"
1008
+ x="225.29"
1009
+ y="232.03"
1010
+ width="5.21"
1011
+ height="5.21"
1012
+ transform=" translate(-2.61,-2.61)"
1013
+ stroke="rgb(0,0,0)"
1014
+ fill="rgb(0,0,0)"
1015
+ font-size="5.21"
1016
+ stroke-width="1.36"
1017
+ stroke-opacity="1"
1018
+ fill-opacity="1"
1019
+ />
1020
+ <use
1021
+ id="geom_point.points.12.1.44"
1022
+ href="#gridSVG.pch19"
1023
+ x="225.29"
1024
+ y="128.81"
1025
+ width="5.21"
1026
+ height="5.21"
1027
+ transform=" translate(-2.61,-2.61)"
1028
+ stroke="rgb(0,0,0)"
1029
+ fill="rgb(0,0,0)"
1030
+ font-size="5.21"
1031
+ stroke-width="1.36"
1032
+ stroke-opacity="1"
1033
+ fill-opacity="1"
1034
+ />
1035
+ <use
1036
+ id="geom_point.points.12.1.45"
1037
+ href="#gridSVG.pch19"
1038
+ x="274.06"
1039
+ y="202.54"
1040
+ width="5.21"
1041
+ height="5.21"
1042
+ transform=" translate(-2.61,-2.61)"
1043
+ stroke="rgb(0,0,0)"
1044
+ fill="rgb(0,0,0)"
1045
+ font-size="5.21"
1046
+ stroke-width="1.36"
1047
+ stroke-opacity="1"
1048
+ fill-opacity="1"
1049
+ />
1050
+ <use
1051
+ id="geom_point.points.12.1.46"
1052
+ href="#gridSVG.pch19"
1053
+ x="274.06"
1054
+ y="187.79"
1055
+ width="5.21"
1056
+ height="5.21"
1057
+ transform=" translate(-2.61,-2.61)"
1058
+ stroke="rgb(0,0,0)"
1059
+ fill="rgb(0,0,0)"
1060
+ font-size="5.21"
1061
+ stroke-width="1.36"
1062
+ stroke-opacity="1"
1063
+ fill-opacity="1"
1064
+ />
1065
+ <use
1066
+ id="geom_point.points.12.1.47"
1067
+ href="#gridSVG.pch19"
1068
+ x="274.06"
1069
+ y="217.28"
1070
+ width="5.21"
1071
+ height="5.21"
1072
+ transform=" translate(-2.61,-2.61)"
1073
+ stroke="rgb(0,0,0)"
1074
+ fill="rgb(0,0,0)"
1075
+ font-size="5.21"
1076
+ stroke-width="1.36"
1077
+ stroke-opacity="1"
1078
+ fill-opacity="1"
1079
+ />
1080
+ <use
1081
+ id="geom_point.points.12.1.48"
1082
+ href="#gridSVG.pch19"
1083
+ x="293.57"
1084
+ y="217.28"
1085
+ width="5.21"
1086
+ height="5.21"
1087
+ transform=" translate(-2.61,-2.61)"
1088
+ stroke="rgb(0,0,0)"
1089
+ fill="rgb(0,0,0)"
1090
+ font-size="5.21"
1091
+ stroke-width="1.36"
1092
+ stroke-opacity="1"
1093
+ fill-opacity="1"
1094
+ />
1095
+ <use
1096
+ id="geom_point.points.12.1.49"
1097
+ href="#gridSVG.pch19"
1098
+ x="264.31"
1099
+ y="158.3"
1100
+ width="5.21"
1101
+ height="5.21"
1102
+ transform=" translate(-2.61,-2.61)"
1103
+ stroke="rgb(0,0,0)"
1104
+ fill="rgb(0,0,0)"
1105
+ font-size="5.21"
1106
+ stroke-width="1.36"
1107
+ stroke-opacity="1"
1108
+ fill-opacity="1"
1109
+ />
1110
+ <use
1111
+ id="geom_point.points.12.1.50"
1112
+ href="#gridSVG.pch19"
1113
+ x="264.31"
1114
+ y="143.56"
1115
+ width="5.21"
1116
+ height="5.21"
1117
+ transform=" translate(-2.61,-2.61)"
1118
+ stroke="rgb(0,0,0)"
1119
+ fill="rgb(0,0,0)"
1120
+ font-size="5.21"
1121
+ stroke-width="1.36"
1122
+ stroke-opacity="1"
1123
+ fill-opacity="1"
1124
+ />
1125
+ <use
1126
+ id="geom_point.points.12.1.51"
1127
+ href="#gridSVG.pch19"
1128
+ x="283.81"
1129
+ y="128.81"
1130
+ width="5.21"
1131
+ height="5.21"
1132
+ transform=" translate(-2.61,-2.61)"
1133
+ stroke="rgb(0,0,0)"
1134
+ fill="rgb(0,0,0)"
1135
+ font-size="5.21"
1136
+ stroke-width="1.36"
1137
+ stroke-opacity="1"
1138
+ fill-opacity="1"
1139
+ />
1140
+ <use
1141
+ id="geom_point.points.12.1.52"
1142
+ href="#gridSVG.pch19"
1143
+ x="283.81"
1144
+ y="128.81"
1145
+ width="5.21"
1146
+ height="5.21"
1147
+ transform=" translate(-2.61,-2.61)"
1148
+ stroke="rgb(0,0,0)"
1149
+ fill="rgb(0,0,0)"
1150
+ font-size="5.21"
1151
+ stroke-width="1.36"
1152
+ stroke-opacity="1"
1153
+ fill-opacity="1"
1154
+ />
1155
+ <use
1156
+ id="geom_point.points.12.1.53"
1157
+ href="#gridSVG.pch19"
1158
+ x="361.84"
1159
+ y="158.3"
1160
+ width="5.21"
1161
+ height="5.21"
1162
+ transform=" translate(-2.61,-2.61)"
1163
+ stroke="rgb(0,0,0)"
1164
+ fill="rgb(0,0,0)"
1165
+ font-size="5.21"
1166
+ stroke-width="1.36"
1167
+ stroke-opacity="1"
1168
+ fill-opacity="1"
1169
+ />
1170
+ <use
1171
+ id="geom_point.points.12.1.54"
1172
+ href="#gridSVG.pch19"
1173
+ x="361.84"
1174
+ y="158.3"
1175
+ width="5.21"
1176
+ height="5.21"
1177
+ transform=" translate(-2.61,-2.61)"
1178
+ stroke="rgb(0,0,0)"
1179
+ fill="rgb(0,0,0)"
1180
+ font-size="5.21"
1181
+ stroke-width="1.36"
1182
+ stroke-opacity="1"
1183
+ fill-opacity="1"
1184
+ />
1185
+ <use
1186
+ id="geom_point.points.12.1.55"
1187
+ href="#gridSVG.pch19"
1188
+ x="361.84"
1189
+ y="55.09"
1190
+ width="5.21"
1191
+ height="5.21"
1192
+ transform=" translate(-2.61,-2.61)"
1193
+ stroke="rgb(0,0,0)"
1194
+ fill="rgb(0,0,0)"
1195
+ font-size="5.21"
1196
+ stroke-width="1.36"
1197
+ stroke-opacity="1"
1198
+ fill-opacity="1"
1199
+ />
1200
+ <use
1201
+ id="geom_point.points.12.1.56"
1202
+ href="#gridSVG.pch19"
1203
+ x="410.61"
1204
+ y="128.81"
1205
+ width="5.21"
1206
+ height="5.21"
1207
+ transform=" translate(-2.61,-2.61)"
1208
+ stroke="rgb(0,0,0)"
1209
+ fill="rgb(0,0,0)"
1210
+ font-size="5.21"
1211
+ stroke-width="1.36"
1212
+ stroke-opacity="1"
1213
+ fill-opacity="1"
1214
+ />
1215
+ <use
1216
+ id="geom_point.points.12.1.57"
1217
+ href="#gridSVG.pch19"
1218
+ x="410.61"
1219
+ y="99.32"
1220
+ width="5.21"
1221
+ height="5.21"
1222
+ transform=" translate(-2.61,-2.61)"
1223
+ stroke="rgb(0,0,0)"
1224
+ fill="rgb(0,0,0)"
1225
+ font-size="5.21"
1226
+ stroke-width="1.36"
1227
+ stroke-opacity="1"
1228
+ fill-opacity="1"
1229
+ />
1230
+ <use
1231
+ id="geom_point.points.12.1.58"
1232
+ href="#gridSVG.pch19"
1233
+ x="283.81"
1234
+ y="128.81"
1235
+ width="5.21"
1236
+ height="5.21"
1237
+ transform=" translate(-2.61,-2.61)"
1238
+ stroke="rgb(0,0,0)"
1239
+ fill="rgb(0,0,0)"
1240
+ font-size="5.21"
1241
+ stroke-width="1.36"
1242
+ stroke-opacity="1"
1243
+ fill-opacity="1"
1244
+ />
1245
+ <use
1246
+ id="geom_point.points.12.1.59"
1247
+ href="#gridSVG.pch19"
1248
+ x="361.84"
1249
+ y="128.81"
1250
+ width="5.21"
1251
+ height="5.21"
1252
+ transform=" translate(-2.61,-2.61)"
1253
+ stroke="rgb(0,0,0)"
1254
+ fill="rgb(0,0,0)"
1255
+ font-size="5.21"
1256
+ stroke-width="1.36"
1257
+ stroke-opacity="1"
1258
+ fill-opacity="1"
1259
+ />
1260
+ <use
1261
+ id="geom_point.points.12.1.60"
1262
+ href="#gridSVG.pch19"
1263
+ x="361.84"
1264
+ y="55.09"
1265
+ width="5.21"
1266
+ height="5.21"
1267
+ transform=" translate(-2.61,-2.61)"
1268
+ stroke="rgb(0,0,0)"
1269
+ fill="rgb(0,0,0)"
1270
+ font-size="5.21"
1271
+ stroke-width="1.36"
1272
+ stroke-opacity="1"
1273
+ fill-opacity="1"
1274
+ />
1275
+ <use
1276
+ id="geom_point.points.12.1.61"
1277
+ href="#gridSVG.pch19"
1278
+ x="361.84"
1279
+ y="128.81"
1280
+ width="5.21"
1281
+ height="5.21"
1282
+ transform=" translate(-2.61,-2.61)"
1283
+ stroke="rgb(0,0,0)"
1284
+ fill="rgb(0,0,0)"
1285
+ font-size="5.21"
1286
+ stroke-width="1.36"
1287
+ stroke-opacity="1"
1288
+ fill-opacity="1"
1289
+ />
1290
+ <use
1291
+ id="geom_point.points.12.1.62"
1292
+ href="#gridSVG.pch19"
1293
+ x="410.61"
1294
+ y="114.07"
1295
+ width="5.21"
1296
+ height="5.21"
1297
+ transform=" translate(-2.61,-2.61)"
1298
+ stroke="rgb(0,0,0)"
1299
+ fill="rgb(0,0,0)"
1300
+ font-size="5.21"
1301
+ stroke-width="1.36"
1302
+ stroke-opacity="1"
1303
+ fill-opacity="1"
1304
+ />
1305
+ <use
1306
+ id="geom_point.points.12.1.63"
1307
+ href="#gridSVG.pch19"
1308
+ x="459.38"
1309
+ y="143.56"
1310
+ width="5.21"
1311
+ height="5.21"
1312
+ transform=" translate(-2.61,-2.61)"
1313
+ stroke="rgb(0,0,0)"
1314
+ fill="rgb(0,0,0)"
1315
+ font-size="5.21"
1316
+ stroke-width="1.36"
1317
+ stroke-opacity="1"
1318
+ fill-opacity="1"
1319
+ />
1320
+ <use
1321
+ id="geom_point.points.12.1.64"
1322
+ href="#gridSVG.pch19"
1323
+ x="478.89"
1324
+ y="99.32"
1325
+ width="5.21"
1326
+ height="5.21"
1327
+ transform=" translate(-2.61,-2.61)"
1328
+ stroke="rgb(0,0,0)"
1329
+ fill="rgb(0,0,0)"
1330
+ font-size="5.21"
1331
+ stroke-width="1.36"
1332
+ stroke-opacity="1"
1333
+ fill-opacity="1"
1334
+ />
1335
+ <use
1336
+ id="geom_point.points.12.1.65"
1337
+ href="#gridSVG.pch19"
1338
+ x="361.84"
1339
+ y="114.07"
1340
+ width="5.21"
1341
+ height="5.21"
1342
+ transform=" translate(-2.61,-2.61)"
1343
+ stroke="rgb(0,0,0)"
1344
+ fill="rgb(0,0,0)"
1345
+ font-size="5.21"
1346
+ stroke-width="1.36"
1347
+ stroke-opacity="1"
1348
+ fill-opacity="1"
1349
+ />
1350
+ <use
1351
+ id="geom_point.points.12.1.66"
1352
+ href="#gridSVG.pch19"
1353
+ x="361.84"
1354
+ y="55.09"
1355
+ width="5.21"
1356
+ height="5.21"
1357
+ transform=" translate(-2.61,-2.61)"
1358
+ stroke="rgb(0,0,0)"
1359
+ fill="rgb(0,0,0)"
1360
+ font-size="5.21"
1361
+ stroke-width="1.36"
1362
+ stroke-opacity="1"
1363
+ fill-opacity="1"
1364
+ />
1365
+ <use
1366
+ id="geom_point.points.12.1.67"
1367
+ href="#gridSVG.pch19"
1368
+ x="361.84"
1369
+ y="128.81"
1370
+ width="5.21"
1371
+ height="5.21"
1372
+ transform=" translate(-2.61,-2.61)"
1373
+ stroke="rgb(0,0,0)"
1374
+ fill="rgb(0,0,0)"
1375
+ font-size="5.21"
1376
+ stroke-width="1.36"
1377
+ stroke-opacity="1"
1378
+ fill-opacity="1"
1379
+ />
1380
+ <use
1381
+ id="geom_point.points.12.1.68"
1382
+ href="#gridSVG.pch19"
1383
+ x="361.84"
1384
+ y="128.81"
1385
+ width="5.21"
1386
+ height="5.21"
1387
+ transform=" translate(-2.61,-2.61)"
1388
+ stroke="rgb(0,0,0)"
1389
+ fill="rgb(0,0,0)"
1390
+ font-size="5.21"
1391
+ stroke-width="1.36"
1392
+ stroke-opacity="1"
1393
+ fill-opacity="1"
1394
+ />
1395
+ <use
1396
+ id="geom_point.points.12.1.69"
1397
+ href="#gridSVG.pch19"
1398
+ x="361.84"
1399
+ y="114.07"
1400
+ width="5.21"
1401
+ height="5.21"
1402
+ transform=" translate(-2.61,-2.61)"
1403
+ stroke="rgb(0,0,0)"
1404
+ fill="rgb(0,0,0)"
1405
+ font-size="5.21"
1406
+ stroke-width="1.36"
1407
+ stroke-opacity="1"
1408
+ fill-opacity="1"
1409
+ />
1410
+ <use
1411
+ id="geom_point.points.12.1.70"
1412
+ href="#gridSVG.pch19"
1413
+ x="361.84"
1414
+ y="55.09"
1415
+ width="5.21"
1416
+ height="5.21"
1417
+ transform=" translate(-2.61,-2.61)"
1418
+ stroke="rgb(0,0,0)"
1419
+ fill="rgb(0,0,0)"
1420
+ font-size="5.21"
1421
+ stroke-width="1.36"
1422
+ stroke-opacity="1"
1423
+ fill-opacity="1"
1424
+ />
1425
+ <use
1426
+ id="geom_point.points.12.1.71"
1427
+ href="#gridSVG.pch19"
1428
+ x="410.61"
1429
+ y="99.32"
1430
+ width="5.21"
1431
+ height="5.21"
1432
+ transform=" translate(-2.61,-2.61)"
1433
+ stroke="rgb(0,0,0)"
1434
+ fill="rgb(0,0,0)"
1435
+ font-size="5.21"
1436
+ stroke-width="1.36"
1437
+ stroke-opacity="1"
1438
+ fill-opacity="1"
1439
+ />
1440
+ <use
1441
+ id="geom_point.points.12.1.72"
1442
+ href="#gridSVG.pch19"
1443
+ x="410.61"
1444
+ y="114.07"
1445
+ width="5.21"
1446
+ height="5.21"
1447
+ transform=" translate(-2.61,-2.61)"
1448
+ stroke="rgb(0,0,0)"
1449
+ fill="rgb(0,0,0)"
1450
+ font-size="5.21"
1451
+ stroke-width="1.36"
1452
+ stroke-opacity="1"
1453
+ fill-opacity="1"
1454
+ />
1455
+ <use
1456
+ id="geom_point.points.12.1.73"
1457
+ href="#gridSVG.pch19"
1458
+ x="459.38"
1459
+ y="128.81"
1460
+ width="5.21"
1461
+ height="5.21"
1462
+ transform=" translate(-2.61,-2.61)"
1463
+ stroke="rgb(0,0,0)"
1464
+ fill="rgb(0,0,0)"
1465
+ font-size="5.21"
1466
+ stroke-width="1.36"
1467
+ stroke-opacity="1"
1468
+ fill-opacity="1"
1469
+ />
1470
+ <use
1471
+ id="geom_point.points.12.1.74"
1472
+ href="#gridSVG.pch19"
1473
+ x="478.89"
1474
+ y="99.32"
1475
+ width="5.21"
1476
+ height="5.21"
1477
+ transform=" translate(-2.61,-2.61)"
1478
+ stroke="rgb(0,0,0)"
1479
+ fill="rgb(0,0,0)"
1480
+ font-size="5.21"
1481
+ stroke-width="1.36"
1482
+ stroke-opacity="1"
1483
+ fill-opacity="1"
1484
+ />
1485
+ <use
1486
+ id="geom_point.points.12.1.75"
1487
+ href="#gridSVG.pch19"
1488
+ x="352.09"
1489
+ y="128.81"
1490
+ width="5.21"
1491
+ height="5.21"
1492
+ transform=" translate(-2.61,-2.61)"
1493
+ stroke="rgb(0,0,0)"
1494
+ fill="rgb(0,0,0)"
1495
+ font-size="5.21"
1496
+ stroke-width="1.36"
1497
+ stroke-opacity="1"
1498
+ fill-opacity="1"
1499
+ />
1500
+ <use
1501
+ id="geom_point.points.12.1.76"
1502
+ href="#gridSVG.pch19"
1503
+ x="430.12"
1504
+ y="128.81"
1505
+ width="5.21"
1506
+ height="5.21"
1507
+ transform=" translate(-2.61,-2.61)"
1508
+ stroke="rgb(0,0,0)"
1509
+ fill="rgb(0,0,0)"
1510
+ font-size="5.21"
1511
+ stroke-width="1.36"
1512
+ stroke-opacity="1"
1513
+ fill-opacity="1"
1514
+ />
1515
+ <use
1516
+ id="geom_point.points.12.1.77"
1517
+ href="#gridSVG.pch19"
1518
+ x="430.12"
1519
+ y="143.56"
1520
+ width="5.21"
1521
+ height="5.21"
1522
+ transform=" translate(-2.61,-2.61)"
1523
+ stroke="rgb(0,0,0)"
1524
+ fill="rgb(0,0,0)"
1525
+ font-size="5.21"
1526
+ stroke-width="1.36"
1527
+ stroke-opacity="1"
1528
+ fill-opacity="1"
1529
+ />
1530
+ <use
1531
+ id="geom_point.points.12.1.78"
1532
+ href="#gridSVG.pch19"
1533
+ x="293.57"
1534
+ y="128.81"
1535
+ width="5.21"
1536
+ height="5.21"
1537
+ transform=" translate(-2.61,-2.61)"
1538
+ stroke="rgb(0,0,0)"
1539
+ fill="rgb(0,0,0)"
1540
+ font-size="5.21"
1541
+ stroke-width="1.36"
1542
+ stroke-opacity="1"
1543
+ fill-opacity="1"
1544
+ />
1545
+ <use
1546
+ id="geom_point.points.12.1.79"
1547
+ href="#gridSVG.pch19"
1548
+ x="293.57"
1549
+ y="158.3"
1550
+ width="5.21"
1551
+ height="5.21"
1552
+ transform=" translate(-2.61,-2.61)"
1553
+ stroke="rgb(0,0,0)"
1554
+ fill="rgb(0,0,0)"
1555
+ font-size="5.21"
1556
+ stroke-width="1.36"
1557
+ stroke-opacity="1"
1558
+ fill-opacity="1"
1559
+ />
1560
+ <use
1561
+ id="geom_point.points.12.1.80"
1562
+ href="#gridSVG.pch19"
1563
+ x="293.57"
1564
+ y="128.81"
1565
+ width="5.21"
1566
+ height="5.21"
1567
+ transform=" translate(-2.61,-2.61)"
1568
+ stroke="rgb(0,0,0)"
1569
+ fill="rgb(0,0,0)"
1570
+ font-size="5.21"
1571
+ stroke-width="1.36"
1572
+ stroke-opacity="1"
1573
+ fill-opacity="1"
1574
+ />
1575
+ <use
1576
+ id="geom_point.points.12.1.81"
1577
+ href="#gridSVG.pch19"
1578
+ x="293.57"
1579
+ y="158.3"
1580
+ width="5.21"
1581
+ height="5.21"
1582
+ transform=" translate(-2.61,-2.61)"
1583
+ stroke="rgb(0,0,0)"
1584
+ fill="rgb(0,0,0)"
1585
+ font-size="5.21"
1586
+ stroke-width="1.36"
1587
+ stroke-opacity="1"
1588
+ fill-opacity="1"
1589
+ />
1590
+ <use
1591
+ id="geom_point.points.12.1.82"
1592
+ href="#gridSVG.pch19"
1593
+ x="352.09"
1594
+ y="158.3"
1595
+ width="5.21"
1596
+ height="5.21"
1597
+ transform=" translate(-2.61,-2.61)"
1598
+ stroke="rgb(0,0,0)"
1599
+ fill="rgb(0,0,0)"
1600
+ font-size="5.21"
1601
+ stroke-width="1.36"
1602
+ stroke-opacity="1"
1603
+ fill-opacity="1"
1604
+ />
1605
+ <use
1606
+ id="geom_point.points.12.1.83"
1607
+ href="#gridSVG.pch19"
1608
+ x="391.11"
1609
+ y="128.81"
1610
+ width="5.21"
1611
+ height="5.21"
1612
+ transform=" translate(-2.61,-2.61)"
1613
+ stroke="rgb(0,0,0)"
1614
+ fill="rgb(0,0,0)"
1615
+ font-size="5.21"
1616
+ stroke-width="1.36"
1617
+ stroke-opacity="1"
1618
+ fill-opacity="1"
1619
+ />
1620
+ <use
1621
+ id="geom_point.points.12.1.84"
1622
+ href="#gridSVG.pch19"
1623
+ x="313.08"
1624
+ y="128.81"
1625
+ width="5.21"
1626
+ height="5.21"
1627
+ transform=" translate(-2.61,-2.61)"
1628
+ stroke="rgb(0,0,0)"
1629
+ fill="rgb(0,0,0)"
1630
+ font-size="5.21"
1631
+ stroke-width="1.36"
1632
+ stroke-opacity="1"
1633
+ fill-opacity="1"
1634
+ />
1635
+ <use
1636
+ id="geom_point.points.12.1.85"
1637
+ href="#gridSVG.pch19"
1638
+ x="313.08"
1639
+ y="128.81"
1640
+ width="5.21"
1641
+ height="5.21"
1642
+ transform=" translate(-2.61,-2.61)"
1643
+ stroke="rgb(0,0,0)"
1644
+ fill="rgb(0,0,0)"
1645
+ font-size="5.21"
1646
+ stroke-width="1.36"
1647
+ stroke-opacity="1"
1648
+ fill-opacity="1"
1649
+ />
1650
+ <use
1651
+ id="geom_point.points.12.1.86"
1652
+ href="#gridSVG.pch19"
1653
+ x="352.09"
1654
+ y="114.07"
1655
+ width="5.21"
1656
+ height="5.21"
1657
+ transform=" translate(-2.61,-2.61)"
1658
+ stroke="rgb(0,0,0)"
1659
+ fill="rgb(0,0,0)"
1660
+ font-size="5.21"
1661
+ stroke-width="1.36"
1662
+ stroke-opacity="1"
1663
+ fill-opacity="1"
1664
+ />
1665
+ <use
1666
+ id="geom_point.points.12.1.87"
1667
+ href="#gridSVG.pch19"
1668
+ x="352.09"
1669
+ y="114.07"
1670
+ width="5.21"
1671
+ height="5.21"
1672
+ transform=" translate(-2.61,-2.61)"
1673
+ stroke="rgb(0,0,0)"
1674
+ fill="rgb(0,0,0)"
1675
+ font-size="5.21"
1676
+ stroke-width="1.36"
1677
+ stroke-opacity="1"
1678
+ fill-opacity="1"
1679
+ />
1680
+ <use
1681
+ id="geom_point.points.12.1.88"
1682
+ href="#gridSVG.pch19"
1683
+ x="352.09"
1684
+ y="128.81"
1685
+ width="5.21"
1686
+ height="5.21"
1687
+ transform=" translate(-2.61,-2.61)"
1688
+ stroke="rgb(0,0,0)"
1689
+ fill="rgb(0,0,0)"
1690
+ font-size="5.21"
1691
+ stroke-width="1.36"
1692
+ stroke-opacity="1"
1693
+ fill-opacity="1"
1694
+ />
1695
+ <use
1696
+ id="geom_point.points.12.1.89"
1697
+ href="#gridSVG.pch19"
1698
+ x="430.12"
1699
+ y="99.32"
1700
+ width="5.21"
1701
+ height="5.21"
1702
+ transform=" translate(-2.61,-2.61)"
1703
+ stroke="rgb(0,0,0)"
1704
+ fill="rgb(0,0,0)"
1705
+ font-size="5.21"
1706
+ stroke-width="1.36"
1707
+ stroke-opacity="1"
1708
+ fill-opacity="1"
1709
+ />
1710
+ <use
1711
+ id="geom_point.points.12.1.90"
1712
+ href="#gridSVG.pch19"
1713
+ x="430.12"
1714
+ y="128.81"
1715
+ width="5.21"
1716
+ height="5.21"
1717
+ transform=" translate(-2.61,-2.61)"
1718
+ stroke="rgb(0,0,0)"
1719
+ fill="rgb(0,0,0)"
1720
+ font-size="5.21"
1721
+ stroke-width="1.36"
1722
+ stroke-opacity="1"
1723
+ fill-opacity="1"
1724
+ />
1725
+ <use
1726
+ id="geom_point.points.12.1.91"
1727
+ href="#gridSVG.pch19"
1728
+ x="274.06"
1729
+ y="261.52"
1730
+ width="5.21"
1731
+ height="5.21"
1732
+ transform=" translate(-2.61,-2.61)"
1733
+ stroke="rgb(0,0,0)"
1734
+ fill="rgb(0,0,0)"
1735
+ font-size="5.21"
1736
+ stroke-width="1.36"
1737
+ stroke-opacity="1"
1738
+ fill-opacity="1"
1739
+ />
1740
+ <use
1741
+ id="geom_point.points.12.1.92"
1742
+ href="#gridSVG.pch19"
1743
+ x="274.06"
1744
+ y="246.77"
1745
+ width="5.21"
1746
+ height="5.21"
1747
+ transform=" translate(-2.61,-2.61)"
1748
+ stroke="rgb(0,0,0)"
1749
+ fill="rgb(0,0,0)"
1750
+ font-size="5.21"
1751
+ stroke-width="1.36"
1752
+ stroke-opacity="1"
1753
+ fill-opacity="1"
1754
+ />
1755
+ <use
1756
+ id="geom_point.points.12.1.93"
1757
+ href="#gridSVG.pch19"
1758
+ x="293.57"
1759
+ y="261.52"
1760
+ width="5.21"
1761
+ height="5.21"
1762
+ transform=" translate(-2.61,-2.61)"
1763
+ stroke="rgb(0,0,0)"
1764
+ fill="rgb(0,0,0)"
1765
+ font-size="5.21"
1766
+ stroke-width="1.36"
1767
+ stroke-opacity="1"
1768
+ fill-opacity="1"
1769
+ />
1770
+ <use
1771
+ id="geom_point.points.12.1.94"
1772
+ href="#gridSVG.pch19"
1773
+ x="293.57"
1774
+ y="232.03"
1775
+ width="5.21"
1776
+ height="5.21"
1777
+ transform=" translate(-2.61,-2.61)"
1778
+ stroke="rgb(0,0,0)"
1779
+ fill="rgb(0,0,0)"
1780
+ font-size="5.21"
1781
+ stroke-width="1.36"
1782
+ stroke-opacity="1"
1783
+ fill-opacity="1"
1784
+ />
1785
+ <use
1786
+ id="geom_point.points.12.1.95"
1787
+ href="#gridSVG.pch19"
1788
+ x="352.09"
1789
+ y="187.79"
1790
+ width="5.21"
1791
+ height="5.21"
1792
+ transform=" translate(-2.61,-2.61)"
1793
+ stroke="rgb(0,0,0)"
1794
+ fill="rgb(0,0,0)"
1795
+ font-size="5.21"
1796
+ stroke-width="1.36"
1797
+ stroke-opacity="1"
1798
+ fill-opacity="1"
1799
+ />
1800
+ <use
1801
+ id="geom_point.points.12.1.96"
1802
+ href="#gridSVG.pch19"
1803
+ x="352.09"
1804
+ y="202.54"
1805
+ width="5.21"
1806
+ height="5.21"
1807
+ transform=" translate(-2.61,-2.61)"
1808
+ stroke="rgb(0,0,0)"
1809
+ fill="rgb(0,0,0)"
1810
+ font-size="5.21"
1811
+ stroke-width="1.36"
1812
+ stroke-opacity="1"
1813
+ fill-opacity="1"
1814
+ />
1815
+ <use
1816
+ id="geom_point.points.12.1.97"
1817
+ href="#gridSVG.pch19"
1818
+ x="352.09"
1819
+ y="217.28"
1820
+ width="5.21"
1821
+ height="5.21"
1822
+ transform=" translate(-2.61,-2.61)"
1823
+ stroke="rgb(0,0,0)"
1824
+ fill="rgb(0,0,0)"
1825
+ font-size="5.21"
1826
+ stroke-width="1.36"
1827
+ stroke-opacity="1"
1828
+ fill-opacity="1"
1829
+ />
1830
+ <use
1831
+ id="geom_point.points.12.1.98"
1832
+ href="#gridSVG.pch19"
1833
+ x="352.09"
1834
+ y="202.54"
1835
+ width="5.21"
1836
+ height="5.21"
1837
+ transform=" translate(-2.61,-2.61)"
1838
+ stroke="rgb(0,0,0)"
1839
+ fill="rgb(0,0,0)"
1840
+ font-size="5.21"
1841
+ stroke-width="1.36"
1842
+ stroke-opacity="1"
1843
+ fill-opacity="1"
1844
+ />
1845
+ <use
1846
+ id="geom_point.points.12.1.99"
1847
+ href="#gridSVG.pch19"
1848
+ x="430.12"
1849
+ y="173.05"
1850
+ width="5.21"
1851
+ height="5.21"
1852
+ transform=" translate(-2.61,-2.61)"
1853
+ stroke="rgb(0,0,0)"
1854
+ fill="rgb(0,0,0)"
1855
+ font-size="5.21"
1856
+ stroke-width="1.36"
1857
+ stroke-opacity="1"
1858
+ fill-opacity="1"
1859
+ />
1860
+ <use
1861
+ id="geom_point.points.12.1.100"
1862
+ href="#gridSVG.pch19"
1863
+ x="59.47"
1864
+ y="364.73"
1865
+ width="5.21"
1866
+ height="5.21"
1867
+ transform=" translate(-2.61,-2.61)"
1868
+ stroke="rgb(0,0,0)"
1869
+ fill="rgb(0,0,0)"
1870
+ font-size="5.21"
1871
+ stroke-width="1.36"
1872
+ stroke-opacity="1"
1873
+ fill-opacity="1"
1874
+ />
1875
+ <use
1876
+ id="geom_point.points.12.1.101"
1877
+ href="#gridSVG.pch19"
1878
+ x="59.47"
1879
+ y="349.99"
1880
+ width="5.21"
1881
+ height="5.21"
1882
+ transform=" translate(-2.61,-2.61)"
1883
+ stroke="rgb(0,0,0)"
1884
+ fill="rgb(0,0,0)"
1885
+ font-size="5.21"
1886
+ stroke-width="1.36"
1887
+ stroke-opacity="1"
1888
+ fill-opacity="1"
1889
+ />
1890
+ <use
1891
+ id="geom_point.points.12.1.102"
1892
+ href="#gridSVG.pch19"
1893
+ x="59.47"
1894
+ y="349.99"
1895
+ width="5.21"
1896
+ height="5.21"
1897
+ transform=" translate(-2.61,-2.61)"
1898
+ stroke="rgb(0,0,0)"
1899
+ fill="rgb(0,0,0)"
1900
+ font-size="5.21"
1901
+ stroke-width="1.36"
1902
+ stroke-opacity="1"
1903
+ fill-opacity="1"
1904
+ />
1905
+ <use
1906
+ id="geom_point.points.12.1.103"
1907
+ href="#gridSVG.pch19"
1908
+ x="59.47"
1909
+ y="305.75"
1910
+ width="5.21"
1911
+ height="5.21"
1912
+ transform=" translate(-2.61,-2.61)"
1913
+ stroke="rgb(0,0,0)"
1914
+ fill="rgb(0,0,0)"
1915
+ font-size="5.21"
1916
+ stroke-width="1.36"
1917
+ stroke-opacity="1"
1918
+ fill-opacity="1"
1919
+ />
1920
+ <use
1921
+ id="geom_point.points.12.1.104"
1922
+ href="#gridSVG.pch19"
1923
+ x="59.47"
1924
+ y="349.99"
1925
+ width="5.21"
1926
+ height="5.21"
1927
+ transform=" translate(-2.61,-2.61)"
1928
+ stroke="rgb(0,0,0)"
1929
+ fill="rgb(0,0,0)"
1930
+ font-size="5.21"
1931
+ stroke-width="1.36"
1932
+ stroke-opacity="1"
1933
+ fill-opacity="1"
1934
+ />
1935
+ <use
1936
+ id="geom_point.points.12.1.105"
1937
+ href="#gridSVG.pch19"
1938
+ x="78.98"
1939
+ y="379.48"
1940
+ width="5.21"
1941
+ height="5.21"
1942
+ transform=" translate(-2.61,-2.61)"
1943
+ stroke="rgb(0,0,0)"
1944
+ fill="rgb(0,0,0)"
1945
+ font-size="5.21"
1946
+ stroke-width="1.36"
1947
+ stroke-opacity="1"
1948
+ fill-opacity="1"
1949
+ />
1950
+ <use
1951
+ id="geom_point.points.12.1.106"
1952
+ href="#gridSVG.pch19"
1953
+ x="78.98"
1954
+ y="408.97"
1955
+ width="5.21"
1956
+ height="5.21"
1957
+ transform=" translate(-2.61,-2.61)"
1958
+ stroke="rgb(0,0,0)"
1959
+ fill="rgb(0,0,0)"
1960
+ font-size="5.21"
1961
+ stroke-width="1.36"
1962
+ stroke-opacity="1"
1963
+ fill-opacity="1"
1964
+ />
1965
+ <use
1966
+ id="geom_point.points.12.1.107"
1967
+ href="#gridSVG.pch19"
1968
+ x="78.98"
1969
+ y="408.97"
1970
+ width="5.21"
1971
+ height="5.21"
1972
+ transform=" translate(-2.61,-2.61)"
1973
+ stroke="rgb(0,0,0)"
1974
+ fill="rgb(0,0,0)"
1975
+ font-size="5.21"
1976
+ stroke-width="1.36"
1977
+ stroke-opacity="1"
1978
+ fill-opacity="1"
1979
+ />
1980
+ <use
1981
+ id="geom_point.points.12.1.108"
1982
+ href="#gridSVG.pch19"
1983
+ x="98.49"
1984
+ y="305.75"
1985
+ width="5.21"
1986
+ height="5.21"
1987
+ transform=" translate(-2.61,-2.61)"
1988
+ stroke="rgb(0,0,0)"
1989
+ fill="rgb(0,0,0)"
1990
+ font-size="5.21"
1991
+ stroke-width="1.36"
1992
+ stroke-opacity="1"
1993
+ fill-opacity="1"
1994
+ />
1995
+ <use
1996
+ id="geom_point.points.12.1.109"
1997
+ href="#gridSVG.pch19"
1998
+ x="137.5"
1999
+ y="261.52"
2000
+ width="5.21"
2001
+ height="5.21"
2002
+ transform=" translate(-2.61,-2.61)"
2003
+ stroke="rgb(0,0,0)"
2004
+ fill="rgb(0,0,0)"
2005
+ font-size="5.21"
2006
+ stroke-width="1.36"
2007
+ stroke-opacity="1"
2008
+ fill-opacity="1"
2009
+ />
2010
+ <use
2011
+ id="geom_point.points.12.1.110"
2012
+ href="#gridSVG.pch19"
2013
+ x="137.5"
2014
+ y="276.26"
2015
+ width="5.21"
2016
+ height="5.21"
2017
+ transform=" translate(-2.61,-2.61)"
2018
+ stroke="rgb(0,0,0)"
2019
+ fill="rgb(0,0,0)"
2020
+ font-size="5.21"
2021
+ stroke-width="1.36"
2022
+ stroke-opacity="1"
2023
+ fill-opacity="1"
2024
+ />
2025
+ <use
2026
+ id="geom_point.points.12.1.111"
2027
+ href="#gridSVG.pch19"
2028
+ x="137.5"
2029
+ y="320.5"
2030
+ width="5.21"
2031
+ height="5.21"
2032
+ transform=" translate(-2.61,-2.61)"
2033
+ stroke="rgb(0,0,0)"
2034
+ fill="rgb(0,0,0)"
2035
+ font-size="5.21"
2036
+ stroke-width="1.36"
2037
+ stroke-opacity="1"
2038
+ fill-opacity="1"
2039
+ />
2040
+ <use
2041
+ id="geom_point.points.12.1.112"
2042
+ href="#gridSVG.pch19"
2043
+ x="137.5"
2044
+ y="335.24"
2045
+ width="5.21"
2046
+ height="5.21"
2047
+ transform=" translate(-2.61,-2.61)"
2048
+ stroke="rgb(0,0,0)"
2049
+ fill="rgb(0,0,0)"
2050
+ font-size="5.21"
2051
+ stroke-width="1.36"
2052
+ stroke-opacity="1"
2053
+ fill-opacity="1"
2054
+ />
2055
+ <use
2056
+ id="geom_point.points.12.1.113"
2057
+ href="#gridSVG.pch19"
2058
+ x="147.26"
2059
+ y="261.52"
2060
+ width="5.21"
2061
+ height="5.21"
2062
+ transform=" translate(-2.61,-2.61)"
2063
+ stroke="rgb(0,0,0)"
2064
+ fill="rgb(0,0,0)"
2065
+ font-size="5.21"
2066
+ stroke-width="1.36"
2067
+ stroke-opacity="1"
2068
+ fill-opacity="1"
2069
+ />
2070
+ <use
2071
+ id="geom_point.points.12.1.114"
2072
+ href="#gridSVG.pch19"
2073
+ x="147.26"
2074
+ y="261.52"
2075
+ width="5.21"
2076
+ height="5.21"
2077
+ transform=" translate(-2.61,-2.61)"
2078
+ stroke="rgb(0,0,0)"
2079
+ fill="rgb(0,0,0)"
2080
+ font-size="5.21"
2081
+ stroke-width="1.36"
2082
+ stroke-opacity="1"
2083
+ fill-opacity="1"
2084
+ />
2085
+ <use
2086
+ id="geom_point.points.12.1.115"
2087
+ href="#gridSVG.pch19"
2088
+ x="225.29"
2089
+ y="291.01"
2090
+ width="5.21"
2091
+ height="5.21"
2092
+ transform=" translate(-2.61,-2.61)"
2093
+ stroke="rgb(0,0,0)"
2094
+ fill="rgb(0,0,0)"
2095
+ font-size="5.21"
2096
+ stroke-width="1.36"
2097
+ stroke-opacity="1"
2098
+ fill-opacity="1"
2099
+ />
2100
+ <use
2101
+ id="geom_point.points.12.1.116"
2102
+ href="#gridSVG.pch19"
2103
+ x="98.49"
2104
+ y="261.52"
2105
+ width="5.21"
2106
+ height="5.21"
2107
+ transform=" translate(-2.61,-2.61)"
2108
+ stroke="rgb(0,0,0)"
2109
+ fill="rgb(0,0,0)"
2110
+ font-size="5.21"
2111
+ stroke-width="1.36"
2112
+ stroke-opacity="1"
2113
+ fill-opacity="1"
2114
+ />
2115
+ <use
2116
+ id="geom_point.points.12.1.117"
2117
+ href="#gridSVG.pch19"
2118
+ x="98.49"
2119
+ y="305.75"
2120
+ width="5.21"
2121
+ height="5.21"
2122
+ transform=" translate(-2.61,-2.61)"
2123
+ stroke="rgb(0,0,0)"
2124
+ fill="rgb(0,0,0)"
2125
+ font-size="5.21"
2126
+ stroke-width="1.36"
2127
+ stroke-opacity="1"
2128
+ fill-opacity="1"
2129
+ />
2130
+ <use
2131
+ id="geom_point.points.12.1.118"
2132
+ href="#gridSVG.pch19"
2133
+ x="98.49"
2134
+ y="291.01"
2135
+ width="5.21"
2136
+ height="5.21"
2137
+ transform=" translate(-2.61,-2.61)"
2138
+ stroke="rgb(0,0,0)"
2139
+ fill="rgb(0,0,0)"
2140
+ font-size="5.21"
2141
+ stroke-width="1.36"
2142
+ stroke-opacity="1"
2143
+ fill-opacity="1"
2144
+ />
2145
+ <use
2146
+ id="geom_point.points.12.1.119"
2147
+ href="#gridSVG.pch19"
2148
+ x="98.49"
2149
+ y="276.26"
2150
+ width="5.21"
2151
+ height="5.21"
2152
+ transform=" translate(-2.61,-2.61)"
2153
+ stroke="rgb(0,0,0)"
2154
+ fill="rgb(0,0,0)"
2155
+ font-size="5.21"
2156
+ stroke-width="1.36"
2157
+ stroke-opacity="1"
2158
+ fill-opacity="1"
2159
+ />
2160
+ <use
2161
+ id="geom_point.points.12.1.120"
2162
+ href="#gridSVG.pch19"
2163
+ x="166.77"
2164
+ y="232.03"
2165
+ width="5.21"
2166
+ height="5.21"
2167
+ transform=" translate(-2.61,-2.61)"
2168
+ stroke="rgb(0,0,0)"
2169
+ fill="rgb(0,0,0)"
2170
+ font-size="5.21"
2171
+ stroke-width="1.36"
2172
+ stroke-opacity="1"
2173
+ fill-opacity="1"
2174
+ />
2175
+ <use
2176
+ id="geom_point.points.12.1.121"
2177
+ href="#gridSVG.pch19"
2178
+ x="166.77"
2179
+ y="232.03"
2180
+ width="5.21"
2181
+ height="5.21"
2182
+ transform=" translate(-2.61,-2.61)"
2183
+ stroke="rgb(0,0,0)"
2184
+ fill="rgb(0,0,0)"
2185
+ font-size="5.21"
2186
+ stroke-width="1.36"
2187
+ stroke-opacity="1"
2188
+ fill-opacity="1"
2189
+ />
2190
+ <use
2191
+ id="geom_point.points.12.1.122"
2192
+ href="#gridSVG.pch19"
2193
+ x="166.77"
2194
+ y="232.03"
2195
+ width="5.21"
2196
+ height="5.21"
2197
+ transform=" translate(-2.61,-2.61)"
2198
+ stroke="rgb(0,0,0)"
2199
+ fill="rgb(0,0,0)"
2200
+ font-size="5.21"
2201
+ stroke-width="1.36"
2202
+ stroke-opacity="1"
2203
+ fill-opacity="1"
2204
+ />
2205
+ <use
2206
+ id="geom_point.points.12.1.123"
2207
+ href="#gridSVG.pch19"
2208
+ x="196.03"
2209
+ y="202.54"
2210
+ width="5.21"
2211
+ height="5.21"
2212
+ transform=" translate(-2.61,-2.61)"
2213
+ stroke="rgb(0,0,0)"
2214
+ fill="rgb(0,0,0)"
2215
+ font-size="5.21"
2216
+ stroke-width="1.36"
2217
+ stroke-opacity="1"
2218
+ fill-opacity="1"
2219
+ />
2220
+ <use
2221
+ id="geom_point.points.12.1.124"
2222
+ href="#gridSVG.pch19"
2223
+ x="264.31"
2224
+ y="158.3"
2225
+ width="5.21"
2226
+ height="5.21"
2227
+ transform=" translate(-2.61,-2.61)"
2228
+ stroke="rgb(0,0,0)"
2229
+ fill="rgb(0,0,0)"
2230
+ font-size="5.21"
2231
+ stroke-width="1.36"
2232
+ stroke-opacity="1"
2233
+ fill-opacity="1"
2234
+ />
2235
+ <use
2236
+ id="geom_point.points.12.1.125"
2237
+ href="#gridSVG.pch19"
2238
+ x="293.57"
2239
+ y="173.05"
2240
+ width="5.21"
2241
+ height="5.21"
2242
+ transform=" translate(-2.61,-2.61)"
2243
+ stroke="rgb(0,0,0)"
2244
+ fill="rgb(0,0,0)"
2245
+ font-size="5.21"
2246
+ stroke-width="1.36"
2247
+ stroke-opacity="1"
2248
+ fill-opacity="1"
2249
+ />
2250
+ <use
2251
+ id="geom_point.points.12.1.126"
2252
+ href="#gridSVG.pch19"
2253
+ x="361.84"
2254
+ y="128.81"
2255
+ width="5.21"
2256
+ height="5.21"
2257
+ transform=" translate(-2.61,-2.61)"
2258
+ stroke="rgb(0,0,0)"
2259
+ fill="rgb(0,0,0)"
2260
+ font-size="5.21"
2261
+ stroke-width="1.36"
2262
+ stroke-opacity="1"
2263
+ fill-opacity="1"
2264
+ />
2265
+ <use
2266
+ id="geom_point.points.12.1.127"
2267
+ href="#gridSVG.pch19"
2268
+ x="361.84"
2269
+ y="55.09"
2270
+ width="5.21"
2271
+ height="5.21"
2272
+ transform=" translate(-2.61,-2.61)"
2273
+ stroke="rgb(0,0,0)"
2274
+ fill="rgb(0,0,0)"
2275
+ font-size="5.21"
2276
+ stroke-width="1.36"
2277
+ stroke-opacity="1"
2278
+ fill-opacity="1"
2279
+ />
2280
+ <use
2281
+ id="geom_point.points.12.1.128"
2282
+ href="#gridSVG.pch19"
2283
+ x="361.84"
2284
+ y="158.3"
2285
+ width="5.21"
2286
+ height="5.21"
2287
+ transform=" translate(-2.61,-2.61)"
2288
+ stroke="rgb(0,0,0)"
2289
+ fill="rgb(0,0,0)"
2290
+ font-size="5.21"
2291
+ stroke-width="1.36"
2292
+ stroke-opacity="1"
2293
+ fill-opacity="1"
2294
+ />
2295
+ <use
2296
+ id="geom_point.points.12.1.129"
2297
+ href="#gridSVG.pch19"
2298
+ x="459.38"
2299
+ y="143.56"
2300
+ width="5.21"
2301
+ height="5.21"
2302
+ transform=" translate(-2.61,-2.61)"
2303
+ stroke="rgb(0,0,0)"
2304
+ fill="rgb(0,0,0)"
2305
+ font-size="5.21"
2306
+ stroke-width="1.36"
2307
+ stroke-opacity="1"
2308
+ fill-opacity="1"
2309
+ />
2310
+ <use
2311
+ id="geom_point.points.12.1.130"
2312
+ href="#gridSVG.pch19"
2313
+ x="498.4"
2314
+ y="84.58"
2315
+ width="5.21"
2316
+ height="5.21"
2317
+ transform=" translate(-2.61,-2.61)"
2318
+ stroke="rgb(0,0,0)"
2319
+ fill="rgb(0,0,0)"
2320
+ font-size="5.21"
2321
+ stroke-width="1.36"
2322
+ stroke-opacity="1"
2323
+ fill-opacity="1"
2324
+ />
2325
+ <use
2326
+ id="geom_point.points.12.1.131"
2327
+ href="#gridSVG.pch19"
2328
+ x="293.57"
2329
+ y="99.32"
2330
+ width="5.21"
2331
+ height="5.21"
2332
+ transform=" translate(-2.61,-2.61)"
2333
+ stroke="rgb(0,0,0)"
2334
+ fill="rgb(0,0,0)"
2335
+ font-size="5.21"
2336
+ stroke-width="1.36"
2337
+ stroke-opacity="1"
2338
+ fill-opacity="1"
2339
+ />
2340
+ <use
2341
+ id="geom_point.points.12.1.132"
2342
+ href="#gridSVG.pch19"
2343
+ x="313.08"
2344
+ y="143.56"
2345
+ width="5.21"
2346
+ height="5.21"
2347
+ transform=" translate(-2.61,-2.61)"
2348
+ stroke="rgb(0,0,0)"
2349
+ fill="rgb(0,0,0)"
2350
+ font-size="5.21"
2351
+ stroke-width="1.36"
2352
+ stroke-opacity="1"
2353
+ fill-opacity="1"
2354
+ />
2355
+ <use
2356
+ id="geom_point.points.12.1.133"
2357
+ href="#gridSVG.pch19"
2358
+ x="332.58"
2359
+ y="143.56"
2360
+ width="5.21"
2361
+ height="5.21"
2362
+ transform=" translate(-2.61,-2.61)"
2363
+ stroke="rgb(0,0,0)"
2364
+ fill="rgb(0,0,0)"
2365
+ font-size="5.21"
2366
+ stroke-width="1.36"
2367
+ stroke-opacity="1"
2368
+ fill-opacity="1"
2369
+ />
2370
+ <use
2371
+ id="geom_point.points.12.1.134"
2372
+ href="#gridSVG.pch19"
2373
+ x="352.09"
2374
+ y="99.32"
2375
+ width="5.21"
2376
+ height="5.21"
2377
+ transform=" translate(-2.61,-2.61)"
2378
+ stroke="rgb(0,0,0)"
2379
+ fill="rgb(0,0,0)"
2380
+ font-size="5.21"
2381
+ stroke-width="1.36"
2382
+ stroke-opacity="1"
2383
+ fill-opacity="1"
2384
+ />
2385
+ <use
2386
+ id="geom_point.points.12.1.135"
2387
+ href="#gridSVG.pch19"
2388
+ x="430.12"
2389
+ y="128.81"
2390
+ width="5.21"
2391
+ height="5.21"
2392
+ transform=" translate(-2.61,-2.61)"
2393
+ stroke="rgb(0,0,0)"
2394
+ fill="rgb(0,0,0)"
2395
+ font-size="5.21"
2396
+ stroke-width="1.36"
2397
+ stroke-opacity="1"
2398
+ fill-opacity="1"
2399
+ />
2400
+ <use
2401
+ id="geom_point.points.12.1.136"
2402
+ href="#gridSVG.pch19"
2403
+ x="430.12"
2404
+ y="114.07"
2405
+ width="5.21"
2406
+ height="5.21"
2407
+ transform=" translate(-2.61,-2.61)"
2408
+ stroke="rgb(0,0,0)"
2409
+ fill="rgb(0,0,0)"
2410
+ font-size="5.21"
2411
+ stroke-width="1.36"
2412
+ stroke-opacity="1"
2413
+ fill-opacity="1"
2414
+ />
2415
+ <use
2416
+ id="geom_point.points.12.1.137"
2417
+ href="#gridSVG.pch19"
2418
+ x="430.12"
2419
+ y="143.56"
2420
+ width="5.21"
2421
+ height="5.21"
2422
+ transform=" translate(-2.61,-2.61)"
2423
+ stroke="rgb(0,0,0)"
2424
+ fill="rgb(0,0,0)"
2425
+ font-size="5.21"
2426
+ stroke-width="1.36"
2427
+ stroke-opacity="1"
2428
+ fill-opacity="1"
2429
+ />
2430
+ <use
2431
+ id="geom_point.points.12.1.138"
2432
+ href="#gridSVG.pch19"
2433
+ x="293.57"
2434
+ y="128.81"
2435
+ width="5.21"
2436
+ height="5.21"
2437
+ transform=" translate(-2.61,-2.61)"
2438
+ stroke="rgb(0,0,0)"
2439
+ fill="rgb(0,0,0)"
2440
+ font-size="5.21"
2441
+ stroke-width="1.36"
2442
+ stroke-opacity="1"
2443
+ fill-opacity="1"
2444
+ />
2445
+ <use
2446
+ id="geom_point.points.12.1.139"
2447
+ href="#gridSVG.pch19"
2448
+ x="293.57"
2449
+ y="158.3"
2450
+ width="5.21"
2451
+ height="5.21"
2452
+ transform=" translate(-2.61,-2.61)"
2453
+ stroke="rgb(0,0,0)"
2454
+ fill="rgb(0,0,0)"
2455
+ font-size="5.21"
2456
+ stroke-width="1.36"
2457
+ stroke-opacity="1"
2458
+ fill-opacity="1"
2459
+ />
2460
+ <use
2461
+ id="geom_point.points.12.1.140"
2462
+ href="#gridSVG.pch19"
2463
+ x="352.09"
2464
+ y="158.3"
2465
+ width="5.21"
2466
+ height="5.21"
2467
+ transform=" translate(-2.61,-2.61)"
2468
+ stroke="rgb(0,0,0)"
2469
+ fill="rgb(0,0,0)"
2470
+ font-size="5.21"
2471
+ stroke-width="1.36"
2472
+ stroke-opacity="1"
2473
+ fill-opacity="1"
2474
+ />
2475
+ <use
2476
+ id="geom_point.points.12.1.141"
2477
+ href="#gridSVG.pch19"
2478
+ x="391.11"
2479
+ y="128.81"
2480
+ width="5.21"
2481
+ height="5.21"
2482
+ transform=" translate(-2.61,-2.61)"
2483
+ stroke="rgb(0,0,0)"
2484
+ fill="rgb(0,0,0)"
2485
+ font-size="5.21"
2486
+ stroke-width="1.36"
2487
+ stroke-opacity="1"
2488
+ fill-opacity="1"
2489
+ />
2490
+ <use
2491
+ id="geom_point.points.12.1.142"
2492
+ href="#gridSVG.pch19"
2493
+ x="137.5"
2494
+ y="305.75"
2495
+ width="5.21"
2496
+ height="5.21"
2497
+ transform=" translate(-2.61,-2.61)"
2498
+ stroke="rgb(0,0,0)"
2499
+ fill="rgb(0,0,0)"
2500
+ font-size="5.21"
2501
+ stroke-width="1.36"
2502
+ stroke-opacity="1"
2503
+ fill-opacity="1"
2504
+ />
2505
+ <use
2506
+ id="geom_point.points.12.1.143"
2507
+ href="#gridSVG.pch19"
2508
+ x="137.5"
2509
+ y="276.26"
2510
+ width="5.21"
2511
+ height="5.21"
2512
+ transform=" translate(-2.61,-2.61)"
2513
+ stroke="rgb(0,0,0)"
2514
+ fill="rgb(0,0,0)"
2515
+ font-size="5.21"
2516
+ stroke-width="1.36"
2517
+ stroke-opacity="1"
2518
+ fill-opacity="1"
2519
+ />
2520
+ <use
2521
+ id="geom_point.points.12.1.144"
2522
+ href="#gridSVG.pch19"
2523
+ x="147.26"
2524
+ y="335.24"
2525
+ width="5.21"
2526
+ height="5.21"
2527
+ transform=" translate(-2.61,-2.61)"
2528
+ stroke="rgb(0,0,0)"
2529
+ fill="rgb(0,0,0)"
2530
+ font-size="5.21"
2531
+ stroke-width="1.36"
2532
+ stroke-opacity="1"
2533
+ fill-opacity="1"
2534
+ />
2535
+ <use
2536
+ id="geom_point.points.12.1.145"
2537
+ href="#gridSVG.pch19"
2538
+ x="147.26"
2539
+ y="349.99"
2540
+ width="5.21"
2541
+ height="5.21"
2542
+ transform=" translate(-2.61,-2.61)"
2543
+ stroke="rgb(0,0,0)"
2544
+ fill="rgb(0,0,0)"
2545
+ font-size="5.21"
2546
+ stroke-width="1.36"
2547
+ stroke-opacity="1"
2548
+ fill-opacity="1"
2549
+ />
2550
+ <use
2551
+ id="geom_point.points.12.1.146"
2552
+ href="#gridSVG.pch19"
2553
+ x="244.8"
2554
+ y="276.26"
2555
+ width="5.21"
2556
+ height="5.21"
2557
+ transform=" translate(-2.61,-2.61)"
2558
+ stroke="rgb(0,0,0)"
2559
+ fill="rgb(0,0,0)"
2560
+ font-size="5.21"
2561
+ stroke-width="1.36"
2562
+ stroke-opacity="1"
2563
+ fill-opacity="1"
2564
+ />
2565
+ <use
2566
+ id="geom_point.points.12.1.147"
2567
+ href="#gridSVG.pch19"
2568
+ x="244.8"
2569
+ y="261.52"
2570
+ width="5.21"
2571
+ height="5.21"
2572
+ transform=" translate(-2.61,-2.61)"
2573
+ stroke="rgb(0,0,0)"
2574
+ fill="rgb(0,0,0)"
2575
+ font-size="5.21"
2576
+ stroke-width="1.36"
2577
+ stroke-opacity="1"
2578
+ fill-opacity="1"
2579
+ />
2580
+ <use
2581
+ id="geom_point.points.12.1.148"
2582
+ href="#gridSVG.pch19"
2583
+ x="196.03"
2584
+ y="261.52"
2585
+ width="5.21"
2586
+ height="5.21"
2587
+ transform=" translate(-2.61,-2.61)"
2588
+ stroke="rgb(0,0,0)"
2589
+ fill="rgb(0,0,0)"
2590
+ font-size="5.21"
2591
+ stroke-width="1.36"
2592
+ stroke-opacity="1"
2593
+ fill-opacity="1"
2594
+ />
2595
+ <use
2596
+ id="geom_point.points.12.1.149"
2597
+ href="#gridSVG.pch19"
2598
+ x="196.03"
2599
+ y="246.77"
2600
+ width="5.21"
2601
+ height="5.21"
2602
+ transform=" translate(-2.61,-2.61)"
2603
+ stroke="rgb(0,0,0)"
2604
+ fill="rgb(0,0,0)"
2605
+ font-size="5.21"
2606
+ stroke-width="1.36"
2607
+ stroke-opacity="1"
2608
+ fill-opacity="1"
2609
+ />
2610
+ <use
2611
+ id="geom_point.points.12.1.150"
2612
+ href="#gridSVG.pch19"
2613
+ x="244.8"
2614
+ y="246.77"
2615
+ width="5.21"
2616
+ height="5.21"
2617
+ transform=" translate(-2.61,-2.61)"
2618
+ stroke="rgb(0,0,0)"
2619
+ fill="rgb(0,0,0)"
2620
+ font-size="5.21"
2621
+ stroke-width="1.36"
2622
+ stroke-opacity="1"
2623
+ fill-opacity="1"
2624
+ />
2625
+ <use
2626
+ id="geom_point.points.12.1.151"
2627
+ href="#gridSVG.pch19"
2628
+ x="225.29"
2629
+ y="128.81"
2630
+ width="5.21"
2631
+ height="5.21"
2632
+ transform=" translate(-2.61,-2.61)"
2633
+ stroke="rgb(0,0,0)"
2634
+ fill="rgb(0,0,0)"
2635
+ font-size="5.21"
2636
+ stroke-width="1.36"
2637
+ stroke-opacity="1"
2638
+ fill-opacity="1"
2639
+ />
2640
+ <use
2641
+ id="geom_point.points.12.1.152"
2642
+ href="#gridSVG.pch19"
2643
+ x="225.29"
2644
+ y="128.81"
2645
+ width="5.21"
2646
+ height="5.21"
2647
+ transform=" translate(-2.61,-2.61)"
2648
+ stroke="rgb(0,0,0)"
2649
+ fill="rgb(0,0,0)"
2650
+ font-size="5.21"
2651
+ stroke-width="1.36"
2652
+ stroke-opacity="1"
2653
+ fill-opacity="1"
2654
+ />
2655
+ <use
2656
+ id="geom_point.points.12.1.153"
2657
+ href="#gridSVG.pch19"
2658
+ x="293.57"
2659
+ y="173.05"
2660
+ width="5.21"
2661
+ height="5.21"
2662
+ transform=" translate(-2.61,-2.61)"
2663
+ stroke="rgb(0,0,0)"
2664
+ fill="rgb(0,0,0)"
2665
+ font-size="5.21"
2666
+ stroke-width="1.36"
2667
+ stroke-opacity="1"
2668
+ fill-opacity="1"
2669
+ />
2670
+ <use
2671
+ id="geom_point.points.12.1.154"
2672
+ href="#gridSVG.pch19"
2673
+ x="449.63"
2674
+ y="143.56"
2675
+ width="5.21"
2676
+ height="5.21"
2677
+ transform=" translate(-2.61,-2.61)"
2678
+ stroke="rgb(0,0,0)"
2679
+ fill="rgb(0,0,0)"
2680
+ font-size="5.21"
2681
+ stroke-width="1.36"
2682
+ stroke-opacity="1"
2683
+ fill-opacity="1"
2684
+ />
2685
+ <use
2686
+ id="geom_point.points.12.1.155"
2687
+ href="#gridSVG.pch19"
2688
+ x="205.78"
2689
+ y="261.52"
2690
+ width="5.21"
2691
+ height="5.21"
2692
+ transform=" translate(-2.61,-2.61)"
2693
+ stroke="rgb(0,0,0)"
2694
+ fill="rgb(0,0,0)"
2695
+ font-size="5.21"
2696
+ stroke-width="1.36"
2697
+ stroke-opacity="1"
2698
+ fill-opacity="1"
2699
+ />
2700
+ <use
2701
+ id="geom_point.points.12.1.156"
2702
+ href="#gridSVG.pch19"
2703
+ x="274.06"
2704
+ y="261.52"
2705
+ width="5.21"
2706
+ height="5.21"
2707
+ transform=" translate(-2.61,-2.61)"
2708
+ stroke="rgb(0,0,0)"
2709
+ fill="rgb(0,0,0)"
2710
+ font-size="5.21"
2711
+ stroke-width="1.36"
2712
+ stroke-opacity="1"
2713
+ fill-opacity="1"
2714
+ />
2715
+ <use
2716
+ id="geom_point.points.12.1.157"
2717
+ href="#gridSVG.pch19"
2718
+ x="274.06"
2719
+ y="276.26"
2720
+ width="5.21"
2721
+ height="5.21"
2722
+ transform=" translate(-2.61,-2.61)"
2723
+ stroke="rgb(0,0,0)"
2724
+ fill="rgb(0,0,0)"
2725
+ font-size="5.21"
2726
+ stroke-width="1.36"
2727
+ stroke-opacity="1"
2728
+ fill-opacity="1"
2729
+ />
2730
+ <use
2731
+ id="geom_point.points.12.1.158"
2732
+ href="#gridSVG.pch19"
2733
+ x="274.06"
2734
+ y="291.01"
2735
+ width="5.21"
2736
+ height="5.21"
2737
+ transform=" translate(-2.61,-2.61)"
2738
+ stroke="rgb(0,0,0)"
2739
+ fill="rgb(0,0,0)"
2740
+ font-size="5.21"
2741
+ stroke-width="1.36"
2742
+ stroke-opacity="1"
2743
+ fill-opacity="1"
2744
+ />
2745
+ <use
2746
+ id="geom_point.points.12.1.159"
2747
+ href="#gridSVG.pch19"
2748
+ x="420.37"
2749
+ y="246.77"
2750
+ width="5.21"
2751
+ height="5.21"
2752
+ transform=" translate(-2.61,-2.61)"
2753
+ stroke="rgb(0,0,0)"
2754
+ fill="rgb(0,0,0)"
2755
+ font-size="5.21"
2756
+ stroke-width="1.36"
2757
+ stroke-opacity="1"
2758
+ fill-opacity="1"
2759
+ />
2760
+ <use
2761
+ id="geom_point.points.12.1.160"
2762
+ href="#gridSVG.pch19"
2763
+ x="147.26"
2764
+ y="246.77"
2765
+ width="5.21"
2766
+ height="5.21"
2767
+ transform=" translate(-2.61,-2.61)"
2768
+ stroke="rgb(0,0,0)"
2769
+ fill="rgb(0,0,0)"
2770
+ font-size="5.21"
2771
+ stroke-width="1.36"
2772
+ stroke-opacity="1"
2773
+ fill-opacity="1"
2774
+ />
2775
+ <use
2776
+ id="geom_point.points.12.1.161"
2777
+ href="#gridSVG.pch19"
2778
+ x="147.26"
2779
+ y="232.03"
2780
+ width="5.21"
2781
+ height="5.21"
2782
+ transform=" translate(-2.61,-2.61)"
2783
+ stroke="rgb(0,0,0)"
2784
+ fill="rgb(0,0,0)"
2785
+ font-size="5.21"
2786
+ stroke-width="1.36"
2787
+ stroke-opacity="1"
2788
+ fill-opacity="1"
2789
+ />
2790
+ <use
2791
+ id="geom_point.points.12.1.162"
2792
+ href="#gridSVG.pch19"
2793
+ x="147.26"
2794
+ y="276.26"
2795
+ width="5.21"
2796
+ height="5.21"
2797
+ transform=" translate(-2.61,-2.61)"
2798
+ stroke="rgb(0,0,0)"
2799
+ fill="rgb(0,0,0)"
2800
+ font-size="5.21"
2801
+ stroke-width="1.36"
2802
+ stroke-opacity="1"
2803
+ fill-opacity="1"
2804
+ />
2805
+ <use
2806
+ id="geom_point.points.12.1.163"
2807
+ href="#gridSVG.pch19"
2808
+ x="147.26"
2809
+ y="246.77"
2810
+ width="5.21"
2811
+ height="5.21"
2812
+ transform=" translate(-2.61,-2.61)"
2813
+ stroke="rgb(0,0,0)"
2814
+ fill="rgb(0,0,0)"
2815
+ font-size="5.21"
2816
+ stroke-width="1.36"
2817
+ stroke-opacity="1"
2818
+ fill-opacity="1"
2819
+ />
2820
+ <use
2821
+ id="geom_point.points.12.1.164"
2822
+ href="#gridSVG.pch19"
2823
+ x="147.26"
2824
+ y="261.52"
2825
+ width="5.21"
2826
+ height="5.21"
2827
+ transform=" translate(-2.61,-2.61)"
2828
+ stroke="rgb(0,0,0)"
2829
+ fill="rgb(0,0,0)"
2830
+ font-size="5.21"
2831
+ stroke-width="1.36"
2832
+ stroke-opacity="1"
2833
+ fill-opacity="1"
2834
+ />
2835
+ <use
2836
+ id="geom_point.points.12.1.165"
2837
+ href="#gridSVG.pch19"
2838
+ x="147.26"
2839
+ y="217.28"
2840
+ width="5.21"
2841
+ height="5.21"
2842
+ transform=" translate(-2.61,-2.61)"
2843
+ stroke="rgb(0,0,0)"
2844
+ fill="rgb(0,0,0)"
2845
+ font-size="5.21"
2846
+ stroke-width="1.36"
2847
+ stroke-opacity="1"
2848
+ fill-opacity="1"
2849
+ />
2850
+ <use
2851
+ id="geom_point.points.12.1.166"
2852
+ href="#gridSVG.pch19"
2853
+ x="118"
2854
+ y="261.52"
2855
+ width="5.21"
2856
+ height="5.21"
2857
+ transform=" translate(-2.61,-2.61)"
2858
+ stroke="rgb(0,0,0)"
2859
+ fill="rgb(0,0,0)"
2860
+ font-size="5.21"
2861
+ stroke-width="1.36"
2862
+ stroke-opacity="1"
2863
+ fill-opacity="1"
2864
+ />
2865
+ <use
2866
+ id="geom_point.points.12.1.167"
2867
+ href="#gridSVG.pch19"
2868
+ x="118"
2869
+ y="261.52"
2870
+ width="5.21"
2871
+ height="5.21"
2872
+ transform=" translate(-2.61,-2.61)"
2873
+ stroke="rgb(0,0,0)"
2874
+ fill="rgb(0,0,0)"
2875
+ font-size="5.21"
2876
+ stroke-width="1.36"
2877
+ stroke-opacity="1"
2878
+ fill-opacity="1"
2879
+ />
2880
+ <use
2881
+ id="geom_point.points.12.1.168"
2882
+ href="#gridSVG.pch19"
2883
+ x="147.26"
2884
+ y="261.52"
2885
+ width="5.21"
2886
+ height="5.21"
2887
+ transform=" translate(-2.61,-2.61)"
2888
+ stroke="rgb(0,0,0)"
2889
+ fill="rgb(0,0,0)"
2890
+ font-size="5.21"
2891
+ stroke-width="1.36"
2892
+ stroke-opacity="1"
2893
+ fill-opacity="1"
2894
+ />
2895
+ <use
2896
+ id="geom_point.points.12.1.169"
2897
+ href="#gridSVG.pch19"
2898
+ x="147.26"
2899
+ y="261.52"
2900
+ width="5.21"
2901
+ height="5.21"
2902
+ transform=" translate(-2.61,-2.61)"
2903
+ stroke="rgb(0,0,0)"
2904
+ fill="rgb(0,0,0)"
2905
+ font-size="5.21"
2906
+ stroke-width="1.36"
2907
+ stroke-opacity="1"
2908
+ fill-opacity="1"
2909
+ />
2910
+ <use
2911
+ id="geom_point.points.12.1.170"
2912
+ href="#gridSVG.pch19"
2913
+ x="147.26"
2914
+ y="246.77"
2915
+ width="5.21"
2916
+ height="5.21"
2917
+ transform=" translate(-2.61,-2.61)"
2918
+ stroke="rgb(0,0,0)"
2919
+ fill="rgb(0,0,0)"
2920
+ font-size="5.21"
2921
+ stroke-width="1.36"
2922
+ stroke-opacity="1"
2923
+ fill-opacity="1"
2924
+ />
2925
+ <use
2926
+ id="geom_point.points.12.1.171"
2927
+ href="#gridSVG.pch19"
2928
+ x="147.26"
2929
+ y="276.26"
2930
+ width="5.21"
2931
+ height="5.21"
2932
+ transform=" translate(-2.61,-2.61)"
2933
+ stroke="rgb(0,0,0)"
2934
+ fill="rgb(0,0,0)"
2935
+ font-size="5.21"
2936
+ stroke-width="1.36"
2937
+ stroke-opacity="1"
2938
+ fill-opacity="1"
2939
+ />
2940
+ <use
2941
+ id="geom_point.points.12.1.172"
2942
+ href="#gridSVG.pch19"
2943
+ x="147.26"
2944
+ y="246.77"
2945
+ width="5.21"
2946
+ height="5.21"
2947
+ transform=" translate(-2.61,-2.61)"
2948
+ stroke="rgb(0,0,0)"
2949
+ fill="rgb(0,0,0)"
2950
+ font-size="5.21"
2951
+ stroke-width="1.36"
2952
+ stroke-opacity="1"
2953
+ fill-opacity="1"
2954
+ />
2955
+ <use
2956
+ id="geom_point.points.12.1.173"
2957
+ href="#gridSVG.pch19"
2958
+ x="147.26"
2959
+ y="276.26"
2960
+ width="5.21"
2961
+ height="5.21"
2962
+ transform=" translate(-2.61,-2.61)"
2963
+ stroke="rgb(0,0,0)"
2964
+ fill="rgb(0,0,0)"
2965
+ font-size="5.21"
2966
+ stroke-width="1.36"
2967
+ stroke-opacity="1"
2968
+ fill-opacity="1"
2969
+ />
2970
+ <use
2971
+ id="geom_point.points.12.1.174"
2972
+ href="#gridSVG.pch19"
2973
+ x="166.77"
2974
+ y="173.05"
2975
+ width="5.21"
2976
+ height="5.21"
2977
+ transform=" translate(-2.61,-2.61)"
2978
+ stroke="rgb(0,0,0)"
2979
+ fill="rgb(0,0,0)"
2980
+ font-size="5.21"
2981
+ stroke-width="1.36"
2982
+ stroke-opacity="1"
2983
+ fill-opacity="1"
2984
+ />
2985
+ <use
2986
+ id="geom_point.points.12.1.175"
2987
+ href="#gridSVG.pch19"
2988
+ x="166.77"
2989
+ y="173.05"
2990
+ width="5.21"
2991
+ height="5.21"
2992
+ transform=" translate(-2.61,-2.61)"
2993
+ stroke="rgb(0,0,0)"
2994
+ fill="rgb(0,0,0)"
2995
+ font-size="5.21"
2996
+ stroke-width="1.36"
2997
+ stroke-opacity="1"
2998
+ fill-opacity="1"
2999
+ />
3000
+ <use
3001
+ id="geom_point.points.12.1.176"
3002
+ href="#gridSVG.pch19"
3003
+ x="235.04"
3004
+ y="158.3"
3005
+ width="5.21"
3006
+ height="5.21"
3007
+ transform=" translate(-2.61,-2.61)"
3008
+ stroke="rgb(0,0,0)"
3009
+ fill="rgb(0,0,0)"
3010
+ font-size="5.21"
3011
+ stroke-width="1.36"
3012
+ stroke-opacity="1"
3013
+ fill-opacity="1"
3014
+ />
3015
+ <use
3016
+ id="geom_point.points.12.1.177"
3017
+ href="#gridSVG.pch19"
3018
+ x="235.04"
3019
+ y="128.81"
3020
+ width="5.21"
3021
+ height="5.21"
3022
+ transform=" translate(-2.61,-2.61)"
3023
+ stroke="rgb(0,0,0)"
3024
+ fill="rgb(0,0,0)"
3025
+ font-size="5.21"
3026
+ stroke-width="1.36"
3027
+ stroke-opacity="1"
3028
+ fill-opacity="1"
3029
+ />
3030
+ <use
3031
+ id="geom_point.points.12.1.178"
3032
+ href="#gridSVG.pch19"
3033
+ x="293.57"
3034
+ y="173.05"
3035
+ width="5.21"
3036
+ height="5.21"
3037
+ transform=" translate(-2.61,-2.61)"
3038
+ stroke="rgb(0,0,0)"
3039
+ fill="rgb(0,0,0)"
3040
+ font-size="5.21"
3041
+ stroke-width="1.36"
3042
+ stroke-opacity="1"
3043
+ fill-opacity="1"
3044
+ />
3045
+ <use
3046
+ id="geom_point.points.12.1.179"
3047
+ href="#gridSVG.pch19"
3048
+ x="361.84"
3049
+ y="128.81"
3050
+ width="5.21"
3051
+ height="5.21"
3052
+ transform=" translate(-2.61,-2.61)"
3053
+ stroke="rgb(0,0,0)"
3054
+ fill="rgb(0,0,0)"
3055
+ font-size="5.21"
3056
+ stroke-width="1.36"
3057
+ stroke-opacity="1"
3058
+ fill-opacity="1"
3059
+ />
3060
+ <use
3061
+ id="geom_point.points.12.1.180"
3062
+ href="#gridSVG.pch19"
3063
+ x="118"
3064
+ y="305.75"
3065
+ width="5.21"
3066
+ height="5.21"
3067
+ transform=" translate(-2.61,-2.61)"
3068
+ stroke="rgb(0,0,0)"
3069
+ fill="rgb(0,0,0)"
3070
+ font-size="5.21"
3071
+ stroke-width="1.36"
3072
+ stroke-opacity="1"
3073
+ fill-opacity="1"
3074
+ />
3075
+ <use
3076
+ id="geom_point.points.12.1.181"
3077
+ href="#gridSVG.pch19"
3078
+ x="118"
3079
+ y="276.26"
3080
+ width="5.21"
3081
+ height="5.21"
3082
+ transform=" translate(-2.61,-2.61)"
3083
+ stroke="rgb(0,0,0)"
3084
+ fill="rgb(0,0,0)"
3085
+ font-size="5.21"
3086
+ stroke-width="1.36"
3087
+ stroke-opacity="1"
3088
+ fill-opacity="1"
3089
+ />
3090
+ <use
3091
+ id="geom_point.points.12.1.182"
3092
+ href="#gridSVG.pch19"
3093
+ x="137.5"
3094
+ y="335.24"
3095
+ width="5.21"
3096
+ height="5.21"
3097
+ transform=" translate(-2.61,-2.61)"
3098
+ stroke="rgb(0,0,0)"
3099
+ fill="rgb(0,0,0)"
3100
+ font-size="5.21"
3101
+ stroke-width="1.36"
3102
+ stroke-opacity="1"
3103
+ fill-opacity="1"
3104
+ />
3105
+ <use
3106
+ id="geom_point.points.12.1.183"
3107
+ href="#gridSVG.pch19"
3108
+ x="137.5"
3109
+ y="335.24"
3110
+ width="5.21"
3111
+ height="5.21"
3112
+ transform=" translate(-2.61,-2.61)"
3113
+ stroke="rgb(0,0,0)"
3114
+ fill="rgb(0,0,0)"
3115
+ font-size="5.21"
3116
+ stroke-width="1.36"
3117
+ stroke-opacity="1"
3118
+ fill-opacity="1"
3119
+ />
3120
+ <use
3121
+ id="geom_point.points.12.1.184"
3122
+ href="#gridSVG.pch19"
3123
+ x="196.03"
3124
+ y="261.52"
3125
+ width="5.21"
3126
+ height="5.21"
3127
+ transform=" translate(-2.61,-2.61)"
3128
+ stroke="rgb(0,0,0)"
3129
+ fill="rgb(0,0,0)"
3130
+ font-size="5.21"
3131
+ stroke-width="1.36"
3132
+ stroke-opacity="1"
3133
+ fill-opacity="1"
3134
+ />
3135
+ <use
3136
+ id="geom_point.points.12.1.185"
3137
+ href="#gridSVG.pch19"
3138
+ x="196.03"
3139
+ y="261.52"
3140
+ width="5.21"
3141
+ height="5.21"
3142
+ transform=" translate(-2.61,-2.61)"
3143
+ stroke="rgb(0,0,0)"
3144
+ fill="rgb(0,0,0)"
3145
+ font-size="5.21"
3146
+ stroke-width="1.36"
3147
+ stroke-opacity="1"
3148
+ fill-opacity="1"
3149
+ />
3150
+ <use
3151
+ id="geom_point.points.12.1.186"
3152
+ href="#gridSVG.pch19"
3153
+ x="244.8"
3154
+ y="291.01"
3155
+ width="5.21"
3156
+ height="5.21"
3157
+ transform=" translate(-2.61,-2.61)"
3158
+ stroke="rgb(0,0,0)"
3159
+ fill="rgb(0,0,0)"
3160
+ font-size="5.21"
3161
+ stroke-width="1.36"
3162
+ stroke-opacity="1"
3163
+ fill-opacity="1"
3164
+ />
3165
+ <use
3166
+ id="geom_point.points.12.1.187"
3167
+ href="#gridSVG.pch19"
3168
+ x="118"
3169
+ y="276.26"
3170
+ width="5.21"
3171
+ height="5.21"
3172
+ transform=" translate(-2.61,-2.61)"
3173
+ stroke="rgb(0,0,0)"
3174
+ fill="rgb(0,0,0)"
3175
+ font-size="5.21"
3176
+ stroke-width="1.36"
3177
+ stroke-opacity="1"
3178
+ fill-opacity="1"
3179
+ />
3180
+ <use
3181
+ id="geom_point.points.12.1.188"
3182
+ href="#gridSVG.pch19"
3183
+ x="118"
3184
+ y="305.75"
3185
+ width="5.21"
3186
+ height="5.21"
3187
+ transform=" translate(-2.61,-2.61)"
3188
+ stroke="rgb(0,0,0)"
3189
+ fill="rgb(0,0,0)"
3190
+ font-size="5.21"
3191
+ stroke-width="1.36"
3192
+ stroke-opacity="1"
3193
+ fill-opacity="1"
3194
+ />
3195
+ <use
3196
+ id="geom_point.points.12.1.189"
3197
+ href="#gridSVG.pch19"
3198
+ x="137.5"
3199
+ y="335.24"
3200
+ width="5.21"
3201
+ height="5.21"
3202
+ transform=" translate(-2.61,-2.61)"
3203
+ stroke="rgb(0,0,0)"
3204
+ fill="rgb(0,0,0)"
3205
+ font-size="5.21"
3206
+ stroke-width="1.36"
3207
+ stroke-opacity="1"
3208
+ fill-opacity="1"
3209
+ />
3210
+ <use
3211
+ id="geom_point.points.12.1.190"
3212
+ href="#gridSVG.pch19"
3213
+ x="137.5"
3214
+ y="335.24"
3215
+ width="5.21"
3216
+ height="5.21"
3217
+ transform=" translate(-2.61,-2.61)"
3218
+ stroke="rgb(0,0,0)"
3219
+ fill="rgb(0,0,0)"
3220
+ font-size="5.21"
3221
+ stroke-width="1.36"
3222
+ stroke-opacity="1"
3223
+ fill-opacity="1"
3224
+ />
3225
+ <use
3226
+ id="geom_point.points.12.1.191"
3227
+ href="#gridSVG.pch19"
3228
+ x="196.03"
3229
+ y="261.52"
3230
+ width="5.21"
3231
+ height="5.21"
3232
+ transform=" translate(-2.61,-2.61)"
3233
+ stroke="rgb(0,0,0)"
3234
+ fill="rgb(0,0,0)"
3235
+ font-size="5.21"
3236
+ stroke-width="1.36"
3237
+ stroke-opacity="1"
3238
+ fill-opacity="1"
3239
+ />
3240
+ <use
3241
+ id="geom_point.points.12.1.192"
3242
+ href="#gridSVG.pch19"
3243
+ x="196.03"
3244
+ y="261.52"
3245
+ width="5.21"
3246
+ height="5.21"
3247
+ transform=" translate(-2.61,-2.61)"
3248
+ stroke="rgb(0,0,0)"
3249
+ fill="rgb(0,0,0)"
3250
+ font-size="5.21"
3251
+ stroke-width="1.36"
3252
+ stroke-opacity="1"
3253
+ fill-opacity="1"
3254
+ />
3255
+ <use
3256
+ id="geom_point.points.12.1.193"
3257
+ href="#gridSVG.pch19"
3258
+ x="225.29"
3259
+ y="276.26"
3260
+ width="5.21"
3261
+ height="5.21"
3262
+ transform=" translate(-2.61,-2.61)"
3263
+ stroke="rgb(0,0,0)"
3264
+ fill="rgb(0,0,0)"
3265
+ font-size="5.21"
3266
+ stroke-width="1.36"
3267
+ stroke-opacity="1"
3268
+ fill-opacity="1"
3269
+ />
3270
+ <use
3271
+ id="geom_point.points.12.1.194"
3272
+ href="#gridSVG.pch19"
3273
+ x="78.98"
3274
+ y="320.5"
3275
+ width="5.21"
3276
+ height="5.21"
3277
+ transform=" translate(-2.61,-2.61)"
3278
+ stroke="rgb(0,0,0)"
3279
+ fill="rgb(0,0,0)"
3280
+ font-size="5.21"
3281
+ stroke-width="1.36"
3282
+ stroke-opacity="1"
3283
+ fill-opacity="1"
3284
+ />
3285
+ <use
3286
+ id="geom_point.points.12.1.195"
3287
+ href="#gridSVG.pch19"
3288
+ x="78.98"
3289
+ y="364.73"
3290
+ width="5.21"
3291
+ height="5.21"
3292
+ transform=" translate(-2.61,-2.61)"
3293
+ stroke="rgb(0,0,0)"
3294
+ fill="rgb(0,0,0)"
3295
+ font-size="5.21"
3296
+ stroke-width="1.36"
3297
+ stroke-opacity="1"
3298
+ fill-opacity="1"
3299
+ />
3300
+ <use
3301
+ id="geom_point.points.12.1.196"
3302
+ href="#gridSVG.pch19"
3303
+ x="78.98"
3304
+ y="394.22"
3305
+ width="5.21"
3306
+ height="5.21"
3307
+ transform=" translate(-2.61,-2.61)"
3308
+ stroke="rgb(0,0,0)"
3309
+ fill="rgb(0,0,0)"
3310
+ font-size="5.21"
3311
+ stroke-width="1.36"
3312
+ stroke-opacity="1"
3313
+ fill-opacity="1"
3314
+ />
3315
+ <use
3316
+ id="geom_point.points.12.1.197"
3317
+ href="#gridSVG.pch19"
3318
+ x="78.98"
3319
+ y="423.71"
3320
+ width="5.21"
3321
+ height="5.21"
3322
+ transform=" translate(-2.61,-2.61)"
3323
+ stroke="rgb(0,0,0)"
3324
+ fill="rgb(0,0,0)"
3325
+ font-size="5.21"
3326
+ stroke-width="1.36"
3327
+ stroke-opacity="1"
3328
+ fill-opacity="1"
3329
+ />
3330
+ <use
3331
+ id="geom_point.points.12.1.198"
3332
+ href="#gridSVG.pch19"
3333
+ x="78.98"
3334
+ y="394.22"
3335
+ width="5.21"
3336
+ height="5.21"
3337
+ transform=" translate(-2.61,-2.61)"
3338
+ stroke="rgb(0,0,0)"
3339
+ fill="rgb(0,0,0)"
3340
+ font-size="5.21"
3341
+ stroke-width="1.36"
3342
+ stroke-opacity="1"
3343
+ fill-opacity="1"
3344
+ />
3345
+ <use
3346
+ id="geom_point.points.12.1.199"
3347
+ href="#gridSVG.pch19"
3348
+ x="361.84"
3349
+ y="99.32"
3350
+ width="5.21"
3351
+ height="5.21"
3352
+ transform=" translate(-2.61,-2.61)"
3353
+ stroke="rgb(0,0,0)"
3354
+ fill="rgb(0,0,0)"
3355
+ font-size="5.21"
3356
+ stroke-width="1.36"
3357
+ stroke-opacity="1"
3358
+ fill-opacity="1"
3359
+ />
3360
+ <use
3361
+ id="geom_point.points.12.1.200"
3362
+ href="#gridSVG.pch19"
3363
+ x="459.38"
3364
+ y="143.56"
3365
+ width="5.21"
3366
+ height="5.21"
3367
+ transform=" translate(-2.61,-2.61)"
3368
+ stroke="rgb(0,0,0)"
3369
+ fill="rgb(0,0,0)"
3370
+ font-size="5.21"
3371
+ stroke-width="1.36"
3372
+ stroke-opacity="1"
3373
+ fill-opacity="1"
3374
+ />
3375
+ <use
3376
+ id="geom_point.points.12.1.201"
3377
+ href="#gridSVG.pch19"
3378
+ x="166.77"
3379
+ y="173.05"
3380
+ width="5.21"
3381
+ height="5.21"
3382
+ transform=" translate(-2.61,-2.61)"
3383
+ stroke="rgb(0,0,0)"
3384
+ fill="rgb(0,0,0)"
3385
+ font-size="5.21"
3386
+ stroke-width="1.36"
3387
+ stroke-opacity="1"
3388
+ fill-opacity="1"
3389
+ />
3390
+ <use
3391
+ id="geom_point.points.12.1.202"
3392
+ href="#gridSVG.pch19"
3393
+ x="166.77"
3394
+ y="173.05"
3395
+ width="5.21"
3396
+ height="5.21"
3397
+ transform=" translate(-2.61,-2.61)"
3398
+ stroke="rgb(0,0,0)"
3399
+ fill="rgb(0,0,0)"
3400
+ font-size="5.21"
3401
+ stroke-width="1.36"
3402
+ stroke-opacity="1"
3403
+ fill-opacity="1"
3404
+ />
3405
+ <use
3406
+ id="geom_point.points.12.1.203"
3407
+ href="#gridSVG.pch19"
3408
+ x="166.77"
3409
+ y="202.54"
3410
+ width="5.21"
3411
+ height="5.21"
3412
+ transform=" translate(-2.61,-2.61)"
3413
+ stroke="rgb(0,0,0)"
3414
+ fill="rgb(0,0,0)"
3415
+ font-size="5.21"
3416
+ stroke-width="1.36"
3417
+ stroke-opacity="1"
3418
+ fill-opacity="1"
3419
+ />
3420
+ <use
3421
+ id="geom_point.points.12.1.204"
3422
+ href="#gridSVG.pch19"
3423
+ x="235.04"
3424
+ y="128.81"
3425
+ width="5.21"
3426
+ height="5.21"
3427
+ transform=" translate(-2.61,-2.61)"
3428
+ stroke="rgb(0,0,0)"
3429
+ fill="rgb(0,0,0)"
3430
+ font-size="5.21"
3431
+ stroke-width="1.36"
3432
+ stroke-opacity="1"
3433
+ fill-opacity="1"
3434
+ />
3435
+ <use
3436
+ id="geom_point.points.12.1.205"
3437
+ href="#gridSVG.pch19"
3438
+ x="235.04"
3439
+ y="158.3"
3440
+ width="5.21"
3441
+ height="5.21"
3442
+ transform=" translate(-2.61,-2.61)"
3443
+ stroke="rgb(0,0,0)"
3444
+ fill="rgb(0,0,0)"
3445
+ font-size="5.21"
3446
+ stroke-width="1.36"
3447
+ stroke-opacity="1"
3448
+ fill-opacity="1"
3449
+ />
3450
+ <use
3451
+ id="geom_point.points.12.1.206"
3452
+ href="#gridSVG.pch19"
3453
+ x="293.57"
3454
+ y="143.56"
3455
+ width="5.21"
3456
+ height="5.21"
3457
+ transform=" translate(-2.61,-2.61)"
3458
+ stroke="rgb(0,0,0)"
3459
+ fill="rgb(0,0,0)"
3460
+ font-size="5.21"
3461
+ stroke-width="1.36"
3462
+ stroke-opacity="1"
3463
+ fill-opacity="1"
3464
+ />
3465
+ <use
3466
+ id="geom_point.points.12.1.207"
3467
+ href="#gridSVG.pch19"
3468
+ x="293.57"
3469
+ y="173.05"
3470
+ width="5.21"
3471
+ height="5.21"
3472
+ transform=" translate(-2.61,-2.61)"
3473
+ stroke="rgb(0,0,0)"
3474
+ fill="rgb(0,0,0)"
3475
+ font-size="5.21"
3476
+ stroke-width="1.36"
3477
+ stroke-opacity="1"
3478
+ fill-opacity="1"
3479
+ />
3480
+ <use
3481
+ id="geom_point.points.12.1.208"
3482
+ href="#gridSVG.pch19"
3483
+ x="98.49"
3484
+ y="305.75"
3485
+ width="5.21"
3486
+ height="5.21"
3487
+ transform=" translate(-2.61,-2.61)"
3488
+ stroke="rgb(0,0,0)"
3489
+ fill="rgb(0,0,0)"
3490
+ font-size="5.21"
3491
+ stroke-width="1.36"
3492
+ stroke-opacity="1"
3493
+ fill-opacity="1"
3494
+ />
3495
+ <use
3496
+ id="geom_point.points.12.1.209"
3497
+ href="#gridSVG.pch19"
3498
+ x="98.49"
3499
+ y="261.52"
3500
+ width="5.21"
3501
+ height="5.21"
3502
+ transform=" translate(-2.61,-2.61)"
3503
+ stroke="rgb(0,0,0)"
3504
+ fill="rgb(0,0,0)"
3505
+ font-size="5.21"
3506
+ stroke-width="1.36"
3507
+ stroke-opacity="1"
3508
+ fill-opacity="1"
3509
+ />
3510
+ <use
3511
+ id="geom_point.points.12.1.210"
3512
+ href="#gridSVG.pch19"
3513
+ x="98.49"
3514
+ y="305.75"
3515
+ width="5.21"
3516
+ height="5.21"
3517
+ transform=" translate(-2.61,-2.61)"
3518
+ stroke="rgb(0,0,0)"
3519
+ fill="rgb(0,0,0)"
3520
+ font-size="5.21"
3521
+ stroke-width="1.36"
3522
+ stroke-opacity="1"
3523
+ fill-opacity="1"
3524
+ />
3525
+ <use
3526
+ id="geom_point.points.12.1.211"
3527
+ href="#gridSVG.pch19"
3528
+ x="98.49"
3529
+ y="305.75"
3530
+ width="5.21"
3531
+ height="5.21"
3532
+ transform=" translate(-2.61,-2.61)"
3533
+ stroke="rgb(0,0,0)"
3534
+ fill="rgb(0,0,0)"
3535
+ font-size="5.21"
3536
+ stroke-width="1.36"
3537
+ stroke-opacity="1"
3538
+ fill-opacity="1"
3539
+ />
3540
+ <use
3541
+ id="geom_point.points.12.1.212"
3542
+ href="#gridSVG.pch19"
3543
+ x="176.52"
3544
+ y="232.03"
3545
+ width="5.21"
3546
+ height="5.21"
3547
+ transform=" translate(-2.61,-2.61)"
3548
+ stroke="rgb(0,0,0)"
3549
+ fill="rgb(0,0,0)"
3550
+ font-size="5.21"
3551
+ stroke-width="1.36"
3552
+ stroke-opacity="1"
3553
+ fill-opacity="1"
3554
+ />
3555
+ <use
3556
+ id="geom_point.points.12.1.213"
3557
+ href="#gridSVG.pch19"
3558
+ x="88.74"
3559
+ y="526.93"
3560
+ width="5.21"
3561
+ height="5.21"
3562
+ transform=" translate(-2.61,-2.61)"
3563
+ stroke="rgb(0,0,0)"
3564
+ fill="rgb(0,0,0)"
3565
+ font-size="5.21"
3566
+ stroke-width="1.36"
3567
+ stroke-opacity="1"
3568
+ fill-opacity="1"
3569
+ />
3570
+ <use
3571
+ id="geom_point.points.12.1.214"
3572
+ href="#gridSVG.pch19"
3573
+ x="98.49"
3574
+ y="305.75"
3575
+ width="5.21"
3576
+ height="5.21"
3577
+ transform=" translate(-2.61,-2.61)"
3578
+ stroke="rgb(0,0,0)"
3579
+ fill="rgb(0,0,0)"
3580
+ font-size="5.21"
3581
+ stroke-width="1.36"
3582
+ stroke-opacity="1"
3583
+ fill-opacity="1"
3584
+ />
3585
+ <use
3586
+ id="geom_point.points.12.1.215"
3587
+ href="#gridSVG.pch19"
3588
+ x="98.49"
3589
+ y="261.52"
3590
+ width="5.21"
3591
+ height="5.21"
3592
+ transform=" translate(-2.61,-2.61)"
3593
+ stroke="rgb(0,0,0)"
3594
+ fill="rgb(0,0,0)"
3595
+ font-size="5.21"
3596
+ stroke-width="1.36"
3597
+ stroke-opacity="1"
3598
+ fill-opacity="1"
3599
+ />
3600
+ <use
3601
+ id="geom_point.points.12.1.216"
3602
+ href="#gridSVG.pch19"
3603
+ x="98.49"
3604
+ y="305.75"
3605
+ width="5.21"
3606
+ height="5.21"
3607
+ transform=" translate(-2.61,-2.61)"
3608
+ stroke="rgb(0,0,0)"
3609
+ fill="rgb(0,0,0)"
3610
+ font-size="5.21"
3611
+ stroke-width="1.36"
3612
+ stroke-opacity="1"
3613
+ fill-opacity="1"
3614
+ />
3615
+ <use
3616
+ id="geom_point.points.12.1.217"
3617
+ href="#gridSVG.pch19"
3618
+ x="98.49"
3619
+ y="305.75"
3620
+ width="5.21"
3621
+ height="5.21"
3622
+ transform=" translate(-2.61,-2.61)"
3623
+ stroke="rgb(0,0,0)"
3624
+ fill="rgb(0,0,0)"
3625
+ font-size="5.21"
3626
+ stroke-width="1.36"
3627
+ stroke-opacity="1"
3628
+ fill-opacity="1"
3629
+ />
3630
+ <use
3631
+ id="geom_point.points.12.1.218"
3632
+ href="#gridSVG.pch19"
3633
+ x="147.26"
3634
+ y="305.75"
3635
+ width="5.21"
3636
+ height="5.21"
3637
+ transform=" translate(-2.61,-2.61)"
3638
+ stroke="rgb(0,0,0)"
3639
+ fill="rgb(0,0,0)"
3640
+ font-size="5.21"
3641
+ stroke-width="1.36"
3642
+ stroke-opacity="1"
3643
+ fill-opacity="1"
3644
+ />
3645
+ <use
3646
+ id="geom_point.points.12.1.219"
3647
+ href="#gridSVG.pch19"
3648
+ x="147.26"
3649
+ y="305.75"
3650
+ width="5.21"
3651
+ height="5.21"
3652
+ transform=" translate(-2.61,-2.61)"
3653
+ stroke="rgb(0,0,0)"
3654
+ fill="rgb(0,0,0)"
3655
+ font-size="5.21"
3656
+ stroke-width="1.36"
3657
+ stroke-opacity="1"
3658
+ fill-opacity="1"
3659
+ />
3660
+ <use
3661
+ id="geom_point.points.12.1.220"
3662
+ href="#gridSVG.pch19"
3663
+ x="176.52"
3664
+ y="217.28"
3665
+ width="5.21"
3666
+ height="5.21"
3667
+ transform=" translate(-2.61,-2.61)"
3668
+ stroke="rgb(0,0,0)"
3669
+ fill="rgb(0,0,0)"
3670
+ font-size="5.21"
3671
+ stroke-width="1.36"
3672
+ stroke-opacity="1"
3673
+ fill-opacity="1"
3674
+ />
3675
+ <use
3676
+ id="geom_point.points.12.1.221"
3677
+ href="#gridSVG.pch19"
3678
+ x="176.52"
3679
+ y="232.03"
3680
+ width="5.21"
3681
+ height="5.21"
3682
+ transform=" translate(-2.61,-2.61)"
3683
+ stroke="rgb(0,0,0)"
3684
+ fill="rgb(0,0,0)"
3685
+ font-size="5.21"
3686
+ stroke-width="1.36"
3687
+ stroke-opacity="1"
3688
+ fill-opacity="1"
3689
+ />
3690
+ <use
3691
+ id="geom_point.points.12.1.222"
3692
+ href="#gridSVG.pch19"
3693
+ x="88.74"
3694
+ y="526.93"
3695
+ width="5.21"
3696
+ height="5.21"
3697
+ transform=" translate(-2.61,-2.61)"
3698
+ stroke="rgb(0,0,0)"
3699
+ fill="rgb(0,0,0)"
3700
+ font-size="5.21"
3701
+ stroke-width="1.36"
3702
+ stroke-opacity="1"
3703
+ fill-opacity="1"
3704
+ />
3705
+ <use
3706
+ id="geom_point.points.12.1.223"
3707
+ href="#gridSVG.pch19"
3708
+ x="88.74"
3709
+ y="482.69"
3710
+ width="5.21"
3711
+ height="5.21"
3712
+ transform=" translate(-2.61,-2.61)"
3713
+ stroke="rgb(0,0,0)"
3714
+ fill="rgb(0,0,0)"
3715
+ font-size="5.21"
3716
+ stroke-width="1.36"
3717
+ stroke-opacity="1"
3718
+ fill-opacity="1"
3719
+ />
3720
+ <use
3721
+ id="geom_point.points.12.1.224"
3722
+ href="#gridSVG.pch19"
3723
+ x="98.49"
3724
+ y="305.75"
3725
+ width="5.21"
3726
+ height="5.21"
3727
+ transform=" translate(-2.61,-2.61)"
3728
+ stroke="rgb(0,0,0)"
3729
+ fill="rgb(0,0,0)"
3730
+ font-size="5.21"
3731
+ stroke-width="1.36"
3732
+ stroke-opacity="1"
3733
+ fill-opacity="1"
3734
+ />
3735
+ <use
3736
+ id="geom_point.points.12.1.225"
3737
+ href="#gridSVG.pch19"
3738
+ x="98.49"
3739
+ y="261.52"
3740
+ width="5.21"
3741
+ height="5.21"
3742
+ transform=" translate(-2.61,-2.61)"
3743
+ stroke="rgb(0,0,0)"
3744
+ fill="rgb(0,0,0)"
3745
+ font-size="5.21"
3746
+ stroke-width="1.36"
3747
+ stroke-opacity="1"
3748
+ fill-opacity="1"
3749
+ />
3750
+ <use
3751
+ id="geom_point.points.12.1.226"
3752
+ href="#gridSVG.pch19"
3753
+ x="147.26"
3754
+ y="291.01"
3755
+ width="5.21"
3756
+ height="5.21"
3757
+ transform=" translate(-2.61,-2.61)"
3758
+ stroke="rgb(0,0,0)"
3759
+ fill="rgb(0,0,0)"
3760
+ font-size="5.21"
3761
+ stroke-width="1.36"
3762
+ stroke-opacity="1"
3763
+ fill-opacity="1"
3764
+ />
3765
+ <use
3766
+ id="geom_point.points.12.1.227"
3767
+ href="#gridSVG.pch19"
3768
+ x="147.26"
3769
+ y="305.75"
3770
+ width="5.21"
3771
+ height="5.21"
3772
+ transform=" translate(-2.61,-2.61)"
3773
+ stroke="rgb(0,0,0)"
3774
+ fill="rgb(0,0,0)"
3775
+ font-size="5.21"
3776
+ stroke-width="1.36"
3777
+ stroke-opacity="1"
3778
+ fill-opacity="1"
3779
+ />
3780
+ <use
3781
+ id="geom_point.points.12.1.228"
3782
+ href="#gridSVG.pch19"
3783
+ x="78.98"
3784
+ y="305.75"
3785
+ width="5.21"
3786
+ height="5.21"
3787
+ transform=" translate(-2.61,-2.61)"
3788
+ stroke="rgb(0,0,0)"
3789
+ fill="rgb(0,0,0)"
3790
+ font-size="5.21"
3791
+ stroke-width="1.36"
3792
+ stroke-opacity="1"
3793
+ fill-opacity="1"
3794
+ />
3795
+ <use
3796
+ id="geom_point.points.12.1.229"
3797
+ href="#gridSVG.pch19"
3798
+ x="78.98"
3799
+ y="305.75"
3800
+ width="5.21"
3801
+ height="5.21"
3802
+ transform=" translate(-2.61,-2.61)"
3803
+ stroke="rgb(0,0,0)"
3804
+ fill="rgb(0,0,0)"
3805
+ font-size="5.21"
3806
+ stroke-width="1.36"
3807
+ stroke-opacity="1"
3808
+ fill-opacity="1"
3809
+ />
3810
+ <use
3811
+ id="geom_point.points.12.1.230"
3812
+ href="#gridSVG.pch19"
3813
+ x="98.49"
3814
+ y="291.01"
3815
+ width="5.21"
3816
+ height="5.21"
3817
+ transform=" translate(-2.61,-2.61)"
3818
+ stroke="rgb(0,0,0)"
3819
+ fill="rgb(0,0,0)"
3820
+ font-size="5.21"
3821
+ stroke-width="1.36"
3822
+ stroke-opacity="1"
3823
+ fill-opacity="1"
3824
+ />
3825
+ <use
3826
+ id="geom_point.points.12.1.231"
3827
+ href="#gridSVG.pch19"
3828
+ x="98.49"
3829
+ y="305.75"
3830
+ width="5.21"
3831
+ height="5.21"
3832
+ transform=" translate(-2.61,-2.61)"
3833
+ stroke="rgb(0,0,0)"
3834
+ fill="rgb(0,0,0)"
3835
+ font-size="5.21"
3836
+ stroke-width="1.36"
3837
+ stroke-opacity="1"
3838
+ fill-opacity="1"
3839
+ />
3840
+ <use
3841
+ id="geom_point.points.12.1.232"
3842
+ href="#gridSVG.pch19"
3843
+ x="176.52"
3844
+ y="261.52"
3845
+ width="5.21"
3846
+ height="5.21"
3847
+ transform=" translate(-2.61,-2.61)"
3848
+ stroke="rgb(0,0,0)"
3849
+ fill="rgb(0,0,0)"
3850
+ font-size="5.21"
3851
+ stroke-width="1.36"
3852
+ stroke-opacity="1"
3853
+ fill-opacity="1"
3854
+ />
3855
+ <use
3856
+ id="geom_point.points.12.1.233"
3857
+ href="#gridSVG.pch19"
3858
+ x="176.52"
3859
+ y="261.52"
3860
+ width="5.21"
3861
+ height="5.21"
3862
+ transform=" translate(-2.61,-2.61)"
3863
+ stroke="rgb(0,0,0)"
3864
+ fill="rgb(0,0,0)"
3865
+ font-size="5.21"
3866
+ stroke-width="1.36"
3867
+ stroke-opacity="1"
3868
+ fill-opacity="1"
3869
+ />
3870
+ <use
3871
+ id="geom_point.points.12.1.234"
3872
+ href="#gridSVG.pch19"
3873
+ x="254.55"
3874
+ y="261.52"
3875
+ width="5.21"
3876
+ height="5.21"
3877
+ transform=" translate(-2.61,-2.61)"
3878
+ stroke="rgb(0,0,0)"
3879
+ fill="rgb(0,0,0)"
3880
+ font-size="5.21"
3881
+ stroke-width="1.36"
3882
+ stroke-opacity="1"
3883
+ fill-opacity="1"
3884
+ />
3885
+ </g>
3886
+ <g id="geom_smooth.gTree.15.1">
3887
+ <g id="GRID.polyline.13.1">
3888
+ <polyline
3889
+ id="GRID.polyline.13.1.1"
3890
+ points="59.47,366.1 66.14,357.52 72.81,349.14 79.48,340.97 86.14,333.04 92.81,325.36 99.48,317.9 106.14,310.67 112.81,303.67 119.48,296.88 126.15,290.3 132.81,283.91 139.48,277.72 146.15,271.78 152.81,266.08 159.48,260.57 166.15,255.21 172.82,250.15 179.48,245.57 186.15,241.32 192.82,237.26 199.49,233.25 206.15,229.16 212.82,225.09 219.49,221.19 226.15,217.4 232.82,213.71 239.49,210.06 246.16,206.43 252.82,202.77 259.49,199.06 266.16,195.24 272.82,191.3 279.49,187.18 286.16,182.83 292.83,178.16 299.49,173.22 306.16,168.15 312.83,163.07 319.5,158.12 326.16,153.42 332.83,149.1 339.5,145.29 346.16,142.11 352.83,139.69 359.5,137.72 366.17,135.96 372.83,134.42 379.5,133.13 386.17,132.1 392.84,131.34 399.5,130.88 406.17,130.74 412.84,130.92 419.5,131.44 426.17,132.3 432.84,133.45 439.51,134.88 446.17,136.6 452.84,138.61 459.51,140.91 466.17,143.49 472.84,146.37 479.51,149.52 486.18,152.97 492.84,156.7 499.51,160.72 506.18,165.02 512.85,169.61 519.51,174.49 526.18,179.65 532.85,185.09 539.51,190.83 546.18,196.84 552.85,203.15 559.52,209.73 566.18,216.6 572.85,223.76 579.52,231.2 586.18,238.92"
3891
+ stroke="rgb(51,102,255)"
3892
+ fill="none"
3893
+ stroke-width="2.13"
3894
+ stroke-dasharray="none"
3895
+ stroke-linecap="butt"
3896
+ stroke-linejoin="round"
3897
+ stroke-miterlimit="10"
3898
+ stroke-opacity="1"
3899
+ fill-opacity="1"
3900
+ />
3901
+ </g>
3902
+ </g>
3903
+ </g>
3904
+ </g>
3905
+ </g>
3906
+ <g id="layout::spacer.8-6-8-6.1">
3907
+ <g id="spacer.8-6-8-6.1" />
3908
+ </g>
3909
+ <g id="layout::spacer.8-4-8-4.1">
3910
+ <g id="spacer.8-4-8-4.1" />
3911
+ </g>
3912
+ <g id="layout::spacer.6-6-6-6.1">
3913
+ <g id="spacer.6-6-6-6.1" />
3914
+ </g>
3915
+ <g id="layout::spacer.6-4-6-4.1">
3916
+ <g id="spacer.6-4-6-4.1" />
3917
+ </g>
3918
+ <g id="layout::axis-t.6-5-6-5.1">
3919
+ <g id="axis-t.6-5-6-5.1" />
3920
+ </g>
3921
+ <g id="layout::axis-l.7-4-7-4.1">
3922
+ <g id="axis-l.7-4-7-4.1">
3923
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
3924
+ <g id="GRID.absoluteGrob.39.1">
3925
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
3926
+ <g id="axis.1">
3927
+ <g
3928
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1"
3929
+ >
3930
+ <g id="axis.1-1-1-1.1">
3931
+ <g
3932
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
3933
+ font-size="8.8"
3934
+ stroke="rgb(77,77,77)"
3935
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
3936
+ stroke-opacity="1"
3937
+ font-weight="normal"
3938
+ font-style="normal"
3939
+ >
3940
+ <g
3941
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1"
3942
+ >
3943
+ <g id="GRID.titleGrob.37.1">
3944
+ <g id="GRID.text.36.1">
3945
+ <g
3946
+ id="GRID.text.36.1.1"
3947
+ transform="translate(28.21, 173.05)"
3948
+ stroke-width="0.1"
3949
+ >
3950
+ <g
3951
+ id="GRID.text.36.1.1.scale"
3952
+ transform="scale(1, -1)"
3953
+ >
3954
+ <text
3955
+ x="0"
3956
+ y="0"
3957
+ id="GRID.text.36.1.1.text"
3958
+ text-anchor="end"
3959
+ font-size="8.8"
3960
+ stroke="rgb(77,77,77)"
3961
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
3962
+ fill="rgb(77,77,77)"
3963
+ stroke-opacity="1"
3964
+ fill-opacity="1"
3965
+ font-weight="normal"
3966
+ font-style="normal"
3967
+ >
3968
+ <tspan
3969
+ id="GRID.text.36.1.1.tspan.1"
3970
+ dy="3.15"
3971
+ x="0"
3972
+ >
3973
+ 20
3974
+ </tspan>
3975
+ </text>
3976
+ </g>
3977
+ </g>
3978
+ <g
3979
+ id="GRID.text.36.1.2"
3980
+ transform="translate(28.21, 320.5)"
3981
+ stroke-width="0.1"
3982
+ >
3983
+ <g
3984
+ id="GRID.text.36.1.2.scale"
3985
+ transform="scale(1, -1)"
3986
+ >
3987
+ <text
3988
+ x="0"
3989
+ y="0"
3990
+ id="GRID.text.36.1.2.text"
3991
+ text-anchor="end"
3992
+ font-size="8.8"
3993
+ stroke="rgb(77,77,77)"
3994
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
3995
+ fill="rgb(77,77,77)"
3996
+ stroke-opacity="1"
3997
+ fill-opacity="1"
3998
+ font-weight="normal"
3999
+ font-style="normal"
4000
+ >
4001
+ <tspan
4002
+ id="GRID.text.36.1.2.tspan.1"
4003
+ dy="3.15"
4004
+ x="0"
4005
+ >
4006
+ 30
4007
+ </tspan>
4008
+ </text>
4009
+ </g>
4010
+ </g>
4011
+ <g
4012
+ id="GRID.text.36.1.3"
4013
+ transform="translate(28.21, 467.95)"
4014
+ stroke-width="0.1"
4015
+ >
4016
+ <g
4017
+ id="GRID.text.36.1.3.scale"
4018
+ transform="scale(1, -1)"
4019
+ >
4020
+ <text
4021
+ x="0"
4022
+ y="0"
4023
+ id="GRID.text.36.1.3.text"
4024
+ text-anchor="end"
4025
+ font-size="8.8"
4026
+ stroke="rgb(77,77,77)"
4027
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4028
+ fill="rgb(77,77,77)"
4029
+ stroke-opacity="1"
4030
+ fill-opacity="1"
4031
+ font-weight="normal"
4032
+ font-style="normal"
4033
+ >
4034
+ <tspan
4035
+ id="GRID.text.36.1.3.tspan.1"
4036
+ dy="3.15"
4037
+ x="0"
4038
+ >
4039
+ 40
4040
+ </tspan>
4041
+ </text>
4042
+ </g>
4043
+ </g>
4044
+ </g>
4045
+ </g>
4046
+ </g>
4047
+ </g>
4048
+ </g>
4049
+ </g>
4050
+ <g
4051
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1"
4052
+ >
4053
+ <g id="axis.1-2-1-2.1">
4054
+ <g id="GRID.polyline.38.1">
4055
+ <polyline
4056
+ id="GRID.polyline.38.1.1"
4057
+ points="30.4,173.05 33.14,173.05"
4058
+ stroke="rgb(51,51,51)"
4059
+ fill="none"
4060
+ stroke-width="1.07"
4061
+ stroke-dasharray="none"
4062
+ stroke-linecap="butt"
4063
+ stroke-opacity="1"
4064
+ fill-opacity="1"
4065
+ />
4066
+ <polyline
4067
+ id="GRID.polyline.38.1.2"
4068
+ points="30.4,320.5 33.14,320.5"
4069
+ stroke="rgb(51,51,51)"
4070
+ fill="none"
4071
+ stroke-width="1.07"
4072
+ stroke-dasharray="none"
4073
+ stroke-linecap="butt"
4074
+ stroke-opacity="1"
4075
+ fill-opacity="1"
4076
+ />
4077
+ <polyline
4078
+ id="GRID.polyline.38.1.3"
4079
+ points="30.4,467.95 33.14,467.95"
4080
+ stroke="rgb(51,51,51)"
4081
+ fill="none"
4082
+ stroke-width="1.07"
4083
+ stroke-dasharray="none"
4084
+ stroke-linecap="butt"
4085
+ stroke-opacity="1"
4086
+ fill-opacity="1"
4087
+ />
4088
+ </g>
4089
+ </g>
4090
+ </g>
4091
+ </g>
4092
+ </g>
4093
+ </g>
4094
+ </g>
4095
+ </g>
4096
+ </g>
4097
+ <g id="layout::axis-r.7-6-7-6.1">
4098
+ <g id="axis-r.7-6-7-6.1" />
4099
+ </g>
4100
+ <g id="layout::axis-b.8-5-8-5.1">
4101
+ <g id="axis-b.8-5-8-5.1">
4102
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
4103
+ <g id="GRID.absoluteGrob.35.1">
4104
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
4105
+ <g id="axis.2">
4106
+ <g
4107
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1"
4108
+ >
4109
+ <g id="axis.1-1-1-1.2">
4110
+ <g id="GRID.polyline.34.1">
4111
+ <polyline
4112
+ id="GRID.polyline.34.1.1"
4113
+ points="98.49,28.76 98.49,31.5"
4114
+ stroke="rgb(51,51,51)"
4115
+ fill="none"
4116
+ stroke-width="1.07"
4117
+ stroke-dasharray="none"
4118
+ stroke-linecap="butt"
4119
+ stroke-opacity="1"
4120
+ fill-opacity="1"
4121
+ />
4122
+ <polyline
4123
+ id="GRID.polyline.34.1.2"
4124
+ points="196.03,28.76 196.03,31.5"
4125
+ stroke="rgb(51,51,51)"
4126
+ fill="none"
4127
+ stroke-width="1.07"
4128
+ stroke-dasharray="none"
4129
+ stroke-linecap="butt"
4130
+ stroke-opacity="1"
4131
+ fill-opacity="1"
4132
+ />
4133
+ <polyline
4134
+ id="GRID.polyline.34.1.3"
4135
+ points="293.57,28.76 293.57,31.5"
4136
+ stroke="rgb(51,51,51)"
4137
+ fill="none"
4138
+ stroke-width="1.07"
4139
+ stroke-dasharray="none"
4140
+ stroke-linecap="butt"
4141
+ stroke-opacity="1"
4142
+ fill-opacity="1"
4143
+ />
4144
+ <polyline
4145
+ id="GRID.polyline.34.1.4"
4146
+ points="391.11,28.76 391.11,31.5"
4147
+ stroke="rgb(51,51,51)"
4148
+ fill="none"
4149
+ stroke-width="1.07"
4150
+ stroke-dasharray="none"
4151
+ stroke-linecap="butt"
4152
+ stroke-opacity="1"
4153
+ fill-opacity="1"
4154
+ />
4155
+ <polyline
4156
+ id="GRID.polyline.34.1.5"
4157
+ points="488.65,28.76 488.65,31.5"
4158
+ stroke="rgb(51,51,51)"
4159
+ fill="none"
4160
+ stroke-width="1.07"
4161
+ stroke-dasharray="none"
4162
+ stroke-linecap="butt"
4163
+ stroke-opacity="1"
4164
+ fill-opacity="1"
4165
+ />
4166
+ <polyline
4167
+ id="GRID.polyline.34.1.6"
4168
+ points="586.18,28.76 586.18,31.5"
4169
+ stroke="rgb(51,51,51)"
4170
+ fill="none"
4171
+ stroke-width="1.07"
4172
+ stroke-dasharray="none"
4173
+ stroke-linecap="butt"
4174
+ stroke-opacity="1"
4175
+ fill-opacity="1"
4176
+ />
4177
+ </g>
4178
+ </g>
4179
+ </g>
4180
+ <g
4181
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1"
4182
+ >
4183
+ <g id="axis.2-1-2-1.1">
4184
+ <g
4185
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
4186
+ font-size="8.8"
4187
+ stroke="rgb(77,77,77)"
4188
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4189
+ stroke-opacity="1"
4190
+ font-weight="normal"
4191
+ font-style="normal"
4192
+ >
4193
+ <g
4194
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1"
4195
+ >
4196
+ <g id="GRID.titleGrob.33.1">
4197
+ <g id="GRID.text.31.1">
4198
+ <g
4199
+ id="GRID.text.31.1.1"
4200
+ transform="translate(98.49, 26.56)"
4201
+ stroke-width="0.1"
4202
+ >
4203
+ <g
4204
+ id="GRID.text.31.1.1.scale"
4205
+ transform="scale(1, -1)"
4206
+ >
4207
+ <text
4208
+ x="0"
4209
+ y="0"
4210
+ id="GRID.text.31.1.1.text"
4211
+ text-anchor="middle"
4212
+ font-size="8.8"
4213
+ stroke="rgb(77,77,77)"
4214
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4215
+ fill="rgb(77,77,77)"
4216
+ stroke-opacity="1"
4217
+ fill-opacity="1"
4218
+ font-weight="normal"
4219
+ font-style="normal"
4220
+ >
4221
+ <tspan
4222
+ id="GRID.text.31.1.1.tspan.1"
4223
+ dy="6.3"
4224
+ x="0"
4225
+ >
4226
+ 2
4227
+ </tspan>
4228
+ </text>
4229
+ </g>
4230
+ </g>
4231
+ <g
4232
+ id="GRID.text.31.1.2"
4233
+ transform="translate(196.03, 26.56)"
4234
+ stroke-width="0.1"
4235
+ >
4236
+ <g
4237
+ id="GRID.text.31.1.2.scale"
4238
+ transform="scale(1, -1)"
4239
+ >
4240
+ <text
4241
+ x="0"
4242
+ y="0"
4243
+ id="GRID.text.31.1.2.text"
4244
+ text-anchor="middle"
4245
+ font-size="8.8"
4246
+ stroke="rgb(77,77,77)"
4247
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4248
+ fill="rgb(77,77,77)"
4249
+ stroke-opacity="1"
4250
+ fill-opacity="1"
4251
+ font-weight="normal"
4252
+ font-style="normal"
4253
+ >
4254
+ <tspan
4255
+ id="GRID.text.31.1.2.tspan.1"
4256
+ dy="6.3"
4257
+ x="0"
4258
+ >
4259
+ 3
4260
+ </tspan>
4261
+ </text>
4262
+ </g>
4263
+ </g>
4264
+ <g
4265
+ id="GRID.text.31.1.3"
4266
+ transform="translate(293.57, 26.56)"
4267
+ stroke-width="0.1"
4268
+ >
4269
+ <g
4270
+ id="GRID.text.31.1.3.scale"
4271
+ transform="scale(1, -1)"
4272
+ >
4273
+ <text
4274
+ x="0"
4275
+ y="0"
4276
+ id="GRID.text.31.1.3.text"
4277
+ text-anchor="middle"
4278
+ font-size="8.8"
4279
+ stroke="rgb(77,77,77)"
4280
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4281
+ fill="rgb(77,77,77)"
4282
+ stroke-opacity="1"
4283
+ fill-opacity="1"
4284
+ font-weight="normal"
4285
+ font-style="normal"
4286
+ >
4287
+ <tspan
4288
+ id="GRID.text.31.1.3.tspan.1"
4289
+ dy="6.3"
4290
+ x="0"
4291
+ >
4292
+ 4
4293
+ </tspan>
4294
+ </text>
4295
+ </g>
4296
+ </g>
4297
+ <g
4298
+ id="GRID.text.31.1.4"
4299
+ transform="translate(391.11, 26.56)"
4300
+ stroke-width="0.1"
4301
+ >
4302
+ <g
4303
+ id="GRID.text.31.1.4.scale"
4304
+ transform="scale(1, -1)"
4305
+ >
4306
+ <text
4307
+ x="0"
4308
+ y="0"
4309
+ id="GRID.text.31.1.4.text"
4310
+ text-anchor="middle"
4311
+ font-size="8.8"
4312
+ stroke="rgb(77,77,77)"
4313
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4314
+ fill="rgb(77,77,77)"
4315
+ stroke-opacity="1"
4316
+ fill-opacity="1"
4317
+ font-weight="normal"
4318
+ font-style="normal"
4319
+ >
4320
+ <tspan
4321
+ id="GRID.text.31.1.4.tspan.1"
4322
+ dy="6.3"
4323
+ x="0"
4324
+ >
4325
+ 5
4326
+ </tspan>
4327
+ </text>
4328
+ </g>
4329
+ </g>
4330
+ <g
4331
+ id="GRID.text.31.1.5"
4332
+ transform="translate(488.65, 26.56)"
4333
+ stroke-width="0.1"
4334
+ >
4335
+ <g
4336
+ id="GRID.text.31.1.5.scale"
4337
+ transform="scale(1, -1)"
4338
+ >
4339
+ <text
4340
+ x="0"
4341
+ y="0"
4342
+ id="GRID.text.31.1.5.text"
4343
+ text-anchor="middle"
4344
+ font-size="8.8"
4345
+ stroke="rgb(77,77,77)"
4346
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4347
+ fill="rgb(77,77,77)"
4348
+ stroke-opacity="1"
4349
+ fill-opacity="1"
4350
+ font-weight="normal"
4351
+ font-style="normal"
4352
+ >
4353
+ <tspan
4354
+ id="GRID.text.31.1.5.tspan.1"
4355
+ dy="6.3"
4356
+ x="0"
4357
+ >
4358
+ 6
4359
+ </tspan>
4360
+ </text>
4361
+ </g>
4362
+ </g>
4363
+ <g
4364
+ id="GRID.text.31.1.6"
4365
+ transform="translate(586.18, 26.56)"
4366
+ stroke-width="0.1"
4367
+ >
4368
+ <g
4369
+ id="GRID.text.31.1.6.scale"
4370
+ transform="scale(1, -1)"
4371
+ >
4372
+ <text
4373
+ x="0"
4374
+ y="0"
4375
+ id="GRID.text.31.1.6.text"
4376
+ text-anchor="middle"
4377
+ font-size="8.8"
4378
+ stroke="rgb(77,77,77)"
4379
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4380
+ fill="rgb(77,77,77)"
4381
+ stroke-opacity="1"
4382
+ fill-opacity="1"
4383
+ font-weight="normal"
4384
+ font-style="normal"
4385
+ >
4386
+ <tspan
4387
+ id="GRID.text.31.1.6.tspan.1"
4388
+ dy="6.3"
4389
+ x="0"
4390
+ >
4391
+ 7
4392
+ </tspan>
4393
+ </text>
4394
+ </g>
4395
+ </g>
4396
+ </g>
4397
+ </g>
4398
+ </g>
4399
+ </g>
4400
+ </g>
4401
+ </g>
4402
+ </g>
4403
+ </g>
4404
+ </g>
4405
+ </g>
4406
+ </g>
4407
+ </g>
4408
+ <g id="layout::xlab-t.5-5-5-5.1">
4409
+ <g id="xlab-t.5-5-5-5.1" />
4410
+ </g>
4411
+ <g id="layout::xlab-b.9-5-9-5.1">
4412
+ <g id="xlab-b.9-5-9-5.1">
4413
+ <g
4414
+ id="layout::xlab-b.9-5-9-5::GRID.VP.7.1"
4415
+ font-size="11"
4416
+ stroke="rgb(0,0,0)"
4417
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4418
+ stroke-opacity="1"
4419
+ font-weight="normal"
4420
+ font-style="normal"
4421
+ >
4422
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
4423
+ <g id="axis.title.x.bottom..titleGrob.43.1">
4424
+ <g id="GRID.text.40.1">
4425
+ <g
4426
+ id="GRID.text.40.1.1"
4427
+ transform="translate(322.83, 15.67)"
4428
+ stroke-width="0.1"
4429
+ >
4430
+ <g
4431
+ id="GRID.text.40.1.1.scale"
4432
+ transform="scale(1, -1)"
4433
+ >
4434
+ <text
4435
+ x="0"
4436
+ y="0"
4437
+ id="GRID.text.40.1.1.text"
4438
+ text-anchor="middle"
4439
+ font-size="11"
4440
+ stroke="rgb(0,0,0)"
4441
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4442
+ fill="rgb(0,0,0)"
4443
+ stroke-opacity="1"
4444
+ fill-opacity="1"
4445
+ font-weight="normal"
4446
+ font-style="normal"
4447
+ >
4448
+ <tspan
4449
+ id="GRID.text.40.1.1.tspan.1"
4450
+ dy="7.88"
4451
+ x="0"
4452
+ >
4453
+ displ
4454
+ </tspan>
4455
+ </text>
4456
+ </g>
4457
+ </g>
4458
+ </g>
4459
+ </g>
4460
+ </g>
4461
+ </g>
4462
+ </g>
4463
+ </g>
4464
+ <g id="layout::ylab-l.7-3-7-3.1">
4465
+ <g id="ylab-l.7-3-7-3.1">
4466
+ <g
4467
+ id="layout::ylab-l.7-3-7-3::GRID.VP.9.1"
4468
+ font-size="11"
4469
+ stroke="rgb(0,0,0)"
4470
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4471
+ stroke-opacity="1"
4472
+ font-weight="normal"
4473
+ font-style="normal"
4474
+ >
4475
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
4476
+ <g id="axis.title.y.left..titleGrob.46.1">
4477
+ <g id="GRID.text.44.1">
4478
+ <g
4479
+ id="GRID.text.44.1.1"
4480
+ transform="translate(5.48, 291.01)"
4481
+ stroke-width="0.1"
4482
+ >
4483
+ <g
4484
+ id="GRID.text.44.1.1.scale"
4485
+ transform="scale(1, -1)"
4486
+ >
4487
+ <text
4488
+ x="0"
4489
+ y="0"
4490
+ id="GRID.text.44.1.1.text"
4491
+ transform="rotate(-90)"
4492
+ text-anchor="middle"
4493
+ font-size="11"
4494
+ stroke="rgb(0,0,0)"
4495
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
4496
+ fill="rgb(0,0,0)"
4497
+ stroke-opacity="1"
4498
+ fill-opacity="1"
4499
+ font-weight="normal"
4500
+ font-style="normal"
4501
+ >
4502
+ <tspan
4503
+ id="GRID.text.44.1.1.tspan.1"
4504
+ dy="7.88"
4505
+ x="0"
4506
+ >
4507
+ hwy
4508
+ </tspan>
4509
+ </text>
4510
+ </g>
4511
+ </g>
4512
+ </g>
4513
+ </g>
4514
+ </g>
4515
+ </g>
4516
+ </g>
4517
+ </g>
4518
+ <g id="layout::ylab-r.7-7-7-7.1">
4519
+ <g id="ylab-r.7-7-7-7.1" />
4520
+ </g>
4521
+ <g id="layout::subtitle.4-5-4-5.1">
4522
+ <g id="subtitle.4-5-4-5.1" />
4523
+ </g>
4524
+ <g id="layout::title.3-5-3-5.1">
4525
+ <g id="title.3-5-3-5.1" />
4526
+ </g>
4527
+ <g id="layout::caption.10-5-10-5.1">
4528
+ <g id="caption.10-5-10-5.1" />
4529
+ </g>
4530
+ <g id="layout::tag.2-2-2-2.1">
4531
+ <g id="tag.2-2-2-2.1" />
4532
+ </g>
4533
+ </g>
4534
+ </g>
4535
+ </g>
4536
+ </g>
4537
+ </svg>
4538
+ <div id="info" aria-atomic="true" aria-live="assertive"></div>
4539
+ <div id="announcements" aria-atomic="true" aria-live="assertive"></div>
4540
+ </div>
4541
+ </div>
4542
+ <script>
4543
+ var scatterPlotPoints = document.querySelectorAll(
4544
+ '#geom_point\\.points\\.12\\.1 > use'
4545
+ );
4546
+ var scatterPlotLine = document.querySelectorAll(
4547
+ '#' + 'GRID\\.polyline\\.13\\.1 > polyline'
4548
+ )[0];
4549
+ </script>
4550
+ <script src="scatterplot/displ.js"></script>
4551
+ <script src="scatterplot/hwy.js"></script>
4552
+ <script src="scatterplot/smooth_layer.js"></script>
4553
+ <script src="scatterplot/point_layer.js"></script>
4554
+ <script src="../src/constants.js"></script>
4555
+ <script src="../src/audio.js"></script>
4556
+ <script src="../src/display.js"></script>
4557
+ <script src="../src/scatterplot.js"></script>
4558
+ <!-- <script src="scatterplot/prediction_array.js"></script> -->
4559
+ </body>
4560
+ </html>