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,1402 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="618px"
2
+ height="556px" viewBox="0 0 618 556" 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-12-22 16:59:35" />
5
+ <gridsvg:argument name="name" value="scatterplot_no_jitter_with_loess_curve.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="72" />
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, 556) scale(1, -1)">
21
+ <g id="gridSVG" fill="rgb(255,255,255)" stroke="rgb(0,0,0)" stroke-dasharray="none"
22
+ stroke-width="0.75" font-size="12"
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="1" 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="618" height="556" 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="618" height="556"
43
+ transform="" stroke-width="1.07" 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="33.14" y="31.5" width="579.38" height="519.02" 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="33.14" y="31.5" width="579.38"
59
+ height="519.02" transform="" stroke-width="1.07" 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="33.14,99.32 612.52,99.32" stroke="rgb(255,255,255)" fill="none"
66
+ stroke-width="0.53" 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="33.14,246.77 612.52,246.77" stroke="rgb(255,255,255)" fill="none"
70
+ stroke-width="0.53" 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="33.14,394.22 612.52,394.22" stroke="rgb(255,255,255)" fill="none"
74
+ stroke-width="0.53" 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="33.14,541.67 612.52,541.67" stroke="rgb(255,255,255)" fill="none"
78
+ stroke-width="0.53" 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="49.72,31.5 49.72,550.52" stroke="rgb(255,255,255)" fill="none"
84
+ stroke-width="0.53" 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="147.26,31.5 147.26,550.52" stroke="rgb(255,255,255)" fill="none"
88
+ stroke-width="0.53" 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="244.8,31.5 244.8,550.52" stroke="rgb(255,255,255)" fill="none"
92
+ stroke-width="0.53" 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="342.34,31.5 342.34,550.52" stroke="rgb(255,255,255)" fill="none"
96
+ stroke-width="0.53" 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="439.88,31.5 439.88,550.52" stroke="rgb(255,255,255)" fill="none"
100
+ stroke-width="0.53" 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="537.42,31.5 537.42,550.52" stroke="rgb(255,255,255)" fill="none"
104
+ stroke-width="0.53" 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.2"
109
+ points="33.14,173.05 612.52,173.05" stroke="rgb(255,255,255)" fill="none"
110
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
111
+ stroke-opacity="1" fill-opacity="1" />
112
+ <polyline id="panel.grid.major.y..polyline.25.1.3"
113
+ points="33.14,320.5 612.52,320.5" stroke="rgb(255,255,255)" fill="none"
114
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
115
+ stroke-opacity="1" fill-opacity="1" />
116
+ <polyline id="panel.grid.major.y..polyline.25.1.4"
117
+ points="33.14,467.95 612.52,467.95" stroke="rgb(255,255,255)" fill="none"
118
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
119
+ stroke-opacity="1" fill-opacity="1" />
120
+ </g>
121
+ <g id="panel.grid.major.x..polyline.27.1">
122
+ <polyline id="panel.grid.major.x..polyline.27.1.2"
123
+ points="98.49,31.5 98.49,550.52" stroke="rgb(255,255,255)" fill="none"
124
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
125
+ stroke-opacity="1" fill-opacity="1" />
126
+ <polyline id="panel.grid.major.x..polyline.27.1.3"
127
+ points="196.03,31.5 196.03,550.52" stroke="rgb(255,255,255)" fill="none"
128
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
129
+ stroke-opacity="1" fill-opacity="1" />
130
+ <polyline id="panel.grid.major.x..polyline.27.1.4"
131
+ points="293.57,31.5 293.57,550.52" stroke="rgb(255,255,255)" fill="none"
132
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
133
+ stroke-opacity="1" fill-opacity="1" />
134
+ <polyline id="panel.grid.major.x..polyline.27.1.5"
135
+ points="391.11,31.5 391.11,550.52" stroke="rgb(255,255,255)" fill="none"
136
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
137
+ stroke-opacity="1" fill-opacity="1" />
138
+ <polyline id="panel.grid.major.x..polyline.27.1.6"
139
+ points="488.65,31.5 488.65,550.52" stroke="rgb(255,255,255)" fill="none"
140
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
141
+ stroke-opacity="1" fill-opacity="1" />
142
+ <polyline id="panel.grid.major.x..polyline.27.1.7"
143
+ points="586.18,31.5 586.18,550.52" stroke="rgb(255,255,255)" fill="none"
144
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
145
+ stroke-opacity="1" fill-opacity="1" />
146
+ </g>
147
+ </g>
148
+ <g id="geom_point.points.12.1">
149
+ <use id="geom_point.points.12.1.1" href="#gridSVG.pch19" x="78.98" y="305.75"
150
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
151
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
152
+ stroke-opacity="1" fill-opacity="1" />
153
+ <use id="geom_point.points.12.1.2" href="#gridSVG.pch19" x="78.98" y="305.75"
154
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
155
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
156
+ stroke-opacity="1" fill-opacity="1" />
157
+ <use id="geom_point.points.12.1.3" href="#gridSVG.pch19" x="98.49" y="335.24"
158
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
159
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
160
+ stroke-opacity="1" fill-opacity="1" />
161
+ <use id="geom_point.points.12.1.4" href="#gridSVG.pch19" x="98.49" y="320.5"
162
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
163
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
164
+ stroke-opacity="1" fill-opacity="1" />
165
+ <use id="geom_point.points.12.1.5" href="#gridSVG.pch19" x="176.52" y="261.52"
166
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
167
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
168
+ stroke-opacity="1" fill-opacity="1" />
169
+ <use id="geom_point.points.12.1.6" href="#gridSVG.pch19" x="176.52" y="261.52"
170
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
171
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
172
+ stroke-opacity="1" fill-opacity="1" />
173
+ <use id="geom_point.points.12.1.7" href="#gridSVG.pch19" x="205.78" y="276.26"
174
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
175
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
176
+ stroke-opacity="1" fill-opacity="1" />
177
+ <use id="geom_point.points.12.1.8" href="#gridSVG.pch19" x="78.98" y="261.52"
178
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
179
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
180
+ stroke-opacity="1" fill-opacity="1" />
181
+ <use id="geom_point.points.12.1.9" href="#gridSVG.pch19" x="78.98" y="246.77"
182
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
183
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
184
+ stroke-opacity="1" fill-opacity="1" />
185
+ <use id="geom_point.points.12.1.10" href="#gridSVG.pch19" x="98.49" y="291.01"
186
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
187
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
188
+ stroke-opacity="1" fill-opacity="1" />
189
+ <use id="geom_point.points.12.1.11" href="#gridSVG.pch19" x="98.49" y="276.26"
190
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
191
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
192
+ stroke-opacity="1" fill-opacity="1" />
193
+ <use id="geom_point.points.12.1.12" href="#gridSVG.pch19" x="176.52" y="246.77"
194
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
195
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
196
+ stroke-opacity="1" fill-opacity="1" />
197
+ <use id="geom_point.points.12.1.13" href="#gridSVG.pch19" x="176.52" y="246.77"
198
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
199
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
200
+ stroke-opacity="1" fill-opacity="1" />
201
+ <use id="geom_point.points.12.1.14" href="#gridSVG.pch19" x="205.78" y="246.77"
202
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
203
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
204
+ stroke-opacity="1" fill-opacity="1" />
205
+ <use id="geom_point.points.12.1.15" href="#gridSVG.pch19" x="205.78" y="246.77"
206
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
207
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
208
+ stroke-opacity="1" fill-opacity="1" />
209
+ <use id="geom_point.points.12.1.16" href="#gridSVG.pch19" x="176.52" y="232.03"
210
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
211
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
212
+ stroke-opacity="1" fill-opacity="1" />
213
+ <use id="geom_point.points.12.1.17" href="#gridSVG.pch19" x="205.78" y="246.77"
214
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
215
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
216
+ stroke-opacity="1" fill-opacity="1" />
217
+ <use id="geom_point.points.12.1.18" href="#gridSVG.pch19" x="313.08" y="217.28"
218
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
219
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
220
+ stroke-opacity="1" fill-opacity="1" />
221
+ <use id="geom_point.points.12.1.19" href="#gridSVG.pch19" x="420.37" y="173.05"
222
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
223
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
224
+ stroke-opacity="1" fill-opacity="1" />
225
+ <use id="geom_point.points.12.1.20" href="#gridSVG.pch19" x="420.37" y="99.32"
226
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
227
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
228
+ stroke-opacity="1" fill-opacity="1" />
229
+ <use id="geom_point.points.12.1.21" href="#gridSVG.pch19" x="420.37" y="173.05"
230
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
231
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
232
+ stroke-opacity="1" fill-opacity="1" />
233
+ <use id="geom_point.points.12.1.22" href="#gridSVG.pch19" x="459.38" y="128.81"
234
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
235
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
236
+ stroke-opacity="1" fill-opacity="1" />
237
+ <use id="geom_point.points.12.1.23" href="#gridSVG.pch19" x="488.65" y="128.81"
238
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
239
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
240
+ stroke-opacity="1" fill-opacity="1" />
241
+ <use id="geom_point.points.12.1.24" href="#gridSVG.pch19" x="459.38" y="261.52"
242
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
243
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
244
+ stroke-opacity="1" fill-opacity="1" />
245
+ <use id="geom_point.points.12.1.25" href="#gridSVG.pch19" x="459.38" y="217.28"
246
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
247
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
248
+ stroke-opacity="1" fill-opacity="1" />
249
+ <use id="geom_point.points.12.1.26" href="#gridSVG.pch19" x="508.15" y="261.52"
250
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
251
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
252
+ stroke-opacity="1" fill-opacity="1" />
253
+ <use id="geom_point.points.12.1.27" href="#gridSVG.pch19" x="508.15" y="246.77"
254
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
255
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
256
+ stroke-opacity="1" fill-opacity="1" />
257
+ <use id="geom_point.points.12.1.28" href="#gridSVG.pch19" x="586.18" y="232.03"
258
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
259
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
260
+ stroke-opacity="1" fill-opacity="1" />
261
+ <use id="geom_point.points.12.1.29" href="#gridSVG.pch19" x="420.37" y="158.3"
262
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
263
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
264
+ stroke-opacity="1" fill-opacity="1" />
265
+ <use id="geom_point.points.12.1.30" href="#gridSVG.pch19" x="420.37" y="84.58"
266
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
267
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
268
+ stroke-opacity="1" fill-opacity="1" />
269
+ <use id="geom_point.points.12.1.31" href="#gridSVG.pch19" x="459.38" y="99.32"
270
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
271
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
272
+ stroke-opacity="1" fill-opacity="1" />
273
+ <use id="geom_point.points.12.1.32" href="#gridSVG.pch19" x="537.42" y="128.81"
274
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
275
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
276
+ stroke-opacity="1" fill-opacity="1" />
277
+ <use id="geom_point.points.12.1.33" href="#gridSVG.pch19" x="137.5" y="276.26"
278
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
279
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
280
+ stroke-opacity="1" fill-opacity="1" />
281
+ <use id="geom_point.points.12.1.34" href="#gridSVG.pch19" x="137.5" y="320.5"
282
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
283
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
284
+ stroke-opacity="1" fill-opacity="1" />
285
+ <use id="geom_point.points.12.1.35" href="#gridSVG.pch19" x="205.78" y="261.52"
286
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
287
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
288
+ stroke-opacity="1" fill-opacity="1" />
289
+ <use id="geom_point.points.12.1.36" href="#gridSVG.pch19" x="244.8" y="305.75"
290
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
291
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
292
+ stroke-opacity="1" fill-opacity="1" />
293
+ <use id="geom_point.points.12.1.37" href="#gridSVG.pch19" x="254.55" y="261.52"
294
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
295
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
296
+ stroke-opacity="1" fill-opacity="1" />
297
+ <use id="geom_point.points.12.1.38" href="#gridSVG.pch19" x="137.5" y="232.03"
298
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
299
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
300
+ stroke-opacity="1" fill-opacity="1" />
301
+ <use id="geom_point.points.12.1.39" href="#gridSVG.pch19" x="196.03" y="232.03"
302
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
303
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
304
+ stroke-opacity="1" fill-opacity="1" />
305
+ <use id="geom_point.points.12.1.40" href="#gridSVG.pch19" x="225.29" y="202.54"
306
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
307
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
308
+ stroke-opacity="1" fill-opacity="1" />
309
+ <use id="geom_point.points.12.1.41" href="#gridSVG.pch19" x="225.29" y="202.54"
310
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
311
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
312
+ stroke-opacity="1" fill-opacity="1" />
313
+ <use id="geom_point.points.12.1.42" href="#gridSVG.pch19" x="225.29" y="232.03"
314
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
315
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
316
+ stroke-opacity="1" fill-opacity="1" />
317
+ <use id="geom_point.points.12.1.43" href="#gridSVG.pch19" x="225.29" y="232.03"
318
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
319
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
320
+ stroke-opacity="1" fill-opacity="1" />
321
+ <use id="geom_point.points.12.1.44" href="#gridSVG.pch19" x="225.29" y="128.81"
322
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
323
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
324
+ stroke-opacity="1" fill-opacity="1" />
325
+ <use id="geom_point.points.12.1.45" href="#gridSVG.pch19" x="274.06" y="202.54"
326
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
327
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
328
+ stroke-opacity="1" fill-opacity="1" />
329
+ <use id="geom_point.points.12.1.46" href="#gridSVG.pch19" x="274.06" y="187.79"
330
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
331
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
332
+ stroke-opacity="1" fill-opacity="1" />
333
+ <use id="geom_point.points.12.1.47" href="#gridSVG.pch19" x="274.06" y="217.28"
334
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
335
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
336
+ stroke-opacity="1" fill-opacity="1" />
337
+ <use id="geom_point.points.12.1.48" href="#gridSVG.pch19" x="293.57" y="217.28"
338
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
339
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
340
+ stroke-opacity="1" fill-opacity="1" />
341
+ <use id="geom_point.points.12.1.49" href="#gridSVG.pch19" x="264.31" y="158.3"
342
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
343
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
344
+ stroke-opacity="1" fill-opacity="1" />
345
+ <use id="geom_point.points.12.1.50" href="#gridSVG.pch19" x="264.31" y="143.56"
346
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
347
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
348
+ stroke-opacity="1" fill-opacity="1" />
349
+ <use id="geom_point.points.12.1.51" href="#gridSVG.pch19" x="283.81" y="128.81"
350
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
351
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
352
+ stroke-opacity="1" fill-opacity="1" />
353
+ <use id="geom_point.points.12.1.52" href="#gridSVG.pch19" x="283.81" y="128.81"
354
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
355
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
356
+ stroke-opacity="1" fill-opacity="1" />
357
+ <use id="geom_point.points.12.1.53" href="#gridSVG.pch19" x="361.84" y="158.3"
358
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
359
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
360
+ stroke-opacity="1" fill-opacity="1" />
361
+ <use id="geom_point.points.12.1.54" href="#gridSVG.pch19" x="361.84" y="158.3"
362
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
363
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
364
+ stroke-opacity="1" fill-opacity="1" />
365
+ <use id="geom_point.points.12.1.55" href="#gridSVG.pch19" x="361.84" y="55.09"
366
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
367
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
368
+ stroke-opacity="1" fill-opacity="1" />
369
+ <use id="geom_point.points.12.1.56" href="#gridSVG.pch19" x="410.61" y="128.81"
370
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
371
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
372
+ stroke-opacity="1" fill-opacity="1" />
373
+ <use id="geom_point.points.12.1.57" href="#gridSVG.pch19" x="410.61" y="99.32"
374
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
375
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
376
+ stroke-opacity="1" fill-opacity="1" />
377
+ <use id="geom_point.points.12.1.58" href="#gridSVG.pch19" x="283.81" y="128.81"
378
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
379
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
380
+ stroke-opacity="1" fill-opacity="1" />
381
+ <use id="geom_point.points.12.1.59" href="#gridSVG.pch19" x="361.84" y="128.81"
382
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
383
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
384
+ stroke-opacity="1" fill-opacity="1" />
385
+ <use id="geom_point.points.12.1.60" href="#gridSVG.pch19" x="361.84" y="55.09"
386
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
387
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
388
+ stroke-opacity="1" fill-opacity="1" />
389
+ <use id="geom_point.points.12.1.61" href="#gridSVG.pch19" x="361.84" y="128.81"
390
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
391
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
392
+ stroke-opacity="1" fill-opacity="1" />
393
+ <use id="geom_point.points.12.1.62" href="#gridSVG.pch19" x="410.61" y="114.07"
394
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
395
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
396
+ stroke-opacity="1" fill-opacity="1" />
397
+ <use id="geom_point.points.12.1.63" href="#gridSVG.pch19" x="459.38" y="143.56"
398
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
399
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
400
+ stroke-opacity="1" fill-opacity="1" />
401
+ <use id="geom_point.points.12.1.64" href="#gridSVG.pch19" x="478.89" y="99.32"
402
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
403
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
404
+ stroke-opacity="1" fill-opacity="1" />
405
+ <use id="geom_point.points.12.1.65" href="#gridSVG.pch19" x="361.84" y="114.07"
406
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
407
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
408
+ stroke-opacity="1" fill-opacity="1" />
409
+ <use id="geom_point.points.12.1.66" href="#gridSVG.pch19" x="361.84" y="55.09"
410
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
411
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
412
+ stroke-opacity="1" fill-opacity="1" />
413
+ <use id="geom_point.points.12.1.67" href="#gridSVG.pch19" x="361.84" y="128.81"
414
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
415
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
416
+ stroke-opacity="1" fill-opacity="1" />
417
+ <use id="geom_point.points.12.1.68" href="#gridSVG.pch19" x="361.84" y="128.81"
418
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
419
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
420
+ stroke-opacity="1" fill-opacity="1" />
421
+ <use id="geom_point.points.12.1.69" href="#gridSVG.pch19" x="361.84" y="114.07"
422
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
423
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
424
+ stroke-opacity="1" fill-opacity="1" />
425
+ <use id="geom_point.points.12.1.70" href="#gridSVG.pch19" x="361.84" y="55.09"
426
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
427
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
428
+ stroke-opacity="1" fill-opacity="1" />
429
+ <use id="geom_point.points.12.1.71" href="#gridSVG.pch19" x="410.61" y="99.32"
430
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
431
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
432
+ stroke-opacity="1" fill-opacity="1" />
433
+ <use id="geom_point.points.12.1.72" href="#gridSVG.pch19" x="410.61" y="114.07"
434
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
435
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
436
+ stroke-opacity="1" fill-opacity="1" />
437
+ <use id="geom_point.points.12.1.73" href="#gridSVG.pch19" x="459.38" y="128.81"
438
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
439
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
440
+ stroke-opacity="1" fill-opacity="1" />
441
+ <use id="geom_point.points.12.1.74" href="#gridSVG.pch19" x="478.89" y="99.32"
442
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
443
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
444
+ stroke-opacity="1" fill-opacity="1" />
445
+ <use id="geom_point.points.12.1.75" href="#gridSVG.pch19" x="352.09" y="128.81"
446
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
447
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
448
+ stroke-opacity="1" fill-opacity="1" />
449
+ <use id="geom_point.points.12.1.76" href="#gridSVG.pch19" x="430.12" y="128.81"
450
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
451
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
452
+ stroke-opacity="1" fill-opacity="1" />
453
+ <use id="geom_point.points.12.1.77" href="#gridSVG.pch19" x="430.12" y="143.56"
454
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
455
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
456
+ stroke-opacity="1" fill-opacity="1" />
457
+ <use id="geom_point.points.12.1.78" href="#gridSVG.pch19" x="293.57" y="128.81"
458
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
459
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
460
+ stroke-opacity="1" fill-opacity="1" />
461
+ <use id="geom_point.points.12.1.79" href="#gridSVG.pch19" x="293.57" y="158.3"
462
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
463
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
464
+ stroke-opacity="1" fill-opacity="1" />
465
+ <use id="geom_point.points.12.1.80" href="#gridSVG.pch19" x="293.57" y="128.81"
466
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
467
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
468
+ stroke-opacity="1" fill-opacity="1" />
469
+ <use id="geom_point.points.12.1.81" href="#gridSVG.pch19" x="293.57" y="158.3"
470
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
471
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
472
+ stroke-opacity="1" fill-opacity="1" />
473
+ <use id="geom_point.points.12.1.82" href="#gridSVG.pch19" x="352.09" y="158.3"
474
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
475
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
476
+ stroke-opacity="1" fill-opacity="1" />
477
+ <use id="geom_point.points.12.1.83" href="#gridSVG.pch19" x="391.11" y="128.81"
478
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
479
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
480
+ stroke-opacity="1" fill-opacity="1" />
481
+ <use id="geom_point.points.12.1.84" href="#gridSVG.pch19" x="313.08" y="128.81"
482
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
483
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
484
+ stroke-opacity="1" fill-opacity="1" />
485
+ <use id="geom_point.points.12.1.85" href="#gridSVG.pch19" x="313.08" y="128.81"
486
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
487
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
488
+ stroke-opacity="1" fill-opacity="1" />
489
+ <use id="geom_point.points.12.1.86" href="#gridSVG.pch19" x="352.09" y="114.07"
490
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
491
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
492
+ stroke-opacity="1" fill-opacity="1" />
493
+ <use id="geom_point.points.12.1.87" href="#gridSVG.pch19" x="352.09" y="114.07"
494
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
495
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
496
+ stroke-opacity="1" fill-opacity="1" />
497
+ <use id="geom_point.points.12.1.88" href="#gridSVG.pch19" x="352.09" y="128.81"
498
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
499
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
500
+ stroke-opacity="1" fill-opacity="1" />
501
+ <use id="geom_point.points.12.1.89" href="#gridSVG.pch19" x="430.12" y="99.32"
502
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
503
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
504
+ stroke-opacity="1" fill-opacity="1" />
505
+ <use id="geom_point.points.12.1.90" href="#gridSVG.pch19" x="430.12" y="128.81"
506
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
507
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
508
+ stroke-opacity="1" fill-opacity="1" />
509
+ <use id="geom_point.points.12.1.91" href="#gridSVG.pch19" x="274.06" y="261.52"
510
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
511
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
512
+ stroke-opacity="1" fill-opacity="1" />
513
+ <use id="geom_point.points.12.1.92" href="#gridSVG.pch19" x="274.06" y="246.77"
514
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
515
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
516
+ stroke-opacity="1" fill-opacity="1" />
517
+ <use id="geom_point.points.12.1.93" href="#gridSVG.pch19" x="293.57" y="261.52"
518
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
519
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
520
+ stroke-opacity="1" fill-opacity="1" />
521
+ <use id="geom_point.points.12.1.94" href="#gridSVG.pch19" x="293.57" y="232.03"
522
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
523
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
524
+ stroke-opacity="1" fill-opacity="1" />
525
+ <use id="geom_point.points.12.1.95" href="#gridSVG.pch19" x="352.09" y="187.79"
526
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
527
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
528
+ stroke-opacity="1" fill-opacity="1" />
529
+ <use id="geom_point.points.12.1.96" href="#gridSVG.pch19" x="352.09" y="202.54"
530
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
531
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
532
+ stroke-opacity="1" fill-opacity="1" />
533
+ <use id="geom_point.points.12.1.97" href="#gridSVG.pch19" x="352.09" y="217.28"
534
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
535
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
536
+ stroke-opacity="1" fill-opacity="1" />
537
+ <use id="geom_point.points.12.1.98" href="#gridSVG.pch19" x="352.09" y="202.54"
538
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
539
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
540
+ stroke-opacity="1" fill-opacity="1" />
541
+ <use id="geom_point.points.12.1.99" href="#gridSVG.pch19" x="430.12" y="173.05"
542
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
543
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
544
+ stroke-opacity="1" fill-opacity="1" />
545
+ <use id="geom_point.points.12.1.100" href="#gridSVG.pch19" x="59.47" y="364.73"
546
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
547
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
548
+ stroke-opacity="1" fill-opacity="1" />
549
+ <use id="geom_point.points.12.1.101" href="#gridSVG.pch19" x="59.47" y="349.99"
550
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
551
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
552
+ stroke-opacity="1" fill-opacity="1" />
553
+ <use id="geom_point.points.12.1.102" href="#gridSVG.pch19" x="59.47" y="349.99"
554
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
555
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
556
+ stroke-opacity="1" fill-opacity="1" />
557
+ <use id="geom_point.points.12.1.103" href="#gridSVG.pch19" x="59.47" y="305.75"
558
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
559
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
560
+ stroke-opacity="1" fill-opacity="1" />
561
+ <use id="geom_point.points.12.1.104" href="#gridSVG.pch19" x="59.47" y="349.99"
562
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
563
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
564
+ stroke-opacity="1" fill-opacity="1" />
565
+ <use id="geom_point.points.12.1.105" href="#gridSVG.pch19" x="78.98" y="379.48"
566
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
567
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
568
+ stroke-opacity="1" fill-opacity="1" />
569
+ <use id="geom_point.points.12.1.106" href="#gridSVG.pch19" x="78.98" y="408.97"
570
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
571
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
572
+ stroke-opacity="1" fill-opacity="1" />
573
+ <use id="geom_point.points.12.1.107" href="#gridSVG.pch19" x="78.98" y="408.97"
574
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
575
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
576
+ stroke-opacity="1" fill-opacity="1" />
577
+ <use id="geom_point.points.12.1.108" href="#gridSVG.pch19" x="98.49" y="305.75"
578
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
579
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
580
+ stroke-opacity="1" fill-opacity="1" />
581
+ <use id="geom_point.points.12.1.109" href="#gridSVG.pch19" x="137.5" y="261.52"
582
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
583
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
584
+ stroke-opacity="1" fill-opacity="1" />
585
+ <use id="geom_point.points.12.1.110" href="#gridSVG.pch19" x="137.5" y="276.26"
586
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
587
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
588
+ stroke-opacity="1" fill-opacity="1" />
589
+ <use id="geom_point.points.12.1.111" href="#gridSVG.pch19" x="137.5" y="320.5"
590
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
591
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
592
+ stroke-opacity="1" fill-opacity="1" />
593
+ <use id="geom_point.points.12.1.112" href="#gridSVG.pch19" x="137.5" y="335.24"
594
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
595
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
596
+ stroke-opacity="1" fill-opacity="1" />
597
+ <use id="geom_point.points.12.1.113" href="#gridSVG.pch19" x="147.26" y="261.52"
598
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
599
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
600
+ stroke-opacity="1" fill-opacity="1" />
601
+ <use id="geom_point.points.12.1.114" href="#gridSVG.pch19" x="147.26" y="261.52"
602
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
603
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
604
+ stroke-opacity="1" fill-opacity="1" />
605
+ <use id="geom_point.points.12.1.115" href="#gridSVG.pch19" x="225.29" y="291.01"
606
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
607
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
608
+ stroke-opacity="1" fill-opacity="1" />
609
+ <use id="geom_point.points.12.1.116" href="#gridSVG.pch19" x="98.49" y="261.52"
610
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
611
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
612
+ stroke-opacity="1" fill-opacity="1" />
613
+ <use id="geom_point.points.12.1.117" href="#gridSVG.pch19" x="98.49" y="305.75"
614
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
615
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
616
+ stroke-opacity="1" fill-opacity="1" />
617
+ <use id="geom_point.points.12.1.118" href="#gridSVG.pch19" x="98.49" y="291.01"
618
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
619
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
620
+ stroke-opacity="1" fill-opacity="1" />
621
+ <use id="geom_point.points.12.1.119" href="#gridSVG.pch19" x="98.49" y="276.26"
622
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
623
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
624
+ stroke-opacity="1" fill-opacity="1" />
625
+ <use id="geom_point.points.12.1.120" href="#gridSVG.pch19" x="166.77" y="232.03"
626
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
627
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
628
+ stroke-opacity="1" fill-opacity="1" />
629
+ <use id="geom_point.points.12.1.121" href="#gridSVG.pch19" x="166.77" y="232.03"
630
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
631
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
632
+ stroke-opacity="1" fill-opacity="1" />
633
+ <use id="geom_point.points.12.1.122" href="#gridSVG.pch19" x="166.77" y="232.03"
634
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
635
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
636
+ stroke-opacity="1" fill-opacity="1" />
637
+ <use id="geom_point.points.12.1.123" href="#gridSVG.pch19" x="196.03" y="202.54"
638
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
639
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
640
+ stroke-opacity="1" fill-opacity="1" />
641
+ <use id="geom_point.points.12.1.124" href="#gridSVG.pch19" x="264.31" y="158.3"
642
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
643
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
644
+ stroke-opacity="1" fill-opacity="1" />
645
+ <use id="geom_point.points.12.1.125" href="#gridSVG.pch19" x="293.57" y="173.05"
646
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
647
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
648
+ stroke-opacity="1" fill-opacity="1" />
649
+ <use id="geom_point.points.12.1.126" href="#gridSVG.pch19" x="361.84" y="128.81"
650
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
651
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
652
+ stroke-opacity="1" fill-opacity="1" />
653
+ <use id="geom_point.points.12.1.127" href="#gridSVG.pch19" x="361.84" y="55.09"
654
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
655
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
656
+ stroke-opacity="1" fill-opacity="1" />
657
+ <use id="geom_point.points.12.1.128" href="#gridSVG.pch19" x="361.84" y="158.3"
658
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
659
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
660
+ stroke-opacity="1" fill-opacity="1" />
661
+ <use id="geom_point.points.12.1.129" href="#gridSVG.pch19" x="459.38" y="143.56"
662
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
663
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
664
+ stroke-opacity="1" fill-opacity="1" />
665
+ <use id="geom_point.points.12.1.130" href="#gridSVG.pch19" x="498.4" y="84.58"
666
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
667
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
668
+ stroke-opacity="1" fill-opacity="1" />
669
+ <use id="geom_point.points.12.1.131" href="#gridSVG.pch19" x="293.57" y="99.32"
670
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
671
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
672
+ stroke-opacity="1" fill-opacity="1" />
673
+ <use id="geom_point.points.12.1.132" href="#gridSVG.pch19" x="313.08" y="143.56"
674
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
675
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
676
+ stroke-opacity="1" fill-opacity="1" />
677
+ <use id="geom_point.points.12.1.133" href="#gridSVG.pch19" x="332.58" y="143.56"
678
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
679
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
680
+ stroke-opacity="1" fill-opacity="1" />
681
+ <use id="geom_point.points.12.1.134" href="#gridSVG.pch19" x="352.09" y="99.32"
682
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
683
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
684
+ stroke-opacity="1" fill-opacity="1" />
685
+ <use id="geom_point.points.12.1.135" href="#gridSVG.pch19" x="430.12" y="128.81"
686
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
687
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
688
+ stroke-opacity="1" fill-opacity="1" />
689
+ <use id="geom_point.points.12.1.136" href="#gridSVG.pch19" x="430.12" y="114.07"
690
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
691
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
692
+ stroke-opacity="1" fill-opacity="1" />
693
+ <use id="geom_point.points.12.1.137" href="#gridSVG.pch19" x="430.12" y="143.56"
694
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
695
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
696
+ stroke-opacity="1" fill-opacity="1" />
697
+ <use id="geom_point.points.12.1.138" href="#gridSVG.pch19" x="293.57" y="128.81"
698
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
699
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
700
+ stroke-opacity="1" fill-opacity="1" />
701
+ <use id="geom_point.points.12.1.139" href="#gridSVG.pch19" x="293.57" y="158.3"
702
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
703
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
704
+ stroke-opacity="1" fill-opacity="1" />
705
+ <use id="geom_point.points.12.1.140" href="#gridSVG.pch19" x="352.09" y="158.3"
706
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
707
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
708
+ stroke-opacity="1" fill-opacity="1" />
709
+ <use id="geom_point.points.12.1.141" href="#gridSVG.pch19" x="391.11" y="128.81"
710
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
711
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
712
+ stroke-opacity="1" fill-opacity="1" />
713
+ <use id="geom_point.points.12.1.142" href="#gridSVG.pch19" x="137.5" y="305.75"
714
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
715
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
716
+ stroke-opacity="1" fill-opacity="1" />
717
+ <use id="geom_point.points.12.1.143" href="#gridSVG.pch19" x="137.5" y="276.26"
718
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
719
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
720
+ stroke-opacity="1" fill-opacity="1" />
721
+ <use id="geom_point.points.12.1.144" href="#gridSVG.pch19" x="147.26" y="335.24"
722
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
723
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
724
+ stroke-opacity="1" fill-opacity="1" />
725
+ <use id="geom_point.points.12.1.145" href="#gridSVG.pch19" x="147.26" y="349.99"
726
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
727
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
728
+ stroke-opacity="1" fill-opacity="1" />
729
+ <use id="geom_point.points.12.1.146" href="#gridSVG.pch19" x="244.8" y="276.26"
730
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
731
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
732
+ stroke-opacity="1" fill-opacity="1" />
733
+ <use id="geom_point.points.12.1.147" href="#gridSVG.pch19" x="244.8" y="261.52"
734
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
735
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
736
+ stroke-opacity="1" fill-opacity="1" />
737
+ <use id="geom_point.points.12.1.148" href="#gridSVG.pch19" x="196.03" y="261.52"
738
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
739
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
740
+ stroke-opacity="1" fill-opacity="1" />
741
+ <use id="geom_point.points.12.1.149" href="#gridSVG.pch19" x="196.03" y="246.77"
742
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
743
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
744
+ stroke-opacity="1" fill-opacity="1" />
745
+ <use id="geom_point.points.12.1.150" href="#gridSVG.pch19" x="244.8" y="246.77"
746
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
747
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
748
+ stroke-opacity="1" fill-opacity="1" />
749
+ <use id="geom_point.points.12.1.151" href="#gridSVG.pch19" x="225.29" y="128.81"
750
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
751
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
752
+ stroke-opacity="1" fill-opacity="1" />
753
+ <use id="geom_point.points.12.1.152" href="#gridSVG.pch19" x="225.29" y="128.81"
754
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
755
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
756
+ stroke-opacity="1" fill-opacity="1" />
757
+ <use id="geom_point.points.12.1.153" href="#gridSVG.pch19" x="293.57" y="173.05"
758
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
759
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
760
+ stroke-opacity="1" fill-opacity="1" />
761
+ <use id="geom_point.points.12.1.154" href="#gridSVG.pch19" x="449.63" y="143.56"
762
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
763
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
764
+ stroke-opacity="1" fill-opacity="1" />
765
+ <use id="geom_point.points.12.1.155" href="#gridSVG.pch19" x="205.78" y="261.52"
766
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
767
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
768
+ stroke-opacity="1" fill-opacity="1" />
769
+ <use id="geom_point.points.12.1.156" href="#gridSVG.pch19" x="274.06" y="261.52"
770
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
771
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
772
+ stroke-opacity="1" fill-opacity="1" />
773
+ <use id="geom_point.points.12.1.157" href="#gridSVG.pch19" x="274.06" y="276.26"
774
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
775
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
776
+ stroke-opacity="1" fill-opacity="1" />
777
+ <use id="geom_point.points.12.1.158" href="#gridSVG.pch19" x="274.06" y="291.01"
778
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
779
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
780
+ stroke-opacity="1" fill-opacity="1" />
781
+ <use id="geom_point.points.12.1.159" href="#gridSVG.pch19" x="420.37" y="246.77"
782
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
783
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
784
+ stroke-opacity="1" fill-opacity="1" />
785
+ <use id="geom_point.points.12.1.160" href="#gridSVG.pch19" x="147.26" y="246.77"
786
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
787
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
788
+ stroke-opacity="1" fill-opacity="1" />
789
+ <use id="geom_point.points.12.1.161" href="#gridSVG.pch19" x="147.26" y="232.03"
790
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
791
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
792
+ stroke-opacity="1" fill-opacity="1" />
793
+ <use id="geom_point.points.12.1.162" href="#gridSVG.pch19" x="147.26" y="276.26"
794
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
795
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
796
+ stroke-opacity="1" fill-opacity="1" />
797
+ <use id="geom_point.points.12.1.163" href="#gridSVG.pch19" x="147.26" y="246.77"
798
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
799
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
800
+ stroke-opacity="1" fill-opacity="1" />
801
+ <use id="geom_point.points.12.1.164" href="#gridSVG.pch19" x="147.26" y="261.52"
802
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
803
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
804
+ stroke-opacity="1" fill-opacity="1" />
805
+ <use id="geom_point.points.12.1.165" href="#gridSVG.pch19" x="147.26" y="217.28"
806
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
807
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
808
+ stroke-opacity="1" fill-opacity="1" />
809
+ <use id="geom_point.points.12.1.166" href="#gridSVG.pch19" x="118" y="261.52"
810
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
811
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
812
+ stroke-opacity="1" fill-opacity="1" />
813
+ <use id="geom_point.points.12.1.167" href="#gridSVG.pch19" x="118" y="261.52"
814
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
815
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
816
+ stroke-opacity="1" fill-opacity="1" />
817
+ <use id="geom_point.points.12.1.168" href="#gridSVG.pch19" x="147.26" y="261.52"
818
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
819
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
820
+ stroke-opacity="1" fill-opacity="1" />
821
+ <use id="geom_point.points.12.1.169" href="#gridSVG.pch19" x="147.26" y="261.52"
822
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
823
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
824
+ stroke-opacity="1" fill-opacity="1" />
825
+ <use id="geom_point.points.12.1.170" href="#gridSVG.pch19" x="147.26" y="246.77"
826
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
827
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
828
+ stroke-opacity="1" fill-opacity="1" />
829
+ <use id="geom_point.points.12.1.171" href="#gridSVG.pch19" x="147.26" y="276.26"
830
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
831
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
832
+ stroke-opacity="1" fill-opacity="1" />
833
+ <use id="geom_point.points.12.1.172" href="#gridSVG.pch19" x="147.26" y="246.77"
834
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
835
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
836
+ stroke-opacity="1" fill-opacity="1" />
837
+ <use id="geom_point.points.12.1.173" href="#gridSVG.pch19" x="147.26" y="276.26"
838
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
839
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
840
+ stroke-opacity="1" fill-opacity="1" />
841
+ <use id="geom_point.points.12.1.174" href="#gridSVG.pch19" x="166.77" y="173.05"
842
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
843
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
844
+ stroke-opacity="1" fill-opacity="1" />
845
+ <use id="geom_point.points.12.1.175" href="#gridSVG.pch19" x="166.77" y="173.05"
846
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
847
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
848
+ stroke-opacity="1" fill-opacity="1" />
849
+ <use id="geom_point.points.12.1.176" href="#gridSVG.pch19" x="235.04" y="158.3"
850
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
851
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
852
+ stroke-opacity="1" fill-opacity="1" />
853
+ <use id="geom_point.points.12.1.177" href="#gridSVG.pch19" x="235.04" y="128.81"
854
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
855
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
856
+ stroke-opacity="1" fill-opacity="1" />
857
+ <use id="geom_point.points.12.1.178" href="#gridSVG.pch19" x="293.57" y="173.05"
858
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
859
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
860
+ stroke-opacity="1" fill-opacity="1" />
861
+ <use id="geom_point.points.12.1.179" href="#gridSVG.pch19" x="361.84" y="128.81"
862
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
863
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
864
+ stroke-opacity="1" fill-opacity="1" />
865
+ <use id="geom_point.points.12.1.180" href="#gridSVG.pch19" x="118" y="305.75"
866
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
867
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
868
+ stroke-opacity="1" fill-opacity="1" />
869
+ <use id="geom_point.points.12.1.181" href="#gridSVG.pch19" x="118" y="276.26"
870
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
871
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
872
+ stroke-opacity="1" fill-opacity="1" />
873
+ <use id="geom_point.points.12.1.182" href="#gridSVG.pch19" x="137.5" y="335.24"
874
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
875
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
876
+ stroke-opacity="1" fill-opacity="1" />
877
+ <use id="geom_point.points.12.1.183" href="#gridSVG.pch19" x="137.5" y="335.24"
878
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
879
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
880
+ stroke-opacity="1" fill-opacity="1" />
881
+ <use id="geom_point.points.12.1.184" href="#gridSVG.pch19" x="196.03" y="261.52"
882
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
883
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
884
+ stroke-opacity="1" fill-opacity="1" />
885
+ <use id="geom_point.points.12.1.185" href="#gridSVG.pch19" x="196.03" y="261.52"
886
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
887
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
888
+ stroke-opacity="1" fill-opacity="1" />
889
+ <use id="geom_point.points.12.1.186" href="#gridSVG.pch19" x="244.8" y="291.01"
890
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
891
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
892
+ stroke-opacity="1" fill-opacity="1" />
893
+ <use id="geom_point.points.12.1.187" href="#gridSVG.pch19" x="118" y="276.26"
894
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
895
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
896
+ stroke-opacity="1" fill-opacity="1" />
897
+ <use id="geom_point.points.12.1.188" href="#gridSVG.pch19" x="118" y="305.75"
898
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
899
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
900
+ stroke-opacity="1" fill-opacity="1" />
901
+ <use id="geom_point.points.12.1.189" href="#gridSVG.pch19" x="137.5" y="335.24"
902
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
903
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
904
+ stroke-opacity="1" fill-opacity="1" />
905
+ <use id="geom_point.points.12.1.190" href="#gridSVG.pch19" x="137.5" y="335.24"
906
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
907
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
908
+ stroke-opacity="1" fill-opacity="1" />
909
+ <use id="geom_point.points.12.1.191" href="#gridSVG.pch19" x="196.03" y="261.52"
910
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
911
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
912
+ stroke-opacity="1" fill-opacity="1" />
913
+ <use id="geom_point.points.12.1.192" href="#gridSVG.pch19" x="196.03" y="261.52"
914
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
915
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
916
+ stroke-opacity="1" fill-opacity="1" />
917
+ <use id="geom_point.points.12.1.193" href="#gridSVG.pch19" x="225.29" y="276.26"
918
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
919
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
920
+ stroke-opacity="1" fill-opacity="1" />
921
+ <use id="geom_point.points.12.1.194" href="#gridSVG.pch19" x="78.98" y="320.5"
922
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
923
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
924
+ stroke-opacity="1" fill-opacity="1" />
925
+ <use id="geom_point.points.12.1.195" href="#gridSVG.pch19" x="78.98" y="364.73"
926
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
927
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
928
+ stroke-opacity="1" fill-opacity="1" />
929
+ <use id="geom_point.points.12.1.196" href="#gridSVG.pch19" x="78.98" y="394.22"
930
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
931
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
932
+ stroke-opacity="1" fill-opacity="1" />
933
+ <use id="geom_point.points.12.1.197" href="#gridSVG.pch19" x="78.98" y="423.71"
934
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
935
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
936
+ stroke-opacity="1" fill-opacity="1" />
937
+ <use id="geom_point.points.12.1.198" href="#gridSVG.pch19" x="78.98" y="394.22"
938
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
939
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
940
+ stroke-opacity="1" fill-opacity="1" />
941
+ <use id="geom_point.points.12.1.199" href="#gridSVG.pch19" x="361.84" y="99.32"
942
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
943
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
944
+ stroke-opacity="1" fill-opacity="1" />
945
+ <use id="geom_point.points.12.1.200" href="#gridSVG.pch19" x="459.38" y="143.56"
946
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
947
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
948
+ stroke-opacity="1" fill-opacity="1" />
949
+ <use id="geom_point.points.12.1.201" href="#gridSVG.pch19" x="166.77" y="173.05"
950
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
951
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
952
+ stroke-opacity="1" fill-opacity="1" />
953
+ <use id="geom_point.points.12.1.202" href="#gridSVG.pch19" x="166.77" y="173.05"
954
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
955
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
956
+ stroke-opacity="1" fill-opacity="1" />
957
+ <use id="geom_point.points.12.1.203" href="#gridSVG.pch19" x="166.77" y="202.54"
958
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
959
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
960
+ stroke-opacity="1" fill-opacity="1" />
961
+ <use id="geom_point.points.12.1.204" href="#gridSVG.pch19" x="235.04" y="128.81"
962
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
963
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
964
+ stroke-opacity="1" fill-opacity="1" />
965
+ <use id="geom_point.points.12.1.205" href="#gridSVG.pch19" x="235.04" y="158.3"
966
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
967
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
968
+ stroke-opacity="1" fill-opacity="1" />
969
+ <use id="geom_point.points.12.1.206" href="#gridSVG.pch19" x="293.57" y="143.56"
970
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
971
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
972
+ stroke-opacity="1" fill-opacity="1" />
973
+ <use id="geom_point.points.12.1.207" href="#gridSVG.pch19" x="293.57" y="173.05"
974
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
975
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
976
+ stroke-opacity="1" fill-opacity="1" />
977
+ <use id="geom_point.points.12.1.208" href="#gridSVG.pch19" x="98.49" y="305.75"
978
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
979
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
980
+ stroke-opacity="1" fill-opacity="1" />
981
+ <use id="geom_point.points.12.1.209" href="#gridSVG.pch19" x="98.49" y="261.52"
982
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
983
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
984
+ stroke-opacity="1" fill-opacity="1" />
985
+ <use id="geom_point.points.12.1.210" href="#gridSVG.pch19" x="98.49" y="305.75"
986
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
987
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
988
+ stroke-opacity="1" fill-opacity="1" />
989
+ <use id="geom_point.points.12.1.211" href="#gridSVG.pch19" x="98.49" y="305.75"
990
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
991
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
992
+ stroke-opacity="1" fill-opacity="1" />
993
+ <use id="geom_point.points.12.1.212" href="#gridSVG.pch19" x="176.52" y="232.03"
994
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
995
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
996
+ stroke-opacity="1" fill-opacity="1" />
997
+ <use id="geom_point.points.12.1.213" href="#gridSVG.pch19" x="88.74" y="526.93"
998
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
999
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1000
+ stroke-opacity="1" fill-opacity="1" />
1001
+ <use id="geom_point.points.12.1.214" href="#gridSVG.pch19" x="98.49" y="305.75"
1002
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1003
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1004
+ stroke-opacity="1" fill-opacity="1" />
1005
+ <use id="geom_point.points.12.1.215" href="#gridSVG.pch19" x="98.49" y="261.52"
1006
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1007
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1008
+ stroke-opacity="1" fill-opacity="1" />
1009
+ <use id="geom_point.points.12.1.216" href="#gridSVG.pch19" x="98.49" y="305.75"
1010
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1011
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1012
+ stroke-opacity="1" fill-opacity="1" />
1013
+ <use id="geom_point.points.12.1.217" href="#gridSVG.pch19" x="98.49" y="305.75"
1014
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1015
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1016
+ stroke-opacity="1" fill-opacity="1" />
1017
+ <use id="geom_point.points.12.1.218" href="#gridSVG.pch19" x="147.26" y="305.75"
1018
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1019
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1020
+ stroke-opacity="1" fill-opacity="1" />
1021
+ <use id="geom_point.points.12.1.219" href="#gridSVG.pch19" x="147.26" y="305.75"
1022
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1023
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1024
+ stroke-opacity="1" fill-opacity="1" />
1025
+ <use id="geom_point.points.12.1.220" href="#gridSVG.pch19" x="176.52" y="217.28"
1026
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1027
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1028
+ stroke-opacity="1" fill-opacity="1" />
1029
+ <use id="geom_point.points.12.1.221" href="#gridSVG.pch19" x="176.52" y="232.03"
1030
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1031
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1032
+ stroke-opacity="1" fill-opacity="1" />
1033
+ <use id="geom_point.points.12.1.222" href="#gridSVG.pch19" x="88.74" y="526.93"
1034
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1035
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1036
+ stroke-opacity="1" fill-opacity="1" />
1037
+ <use id="geom_point.points.12.1.223" href="#gridSVG.pch19" x="88.74" y="482.69"
1038
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1039
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1040
+ stroke-opacity="1" fill-opacity="1" />
1041
+ <use id="geom_point.points.12.1.224" href="#gridSVG.pch19" x="98.49" y="305.75"
1042
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1043
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1044
+ stroke-opacity="1" fill-opacity="1" />
1045
+ <use id="geom_point.points.12.1.225" href="#gridSVG.pch19" x="98.49" y="261.52"
1046
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1047
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1048
+ stroke-opacity="1" fill-opacity="1" />
1049
+ <use id="geom_point.points.12.1.226" href="#gridSVG.pch19" x="147.26" y="291.01"
1050
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1051
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1052
+ stroke-opacity="1" fill-opacity="1" />
1053
+ <use id="geom_point.points.12.1.227" href="#gridSVG.pch19" x="147.26" y="305.75"
1054
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1055
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1056
+ stroke-opacity="1" fill-opacity="1" />
1057
+ <use id="geom_point.points.12.1.228" href="#gridSVG.pch19" x="78.98" y="305.75"
1058
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1059
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1060
+ stroke-opacity="1" fill-opacity="1" />
1061
+ <use id="geom_point.points.12.1.229" href="#gridSVG.pch19" x="78.98" y="305.75"
1062
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1063
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1064
+ stroke-opacity="1" fill-opacity="1" />
1065
+ <use id="geom_point.points.12.1.230" href="#gridSVG.pch19" x="98.49" y="291.01"
1066
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1067
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1068
+ stroke-opacity="1" fill-opacity="1" />
1069
+ <use id="geom_point.points.12.1.231" href="#gridSVG.pch19" x="98.49" y="305.75"
1070
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1071
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1072
+ stroke-opacity="1" fill-opacity="1" />
1073
+ <use id="geom_point.points.12.1.232" href="#gridSVG.pch19" x="176.52" y="261.52"
1074
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1075
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1076
+ stroke-opacity="1" fill-opacity="1" />
1077
+ <use id="geom_point.points.12.1.233" href="#gridSVG.pch19" x="176.52" y="261.52"
1078
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1079
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1080
+ stroke-opacity="1" fill-opacity="1" />
1081
+ <use id="geom_point.points.12.1.234" href="#gridSVG.pch19" x="254.55" y="261.52"
1082
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
1083
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
1084
+ stroke-opacity="1" fill-opacity="1" />
1085
+ </g>
1086
+ <g id="geom_smooth.gTree.15.1">
1087
+ <g id="GRID.polyline.13.1">
1088
+ <polyline id="GRID.polyline.13.1.1"
1089
+ points="59.47,366.1 66.14,357.52 72.81,349.14 79.48,340.97 86.14,333.04 92.81,325.36 99.48,317.9 106.14,310.67 112.81,303.67 119.48,296.88 126.15,290.3 132.81,283.91 139.48,277.72 146.15,271.78 152.81,266.08 159.48,260.57 166.15,255.21 172.82,250.15 179.48,245.57 186.15,241.32 192.82,237.26 199.49,233.25 206.15,229.16 212.82,225.09 219.49,221.19 226.15,217.4 232.82,213.71 239.49,210.06 246.16,206.43 252.82,202.77 259.49,199.06 266.16,195.24 272.82,191.3 279.49,187.18 286.16,182.83 292.83,178.16 299.49,173.22 306.16,168.15 312.83,163.07 319.5,158.12 326.16,153.42 332.83,149.1 339.5,145.29 346.16,142.11 352.83,139.69 359.5,137.72 366.17,135.96 372.83,134.42 379.5,133.13 386.17,132.1 392.84,131.34 399.5,130.88 406.17,130.74 412.84,130.92 419.5,131.44 426.17,132.3 432.84,133.45 439.51,134.88 446.17,136.6 452.84,138.61 459.51,140.91 466.17,143.49 472.84,146.37 479.51,149.52 486.18,152.97 492.84,156.7 499.51,160.72 506.18,165.02 512.85,169.61 519.51,174.49 526.18,179.65 532.85,185.09 539.51,190.83 546.18,196.84 552.85,203.15 559.52,209.73 566.18,216.6 572.85,223.76 579.52,231.2 586.18,238.92"
1090
+ stroke="rgb(51,102,255)" fill="none" stroke-width="2.13"
1091
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
1092
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
1093
+ </g>
1094
+ </g>
1095
+ </g>
1096
+ </g>
1097
+ </g>
1098
+ <g id="layout::spacer.8-6-8-6.1">
1099
+ <g id="spacer.8-6-8-6.1" />
1100
+ </g>
1101
+ <g id="layout::spacer.8-4-8-4.1">
1102
+ <g id="spacer.8-4-8-4.1" />
1103
+ </g>
1104
+ <g id="layout::spacer.6-6-6-6.1">
1105
+ <g id="spacer.6-6-6-6.1" />
1106
+ </g>
1107
+ <g id="layout::spacer.6-4-6-4.1">
1108
+ <g id="spacer.6-4-6-4.1" />
1109
+ </g>
1110
+ <g id="layout::axis-t.6-5-6-5.1">
1111
+ <g id="axis-t.6-5-6-5.1" />
1112
+ </g>
1113
+ <g id="layout::axis-l.7-4-7-4.1">
1114
+ <g id="axis-l.7-4-7-4.1">
1115
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
1116
+ <g id="GRID.absoluteGrob.39.1">
1117
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
1118
+ <g id="axis.1">
1119
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1">
1120
+ <g id="axis.1-1-1-1.1">
1121
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
1122
+ font-size="8.8" stroke="rgb(77,77,77)"
1123
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1124
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1125
+ <g
1126
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1">
1127
+ <g id="GRID.titleGrob.37.1">
1128
+ <g id="GRID.text.36.1">
1129
+ <g id="GRID.text.36.1.1" transform="translate(28.21, 173.05)"
1130
+ stroke-width="0.1">
1131
+ <g id="GRID.text.36.1.1.scale" transform="scale(1, -1)">
1132
+ <text x="0" y="0" id="GRID.text.36.1.1.text" text-anchor="end"
1133
+ font-size="8.8" stroke="rgb(77,77,77)"
1134
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1135
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1136
+ font-weight="normal" font-style="normal">
1137
+ <tspan id="GRID.text.36.1.1.tspan.1" dy="3.15" x="0">20</tspan>
1138
+ </text>
1139
+ </g>
1140
+ </g>
1141
+ <g id="GRID.text.36.1.2" transform="translate(28.21, 320.5)"
1142
+ stroke-width="0.1">
1143
+ <g id="GRID.text.36.1.2.scale" transform="scale(1, -1)">
1144
+ <text x="0" y="0" id="GRID.text.36.1.2.text" text-anchor="end"
1145
+ font-size="8.8" stroke="rgb(77,77,77)"
1146
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1147
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1148
+ font-weight="normal" font-style="normal">
1149
+ <tspan id="GRID.text.36.1.2.tspan.1" dy="3.15" x="0">30</tspan>
1150
+ </text>
1151
+ </g>
1152
+ </g>
1153
+ <g id="GRID.text.36.1.3" transform="translate(28.21, 467.95)"
1154
+ stroke-width="0.1">
1155
+ <g id="GRID.text.36.1.3.scale" transform="scale(1, -1)">
1156
+ <text x="0" y="0" id="GRID.text.36.1.3.text" text-anchor="end"
1157
+ font-size="8.8" stroke="rgb(77,77,77)"
1158
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1159
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1160
+ font-weight="normal" font-style="normal">
1161
+ <tspan id="GRID.text.36.1.3.tspan.1" dy="3.15" x="0">40</tspan>
1162
+ </text>
1163
+ </g>
1164
+ </g>
1165
+ </g>
1166
+ </g>
1167
+ </g>
1168
+ </g>
1169
+ </g>
1170
+ </g>
1171
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1">
1172
+ <g id="axis.1-2-1-2.1">
1173
+ <g id="GRID.polyline.38.1">
1174
+ <polyline id="GRID.polyline.38.1.1" points="30.4,173.05 33.14,173.05"
1175
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1176
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1177
+ fill-opacity="1" />
1178
+ <polyline id="GRID.polyline.38.1.2" points="30.4,320.5 33.14,320.5"
1179
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1180
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1181
+ fill-opacity="1" />
1182
+ <polyline id="GRID.polyline.38.1.3" points="30.4,467.95 33.14,467.95"
1183
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1184
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1185
+ fill-opacity="1" />
1186
+ </g>
1187
+ </g>
1188
+ </g>
1189
+ </g>
1190
+ </g>
1191
+ </g>
1192
+ </g>
1193
+ </g>
1194
+ </g>
1195
+ <g id="layout::axis-r.7-6-7-6.1">
1196
+ <g id="axis-r.7-6-7-6.1" />
1197
+ </g>
1198
+ <g id="layout::axis-b.8-5-8-5.1">
1199
+ <g id="axis-b.8-5-8-5.1">
1200
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
1201
+ <g id="GRID.absoluteGrob.35.1">
1202
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
1203
+ <g id="axis.2">
1204
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1">
1205
+ <g id="axis.1-1-1-1.2">
1206
+ <g id="GRID.polyline.34.1">
1207
+ <polyline id="GRID.polyline.34.1.1" points="98.49,28.76 98.49,31.5"
1208
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1209
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1210
+ fill-opacity="1" />
1211
+ <polyline id="GRID.polyline.34.1.2" points="196.03,28.76 196.03,31.5"
1212
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1213
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1214
+ fill-opacity="1" />
1215
+ <polyline id="GRID.polyline.34.1.3" points="293.57,28.76 293.57,31.5"
1216
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1217
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1218
+ fill-opacity="1" />
1219
+ <polyline id="GRID.polyline.34.1.4" points="391.11,28.76 391.11,31.5"
1220
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1221
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1222
+ fill-opacity="1" />
1223
+ <polyline id="GRID.polyline.34.1.5" points="488.65,28.76 488.65,31.5"
1224
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1225
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1226
+ fill-opacity="1" />
1227
+ <polyline id="GRID.polyline.34.1.6" points="586.18,28.76 586.18,31.5"
1228
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1229
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1230
+ fill-opacity="1" />
1231
+ </g>
1232
+ </g>
1233
+ </g>
1234
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1">
1235
+ <g id="axis.2-1-2-1.1">
1236
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
1237
+ font-size="8.8" stroke="rgb(77,77,77)"
1238
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1239
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1240
+ <g
1241
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1">
1242
+ <g id="GRID.titleGrob.33.1">
1243
+ <g id="GRID.text.31.1">
1244
+ <g id="GRID.text.31.1.1" transform="translate(98.49, 26.56)"
1245
+ stroke-width="0.1">
1246
+ <g id="GRID.text.31.1.1.scale" transform="scale(1, -1)">
1247
+ <text x="0" y="0" id="GRID.text.31.1.1.text"
1248
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1249
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1250
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1251
+ font-weight="normal" font-style="normal">
1252
+ <tspan id="GRID.text.31.1.1.tspan.1" dy="6.3" x="0">2</tspan>
1253
+ </text>
1254
+ </g>
1255
+ </g>
1256
+ <g id="GRID.text.31.1.2" transform="translate(196.03, 26.56)"
1257
+ stroke-width="0.1">
1258
+ <g id="GRID.text.31.1.2.scale" transform="scale(1, -1)">
1259
+ <text x="0" y="0" id="GRID.text.31.1.2.text"
1260
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1261
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1262
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1263
+ font-weight="normal" font-style="normal">
1264
+ <tspan id="GRID.text.31.1.2.tspan.1" dy="6.3" x="0">3</tspan>
1265
+ </text>
1266
+ </g>
1267
+ </g>
1268
+ <g id="GRID.text.31.1.3" transform="translate(293.57, 26.56)"
1269
+ stroke-width="0.1">
1270
+ <g id="GRID.text.31.1.3.scale" transform="scale(1, -1)">
1271
+ <text x="0" y="0" id="GRID.text.31.1.3.text"
1272
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1273
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1274
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1275
+ font-weight="normal" font-style="normal">
1276
+ <tspan id="GRID.text.31.1.3.tspan.1" dy="6.3" x="0">4</tspan>
1277
+ </text>
1278
+ </g>
1279
+ </g>
1280
+ <g id="GRID.text.31.1.4" transform="translate(391.11, 26.56)"
1281
+ stroke-width="0.1">
1282
+ <g id="GRID.text.31.1.4.scale" transform="scale(1, -1)">
1283
+ <text x="0" y="0" id="GRID.text.31.1.4.text"
1284
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1285
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1286
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1287
+ font-weight="normal" font-style="normal">
1288
+ <tspan id="GRID.text.31.1.4.tspan.1" dy="6.3" x="0">5</tspan>
1289
+ </text>
1290
+ </g>
1291
+ </g>
1292
+ <g id="GRID.text.31.1.5" transform="translate(488.65, 26.56)"
1293
+ stroke-width="0.1">
1294
+ <g id="GRID.text.31.1.5.scale" transform="scale(1, -1)">
1295
+ <text x="0" y="0" id="GRID.text.31.1.5.text"
1296
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1297
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1298
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1299
+ font-weight="normal" font-style="normal">
1300
+ <tspan id="GRID.text.31.1.5.tspan.1" dy="6.3" x="0">6</tspan>
1301
+ </text>
1302
+ </g>
1303
+ </g>
1304
+ <g id="GRID.text.31.1.6" transform="translate(586.18, 26.56)"
1305
+ stroke-width="0.1">
1306
+ <g id="GRID.text.31.1.6.scale" transform="scale(1, -1)">
1307
+ <text x="0" y="0" id="GRID.text.31.1.6.text"
1308
+ text-anchor="middle" font-size="8.8" 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.6.tspan.1" dy="6.3" x="0">7</tspan>
1313
+ </text>
1314
+ </g>
1315
+ </g>
1316
+ </g>
1317
+ </g>
1318
+ </g>
1319
+ </g>
1320
+ </g>
1321
+ </g>
1322
+ </g>
1323
+ </g>
1324
+ </g>
1325
+ </g>
1326
+ </g>
1327
+ </g>
1328
+ <g id="layout::xlab-t.5-5-5-5.1">
1329
+ <g id="xlab-t.5-5-5-5.1" />
1330
+ </g>
1331
+ <g id="layout::xlab-b.9-5-9-5.1">
1332
+ <g id="xlab-b.9-5-9-5.1">
1333
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7.1" font-size="11" stroke="rgb(0,0,0)"
1334
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1335
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1336
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
1337
+ <g id="axis.title.x.bottom..titleGrob.43.1">
1338
+ <g id="GRID.text.40.1">
1339
+ <g id="GRID.text.40.1.1" transform="translate(322.83, 15.67)"
1340
+ stroke-width="0.1">
1341
+ <g id="GRID.text.40.1.1.scale" transform="scale(1, -1)">
1342
+ <text x="0" y="0" id="GRID.text.40.1.1.text" text-anchor="middle"
1343
+ font-size="11" stroke="rgb(0,0,0)"
1344
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1345
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
1346
+ font-weight="normal" font-style="normal">
1347
+ <tspan id="GRID.text.40.1.1.tspan.1" dy="7.88" x="0">displ</tspan>
1348
+ </text>
1349
+ </g>
1350
+ </g>
1351
+ </g>
1352
+ </g>
1353
+ </g>
1354
+ </g>
1355
+ </g>
1356
+ </g>
1357
+ <g id="layout::ylab-l.7-3-7-3.1">
1358
+ <g id="ylab-l.7-3-7-3.1">
1359
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9.1" font-size="11" 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::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
1363
+ <g id="axis.title.y.left..titleGrob.46.1">
1364
+ <g id="GRID.text.44.1">
1365
+ <g id="GRID.text.44.1.1" transform="translate(5.48, 291.01)"
1366
+ stroke-width="0.1">
1367
+ <g id="GRID.text.44.1.1.scale" transform="scale(1, -1)">
1368
+ <text x="0" y="0" id="GRID.text.44.1.1.text" transform="rotate(-90)"
1369
+ text-anchor="middle" font-size="11" 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.44.1.1.tspan.1" dy="7.88" x="0">hwy</tspan>
1374
+ </text>
1375
+ </g>
1376
+ </g>
1377
+ </g>
1378
+ </g>
1379
+ </g>
1380
+ </g>
1381
+ </g>
1382
+ </g>
1383
+ <g id="layout::ylab-r.7-7-7-7.1">
1384
+ <g id="ylab-r.7-7-7-7.1" />
1385
+ </g>
1386
+ <g id="layout::subtitle.4-5-4-5.1">
1387
+ <g id="subtitle.4-5-4-5.1" />
1388
+ </g>
1389
+ <g id="layout::title.3-5-3-5.1">
1390
+ <g id="title.3-5-3-5.1" />
1391
+ </g>
1392
+ <g id="layout::caption.10-5-10-5.1">
1393
+ <g id="caption.10-5-10-5.1" />
1394
+ </g>
1395
+ <g id="layout::tag.2-2-2-2.1">
1396
+ <g id="tag.2-2-2-2.1" />
1397
+ </g>
1398
+ </g>
1399
+ </g>
1400
+ </g>
1401
+ </g>
1402
+ </svg>