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,1428 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="672px"
2
+ height="672px" viewBox="0 0 672 672" version="1.1">
3
+ <metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
4
+ <gridsvg:generator name="gridSVG" version="1.7-4" time="2022-11-03 21:02:10" />
5
+ <gridsvg:argument name="name" value="scatterplot.svg" />
6
+ <gridsvg:argument name="exportCoords" value="none" />
7
+ <gridsvg:argument name="exportMappings" value="none" />
8
+ <gridsvg:argument name="exportJS" value="none" />
9
+ <gridsvg:argument name="res" value="96" />
10
+ <gridsvg:argument name="prefix" value="" />
11
+ <gridsvg:argument name="addClasses" value="FALSE" />
12
+ <gridsvg:argument name="indent" value="TRUE" />
13
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
14
+ <gridsvg:argument name="usePaths" value="vpPaths" />
15
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
16
+ <gridsvg:separator name="id.sep" value="." />
17
+ <gridsvg:separator name="gPath.sep" value="::" />
18
+ <gridsvg:separator name="vpPath.sep" value="::" />
19
+ </metadata>
20
+ <g transform="translate(0, 672) scale(1, -1)">
21
+ <g id="gridSVG" fill="none" stroke="rgb(0,0,0)" stroke-dasharray="none" stroke-width="1"
22
+ font-size="16"
23
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
24
+ opacity="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
25
+ stroke-opacity="1" fill-opacity="0" font-weight="normal" font-style="normal">
26
+ <defs>
27
+ <symbol id="gridSVG.pch19" viewBox="-5 -5 10 10" overflow="visible">
28
+ <circle cx="0" cy="0" r="3.75" />
29
+ </symbol>
30
+ </defs>
31
+ <g id="layout.1">
32
+ <g id="layout.2">
33
+ <defs>
34
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
35
+ <rect x="0" y="0" width="672" height="672" fill="none" stroke="none" />
36
+ </clipPath>
37
+ </defs>
38
+ <g id="layout::background.1-9-12-1.1"
39
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)">
40
+ <g id="background.1-9-12-1.1">
41
+ <g id="plot.background..rect.52.1">
42
+ <rect id="plot.background..rect.52.1.1" x="0" y="0" width="672" height="672"
43
+ transform="" stroke-width="1.42" stroke="rgb(255,255,255)" fill="rgb(255,255,255)"
44
+ stroke-dasharray="none" stroke-opacity="1" fill-opacity="1" />
45
+ </g>
46
+ </g>
47
+ </g>
48
+ <defs>
49
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
50
+ <rect x="46.53" y="44.53" width="618.16" height="620.16" fill="none" stroke="none" />
51
+ </clipPath>
52
+ </defs>
53
+ <g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
54
+ <g id="panel.7-5-7-5.1">
55
+ <g id="panel-1.gTree.30.1">
56
+ <g id="grill.gTree.28.1">
57
+ <g id="panel.background..rect.19.1">
58
+ <rect id="panel.background..rect.19.1.1" x="46.53" y="44.53" width="618.16"
59
+ height="620.16" transform="" stroke-width="1.42" stroke="none"
60
+ fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0"
61
+ fill-opacity="1" />
62
+ </g>
63
+ <g id="panel.grid.minor.y..polyline.21.1">
64
+ <polyline id="panel.grid.minor.y..polyline.21.1.1"
65
+ points="46.53,141.03 664.69,141.03" stroke="rgb(255,255,255)" fill="none"
66
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
67
+ stroke-opacity="1" fill-opacity="1" />
68
+ <polyline id="panel.grid.minor.y..polyline.21.1.2"
69
+ points="46.53,311.11 664.69,311.11" stroke="rgb(255,255,255)" fill="none"
70
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
71
+ stroke-opacity="1" fill-opacity="1" />
72
+ <polyline id="panel.grid.minor.y..polyline.21.1.3"
73
+ points="46.53,481.19 664.69,481.19" stroke="rgb(255,255,255)" fill="none"
74
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
75
+ stroke-opacity="1" fill-opacity="1" />
76
+ <polyline id="panel.grid.minor.y..polyline.21.1.4"
77
+ points="46.53,651.26 664.69,651.26" stroke="rgb(255,255,255)" fill="none"
78
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
79
+ stroke-opacity="1" fill-opacity="1" />
80
+ </g>
81
+ <g id="panel.grid.minor.x..polyline.23.1">
82
+ <polyline id="panel.grid.minor.x..polyline.23.1.1"
83
+ points="67.57,44.53 67.57,664.69" stroke="rgb(255,255,255)" fill="none"
84
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
85
+ stroke-opacity="1" fill-opacity="1" />
86
+ <polyline id="panel.grid.minor.x..polyline.23.1.2"
87
+ points="171.03,44.53 171.03,664.69" stroke="rgb(255,255,255)" fill="none"
88
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
89
+ stroke-opacity="1" fill-opacity="1" />
90
+ <polyline id="panel.grid.minor.x..polyline.23.1.3"
91
+ points="274.49,44.53 274.49,664.69" stroke="rgb(255,255,255)" fill="none"
92
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
93
+ stroke-opacity="1" fill-opacity="1" />
94
+ <polyline id="panel.grid.minor.x..polyline.23.1.4"
95
+ points="377.95,44.53 377.95,664.69" stroke="rgb(255,255,255)" fill="none"
96
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
97
+ stroke-opacity="1" fill-opacity="1" />
98
+ <polyline id="panel.grid.minor.x..polyline.23.1.5"
99
+ points="481.41,44.53 481.41,664.69" stroke="rgb(255,255,255)" fill="none"
100
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
101
+ stroke-opacity="1" fill-opacity="1" />
102
+ <polyline id="panel.grid.minor.x..polyline.23.1.6"
103
+ points="584.87,44.53 584.87,664.69" stroke="rgb(255,255,255)" fill="none"
104
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
105
+ stroke-opacity="1" fill-opacity="1" />
106
+ </g>
107
+ <g id="panel.grid.major.y..polyline.25.1">
108
+ <polyline id="panel.grid.major.y..polyline.25.1.1" points="46.53,56 664.69,56"
109
+ stroke="rgb(255,255,255)" fill="none" stroke-width="1.42"
110
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
111
+ fill-opacity="1" />
112
+ <polyline id="panel.grid.major.y..polyline.25.1.2"
113
+ points="46.53,226.07 664.69,226.07" stroke="rgb(255,255,255)" fill="none"
114
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
115
+ stroke-opacity="1" fill-opacity="1" />
116
+ <polyline id="panel.grid.major.y..polyline.25.1.3"
117
+ points="46.53,396.15 664.69,396.15" stroke="rgb(255,255,255)" fill="none"
118
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
119
+ stroke-opacity="1" fill-opacity="1" />
120
+ <polyline id="panel.grid.major.y..polyline.25.1.4"
121
+ points="46.53,566.22 664.69,566.22" stroke="rgb(255,255,255)" fill="none"
122
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
123
+ stroke-opacity="1" fill-opacity="1" />
124
+ </g>
125
+ <g id="panel.grid.major.x..polyline.27.1">
126
+ <polyline id="panel.grid.major.x..polyline.27.1.2"
127
+ points="119.3,44.53 119.3,664.69" stroke="rgb(255,255,255)" fill="none"
128
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
129
+ stroke-opacity="1" fill-opacity="1" />
130
+ <polyline id="panel.grid.major.x..polyline.27.1.3"
131
+ points="222.76,44.53 222.76,664.69" stroke="rgb(255,255,255)" fill="none"
132
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
133
+ stroke-opacity="1" fill-opacity="1" />
134
+ <polyline id="panel.grid.major.x..polyline.27.1.4"
135
+ points="326.22,44.53 326.22,664.69" stroke="rgb(255,255,255)" fill="none"
136
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
137
+ stroke-opacity="1" fill-opacity="1" />
138
+ <polyline id="panel.grid.major.x..polyline.27.1.5"
139
+ points="429.68,44.53 429.68,664.69" stroke="rgb(255,255,255)" fill="none"
140
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
141
+ stroke-opacity="1" fill-opacity="1" />
142
+ <polyline id="panel.grid.major.x..polyline.27.1.6"
143
+ points="533.14,44.53 533.14,664.69" stroke="rgb(255,255,255)" fill="none"
144
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
145
+ stroke-opacity="1" fill-opacity="1" />
146
+ <polyline id="panel.grid.major.x..polyline.27.1.7"
147
+ points="636.6,44.53 636.6,664.69" stroke="rgb(255,255,255)" fill="none"
148
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
149
+ stroke-opacity="1" fill-opacity="1" />
150
+ </g>
151
+ </g>
152
+ <g id="geom_point.points.12.1">
153
+ <use id="geom_point.points.12.1.1" href="#gridSVG.pch19" x="101.91" y="373.11"
154
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
155
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
156
+ stroke-opacity="1" fill-opacity="1" />
157
+ <use id="geom_point.points.12.1.2" href="#gridSVG.pch19" x="94.77" y="382.69"
158
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
159
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
160
+ stroke-opacity="1" fill-opacity="1" />
161
+ <use id="geom_point.points.12.1.3" href="#gridSVG.pch19" x="122.54" y="414.37"
162
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
163
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
164
+ stroke-opacity="1" fill-opacity="1" />
165
+ <use id="geom_point.points.12.1.4" href="#gridSVG.pch19" x="122.14" y="400.85"
166
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
167
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
168
+ stroke-opacity="1" fill-opacity="1" />
169
+ <use id="geom_point.points.12.1.5" href="#gridSVG.pch19" x="198.82" y="322.62"
170
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
171
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
172
+ stroke-opacity="1" fill-opacity="1" />
173
+ <use id="geom_point.points.12.1.6" href="#gridSVG.pch19" x="200.31" y="322.12"
174
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
175
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
176
+ stroke-opacity="1" fill-opacity="1" />
177
+ <use id="geom_point.points.12.1.7" href="#gridSVG.pch19" x="232.51" y="340.91"
178
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
179
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
180
+ stroke-opacity="1" fill-opacity="1" />
181
+ <use id="geom_point.points.12.1.8" href="#gridSVG.pch19" x="99.19" y="323.35"
182
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
183
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
184
+ stroke-opacity="1" fill-opacity="1" />
185
+ <use id="geom_point.points.12.1.9" href="#gridSVG.pch19" x="100.81" y="305.9"
186
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
187
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
188
+ stroke-opacity="1" fill-opacity="1" />
189
+ <use id="geom_point.points.12.1.10" href="#gridSVG.pch19" x="118.04" y="364.56"
190
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
191
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
192
+ stroke-opacity="1" fill-opacity="1" />
193
+ <use id="geom_point.points.12.1.11" href="#gridSVG.pch19" x="122.85" y="349.65"
194
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
195
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
196
+ stroke-opacity="1" fill-opacity="1" />
197
+ <use id="geom_point.points.12.1.12" href="#gridSVG.pch19" x="202.43" y="312.48"
198
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
199
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
200
+ stroke-opacity="1" fill-opacity="1" />
201
+ <use id="geom_point.points.12.1.13" href="#gridSVG.pch19" x="198.25" y="305"
202
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
203
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
204
+ stroke-opacity="1" fill-opacity="1" />
205
+ <use id="geom_point.points.12.1.14" href="#gridSVG.pch19" x="234.2" y="317.41"
206
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
207
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
208
+ stroke-opacity="1" fill-opacity="1" />
209
+ <use id="geom_point.points.12.1.15" href="#gridSVG.pch19" x="229.92" y="304.7"
210
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
211
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
212
+ stroke-opacity="1" fill-opacity="1" />
213
+ <use id="geom_point.points.12.1.16" href="#gridSVG.pch19" x="200.89" y="296.16"
214
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
215
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
216
+ stroke-opacity="1" fill-opacity="1" />
217
+ <use id="geom_point.points.12.1.17" href="#gridSVG.pch19" x="229.82" y="304.33"
218
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
219
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
220
+ stroke-opacity="1" fill-opacity="1" />
221
+ <use id="geom_point.points.12.1.18" href="#gridSVG.pch19" x="349.14" y="278.91"
222
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
223
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
224
+ stroke-opacity="1" fill-opacity="1" />
225
+ <use id="geom_point.points.12.1.19" href="#gridSVG.pch19" x="460.07" y="229.05"
226
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
227
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
228
+ stroke-opacity="1" fill-opacity="1" />
229
+ <use id="geom_point.points.12.1.20" href="#gridSVG.pch19" x="461.2" y="138.06"
230
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
231
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
232
+ stroke-opacity="1" fill-opacity="1" />
233
+ <use id="geom_point.points.12.1.21" href="#gridSVG.pch19" x="461.23" y="223.34"
234
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
235
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
236
+ stroke-opacity="1" fill-opacity="1" />
237
+ <use id="geom_point.points.12.1.22" href="#gridSVG.pch19" x="498.81" y="179.57"
238
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
239
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
240
+ stroke-opacity="1" fill-opacity="1" />
241
+ <use id="geom_point.points.12.1.23" href="#gridSVG.pch19" x="537.23" y="175.79"
242
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
243
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
244
+ stroke-opacity="1" fill-opacity="1" />
245
+ <use id="geom_point.points.12.1.24" href="#gridSVG.pch19" x="502.25" y="323.71"
246
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
247
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
248
+ stroke-opacity="1" fill-opacity="1" />
249
+ <use id="geom_point.points.12.1.25" href="#gridSVG.pch19" x="502.22" y="280.44"
250
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
251
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
252
+ stroke-opacity="1" fill-opacity="1" />
253
+ <use id="geom_point.points.12.1.26" href="#gridSVG.pch19" x="550.24" y="327.35"
254
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
255
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
256
+ stroke-opacity="1" fill-opacity="1" />
257
+ <use id="geom_point.points.12.1.27" href="#gridSVG.pch19" x="554.78" y="311.96"
258
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
259
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
260
+ stroke-opacity="1" fill-opacity="1" />
261
+ <use id="geom_point.points.12.1.28" href="#gridSVG.pch19" x="634.85" y="289.73"
262
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
263
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
264
+ stroke-opacity="1" fill-opacity="1" />
265
+ <use id="geom_point.points.12.1.29" href="#gridSVG.pch19" x="462.47" y="213.93"
266
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
267
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
268
+ stroke-opacity="1" fill-opacity="1" />
269
+ <use id="geom_point.points.12.1.30" href="#gridSVG.pch19" x="463.64" y="124.83"
270
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
271
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
272
+ stroke-opacity="1" fill-opacity="1" />
273
+ <use id="geom_point.points.12.1.31" href="#gridSVG.pch19" x="500.97" y="143.93"
274
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
275
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
276
+ stroke-opacity="1" fill-opacity="1" />
277
+ <use id="geom_point.points.12.1.32" href="#gridSVG.pch19" x="582.3" y="178.93"
278
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
279
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
280
+ stroke-opacity="1" fill-opacity="1" />
281
+ <use id="geom_point.points.12.1.33" href="#gridSVG.pch19" x="156.85" y="341.26"
282
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
283
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
284
+ stroke-opacity="1" fill-opacity="1" />
285
+ <use id="geom_point.points.12.1.34" href="#gridSVG.pch19" x="160.61" y="395.99"
286
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
287
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
288
+ stroke-opacity="1" fill-opacity="1" />
289
+ <use id="geom_point.points.12.1.35" href="#gridSVG.pch19" x="236.58" y="332.02"
290
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
291
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
292
+ stroke-opacity="1" fill-opacity="1" />
293
+ <use id="geom_point.points.12.1.36" href="#gridSVG.pch19" x="271.95" y="385.77"
294
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
295
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
296
+ stroke-opacity="1" fill-opacity="1" />
297
+ <use id="geom_point.points.12.1.37" href="#gridSVG.pch19" x="281.53" y="322.28"
298
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
299
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
300
+ stroke-opacity="1" fill-opacity="1" />
301
+ <use id="geom_point.points.12.1.38" href="#gridSVG.pch19" x="158.19" y="297.25"
302
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
303
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
304
+ stroke-opacity="1" fill-opacity="1" />
305
+ <use id="geom_point.points.12.1.39" href="#gridSVG.pch19" x="225.91" y="297.29"
306
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
307
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
308
+ stroke-opacity="1" fill-opacity="1" />
309
+ <use id="geom_point.points.12.1.40" href="#gridSVG.pch19" x="254.3" y="260.92"
310
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
311
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
312
+ stroke-opacity="1" fill-opacity="1" />
313
+ <use id="geom_point.points.12.1.41" href="#gridSVG.pch19" x="252.26" y="265.88"
314
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
315
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
316
+ stroke-opacity="1" fill-opacity="1" />
317
+ <use id="geom_point.points.12.1.42" href="#gridSVG.pch19" x="256.67" y="292.5"
318
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
319
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
320
+ stroke-opacity="1" fill-opacity="1" />
321
+ <use id="geom_point.points.12.1.43" href="#gridSVG.pch19" x="257.21" y="297.92"
322
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
323
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
324
+ stroke-opacity="1" fill-opacity="1" />
325
+ <use id="geom_point.points.12.1.44" href="#gridSVG.pch19" x="253.04" y="168.89"
326
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
327
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
328
+ stroke-opacity="1" fill-opacity="1" />
329
+ <use id="geom_point.points.12.1.45" href="#gridSVG.pch19" x="301.98" y="265.09"
330
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
331
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
332
+ stroke-opacity="1" fill-opacity="1" />
333
+ <use id="geom_point.points.12.1.46" href="#gridSVG.pch19" x="301.63" y="239.22"
334
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
335
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
336
+ stroke-opacity="1" fill-opacity="1" />
337
+ <use id="geom_point.points.12.1.47" href="#gridSVG.pch19" x="306.06" y="279.1"
338
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
339
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
340
+ stroke-opacity="1" fill-opacity="1" />
341
+ <use id="geom_point.points.12.1.48" href="#gridSVG.pch19" x="329.37" y="270.55"
342
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
343
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
344
+ stroke-opacity="1" fill-opacity="1" />
345
+ <use id="geom_point.points.12.1.49" href="#gridSVG.pch19" x="293.57" y="214.29"
346
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
347
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
348
+ stroke-opacity="1" fill-opacity="1" />
349
+ <use id="geom_point.points.12.1.50" href="#gridSVG.pch19" x="292.6" y="194.78"
350
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
351
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
352
+ stroke-opacity="1" fill-opacity="1" />
353
+ <use id="geom_point.points.12.1.51" href="#gridSVG.pch19" x="316.09" y="180.25"
354
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
355
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
356
+ stroke-opacity="1" fill-opacity="1" />
357
+ <use id="geom_point.points.12.1.52" href="#gridSVG.pch19" x="319.42" y="172.29"
358
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
359
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
360
+ stroke-opacity="1" fill-opacity="1" />
361
+ <use id="geom_point.points.12.1.53" href="#gridSVG.pch19" x="396.07" y="207.28"
362
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
363
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
364
+ stroke-opacity="1" fill-opacity="1" />
365
+ <use id="geom_point.points.12.1.54" href="#gridSVG.pch19" x="399.89" y="212.04"
366
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
367
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
368
+ stroke-opacity="1" fill-opacity="1" />
369
+ <use id="geom_point.points.12.1.55" href="#gridSVG.pch19" x="400" y="96.38"
370
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
371
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
372
+ stroke-opacity="1" fill-opacity="1" />
373
+ <use id="geom_point.points.12.1.56" href="#gridSVG.pch19" x="450.41" y="170.46"
374
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
375
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
376
+ stroke-opacity="1" fill-opacity="1" />
377
+ <use id="geom_point.points.12.1.57" href="#gridSVG.pch19" x="450.16" y="142.14"
378
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
379
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
380
+ stroke-opacity="1" fill-opacity="1" />
381
+ <use id="geom_point.points.12.1.58" href="#gridSVG.pch19" x="313.34" y="171.44"
382
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
383
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
384
+ stroke-opacity="1" fill-opacity="1" />
385
+ <use id="geom_point.points.12.1.59" href="#gridSVG.pch19" x="401.1" y="171.16"
386
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
387
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
388
+ stroke-opacity="1" fill-opacity="1" />
389
+ <use id="geom_point.points.12.1.60" href="#gridSVG.pch19" x="398.86" y="93.03"
390
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
391
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
392
+ stroke-opacity="1" fill-opacity="1" />
393
+ <use id="geom_point.points.12.1.61" href="#gridSVG.pch19" x="402.54" y="169.46"
394
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
395
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
396
+ stroke-opacity="1" fill-opacity="1" />
397
+ <use id="geom_point.points.12.1.62" href="#gridSVG.pch19" x="451.66" y="164.81"
398
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
399
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
400
+ stroke-opacity="1" fill-opacity="1" />
401
+ <use id="geom_point.points.12.1.63" href="#gridSVG.pch19" x="503.24" y="185.8"
402
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
403
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
404
+ stroke-opacity="1" fill-opacity="1" />
405
+ <use id="geom_point.points.12.1.64" href="#gridSVG.pch19" x="523" y="142.28"
406
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
407
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
408
+ stroke-opacity="1" fill-opacity="1" />
409
+ <use id="geom_point.points.12.1.65" href="#gridSVG.pch19" x="397.78" y="164.67"
410
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
411
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
412
+ stroke-opacity="1" fill-opacity="1" />
413
+ <use id="geom_point.points.12.1.66" href="#gridSVG.pch19" x="402.05" y="93.13"
414
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
415
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
416
+ stroke-opacity="1" fill-opacity="1" />
417
+ <use id="geom_point.points.12.1.67" href="#gridSVG.pch19" x="402.03" y="168.78"
418
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
419
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
420
+ stroke-opacity="1" fill-opacity="1" />
421
+ <use id="geom_point.points.12.1.68" href="#gridSVG.pch19" x="400.01" y="171.25"
422
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
423
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
424
+ stroke-opacity="1" fill-opacity="1" />
425
+ <use id="geom_point.points.12.1.69" href="#gridSVG.pch19" x="402.46" y="164.53"
426
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
427
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
428
+ stroke-opacity="1" fill-opacity="1" />
429
+ <use id="geom_point.points.12.1.70" href="#gridSVG.pch19" x="398.7" y="94.57"
430
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
431
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
432
+ stroke-opacity="1" fill-opacity="1" />
433
+ <use id="geom_point.points.12.1.71" href="#gridSVG.pch19" x="446.34" y="140.44"
434
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
435
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
436
+ stroke-opacity="1" fill-opacity="1" />
437
+ <use id="geom_point.points.12.1.72" href="#gridSVG.pch19" x="453.97" y="157.43"
438
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
439
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
440
+ stroke-opacity="1" fill-opacity="1" />
441
+ <use id="geom_point.points.12.1.73" href="#gridSVG.pch19" x="503.22" y="174.02"
442
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
443
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
444
+ stroke-opacity="1" fill-opacity="1" />
445
+ <use id="geom_point.points.12.1.74" href="#gridSVG.pch19" x="525.16" y="143.92"
446
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
447
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
448
+ stroke-opacity="1" fill-opacity="1" />
449
+ <use id="geom_point.points.12.1.75" href="#gridSVG.pch19" x="390.66" y="180.74"
450
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
451
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
452
+ stroke-opacity="1" fill-opacity="1" />
453
+ <use id="geom_point.points.12.1.76" href="#gridSVG.pch19" x="467.33" y="171.12"
454
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
455
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
456
+ stroke-opacity="1" fill-opacity="1" />
457
+ <use id="geom_point.points.12.1.77" href="#gridSVG.pch19" x="471.29" y="190.67"
458
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
459
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
460
+ stroke-opacity="1" fill-opacity="1" />
461
+ <use id="geom_point.points.12.1.78" href="#gridSVG.pch19" x="327.11" y="174.09"
462
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
463
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
464
+ stroke-opacity="1" fill-opacity="1" />
465
+ <use id="geom_point.points.12.1.79" href="#gridSVG.pch19" x="324.71" y="206.13"
466
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
467
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
468
+ stroke-opacity="1" fill-opacity="1" />
469
+ <use id="geom_point.points.12.1.80" href="#gridSVG.pch19" x="326.01" y="174.15"
470
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
471
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
472
+ stroke-opacity="1" fill-opacity="1" />
473
+ <use id="geom_point.points.12.1.81" href="#gridSVG.pch19" x="325.32" y="206.94"
474
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
475
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
476
+ stroke-opacity="1" fill-opacity="1" />
477
+ <use id="geom_point.points.12.1.82" href="#gridSVG.pch19" x="386.89" y="213.96"
478
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
479
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
480
+ stroke-opacity="1" fill-opacity="1" />
481
+ <use id="geom_point.points.12.1.83" href="#gridSVG.pch19" x="425.55" y="176.51"
482
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
483
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
484
+ stroke-opacity="1" fill-opacity="1" />
485
+ <use id="geom_point.points.12.1.84" href="#gridSVG.pch19" x="345.3" y="179.43"
486
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
487
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
488
+ stroke-opacity="1" fill-opacity="1" />
489
+ <use id="geom_point.points.12.1.85" href="#gridSVG.pch19" x="342.92" y="174.2"
490
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
491
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
492
+ stroke-opacity="1" fill-opacity="1" />
493
+ <use id="geom_point.points.12.1.86" href="#gridSVG.pch19" x="390.74" y="161.68"
494
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
495
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
496
+ stroke-opacity="1" fill-opacity="1" />
497
+ <use id="geom_point.points.12.1.87" href="#gridSVG.pch19" x="387.58" y="164.38"
498
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
499
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
500
+ stroke-opacity="1" fill-opacity="1" />
501
+ <use id="geom_point.points.12.1.88" href="#gridSVG.pch19" x="384.9" y="168.38"
502
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
503
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
504
+ stroke-opacity="1" fill-opacity="1" />
505
+ <use id="geom_point.points.12.1.89" href="#gridSVG.pch19" x="475.13" y="139.22"
506
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
507
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
508
+ stroke-opacity="1" fill-opacity="1" />
509
+ <use id="geom_point.points.12.1.90" href="#gridSVG.pch19" x="472.91" y="171.64"
510
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
511
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
512
+ stroke-opacity="1" fill-opacity="1" />
513
+ <use id="geom_point.points.12.1.91" href="#gridSVG.pch19" x="301.45" y="323.69"
514
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
515
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
516
+ stroke-opacity="1" fill-opacity="1" />
517
+ <use id="geom_point.points.12.1.92" href="#gridSVG.pch19" x="304.63" y="314.99"
518
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
519
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
520
+ stroke-opacity="1" fill-opacity="1" />
521
+ <use id="geom_point.points.12.1.93" href="#gridSVG.pch19" x="327.88" y="331.81"
522
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
523
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
524
+ stroke-opacity="1" fill-opacity="1" />
525
+ <use id="geom_point.points.12.1.94" href="#gridSVG.pch19" x="328.45" y="296.24"
526
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
527
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
528
+ stroke-opacity="1" fill-opacity="1" />
529
+ <use id="geom_point.points.12.1.95" href="#gridSVG.pch19" x="390.04" y="249.74"
530
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
531
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
532
+ stroke-opacity="1" fill-opacity="1" />
533
+ <use id="geom_point.points.12.1.96" href="#gridSVG.pch19" x="386.53" y="261.86"
534
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
535
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
536
+ stroke-opacity="1" fill-opacity="1" />
537
+ <use id="geom_point.points.12.1.97" href="#gridSVG.pch19" x="385.81" y="282.31"
538
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
539
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
540
+ stroke-opacity="1" fill-opacity="1" />
541
+ <use id="geom_point.points.12.1.98" href="#gridSVG.pch19" x="391.22" y="258.91"
542
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
543
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
544
+ stroke-opacity="1" fill-opacity="1" />
545
+ <use id="geom_point.points.12.1.99" href="#gridSVG.pch19" x="468.96" y="230.04"
546
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
547
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
548
+ stroke-opacity="1" fill-opacity="1" />
549
+ <use id="geom_point.points.12.1.100" href="#gridSVG.pch19" x="79.83" y="449.97"
550
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
551
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
552
+ stroke-opacity="1" fill-opacity="1" />
553
+ <use id="geom_point.points.12.1.101" href="#gridSVG.pch19" x="75.74" y="425.9"
554
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
555
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
556
+ stroke-opacity="1" fill-opacity="1" />
557
+ <use id="geom_point.points.12.1.102" href="#gridSVG.pch19" x="79.61" y="428.09"
558
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
559
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
560
+ stroke-opacity="1" fill-opacity="1" />
561
+ <use id="geom_point.points.12.1.103" href="#gridSVG.pch19" x="74.63" y="376.9"
562
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
563
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
564
+ stroke-opacity="1" fill-opacity="1" />
565
+ <use id="geom_point.points.12.1.104" href="#gridSVG.pch19" x="75.66" y="430.4"
566
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
567
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
568
+ stroke-opacity="1" fill-opacity="1" />
569
+ <use id="geom_point.points.12.1.105" href="#gridSVG.pch19" x="96.28" y="459.26"
570
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
571
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
572
+ stroke-opacity="1" fill-opacity="1" />
573
+ <use id="geom_point.points.12.1.106" href="#gridSVG.pch19" x="98.11" y="494.07"
574
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
575
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
576
+ stroke-opacity="1" fill-opacity="1" />
577
+ <use id="geom_point.points.12.1.107" href="#gridSVG.pch19" x="94.69" y="496.82"
578
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
579
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
580
+ stroke-opacity="1" fill-opacity="1" />
581
+ <use id="geom_point.points.12.1.108" href="#gridSVG.pch19" x="121.98" y="377.98"
582
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
583
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
584
+ stroke-opacity="1" fill-opacity="1" />
585
+ <use id="geom_point.points.12.1.109" href="#gridSVG.pch19" x="159.17" y="327.95"
586
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
587
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
588
+ stroke-opacity="1" fill-opacity="1" />
589
+ <use id="geom_point.points.12.1.110" href="#gridSVG.pch19" x="163.65" y="342.56"
590
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
591
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
592
+ stroke-opacity="1" fill-opacity="1" />
593
+ <use id="geom_point.points.12.1.111" href="#gridSVG.pch19" x="159.91" y="390.86"
594
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
595
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
596
+ stroke-opacity="1" fill-opacity="1" />
597
+ <use id="geom_point.points.12.1.112" href="#gridSVG.pch19" x="161.68" y="419.44"
598
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
599
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
600
+ stroke-opacity="1" fill-opacity="1" />
601
+ <use id="geom_point.points.12.1.113" href="#gridSVG.pch19" x="173.06" y="328.21"
602
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
603
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
604
+ stroke-opacity="1" fill-opacity="1" />
605
+ <use id="geom_point.points.12.1.114" href="#gridSVG.pch19" x="169.49" y="334.13"
606
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
607
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
608
+ stroke-opacity="1" fill-opacity="1" />
609
+ <use id="geom_point.points.12.1.115" href="#gridSVG.pch19" x="252.68" y="355.66"
610
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
611
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
612
+ stroke-opacity="1" fill-opacity="1" />
613
+ <use id="geom_point.points.12.1.116" href="#gridSVG.pch19" x="116.23" y="324.36"
614
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
615
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
616
+ stroke-opacity="1" fill-opacity="1" />
617
+ <use id="geom_point.points.12.1.117" href="#gridSVG.pch19" x="116.67" y="379.99"
618
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
619
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
620
+ stroke-opacity="1" fill-opacity="1" />
621
+ <use id="geom_point.points.12.1.118" href="#gridSVG.pch19" x="117.27" y="356.61"
622
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
623
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
624
+ stroke-opacity="1" fill-opacity="1" />
625
+ <use id="geom_point.points.12.1.119" href="#gridSVG.pch19" x="119.65" y="339.75"
626
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
627
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
628
+ stroke-opacity="1" fill-opacity="1" />
629
+ <use id="geom_point.points.12.1.120" href="#gridSVG.pch19" x="193.69" y="295.8"
630
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
631
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
632
+ stroke-opacity="1" fill-opacity="1" />
633
+ <use id="geom_point.points.12.1.121" href="#gridSVG.pch19" x="189.51" y="288.42"
634
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
635
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
636
+ stroke-opacity="1" fill-opacity="1" />
637
+ <use id="geom_point.points.12.1.122" href="#gridSVG.pch19" x="193.42" y="287.67"
638
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
639
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
640
+ stroke-opacity="1" fill-opacity="1" />
641
+ <use id="geom_point.points.12.1.123" href="#gridSVG.pch19" x="222.43" y="254"
642
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
643
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
644
+ stroke-opacity="1" fill-opacity="1" />
645
+ <use id="geom_point.points.12.1.124" href="#gridSVG.pch19" x="296.31" y="211.8"
646
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
647
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
648
+ stroke-opacity="1" fill-opacity="1" />
649
+ <use id="geom_point.points.12.1.125" href="#gridSVG.pch19" x="324.83" y="222.24"
650
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
651
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
652
+ stroke-opacity="1" fill-opacity="1" />
653
+ <use id="geom_point.points.12.1.126" href="#gridSVG.pch19" x="397.55" y="175.66"
654
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
655
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
656
+ stroke-opacity="1" fill-opacity="1" />
657
+ <use id="geom_point.points.12.1.127" href="#gridSVG.pch19" x="398.59" y="95.54"
658
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
659
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
660
+ stroke-opacity="1" fill-opacity="1" />
661
+ <use id="geom_point.points.12.1.128" href="#gridSVG.pch19" x="397.54" y="210.76"
662
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
663
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
664
+ stroke-opacity="1" fill-opacity="1" />
665
+ <use id="geom_point.points.12.1.129" href="#gridSVG.pch19" x="504.7" y="191"
666
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
667
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
668
+ stroke-opacity="1" fill-opacity="1" />
669
+ <use id="geom_point.points.12.1.130" href="#gridSVG.pch19" x="544.75" y="121.54"
670
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
671
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
672
+ stroke-opacity="1" fill-opacity="1" />
673
+ <use id="geom_point.points.12.1.131" href="#gridSVG.pch19" x="327.49" y="144.09"
674
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
675
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
676
+ stroke-opacity="1" fill-opacity="1" />
677
+ <use id="geom_point.points.12.1.132" href="#gridSVG.pch19" x="344.11" y="190.7"
678
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
679
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
680
+ stroke-opacity="1" fill-opacity="1" />
681
+ <use id="geom_point.points.12.1.133" href="#gridSVG.pch19" x="370.12" y="189.4"
682
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
683
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
684
+ stroke-opacity="1" fill-opacity="1" />
685
+ <use id="geom_point.points.12.1.134" href="#gridSVG.pch19" x="388.1" y="143.71"
686
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
687
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
688
+ stroke-opacity="1" fill-opacity="1" />
689
+ <use id="geom_point.points.12.1.135" href="#gridSVG.pch19" x="472.9" y="169.83"
690
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
691
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
692
+ stroke-opacity="1" fill-opacity="1" />
693
+ <use id="geom_point.points.12.1.136" href="#gridSVG.pch19" x="468.27" y="159.25"
694
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
695
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
696
+ stroke-opacity="1" fill-opacity="1" />
697
+ <use id="geom_point.points.12.1.137" href="#gridSVG.pch19" x="469.23" y="195.96"
698
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
699
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
700
+ stroke-opacity="1" fill-opacity="1" />
701
+ <use id="geom_point.points.12.1.138" href="#gridSVG.pch19" x="326.33" y="172.41"
702
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
703
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
704
+ stroke-opacity="1" fill-opacity="1" />
705
+ <use id="geom_point.points.12.1.139" href="#gridSVG.pch19" x="327.65" y="205.29"
706
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
707
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
708
+ stroke-opacity="1" fill-opacity="1" />
709
+ <use id="geom_point.points.12.1.140" href="#gridSVG.pch19" x="392.06" y="212.88"
710
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
711
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
712
+ stroke-opacity="1" fill-opacity="1" />
713
+ <use id="geom_point.points.12.1.141" href="#gridSVG.pch19" x="431.35" y="175.62"
714
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
715
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
716
+ stroke-opacity="1" fill-opacity="1" />
717
+ <use id="geom_point.points.12.1.142" href="#gridSVG.pch19" x="163.07" y="382.57"
718
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
719
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
720
+ stroke-opacity="1" fill-opacity="1" />
721
+ <use id="geom_point.points.12.1.143" href="#gridSVG.pch19" x="164.48" y="349.95"
722
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
723
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
724
+ stroke-opacity="1" fill-opacity="1" />
725
+ <use id="geom_point.points.12.1.144" href="#gridSVG.pch19" x="173" y="407.42"
726
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
727
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
728
+ stroke-opacity="1" fill-opacity="1" />
729
+ <use id="geom_point.points.12.1.145" href="#gridSVG.pch19" x="172.51" y="425.45"
730
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
731
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
732
+ stroke-opacity="1" fill-opacity="1" />
733
+ <use id="geom_point.points.12.1.146" href="#gridSVG.pch19" x="272.24" y="351.91"
734
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
735
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
736
+ stroke-opacity="1" fill-opacity="1" />
737
+ <use id="geom_point.points.12.1.147" href="#gridSVG.pch19" x="277.59" y="334.36"
738
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
739
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
740
+ stroke-opacity="1" fill-opacity="1" />
741
+ <use id="geom_point.points.12.1.148" href="#gridSVG.pch19" x="222.8" y="333.14"
742
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
743
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
744
+ stroke-opacity="1" fill-opacity="1" />
745
+ <use id="geom_point.points.12.1.149" href="#gridSVG.pch19" x="226.1" y="309.17"
746
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
747
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
748
+ stroke-opacity="1" fill-opacity="1" />
749
+ <use id="geom_point.points.12.1.150" href="#gridSVG.pch19" x="277.93" y="315.49"
750
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
751
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
752
+ stroke-opacity="1" fill-opacity="1" />
753
+ <use id="geom_point.points.12.1.151" href="#gridSVG.pch19" x="249.94" y="171.52"
754
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
755
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
756
+ stroke-opacity="1" fill-opacity="1" />
757
+ <use id="geom_point.points.12.1.152" href="#gridSVG.pch19" x="252.15" y="171.26"
758
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
759
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
760
+ stroke-opacity="1" fill-opacity="1" />
761
+ <use id="geom_point.points.12.1.153" href="#gridSVG.pch19" x="328.66" y="219.37"
762
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
763
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
764
+ stroke-opacity="1" fill-opacity="1" />
765
+ <use id="geom_point.points.12.1.154" href="#gridSVG.pch19" x="495.49" y="193.73"
766
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
767
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
768
+ stroke-opacity="1" fill-opacity="1" />
769
+ <use id="geom_point.points.12.1.155" href="#gridSVG.pch19" x="234.46" y="323.24"
770
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
771
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
772
+ stroke-opacity="1" fill-opacity="1" />
773
+ <use id="geom_point.points.12.1.156" href="#gridSVG.pch19" x="308.12" y="334.81"
774
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
775
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
776
+ stroke-opacity="1" fill-opacity="1" />
777
+ <use id="geom_point.points.12.1.157" href="#gridSVG.pch19" x="305.71" y="347.71"
778
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
779
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
780
+ stroke-opacity="1" fill-opacity="1" />
781
+ <use id="geom_point.points.12.1.158" href="#gridSVG.pch19" x="309.06" y="361.14"
782
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
783
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
784
+ stroke-opacity="1" fill-opacity="1" />
785
+ <use id="geom_point.points.12.1.159" href="#gridSVG.pch19" x="463.26" y="310.4"
786
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
787
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
788
+ stroke-opacity="1" fill-opacity="1" />
789
+ <use id="geom_point.points.12.1.160" href="#gridSVG.pch19" x="172.02" y="313.52"
790
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
791
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
792
+ stroke-opacity="1" fill-opacity="1" />
793
+ <use id="geom_point.points.12.1.161" href="#gridSVG.pch19" x="173.22" y="288.52"
794
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
795
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
796
+ stroke-opacity="1" fill-opacity="1" />
797
+ <use id="geom_point.points.12.1.162" href="#gridSVG.pch19" x="175.05" y="338.91"
798
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
799
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
800
+ stroke-opacity="1" fill-opacity="1" />
801
+ <use id="geom_point.points.12.1.163" href="#gridSVG.pch19" x="174.13" y="316.14"
802
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
803
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
804
+ stroke-opacity="1" fill-opacity="1" />
805
+ <use id="geom_point.points.12.1.164" href="#gridSVG.pch19" x="174.09" y="330.13"
806
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
807
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
808
+ stroke-opacity="1" fill-opacity="1" />
809
+ <use id="geom_point.points.12.1.165" href="#gridSVG.pch19" x="170.42" y="282.63"
810
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
811
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
812
+ stroke-opacity="1" fill-opacity="1" />
813
+ <use id="geom_point.points.12.1.166" href="#gridSVG.pch19" x="142.24" y="325.3"
814
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
815
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
816
+ stroke-opacity="1" fill-opacity="1" />
817
+ <use id="geom_point.points.12.1.167" href="#gridSVG.pch19" x="137.7" y="331.88"
818
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
819
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
820
+ stroke-opacity="1" fill-opacity="1" />
821
+ <use id="geom_point.points.12.1.168" href="#gridSVG.pch19" x="173.08" y="330.84"
822
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
823
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
824
+ stroke-opacity="1" fill-opacity="1" />
825
+ <use id="geom_point.points.12.1.169" href="#gridSVG.pch19" x="174.75" y="322.98"
826
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
827
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
828
+ stroke-opacity="1" fill-opacity="1" />
829
+ <use id="geom_point.points.12.1.170" href="#gridSVG.pch19" x="171.14" y="316.15"
830
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
831
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
832
+ stroke-opacity="1" fill-opacity="1" />
833
+ <use id="geom_point.points.12.1.171" href="#gridSVG.pch19" x="169.54" y="350.49"
834
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
835
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
836
+ stroke-opacity="1" fill-opacity="1" />
837
+ <use id="geom_point.points.12.1.172" href="#gridSVG.pch19" x="166.93" y="306.45"
838
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
839
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
840
+ stroke-opacity="1" fill-opacity="1" />
841
+ <use id="geom_point.points.12.1.173" href="#gridSVG.pch19" x="168.85" y="341.4"
842
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
843
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
844
+ stroke-opacity="1" fill-opacity="1" />
845
+ <use id="geom_point.points.12.1.174" href="#gridSVG.pch19" x="188.97" y="231.9"
846
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
847
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
848
+ stroke-opacity="1" fill-opacity="1" />
849
+ <use id="geom_point.points.12.1.175" href="#gridSVG.pch19" x="194.14" y="228.42"
850
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
851
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
852
+ stroke-opacity="1" fill-opacity="1" />
853
+ <use id="geom_point.points.12.1.176" href="#gridSVG.pch19" x="265.79" y="206.24"
854
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
855
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
856
+ stroke-opacity="1" fill-opacity="1" />
857
+ <use id="geom_point.points.12.1.177" href="#gridSVG.pch19" x="265.6" y="178.53"
858
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
859
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
860
+ stroke-opacity="1" fill-opacity="1" />
861
+ <use id="geom_point.points.12.1.178" href="#gridSVG.pch19" x="329.57" y="232.75"
862
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
863
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
864
+ stroke-opacity="1" fill-opacity="1" />
865
+ <use id="geom_point.points.12.1.179" href="#gridSVG.pch19" x="397.71" y="174.36"
866
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
867
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
868
+ stroke-opacity="1" fill-opacity="1" />
869
+ <use id="geom_point.points.12.1.180" href="#gridSVG.pch19" x="139.38" y="381.74"
870
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
871
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
872
+ stroke-opacity="1" fill-opacity="1" />
873
+ <use id="geom_point.points.12.1.181" href="#gridSVG.pch19" x="139.42" y="343.84"
874
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
875
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
876
+ stroke-opacity="1" fill-opacity="1" />
877
+ <use id="geom_point.points.12.1.182" href="#gridSVG.pch19" x="163.26" y="412.75"
878
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
879
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
880
+ stroke-opacity="1" fill-opacity="1" />
881
+ <use id="geom_point.points.12.1.183" href="#gridSVG.pch19" x="162.05" y="408.01"
882
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
883
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
884
+ stroke-opacity="1" fill-opacity="1" />
885
+ <use id="geom_point.points.12.1.184" href="#gridSVG.pch19" x="220.3" y="334.6"
886
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
887
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
888
+ stroke-opacity="1" fill-opacity="1" />
889
+ <use id="geom_point.points.12.1.185" href="#gridSVG.pch19" x="220.3" y="321.69"
890
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
891
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
892
+ stroke-opacity="1" fill-opacity="1" />
893
+ <use id="geom_point.points.12.1.186" href="#gridSVG.pch19" x="272.34" y="357.06"
894
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
895
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
896
+ stroke-opacity="1" fill-opacity="1" />
897
+ <use id="geom_point.points.12.1.187" href="#gridSVG.pch19" x="136.32" y="339.26"
898
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
899
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
900
+ stroke-opacity="1" fill-opacity="1" />
901
+ <use id="geom_point.points.12.1.188" href="#gridSVG.pch19" x="140.91" y="375.6"
902
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
903
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
904
+ stroke-opacity="1" fill-opacity="1" />
905
+ <use id="geom_point.points.12.1.189" href="#gridSVG.pch19" x="161.09" y="413.98"
906
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
907
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
908
+ stroke-opacity="1" fill-opacity="1" />
909
+ <use id="geom_point.points.12.1.190" href="#gridSVG.pch19" x="162.37" y="418.66"
910
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
911
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
912
+ stroke-opacity="1" fill-opacity="1" />
913
+ <use id="geom_point.points.12.1.191" href="#gridSVG.pch19" x="223.19" y="329.32"
914
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
915
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
916
+ stroke-opacity="1" fill-opacity="1" />
917
+ <use id="geom_point.points.12.1.192" href="#gridSVG.pch19" x="222.55" y="322.79"
918
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
919
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
920
+ stroke-opacity="1" fill-opacity="1" />
921
+ <use id="geom_point.points.12.1.193" href="#gridSVG.pch19" x="257.41" y="338.47"
922
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
923
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
924
+ stroke-opacity="1" fill-opacity="1" />
925
+ <use id="geom_point.points.12.1.194" href="#gridSVG.pch19" x="101.7" y="398.72"
926
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
927
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
928
+ stroke-opacity="1" fill-opacity="1" />
929
+ <use id="geom_point.points.12.1.195" href="#gridSVG.pch19" x="96.71" y="449.14"
930
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
931
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
932
+ stroke-opacity="1" fill-opacity="1" />
933
+ <use id="geom_point.points.12.1.196" href="#gridSVG.pch19" x="94.84" y="487.43"
934
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
935
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
936
+ stroke-opacity="1" fill-opacity="1" />
937
+ <use id="geom_point.points.12.1.197" href="#gridSVG.pch19" x="94.71" y="513.81"
938
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
939
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
940
+ stroke-opacity="1" fill-opacity="1" />
941
+ <use id="geom_point.points.12.1.198" href="#gridSVG.pch19" x="98.77" y="477.68"
942
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
943
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
944
+ stroke-opacity="1" fill-opacity="1" />
945
+ <use id="geom_point.points.12.1.199" href="#gridSVG.pch19" x="398.37" y="139.26"
946
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
947
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
948
+ stroke-opacity="1" fill-opacity="1" />
949
+ <use id="geom_point.points.12.1.200" href="#gridSVG.pch19" x="501.88" y="198.01"
950
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
951
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
952
+ stroke-opacity="1" fill-opacity="1" />
953
+ <use id="geom_point.points.12.1.201" href="#gridSVG.pch19" x="188.51" y="220.37"
954
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
955
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
956
+ stroke-opacity="1" fill-opacity="1" />
957
+ <use id="geom_point.points.12.1.202" href="#gridSVG.pch19" x="195.21" y="232.77"
958
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
959
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
960
+ stroke-opacity="1" fill-opacity="1" />
961
+ <use id="geom_point.points.12.1.203" href="#gridSVG.pch19" x="191.08" y="255.83"
962
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
963
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
964
+ stroke-opacity="1" fill-opacity="1" />
965
+ <use id="geom_point.points.12.1.204" href="#gridSVG.pch19" x="267.66" y="170.46"
966
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
967
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
968
+ stroke-opacity="1" fill-opacity="1" />
969
+ <use id="geom_point.points.12.1.205" href="#gridSVG.pch19" x="267.06" y="214.87"
970
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
971
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
972
+ stroke-opacity="1" fill-opacity="1" />
973
+ <use id="geom_point.points.12.1.206" href="#gridSVG.pch19" x="324.36" y="196.16"
974
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
975
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
976
+ stroke-opacity="1" fill-opacity="1" />
977
+ <use id="geom_point.points.12.1.207" href="#gridSVG.pch19" x="323.67" y="223.65"
978
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
979
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
980
+ stroke-opacity="1" fill-opacity="1" />
981
+ <use id="geom_point.points.12.1.208" href="#gridSVG.pch19" x="115.69" y="385.35"
982
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
983
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
984
+ stroke-opacity="1" fill-opacity="1" />
985
+ <use id="geom_point.points.12.1.209" href="#gridSVG.pch19" x="115.36" y="322.75"
986
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
987
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
988
+ stroke-opacity="1" fill-opacity="1" />
989
+ <use id="geom_point.points.12.1.210" href="#gridSVG.pch19" x="117.42" y="376.99"
990
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
991
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
992
+ stroke-opacity="1" fill-opacity="1" />
993
+ <use id="geom_point.points.12.1.211" href="#gridSVG.pch19" x="120.23" y="375.92"
994
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
995
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
996
+ stroke-opacity="1" fill-opacity="1" />
997
+ <use id="geom_point.points.12.1.212" href="#gridSVG.pch19" x="199.22" y="293.24"
998
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
999
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1000
+ stroke-opacity="1" fill-opacity="1" />
1001
+ <use id="geom_point.points.12.1.213" href="#gridSVG.pch19" x="106.76" y="636.5"
1002
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1003
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1004
+ stroke-opacity="1" fill-opacity="1" />
1005
+ <use id="geom_point.points.12.1.214" href="#gridSVG.pch19" x="121.2" y="383.05"
1006
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1007
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1008
+ stroke-opacity="1" fill-opacity="1" />
1009
+ <use id="geom_point.points.12.1.215" href="#gridSVG.pch19" x="121.66" y="325.23"
1010
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1011
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1012
+ stroke-opacity="1" fill-opacity="1" />
1013
+ <use id="geom_point.points.12.1.216" href="#gridSVG.pch19" x="120.42" y="384.96"
1014
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1015
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1016
+ stroke-opacity="1" fill-opacity="1" />
1017
+ <use id="geom_point.points.12.1.217" href="#gridSVG.pch19" x="121.09" y="383.52"
1018
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1019
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1020
+ stroke-opacity="1" fill-opacity="1" />
1021
+ <use id="geom_point.points.12.1.218" href="#gridSVG.pch19" x="170.98" y="373.19"
1022
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1023
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1024
+ stroke-opacity="1" fill-opacity="1" />
1025
+ <use id="geom_point.points.12.1.219" href="#gridSVG.pch19" x="173.47" y="378.98"
1026
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1027
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1028
+ stroke-opacity="1" fill-opacity="1" />
1029
+ <use id="geom_point.points.12.1.220" href="#gridSVG.pch19" x="199.96" y="283.79"
1030
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1031
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1032
+ stroke-opacity="1" fill-opacity="1" />
1033
+ <use id="geom_point.points.12.1.221" href="#gridSVG.pch19" x="199.73" y="298.5"
1034
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1035
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1036
+ stroke-opacity="1" fill-opacity="1" />
1037
+ <use id="geom_point.points.12.1.222" href="#gridSVG.pch19" x="111.08" y="634.96"
1038
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1039
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1040
+ stroke-opacity="1" fill-opacity="1" />
1041
+ <use id="geom_point.points.12.1.223" href="#gridSVG.pch19" x="110.7" y="584.59"
1042
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1043
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1044
+ stroke-opacity="1" fill-opacity="1" />
1045
+ <use id="geom_point.points.12.1.224" href="#gridSVG.pch19" x="118.58" y="380.37"
1046
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1047
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1048
+ stroke-opacity="1" fill-opacity="1" />
1049
+ <use id="geom_point.points.12.1.225" href="#gridSVG.pch19" x="121.01" y="330.19"
1050
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1051
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1052
+ stroke-opacity="1" fill-opacity="1" />
1053
+ <use id="geom_point.points.12.1.226" href="#gridSVG.pch19" x="172.86" y="364.23"
1054
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1055
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1056
+ stroke-opacity="1" fill-opacity="1" />
1057
+ <use id="geom_point.points.12.1.227" href="#gridSVG.pch19" x="168.77" y="385.43"
1058
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1059
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1060
+ stroke-opacity="1" fill-opacity="1" />
1061
+ <use id="geom_point.points.12.1.228" href="#gridSVG.pch19" x="95.67" y="382.28"
1062
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1063
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1064
+ stroke-opacity="1" fill-opacity="1" />
1065
+ <use id="geom_point.points.12.1.229" href="#gridSVG.pch19" x="98.78" y="375.57"
1066
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1067
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1068
+ stroke-opacity="1" fill-opacity="1" />
1069
+ <use id="geom_point.points.12.1.230" href="#gridSVG.pch19" x="120.54" y="363.25"
1070
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1071
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1072
+ stroke-opacity="1" fill-opacity="1" />
1073
+ <use id="geom_point.points.12.1.231" href="#gridSVG.pch19" x="122.38" y="381.05"
1074
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1075
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1076
+ stroke-opacity="1" fill-opacity="1" />
1077
+ <use id="geom_point.points.12.1.232" href="#gridSVG.pch19" x="202.58" y="333.99"
1078
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1079
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1080
+ stroke-opacity="1" fill-opacity="1" />
1081
+ <use id="geom_point.points.12.1.233" href="#gridSVG.pch19" x="198.83" y="322.73"
1082
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1083
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1084
+ stroke-opacity="1" fill-opacity="1" />
1085
+ <use id="geom_point.points.12.1.234" href="#gridSVG.pch19" x="281.79" y="330.88"
1086
+ width="6.95" height="6.95" transform=" translate(-3.48,-3.48)"
1087
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35"
1088
+ stroke-opacity="1" fill-opacity="1" />
1089
+ </g>
1090
+ <g id="geom_smooth.gTree.15.1">
1091
+ <g id="GRID.polyline.13.1">
1092
+ <polyline id="GRID.polyline.13.1.1"
1093
+ points="77.91,396.98 84.98,392.87 92.06,388.77 99.13,384.66 106.2,380.56 113.27,376.45 120.34,372.35 127.42,368.24 134.49,364.14 141.56,360.04 148.63,355.93 155.7,351.83 162.78,347.72 169.85,343.62 176.92,339.51 183.99,335.41 191.06,331.3 198.14,327.2 205.21,323.1 212.28,318.99 219.35,314.89 226.42,310.78 233.5,306.68 240.57,302.57 247.64,298.47 254.71,294.36 261.78,290.26 268.85,286.16 275.93,282.05 283,277.95 290.07,273.84 297.14,269.74 304.21,265.63 311.29,261.53 318.36,257.42 325.43,253.32 332.5,249.22 339.57,245.11 346.65,241.01 353.72,236.9 360.79,232.8 367.86,228.69 374.93,224.59 382.01,220.48 389.08,216.38 396.15,212.28 403.22,208.17 410.29,204.07 417.37,199.96 424.44,195.86 431.51,191.75 438.58,187.65 445.65,183.54 452.73,179.44 459.8,175.33 466.87,171.23 473.94,167.13 481.01,163.02 488.09,158.92 495.16,154.81 502.23,150.71 509.3,146.6 516.37,142.5 523.44,138.39 530.52,134.29 537.59,130.19 544.66,126.08 551.73,121.98 558.8,117.87 565.88,113.77 572.95,109.66 580.02,105.56 587.09,101.45 594.16,97.35 601.24,93.25 608.31,89.14 615.38,85.04 622.45,80.93 629.52,76.83 636.6,72.72"
1094
+ stroke="rgb(51,102,255)" fill="none" stroke-width="2.85"
1095
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
1096
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
1097
+ </g>
1098
+ </g>
1099
+ </g>
1100
+ </g>
1101
+ </g>
1102
+ <g id="layout::spacer.8-6-8-6.1">
1103
+ <g id="spacer.8-6-8-6.1" />
1104
+ </g>
1105
+ <g id="layout::spacer.8-4-8-4.1">
1106
+ <g id="spacer.8-4-8-4.1" />
1107
+ </g>
1108
+ <g id="layout::spacer.6-6-6-6.1">
1109
+ <g id="spacer.6-6-6-6.1" />
1110
+ </g>
1111
+ <g id="layout::spacer.6-4-6-4.1">
1112
+ <g id="spacer.6-4-6-4.1" />
1113
+ </g>
1114
+ <g id="layout::axis-t.6-5-6-5.1">
1115
+ <g id="axis-t.6-5-6-5.1" />
1116
+ </g>
1117
+ <g id="layout::axis-l.7-4-7-4.1">
1118
+ <g id="axis-l.7-4-7-4.1">
1119
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
1120
+ <g id="GRID.absoluteGrob.39.1">
1121
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
1122
+ <g id="axis.1">
1123
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1">
1124
+ <g id="axis.1-1-1-1.1">
1125
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
1126
+ font-size="11.73" stroke="rgb(77,77,77)"
1127
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1128
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1129
+ <g
1130
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1">
1131
+ <g id="GRID.titleGrob.37.1">
1132
+ <g id="GRID.text.36.1">
1133
+ <g id="GRID.text.36.1.1" transform="translate(39.96, 56)"
1134
+ stroke-width="0.1">
1135
+ <g id="GRID.text.36.1.1.scale" transform="scale(1, -1)">
1136
+ <text x="0" y="0" id="GRID.text.36.1.1.text" text-anchor="end"
1137
+ font-size="11.73" stroke="rgb(77,77,77)"
1138
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1139
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1140
+ font-weight="normal" font-style="normal">
1141
+ <tspan id="GRID.text.36.1.1.tspan.1" dy="5" x="0">10</tspan>
1142
+ </text>
1143
+ </g>
1144
+ </g>
1145
+ <g id="GRID.text.36.1.2" transform="translate(39.96, 226.07)"
1146
+ stroke-width="0.1">
1147
+ <g id="GRID.text.36.1.2.scale" transform="scale(1, -1)">
1148
+ <text x="0" y="0" id="GRID.text.36.1.2.text" text-anchor="end"
1149
+ font-size="11.73" stroke="rgb(77,77,77)"
1150
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1151
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1152
+ font-weight="normal" font-style="normal">
1153
+ <tspan id="GRID.text.36.1.2.tspan.1" dy="5" x="0">20</tspan>
1154
+ </text>
1155
+ </g>
1156
+ </g>
1157
+ <g id="GRID.text.36.1.3" transform="translate(39.96, 396.15)"
1158
+ stroke-width="0.1">
1159
+ <g id="GRID.text.36.1.3.scale" transform="scale(1, -1)">
1160
+ <text x="0" y="0" id="GRID.text.36.1.3.text" text-anchor="end"
1161
+ font-size="11.73" stroke="rgb(77,77,77)"
1162
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1163
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1164
+ font-weight="normal" font-style="normal">
1165
+ <tspan id="GRID.text.36.1.3.tspan.1" dy="5" x="0">30</tspan>
1166
+ </text>
1167
+ </g>
1168
+ </g>
1169
+ <g id="GRID.text.36.1.4" transform="translate(39.96, 566.22)"
1170
+ stroke-width="0.1">
1171
+ <g id="GRID.text.36.1.4.scale" transform="scale(1, -1)">
1172
+ <text x="0" y="0" id="GRID.text.36.1.4.text" text-anchor="end"
1173
+ font-size="11.73" stroke="rgb(77,77,77)"
1174
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1175
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1176
+ font-weight="normal" font-style="normal">
1177
+ <tspan id="GRID.text.36.1.4.tspan.1" dy="5" x="0">40</tspan>
1178
+ </text>
1179
+ </g>
1180
+ </g>
1181
+ </g>
1182
+ </g>
1183
+ </g>
1184
+ </g>
1185
+ </g>
1186
+ </g>
1187
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1">
1188
+ <g id="axis.1-2-1-2.1">
1189
+ <g id="GRID.polyline.38.1">
1190
+ <polyline id="GRID.polyline.38.1.1" points="42.88,56 46.53,56"
1191
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1192
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1193
+ fill-opacity="1" />
1194
+ <polyline id="GRID.polyline.38.1.2" points="42.88,226.07 46.53,226.07"
1195
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1196
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1197
+ fill-opacity="1" />
1198
+ <polyline id="GRID.polyline.38.1.3" points="42.88,396.15 46.53,396.15"
1199
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1200
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1201
+ fill-opacity="1" />
1202
+ <polyline id="GRID.polyline.38.1.4" points="42.88,566.22 46.53,566.22"
1203
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1204
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1205
+ fill-opacity="1" />
1206
+ </g>
1207
+ </g>
1208
+ </g>
1209
+ </g>
1210
+ </g>
1211
+ </g>
1212
+ </g>
1213
+ </g>
1214
+ </g>
1215
+ <g id="layout::axis-r.7-6-7-6.1">
1216
+ <g id="axis-r.7-6-7-6.1" />
1217
+ </g>
1218
+ <g id="layout::axis-b.8-5-8-5.1">
1219
+ <g id="axis-b.8-5-8-5.1">
1220
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
1221
+ <g id="GRID.absoluteGrob.35.1">
1222
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
1223
+ <g id="axis.2">
1224
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1">
1225
+ <g id="axis.1-1-1-1.2">
1226
+ <g id="GRID.polyline.34.1">
1227
+ <polyline id="GRID.polyline.34.1.1" points="119.3,40.88 119.3,44.53"
1228
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1229
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1230
+ fill-opacity="1" />
1231
+ <polyline id="GRID.polyline.34.1.2" points="222.76,40.88 222.76,44.53"
1232
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1233
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1234
+ fill-opacity="1" />
1235
+ <polyline id="GRID.polyline.34.1.3" points="326.22,40.88 326.22,44.53"
1236
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1237
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1238
+ fill-opacity="1" />
1239
+ <polyline id="GRID.polyline.34.1.4" points="429.68,40.88 429.68,44.53"
1240
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1241
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1242
+ fill-opacity="1" />
1243
+ <polyline id="GRID.polyline.34.1.5" points="533.14,40.88 533.14,44.53"
1244
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1245
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1246
+ fill-opacity="1" />
1247
+ <polyline id="GRID.polyline.34.1.6" points="636.6,40.88 636.6,44.53"
1248
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
1249
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1250
+ fill-opacity="1" />
1251
+ </g>
1252
+ </g>
1253
+ </g>
1254
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1">
1255
+ <g id="axis.2-1-2-1.1">
1256
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
1257
+ font-size="11.73" stroke="rgb(77,77,77)"
1258
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1259
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1260
+ <g
1261
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1">
1262
+ <g id="GRID.titleGrob.33.1">
1263
+ <g id="GRID.text.31.1">
1264
+ <g id="GRID.text.31.1.1" transform="translate(119.3, 37.96)"
1265
+ stroke-width="0.1">
1266
+ <g id="GRID.text.31.1.1.scale" transform="scale(1, -1)">
1267
+ <text x="0" y="0" id="GRID.text.31.1.1.text"
1268
+ text-anchor="middle" font-size="11.73"
1269
+ stroke="rgb(77,77,77)"
1270
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1271
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1272
+ font-weight="normal" font-style="normal">
1273
+ <tspan id="GRID.text.31.1.1.tspan.1" dy="10" x="0">2</tspan>
1274
+ </text>
1275
+ </g>
1276
+ </g>
1277
+ <g id="GRID.text.31.1.2" transform="translate(222.76, 37.96)"
1278
+ stroke-width="0.1">
1279
+ <g id="GRID.text.31.1.2.scale" transform="scale(1, -1)">
1280
+ <text x="0" y="0" id="GRID.text.31.1.2.text"
1281
+ text-anchor="middle" font-size="11.73"
1282
+ stroke="rgb(77,77,77)"
1283
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1284
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1285
+ font-weight="normal" font-style="normal">
1286
+ <tspan id="GRID.text.31.1.2.tspan.1" dy="10" x="0">3</tspan>
1287
+ </text>
1288
+ </g>
1289
+ </g>
1290
+ <g id="GRID.text.31.1.3" transform="translate(326.22, 37.96)"
1291
+ stroke-width="0.1">
1292
+ <g id="GRID.text.31.1.3.scale" transform="scale(1, -1)">
1293
+ <text x="0" y="0" id="GRID.text.31.1.3.text"
1294
+ text-anchor="middle" font-size="11.73"
1295
+ stroke="rgb(77,77,77)"
1296
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1297
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1298
+ font-weight="normal" font-style="normal">
1299
+ <tspan id="GRID.text.31.1.3.tspan.1" dy="10" x="0">4</tspan>
1300
+ </text>
1301
+ </g>
1302
+ </g>
1303
+ <g id="GRID.text.31.1.4" transform="translate(429.68, 37.96)"
1304
+ stroke-width="0.1">
1305
+ <g id="GRID.text.31.1.4.scale" transform="scale(1, -1)">
1306
+ <text x="0" y="0" id="GRID.text.31.1.4.text"
1307
+ text-anchor="middle" font-size="11.73"
1308
+ stroke="rgb(77,77,77)"
1309
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1310
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1311
+ font-weight="normal" font-style="normal">
1312
+ <tspan id="GRID.text.31.1.4.tspan.1" dy="10" x="0">5</tspan>
1313
+ </text>
1314
+ </g>
1315
+ </g>
1316
+ <g id="GRID.text.31.1.5" transform="translate(533.14, 37.96)"
1317
+ stroke-width="0.1">
1318
+ <g id="GRID.text.31.1.5.scale" transform="scale(1, -1)">
1319
+ <text x="0" y="0" id="GRID.text.31.1.5.text"
1320
+ text-anchor="middle" font-size="11.73"
1321
+ stroke="rgb(77,77,77)"
1322
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1323
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1324
+ font-weight="normal" font-style="normal">
1325
+ <tspan id="GRID.text.31.1.5.tspan.1" dy="10" x="0">6</tspan>
1326
+ </text>
1327
+ </g>
1328
+ </g>
1329
+ <g id="GRID.text.31.1.6" transform="translate(636.6, 37.96)"
1330
+ stroke-width="0.1">
1331
+ <g id="GRID.text.31.1.6.scale" transform="scale(1, -1)">
1332
+ <text x="0" y="0" id="GRID.text.31.1.6.text"
1333
+ text-anchor="middle" font-size="11.73"
1334
+ stroke="rgb(77,77,77)"
1335
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1336
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1337
+ font-weight="normal" font-style="normal">
1338
+ <tspan id="GRID.text.31.1.6.tspan.1" dy="10" x="0">7</tspan>
1339
+ </text>
1340
+ </g>
1341
+ </g>
1342
+ </g>
1343
+ </g>
1344
+ </g>
1345
+ </g>
1346
+ </g>
1347
+ </g>
1348
+ </g>
1349
+ </g>
1350
+ </g>
1351
+ </g>
1352
+ </g>
1353
+ </g>
1354
+ <g id="layout::xlab-t.5-5-5-5.1">
1355
+ <g id="xlab-t.5-5-5-5.1" />
1356
+ </g>
1357
+ <g id="layout::xlab-b.9-5-9-5.1">
1358
+ <g id="xlab-b.9-5-9-5.1">
1359
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7.1" font-size="14.67" stroke="rgb(0,0,0)"
1360
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1361
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1362
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
1363
+ <g id="axis.title.x.bottom..titleGrob.43.1">
1364
+ <g id="GRID.text.40.1">
1365
+ <g id="GRID.text.40.1.1" transform="translate(355.61, 22.31)"
1366
+ stroke-width="0.1">
1367
+ <g id="GRID.text.40.1.1.scale" transform="scale(1, -1)">
1368
+ <text x="0" y="0" id="GRID.text.40.1.1.text" text-anchor="middle"
1369
+ font-size="14.67" stroke="rgb(0,0,0)"
1370
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1371
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
1372
+ font-weight="normal" font-style="normal">
1373
+ <tspan id="GRID.text.40.1.1.tspan.1" dy="12" x="0">displ</tspan>
1374
+ </text>
1375
+ </g>
1376
+ </g>
1377
+ </g>
1378
+ </g>
1379
+ </g>
1380
+ </g>
1381
+ </g>
1382
+ </g>
1383
+ <g id="layout::ylab-l.7-3-7-3.1">
1384
+ <g id="ylab-l.7-3-7-3.1">
1385
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9.1" font-size="14.67" stroke="rgb(0,0,0)"
1386
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1387
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1388
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
1389
+ <g id="axis.title.y.left..titleGrob.46.1">
1390
+ <g id="GRID.text.44.1">
1391
+ <g id="GRID.text.44.1.1" transform="translate(7.31, 354.61)"
1392
+ stroke-width="0.1">
1393
+ <g id="GRID.text.44.1.1.scale" transform="scale(1, -1)">
1394
+ <text x="0" y="0" id="GRID.text.44.1.1.text" transform="rotate(-90)"
1395
+ text-anchor="middle" font-size="14.67" stroke="rgb(0,0,0)"
1396
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1397
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
1398
+ font-weight="normal" font-style="normal">
1399
+ <tspan id="GRID.text.44.1.1.tspan.1" dy="12" x="0">hwy</tspan>
1400
+ </text>
1401
+ </g>
1402
+ </g>
1403
+ </g>
1404
+ </g>
1405
+ </g>
1406
+ </g>
1407
+ </g>
1408
+ </g>
1409
+ <g id="layout::ylab-r.7-7-7-7.1">
1410
+ <g id="ylab-r.7-7-7-7.1" />
1411
+ </g>
1412
+ <g id="layout::subtitle.4-5-4-5.1">
1413
+ <g id="subtitle.4-5-4-5.1" />
1414
+ </g>
1415
+ <g id="layout::title.3-5-3-5.1">
1416
+ <g id="title.3-5-3-5.1" />
1417
+ </g>
1418
+ <g id="layout::caption.10-5-10-5.1">
1419
+ <g id="caption.10-5-10-5.1" />
1420
+ </g>
1421
+ <g id="layout::tag.2-2-2-2.1">
1422
+ <g id="tag.2-2-2-2.1" />
1423
+ </g>
1424
+ </g>
1425
+ </g>
1426
+ </g>
1427
+ </g>
1428
+ </svg>