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,1429 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="478px"
2
+ height="344px" viewBox="0 0 478 344" version="1.1">
3
+ <metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
4
+ <gridsvg:generator name="gridSVG" version="1.7-5" time="2023-04-06 16:31:57" />
5
+ <gridsvg:argument name="name" value="scatterplot_label.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, 344) 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="478" height="344" 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.245.1">
42
+ <rect id="plot.background..rect.245.1.1" x="0" y="0" width="478" height="344"
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="439.38" height="289.33" 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.223.1">
56
+ <g id="grill.gTree.221.1">
57
+ <g id="panel.background..rect.212.1">
58
+ <rect id="panel.background..rect.212.1.1" x="33.14" y="31.5" width="439.38"
59
+ height="289.33" 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.214.1">
64
+ <polyline id="panel.grid.minor.y..polyline.214.1.1"
65
+ points="33.14,69.31 472.52,69.31" 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.214.1.2"
69
+ points="33.14,151.5 472.52,151.5" 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.214.1.3"
73
+ points="33.14,233.7 472.52,233.7" 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.214.1.4"
77
+ points="33.14,315.89 472.52,315.89" 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.216.1">
82
+ <polyline id="panel.grid.minor.x..polyline.216.1.1"
83
+ points="45.71,31.5 45.71,320.82" 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.216.1.2"
87
+ points="119.68,31.5 119.68,320.82" 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.216.1.3"
91
+ points="193.65,31.5 193.65,320.82" 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.216.1.4"
95
+ points="267.62,31.5 267.62,320.82" 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.216.1.5"
99
+ points="341.59,31.5 341.59,320.82" 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.216.1.6"
103
+ points="415.56,31.5 415.56,320.82" 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.218.1">
108
+ <polyline id="panel.grid.major.y..polyline.218.1.2"
109
+ points="33.14,110.4 472.52,110.4" 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.218.1.3"
113
+ points="33.14,192.6 472.52,192.6" 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.218.1.4"
117
+ points="33.14,274.79 472.52,274.79" 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.220.1">
122
+ <polyline id="panel.grid.major.x..polyline.220.1.2"
123
+ points="82.7,31.5 82.7,320.82" 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.220.1.3"
127
+ points="156.67,31.5 156.67,320.82" 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.220.1.4"
131
+ points="230.64,31.5 230.64,320.82" 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.220.1.5"
135
+ points="304.61,31.5 304.61,320.82" 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.220.1.6"
139
+ points="378.58,31.5 378.58,320.82" 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.220.1.7"
143
+ points="452.55,31.5 452.55,320.82" 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.205.1">
149
+ <use id="geom_point.points.205.1.1" href="#gridSVG.pch19" x="67.9" y="184.38"
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.205.1.2" href="#gridSVG.pch19" x="67.9" y="184.38"
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.205.1.3" href="#gridSVG.pch19" x="82.7" y="200.82"
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.205.1.4" href="#gridSVG.pch19" x="82.7" y="192.6"
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.205.1.5" href="#gridSVG.pch19" x="141.87" y="159.72"
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.205.1.6" href="#gridSVG.pch19" x="141.87" y="159.72"
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.205.1.7" href="#gridSVG.pch19" x="164.07" y="167.94"
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.205.1.8" href="#gridSVG.pch19" x="67.9" y="159.72"
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.205.1.9" href="#gridSVG.pch19" x="67.9" y="151.5"
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.205.1.10" href="#gridSVG.pch19" x="82.7" y="176.16"
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.205.1.11" href="#gridSVG.pch19" x="82.7" y="167.94"
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.205.1.12" href="#gridSVG.pch19" x="141.87" y="151.5"
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.205.1.13" href="#gridSVG.pch19" x="141.87" y="151.5"
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.205.1.14" href="#gridSVG.pch19" x="164.07" y="151.5"
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.205.1.15" href="#gridSVG.pch19" x="164.07" y="151.5"
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.205.1.16" href="#gridSVG.pch19" x="141.87" y="143.28"
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.205.1.17" href="#gridSVG.pch19" x="164.07" y="151.5"
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.205.1.18" href="#gridSVG.pch19" x="245.43" y="135.06"
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.205.1.19" href="#gridSVG.pch19" x="326.8" y="110.4"
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.205.1.20" href="#gridSVG.pch19" x="326.8" y="69.31"
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.205.1.21" href="#gridSVG.pch19" x="326.8" y="110.4"
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.205.1.22" href="#gridSVG.pch19" x="356.39" y="85.74"
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.205.1.23" href="#gridSVG.pch19" x="378.58" y="85.74"
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.205.1.24" href="#gridSVG.pch19" x="356.39" y="159.72"
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.205.1.25" href="#gridSVG.pch19" x="356.39" y="135.06"
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.205.1.26" href="#gridSVG.pch19" x="393.37" y="159.72"
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.205.1.27" href="#gridSVG.pch19" x="393.37" y="151.5"
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.205.1.28" href="#gridSVG.pch19" x="452.55" y="143.28"
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.205.1.29" href="#gridSVG.pch19" x="326.8" y="102.18"
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.205.1.30" href="#gridSVG.pch19" x="326.8" y="61.09"
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.205.1.31" href="#gridSVG.pch19" x="356.39" y="69.31"
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.205.1.32" href="#gridSVG.pch19" x="415.56" y="85.74"
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.205.1.33" href="#gridSVG.pch19" x="112.29" y="167.94"
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.205.1.34" href="#gridSVG.pch19" x="112.29" y="192.6"
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.205.1.35" href="#gridSVG.pch19" x="164.07" y="159.72"
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.205.1.36" href="#gridSVG.pch19" x="193.65" y="184.38"
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.205.1.37" href="#gridSVG.pch19" x="201.05" y="159.72"
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.205.1.38" href="#gridSVG.pch19" x="112.29" y="143.28"
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.205.1.39" href="#gridSVG.pch19" x="156.67" y="143.28"
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.205.1.40" href="#gridSVG.pch19" x="178.86" y="126.84"
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.205.1.41" href="#gridSVG.pch19" x="178.86" y="126.84"
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.205.1.42" href="#gridSVG.pch19" x="178.86" y="143.28"
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.205.1.43" href="#gridSVG.pch19" x="178.86" y="143.28"
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.205.1.44" href="#gridSVG.pch19" x="178.86" y="85.74"
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.205.1.45" href="#gridSVG.pch19" x="215.84" y="126.84"
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.205.1.46" href="#gridSVG.pch19" x="215.84" y="118.62"
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.205.1.47" href="#gridSVG.pch19" x="215.84" y="135.06"
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.205.1.48" href="#gridSVG.pch19" x="230.64" y="135.06"
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.205.1.49" href="#gridSVG.pch19" x="208.45" y="102.18"
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.205.1.50" href="#gridSVG.pch19" x="208.45" y="93.96"
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.205.1.51" href="#gridSVG.pch19" x="223.24" y="85.74"
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.205.1.52" href="#gridSVG.pch19" x="223.24" y="85.74"
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.205.1.53" href="#gridSVG.pch19" x="282.42" y="102.18"
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.205.1.54" href="#gridSVG.pch19" x="282.42" y="102.18"
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.205.1.55" href="#gridSVG.pch19" x="282.42" y="44.65"
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.205.1.56" href="#gridSVG.pch19" x="319.4" y="85.74"
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.205.1.57" href="#gridSVG.pch19" x="319.4" y="69.31"
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.205.1.58" href="#gridSVG.pch19" x="223.24" y="85.74"
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.205.1.59" href="#gridSVG.pch19" x="282.42" y="85.74"
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.205.1.60" href="#gridSVG.pch19" x="282.42" y="44.65"
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.205.1.61" href="#gridSVG.pch19" x="282.42" y="85.74"
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.205.1.62" href="#gridSVG.pch19" x="319.4" y="77.53"
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.205.1.63" href="#gridSVG.pch19" x="356.39" y="93.96"
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.205.1.64" href="#gridSVG.pch19" x="371.18" y="69.31"
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.205.1.65" href="#gridSVG.pch19" x="282.42" y="77.53"
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.205.1.66" href="#gridSVG.pch19" x="282.42" y="44.65"
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.205.1.67" href="#gridSVG.pch19" x="282.42" y="85.74"
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.205.1.68" href="#gridSVG.pch19" x="282.42" y="85.74"
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.205.1.69" href="#gridSVG.pch19" x="282.42" y="77.53"
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.205.1.70" href="#gridSVG.pch19" x="282.42" y="44.65"
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.205.1.71" href="#gridSVG.pch19" x="319.4" y="69.31"
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.205.1.72" href="#gridSVG.pch19" x="319.4" y="77.53"
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.205.1.73" href="#gridSVG.pch19" x="356.39" y="85.74"
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.205.1.74" href="#gridSVG.pch19" x="371.18" y="69.31"
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.205.1.75" href="#gridSVG.pch19" x="275.02" y="85.74"
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.205.1.76" href="#gridSVG.pch19" x="334.2" y="85.74"
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.205.1.77" href="#gridSVG.pch19" x="334.2" y="93.96"
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.205.1.78" href="#gridSVG.pch19" x="230.64" y="85.74"
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.205.1.79" href="#gridSVG.pch19" x="230.64" y="102.18"
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.205.1.80" href="#gridSVG.pch19" x="230.64" y="85.74"
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.205.1.81" href="#gridSVG.pch19" x="230.64" y="102.18"
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.205.1.82" href="#gridSVG.pch19" x="275.02" y="102.18"
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.205.1.83" href="#gridSVG.pch19" x="304.61" y="85.74"
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.205.1.84" href="#gridSVG.pch19" x="245.43" y="85.74"
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.205.1.85" href="#gridSVG.pch19" x="245.43" y="85.74"
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.205.1.86" href="#gridSVG.pch19" x="275.02" y="77.53"
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.205.1.87" href="#gridSVG.pch19" x="275.02" y="77.53"
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.205.1.88" href="#gridSVG.pch19" x="275.02" y="85.74"
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.205.1.89" href="#gridSVG.pch19" x="334.2" y="69.31"
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.205.1.90" href="#gridSVG.pch19" x="334.2" y="85.74"
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.205.1.91" href="#gridSVG.pch19" x="215.84" y="159.72"
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.205.1.92" href="#gridSVG.pch19" x="215.84" y="151.5"
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.205.1.93" href="#gridSVG.pch19" x="230.64" y="159.72"
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.205.1.94" href="#gridSVG.pch19" x="230.64" y="143.28"
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.205.1.95" href="#gridSVG.pch19" x="275.02" y="118.62"
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.205.1.96" href="#gridSVG.pch19" x="275.02" y="126.84"
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.205.1.97" href="#gridSVG.pch19" x="275.02" y="135.06"
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.205.1.98" href="#gridSVG.pch19" x="275.02" y="126.84"
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.205.1.99" href="#gridSVG.pch19" x="334.2" y="110.4"
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.205.1.100" href="#gridSVG.pch19" x="53.11" y="217.26"
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.205.1.101" href="#gridSVG.pch19" x="53.11" y="209.04"
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.205.1.102" href="#gridSVG.pch19" x="53.11" y="209.04"
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.205.1.103" href="#gridSVG.pch19" x="53.11" y="184.38"
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.205.1.104" href="#gridSVG.pch19" x="53.11" y="209.04"
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.205.1.105" href="#gridSVG.pch19" x="67.9" y="225.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.205.1.106" href="#gridSVG.pch19" x="67.9" y="241.92"
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.205.1.107" href="#gridSVG.pch19" x="67.9" y="241.92"
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.205.1.108" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.109" href="#gridSVG.pch19" x="112.29" y="159.72"
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.205.1.110" href="#gridSVG.pch19" x="112.29" y="167.94"
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.205.1.111" href="#gridSVG.pch19" x="112.29" y="192.6"
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.205.1.112" href="#gridSVG.pch19" x="112.29" y="200.82"
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.205.1.113" href="#gridSVG.pch19" x="119.68" y="159.72"
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.205.1.114" href="#gridSVG.pch19" x="119.68" y="159.72"
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.205.1.115" href="#gridSVG.pch19" x="178.86" y="176.16"
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.205.1.116" href="#gridSVG.pch19" x="82.7" y="159.72"
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.205.1.117" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.118" href="#gridSVG.pch19" x="82.7" y="176.16"
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.205.1.119" href="#gridSVG.pch19" x="82.7" y="167.94"
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.205.1.120" href="#gridSVG.pch19" x="134.48" y="143.28"
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.205.1.121" href="#gridSVG.pch19" x="134.48" y="143.28"
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.205.1.122" href="#gridSVG.pch19" x="134.48" y="143.28"
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.205.1.123" href="#gridSVG.pch19" x="156.67" y="126.84"
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.205.1.124" href="#gridSVG.pch19" x="208.45" y="102.18"
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.205.1.125" href="#gridSVG.pch19" x="230.64" y="110.4"
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.205.1.126" href="#gridSVG.pch19" x="282.42" y="85.74"
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.205.1.127" href="#gridSVG.pch19" x="282.42" y="44.65"
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.205.1.128" href="#gridSVG.pch19" x="282.42" y="102.18"
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.205.1.129" href="#gridSVG.pch19" x="356.39" y="93.96"
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.205.1.130" href="#gridSVG.pch19" x="385.98" y="61.09"
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.205.1.131" href="#gridSVG.pch19" x="230.64" y="69.31"
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.205.1.132" href="#gridSVG.pch19" x="245.43" y="93.96"
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.205.1.133" href="#gridSVG.pch19" x="260.23" y="93.96"
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.205.1.134" href="#gridSVG.pch19" x="275.02" y="69.31"
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.205.1.135" href="#gridSVG.pch19" x="334.2" y="85.74"
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.205.1.136" href="#gridSVG.pch19" x="334.2" y="77.53"
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.205.1.137" href="#gridSVG.pch19" x="334.2" y="93.96"
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.205.1.138" href="#gridSVG.pch19" x="230.64" y="85.74"
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.205.1.139" href="#gridSVG.pch19" x="230.64" y="102.18"
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.205.1.140" href="#gridSVG.pch19" x="275.02" y="102.18"
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.205.1.141" href="#gridSVG.pch19" x="304.61" y="85.74"
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.205.1.142" href="#gridSVG.pch19" x="112.29" y="184.38"
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.205.1.143" href="#gridSVG.pch19" x="112.29" y="167.94"
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.205.1.144" href="#gridSVG.pch19" x="119.68" y="200.82"
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.205.1.145" href="#gridSVG.pch19" x="119.68" y="209.04"
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.205.1.146" href="#gridSVG.pch19" x="193.65" y="167.94"
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.205.1.147" href="#gridSVG.pch19" x="193.65" y="159.72"
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.205.1.148" href="#gridSVG.pch19" x="156.67" y="159.72"
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.205.1.149" href="#gridSVG.pch19" x="156.67" y="151.5"
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.205.1.150" href="#gridSVG.pch19" x="193.65" y="151.5"
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.205.1.151" href="#gridSVG.pch19" x="178.86" y="85.74"
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.205.1.152" href="#gridSVG.pch19" x="178.86" y="85.74"
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.205.1.153" href="#gridSVG.pch19" x="230.64" y="110.4"
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.205.1.154" href="#gridSVG.pch19" x="348.99" y="93.96"
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.205.1.155" href="#gridSVG.pch19" x="164.07" y="159.72"
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.205.1.156" href="#gridSVG.pch19" x="215.84" y="159.72"
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.205.1.157" href="#gridSVG.pch19" x="215.84" y="167.94"
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.205.1.158" href="#gridSVG.pch19" x="215.84" y="176.16"
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.205.1.159" href="#gridSVG.pch19" x="326.8" y="151.5"
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.205.1.160" href="#gridSVG.pch19" x="119.68" y="151.5"
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.205.1.161" href="#gridSVG.pch19" x="119.68" y="143.28"
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.205.1.162" href="#gridSVG.pch19" x="119.68" y="167.94"
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.205.1.163" href="#gridSVG.pch19" x="119.68" y="151.5"
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.205.1.164" href="#gridSVG.pch19" x="119.68" y="159.72"
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.205.1.165" href="#gridSVG.pch19" x="119.68" y="135.06"
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.205.1.166" href="#gridSVG.pch19" x="97.49" y="159.72"
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.205.1.167" href="#gridSVG.pch19" x="97.49" y="159.72"
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.205.1.168" href="#gridSVG.pch19" x="119.68" y="159.72"
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.205.1.169" href="#gridSVG.pch19" x="119.68" y="159.72"
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.205.1.170" href="#gridSVG.pch19" x="119.68" y="151.5"
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.205.1.171" href="#gridSVG.pch19" x="119.68" y="167.94"
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.205.1.172" href="#gridSVG.pch19" x="119.68" y="151.5"
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.205.1.173" href="#gridSVG.pch19" x="119.68" y="167.94"
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.205.1.174" href="#gridSVG.pch19" x="134.48" y="110.4"
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.205.1.175" href="#gridSVG.pch19" x="134.48" y="110.4"
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.205.1.176" href="#gridSVG.pch19" x="186.26" y="102.18"
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.205.1.177" href="#gridSVG.pch19" x="186.26" y="85.74"
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.205.1.178" href="#gridSVG.pch19" x="230.64" y="110.4"
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.205.1.179" href="#gridSVG.pch19" x="282.42" y="85.74"
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.205.1.180" href="#gridSVG.pch19" x="97.49" y="184.38"
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.205.1.181" href="#gridSVG.pch19" x="97.49" y="167.94"
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.205.1.182" href="#gridSVG.pch19" x="112.29" y="200.82"
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.205.1.183" href="#gridSVG.pch19" x="112.29" y="200.82"
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.205.1.184" href="#gridSVG.pch19" x="156.67" y="159.72"
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.205.1.185" href="#gridSVG.pch19" x="156.67" y="159.72"
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.205.1.186" href="#gridSVG.pch19" x="193.65" y="176.16"
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.205.1.187" href="#gridSVG.pch19" x="97.49" y="167.94"
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.205.1.188" href="#gridSVG.pch19" x="97.49" y="184.38"
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.205.1.189" href="#gridSVG.pch19" x="112.29" y="200.82"
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.205.1.190" href="#gridSVG.pch19" x="112.29" y="200.82"
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.205.1.191" href="#gridSVG.pch19" x="156.67" y="159.72"
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.205.1.192" href="#gridSVG.pch19" x="156.67" y="159.72"
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.205.1.193" href="#gridSVG.pch19" x="178.86" y="167.94"
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.205.1.194" href="#gridSVG.pch19" x="67.9" y="192.6"
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.205.1.195" href="#gridSVG.pch19" x="67.9" y="217.26"
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.205.1.196" href="#gridSVG.pch19" x="67.9" y="233.7"
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.205.1.197" href="#gridSVG.pch19" x="67.9" y="250.13"
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.205.1.198" href="#gridSVG.pch19" x="67.9" y="233.7"
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.205.1.199" href="#gridSVG.pch19" x="282.42" y="69.31"
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.205.1.200" href="#gridSVG.pch19" x="356.39" y="93.96"
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.205.1.201" href="#gridSVG.pch19" x="134.48" y="110.4"
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.205.1.202" href="#gridSVG.pch19" x="134.48" y="110.4"
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.205.1.203" href="#gridSVG.pch19" x="134.48" y="126.84"
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.205.1.204" href="#gridSVG.pch19" x="186.26" y="85.74"
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.205.1.205" href="#gridSVG.pch19" x="186.26" y="102.18"
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.205.1.206" href="#gridSVG.pch19" x="230.64" y="93.96"
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.205.1.207" href="#gridSVG.pch19" x="230.64" y="110.4"
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.205.1.208" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.209" href="#gridSVG.pch19" x="82.7" y="159.72"
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.205.1.210" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.211" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.212" href="#gridSVG.pch19" x="141.87" y="143.28"
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.205.1.213" href="#gridSVG.pch19" x="75.3" y="307.67"
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.205.1.214" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.215" href="#gridSVG.pch19" x="82.7" y="159.72"
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.205.1.216" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.217" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.218" href="#gridSVG.pch19" x="119.68" y="184.38"
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.205.1.219" href="#gridSVG.pch19" x="119.68" y="184.38"
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.205.1.220" href="#gridSVG.pch19" x="141.87" y="135.06"
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.205.1.221" href="#gridSVG.pch19" x="141.87" y="143.28"
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.205.1.222" href="#gridSVG.pch19" x="75.3" y="307.67"
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.205.1.223" href="#gridSVG.pch19" x="75.3" y="283.01"
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.205.1.224" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.225" href="#gridSVG.pch19" x="82.7" y="159.72"
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.205.1.226" href="#gridSVG.pch19" x="119.68" y="176.16"
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.205.1.227" href="#gridSVG.pch19" x="119.68" y="184.38"
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.205.1.228" href="#gridSVG.pch19" x="67.9" y="184.38"
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.205.1.229" href="#gridSVG.pch19" x="67.9" y="184.38"
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.205.1.230" href="#gridSVG.pch19" x="82.7" y="176.16"
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.205.1.231" href="#gridSVG.pch19" x="82.7" y="184.38"
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.205.1.232" href="#gridSVG.pch19" x="141.87" y="159.72"
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.205.1.233" href="#gridSVG.pch19" x="141.87" y="159.72"
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.205.1.234" href="#gridSVG.pch19" x="201.05" y="159.72"
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.208.1">
1087
+ <g id="GRID.polyline.206.1">
1088
+ <polyline id="GRID.polyline.206.1.1"
1089
+ points="53.11,218.02 58.17,213.24 63.22,208.56 68.28,204.01 73.33,199.59 78.39,195.31 83.45,191.15 88.5,187.12 93.56,183.21 98.62,179.43 103.67,175.76 108.73,172.21 113.78,168.75 118.84,165.44 123.9,162.26 128.95,159.19 134.01,156.2 139.07,153.38 144.12,150.83 149.18,148.46 154.23,146.2 159.29,143.96 164.35,141.68 169.4,139.41 174.46,137.24 179.51,135.13 184.57,133.07 189.63,131.04 194.68,129.01 199.74,126.97 204.8,124.9 209.85,122.78 214.91,120.58 219.96,118.28 225.02,115.86 230.08,113.25 235.13,110.5 240.19,107.67 245.24,104.84 250.3,102.08 255.36,99.46 260.41,97.05 265.47,94.93 270.53,93.16 275.58,91.81 280.64,90.71 285.69,89.73 290.75,88.87 295.81,88.15 300.86,87.58 305.92,87.16 310.98,86.9 316.03,86.82 321.09,86.92 326.14,87.21 331.2,87.69 336.26,88.33 341.31,89.13 346.37,90.09 351.42,91.21 356.48,92.49 361.54,93.93 366.59,95.53 371.65,97.29 376.71,99.21 381.76,101.29 386.82,103.53 391.87,105.93 396.93,108.49 401.99,111.21 407.04,114.08 412.1,117.12 417.16,120.31 422.21,123.67 427.27,127.18 432.32,130.85 437.38,134.68 442.44,138.67 447.49,142.82 452.55,147.13"
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.43.1">
1116
+ <g id="GRID.absoluteGrob.231.1">
1117
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.43::axis.1">
1118
+ <g id="axis.1">
1119
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.43::axis::axis.1-1-1-1.1">
1120
+ <g id="axis.1-1-1-1.1">
1121
+ <g
1122
+ id="layout::axis-l.7-4-7-4::GRID.VP.43::axis::axis.1-1-1-1::GRID.VP.41.1"
1123
+ font-size="8.8" stroke="rgb(77,77,77)"
1124
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1125
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1126
+ <g
1127
+ id="layout::axis-l.7-4-7-4::GRID.VP.43::axis::axis.1-1-1-1::GRID.VP.41::GRID.VP.42.1">
1128
+ <g id="GRID.titleGrob.229.1">
1129
+ <g id="GRID.text.228.1">
1130
+ <g id="GRID.text.228.1.1" transform="translate(28.21, 110.4)"
1131
+ stroke-width="0.1">
1132
+ <g id="GRID.text.228.1.1.scale" transform="scale(1, -1)">
1133
+ <text x="0" y="0" id="GRID.text.228.1.1.text"
1134
+ text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)"
1135
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1136
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1137
+ font-weight="normal" font-style="normal">
1138
+ <tspan id="GRID.text.228.1.1.tspan.1" dy="3.15" x="0">20</tspan>
1139
+ </text>
1140
+ </g>
1141
+ </g>
1142
+ <g id="GRID.text.228.1.2" transform="translate(28.21, 192.6)"
1143
+ stroke-width="0.1">
1144
+ <g id="GRID.text.228.1.2.scale" transform="scale(1, -1)">
1145
+ <text x="0" y="0" id="GRID.text.228.1.2.text"
1146
+ text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)"
1147
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1148
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1149
+ font-weight="normal" font-style="normal">
1150
+ <tspan id="GRID.text.228.1.2.tspan.1" dy="3.15" x="0">30</tspan>
1151
+ </text>
1152
+ </g>
1153
+ </g>
1154
+ <g id="GRID.text.228.1.3" transform="translate(28.21, 274.79)"
1155
+ stroke-width="0.1">
1156
+ <g id="GRID.text.228.1.3.scale" transform="scale(1, -1)">
1157
+ <text x="0" y="0" id="GRID.text.228.1.3.text"
1158
+ text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)"
1159
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1160
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1161
+ font-weight="normal" font-style="normal">
1162
+ <tspan id="GRID.text.228.1.3.tspan.1" dy="3.15" x="0">40</tspan>
1163
+ </text>
1164
+ </g>
1165
+ </g>
1166
+ </g>
1167
+ </g>
1168
+ </g>
1169
+ </g>
1170
+ </g>
1171
+ </g>
1172
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.43::axis::axis.1-2-1-2.1">
1173
+ <g id="axis.1-2-1-2.1">
1174
+ <g id="GRID.polyline.230.1">
1175
+ <polyline id="GRID.polyline.230.1.1" points="30.4,110.4 33.14,110.4"
1176
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1177
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1178
+ fill-opacity="1" />
1179
+ <polyline id="GRID.polyline.230.1.2" points="30.4,192.6 33.14,192.6"
1180
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1181
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1182
+ fill-opacity="1" />
1183
+ <polyline id="GRID.polyline.230.1.3" points="30.4,274.79 33.14,274.79"
1184
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1185
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1186
+ fill-opacity="1" />
1187
+ </g>
1188
+ </g>
1189
+ </g>
1190
+ </g>
1191
+ </g>
1192
+ </g>
1193
+ </g>
1194
+ </g>
1195
+ </g>
1196
+ <g id="layout::axis-r.7-6-7-6.1">
1197
+ <g id="axis-r.7-6-7-6.1" />
1198
+ </g>
1199
+ <g id="layout::axis-b.8-5-8-5.1">
1200
+ <g id="axis-b.8-5-8-5.1">
1201
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.40.1">
1202
+ <g id="GRID.absoluteGrob.227.1">
1203
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.40::axis.1">
1204
+ <g id="axis.2">
1205
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.40::axis::axis.1-1-1-1.1">
1206
+ <g id="axis.1-1-1-1.2">
1207
+ <g id="GRID.polyline.226.1">
1208
+ <polyline id="GRID.polyline.226.1.1" points="82.7,28.76 82.7,31.5"
1209
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1210
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1211
+ fill-opacity="1" />
1212
+ <polyline id="GRID.polyline.226.1.2" points="156.67,28.76 156.67,31.5"
1213
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1214
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1215
+ fill-opacity="1" />
1216
+ <polyline id="GRID.polyline.226.1.3" points="230.64,28.76 230.64,31.5"
1217
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1218
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1219
+ fill-opacity="1" />
1220
+ <polyline id="GRID.polyline.226.1.4" points="304.61,28.76 304.61,31.5"
1221
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1222
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1223
+ fill-opacity="1" />
1224
+ <polyline id="GRID.polyline.226.1.5" points="378.58,28.76 378.58,31.5"
1225
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1226
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1227
+ fill-opacity="1" />
1228
+ <polyline id="GRID.polyline.226.1.6" points="452.55,28.76 452.55,31.5"
1229
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
1230
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
1231
+ fill-opacity="1" />
1232
+ </g>
1233
+ </g>
1234
+ </g>
1235
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.40::axis::axis.2-1-2-1.1">
1236
+ <g id="axis.2-1-2-1.1">
1237
+ <g
1238
+ id="layout::axis-b.8-5-8-5::GRID.VP.40::axis::axis.2-1-2-1::GRID.VP.38.1"
1239
+ font-size="8.8" stroke="rgb(77,77,77)"
1240
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1241
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1242
+ <g
1243
+ id="layout::axis-b.8-5-8-5::GRID.VP.40::axis::axis.2-1-2-1::GRID.VP.38::GRID.VP.39.1">
1244
+ <g id="GRID.titleGrob.225.1">
1245
+ <g id="GRID.text.224.1">
1246
+ <g id="GRID.text.224.1.1" transform="translate(82.7, 26.56)"
1247
+ stroke-width="0.1">
1248
+ <g id="GRID.text.224.1.1.scale" transform="scale(1, -1)">
1249
+ <text x="0" y="0" id="GRID.text.224.1.1.text"
1250
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1251
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1252
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1253
+ font-weight="normal" font-style="normal">
1254
+ <tspan id="GRID.text.224.1.1.tspan.1" dy="6.3" x="0">2</tspan>
1255
+ </text>
1256
+ </g>
1257
+ </g>
1258
+ <g id="GRID.text.224.1.2" transform="translate(156.67, 26.56)"
1259
+ stroke-width="0.1">
1260
+ <g id="GRID.text.224.1.2.scale" transform="scale(1, -1)">
1261
+ <text x="0" y="0" id="GRID.text.224.1.2.text"
1262
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1263
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1264
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1265
+ font-weight="normal" font-style="normal">
1266
+ <tspan id="GRID.text.224.1.2.tspan.1" dy="6.3" x="0">3</tspan>
1267
+ </text>
1268
+ </g>
1269
+ </g>
1270
+ <g id="GRID.text.224.1.3" transform="translate(230.64, 26.56)"
1271
+ stroke-width="0.1">
1272
+ <g id="GRID.text.224.1.3.scale" transform="scale(1, -1)">
1273
+ <text x="0" y="0" id="GRID.text.224.1.3.text"
1274
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1275
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1276
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1277
+ font-weight="normal" font-style="normal">
1278
+ <tspan id="GRID.text.224.1.3.tspan.1" dy="6.3" x="0">4</tspan>
1279
+ </text>
1280
+ </g>
1281
+ </g>
1282
+ <g id="GRID.text.224.1.4" transform="translate(304.61, 26.56)"
1283
+ stroke-width="0.1">
1284
+ <g id="GRID.text.224.1.4.scale" transform="scale(1, -1)">
1285
+ <text x="0" y="0" id="GRID.text.224.1.4.text"
1286
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1287
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1288
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1289
+ font-weight="normal" font-style="normal">
1290
+ <tspan id="GRID.text.224.1.4.tspan.1" dy="6.3" x="0">5</tspan>
1291
+ </text>
1292
+ </g>
1293
+ </g>
1294
+ <g id="GRID.text.224.1.5" transform="translate(378.58, 26.56)"
1295
+ stroke-width="0.1">
1296
+ <g id="GRID.text.224.1.5.scale" transform="scale(1, -1)">
1297
+ <text x="0" y="0" id="GRID.text.224.1.5.text"
1298
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1299
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1300
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1301
+ font-weight="normal" font-style="normal">
1302
+ <tspan id="GRID.text.224.1.5.tspan.1" dy="6.3" x="0">6</tspan>
1303
+ </text>
1304
+ </g>
1305
+ </g>
1306
+ <g id="GRID.text.224.1.6" transform="translate(452.55, 26.56)"
1307
+ stroke-width="0.1">
1308
+ <g id="GRID.text.224.1.6.scale" transform="scale(1, -1)">
1309
+ <text x="0" y="0" id="GRID.text.224.1.6.text"
1310
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
1311
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1312
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
1313
+ font-weight="normal" font-style="normal">
1314
+ <tspan id="GRID.text.224.1.6.tspan.1" dy="6.3" x="0">7</tspan>
1315
+ </text>
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>
1329
+ </g>
1330
+ <g id="layout::xlab-t.5-5-5-5.1">
1331
+ <g id="xlab-t.5-5-5-5.1" />
1332
+ </g>
1333
+ <g id="layout::xlab-b.9-5-9-5.1">
1334
+ <g id="xlab-b.9-5-9-5.1">
1335
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.44.1" font-size="11" stroke="rgb(0,0,0)"
1336
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1337
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1338
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.44::GRID.VP.45.1">
1339
+ <g id="axis.title.x.bottom..titleGrob.234.1">
1340
+ <g id="GRID.text.232.1">
1341
+ <g id="GRID.text.232.1.1" transform="translate(252.83, 15.67)"
1342
+ stroke-width="0.1">
1343
+ <g id="GRID.text.232.1.1.scale" transform="scale(1, -1)">
1344
+ <text x="0" y="0" id="GRID.text.232.1.1.text" text-anchor="middle"
1345
+ font-size="11" stroke="rgb(0,0,0)"
1346
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1347
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
1348
+ font-weight="normal" font-style="normal">
1349
+ <tspan id="GRID.text.232.1.1.tspan.1" dy="7.88" x="0">Engine
1350
+ Displacement</tspan>
1351
+ </text>
1352
+ </g>
1353
+ </g>
1354
+ </g>
1355
+ </g>
1356
+ </g>
1357
+ </g>
1358
+ </g>
1359
+ </g>
1360
+ <g id="layout::ylab-l.7-3-7-3.1">
1361
+ <g id="ylab-l.7-3-7-3.1">
1362
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.46.1" font-size="11" stroke="rgb(0,0,0)"
1363
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1364
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1365
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.46::GRID.VP.47.1">
1366
+ <g id="axis.title.y.left..titleGrob.237.1">
1367
+ <g id="GRID.text.235.1">
1368
+ <g id="GRID.text.235.1.1" transform="translate(5.48, 176.16)"
1369
+ stroke-width="0.1">
1370
+ <g id="GRID.text.235.1.1.scale" transform="scale(1, -1)">
1371
+ <text x="0" y="0" id="GRID.text.235.1.1.text" transform="rotate(-90)"
1372
+ text-anchor="middle" font-size="11" stroke="rgb(0,0,0)"
1373
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1374
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
1375
+ font-weight="normal" font-style="normal">
1376
+ <tspan id="GRID.text.235.1.1.tspan.1" dy="7.88" x="0">Highway Mileage</tspan>
1377
+ </text>
1378
+ </g>
1379
+ </g>
1380
+ </g>
1381
+ </g>
1382
+ </g>
1383
+ </g>
1384
+ </g>
1385
+ </g>
1386
+ <g id="layout::ylab-r.7-7-7-7.1">
1387
+ <g id="ylab-r.7-7-7-7.1" />
1388
+ </g>
1389
+ <g id="layout::subtitle.4-5-4-5.1">
1390
+ <g id="subtitle.4-5-4-5.1" />
1391
+ </g>
1392
+ <g id="layout::title.3-5-3-5.1">
1393
+ <g id="title.3-5-3-5.1">
1394
+ <g id="layout::title.3-5-3-5::GRID.VP.48.1" font-size="13.2" stroke="rgb(0,0,0)"
1395
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1396
+ stroke-opacity="1" font-weight="normal" font-style="normal">
1397
+ <g id="layout::title.3-5-3-5::GRID.VP.48::GRID.VP.49.1">
1398
+ <g id="plot.title..titleGrob.240.1">
1399
+ <g id="GRID.text.238.1">
1400
+ <g id="GRID.text.238.1.1" transform="translate(33.14, 338.52)"
1401
+ stroke-width="0.1">
1402
+ <g id="GRID.text.238.1.1.scale" transform="scale(1, -1)">
1403
+ <text x="0" y="0" id="GRID.text.238.1.1.text" text-anchor="start"
1404
+ font-size="13.2" stroke="rgb(0,0,0)"
1405
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1406
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
1407
+ font-weight="normal" font-style="normal">
1408
+ <tspan id="GRID.text.238.1.1.tspan.1" dy="9.45" x="0">Highway Mileage by
1409
+ Engine Displacement.</tspan>
1410
+ </text>
1411
+ </g>
1412
+ </g>
1413
+ </g>
1414
+ </g>
1415
+ </g>
1416
+ </g>
1417
+ </g>
1418
+ </g>
1419
+ <g id="layout::caption.10-5-10-5.1">
1420
+ <g id="caption.10-5-10-5.1" />
1421
+ </g>
1422
+ <g id="layout::tag.2-2-2-2.1">
1423
+ <g id="tag.2-2-2-2.1" />
1424
+ </g>
1425
+ </g>
1426
+ </g>
1427
+ </g>
1428
+ </g>
1429
+ </svg>