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,1856 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>SVG Box Plot</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <meta charset="utf-8" />
7
+ <link
8
+ href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"
9
+ rel="stylesheet"
10
+ integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
11
+ crossorigin="anonymous"
12
+ />
13
+ <link rel="stylesheet" href="../src/styles.css" type="text/css" />
14
+ </head>
15
+
16
+ <body>
17
+ <div class="container mt-3">
18
+ <div id="container" data-plottype="bar">
19
+ <div id="braille-div">
20
+ <input id="braille-input" class="braille-input hidden" type="text" />
21
+ </div>
22
+
23
+ <div id="svg-container">
24
+ <svg
25
+ xmlns="http://www.w3.org/2000/svg"
26
+ xmlns:xlink="http://www.w3.org/1999/xlink"
27
+ width="478px"
28
+ height="344px"
29
+ viewBox="0 0 478 344"
30
+ version="1.1"
31
+ >
32
+ <metadata
33
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
34
+ >
35
+ <gridsvg:generator
36
+ name="gridSVG"
37
+ version="1.7-4"
38
+ time="2023-02-22 19:47:59"
39
+ />
40
+ <gridsvg:argument name="name" value="boxplot.svg" />
41
+ <gridsvg:argument name="exportCoords" value="none" />
42
+ <gridsvg:argument name="exportMappings" value="none" />
43
+ <gridsvg:argument name="exportJS" value="none" />
44
+ <gridsvg:argument name="res" value="72" />
45
+ <gridsvg:argument name="prefix" value="" />
46
+ <gridsvg:argument name="addClasses" value="FALSE" />
47
+ <gridsvg:argument name="indent" value="TRUE" />
48
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
49
+ <gridsvg:argument name="usePaths" value="vpPaths" />
50
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
51
+ <gridsvg:separator name="id.sep" value="." />
52
+ <gridsvg:separator name="gPath.sep" value="::" />
53
+ <gridsvg:separator name="vpPath.sep" value="::" />
54
+ </metadata>
55
+ <g transform="translate(0, 344) scale(1, -1)">
56
+ <g
57
+ id="gridSVG"
58
+ fill="rgb(255,255,255)"
59
+ stroke="rgb(0,0,0)"
60
+ stroke-dasharray="none"
61
+ stroke-width="0.75"
62
+ font-size="12"
63
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
64
+ opacity="1"
65
+ stroke-linecap="round"
66
+ stroke-linejoin="round"
67
+ stroke-miterlimit="10"
68
+ stroke-opacity="1"
69
+ fill-opacity="1"
70
+ font-weight="normal"
71
+ font-style="normal"
72
+ >
73
+ <defs>
74
+ <symbol
75
+ id="gridSVG.pch19"
76
+ viewBox="-5 -5 10 10"
77
+ overflow="visible"
78
+ >
79
+ <circle cx="0" cy="0" r="3.75" />
80
+ </symbol>
81
+ </defs>
82
+ <g id="layout.1">
83
+ <g id="layout.2">
84
+ <defs>
85
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
86
+ <rect
87
+ x="0"
88
+ y="0"
89
+ width="478"
90
+ height="344"
91
+ fill="none"
92
+ stroke="none"
93
+ />
94
+ </clipPath>
95
+ </defs>
96
+ <g
97
+ id="layout::background.1-9-12-1.1"
98
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)"
99
+ >
100
+ <g id="background.1-9-12-1.1">
101
+ <g id="plot.background..rect.113.1">
102
+ <rect
103
+ id="plot.background..rect.113.1.1"
104
+ x="0"
105
+ y="0"
106
+ width="478"
107
+ height="344"
108
+ transform=""
109
+ stroke-width="1.07"
110
+ stroke="rgb(255,255,255)"
111
+ fill="rgb(255,255,255)"
112
+ stroke-dasharray="none"
113
+ stroke-opacity="1"
114
+ fill-opacity="1"
115
+ />
116
+ </g>
117
+ </g>
118
+ </g>
119
+ <defs>
120
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
121
+ <rect
122
+ x="33.14"
123
+ y="31.5"
124
+ width="439.38"
125
+ height="307.02"
126
+ fill="none"
127
+ stroke="none"
128
+ />
129
+ </clipPath>
130
+ </defs>
131
+ <g
132
+ id="layout::panel.7-5-7-5.1"
133
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
134
+ >
135
+ <g id="panel.7-5-7-5.1">
136
+ <g id="panel-1.gTree.91.1">
137
+ <g id="grill.gTree.89.1">
138
+ <g id="panel.background..rect.82.1">
139
+ <rect
140
+ id="panel.background..rect.82.1.1"
141
+ x="33.14"
142
+ y="31.5"
143
+ width="439.38"
144
+ height="307.02"
145
+ transform=""
146
+ stroke-width="1.07"
147
+ stroke="none"
148
+ fill="rgb(235,235,235)"
149
+ stroke-dasharray="none"
150
+ stroke-opacity="0"
151
+ fill-opacity="1"
152
+ />
153
+ </g>
154
+ <g id="panel.grid.minor.y..polyline.84.1">
155
+ <polyline
156
+ id="panel.grid.minor.y..polyline.84.1.1"
157
+ points="33.14,71.62 472.52,71.62"
158
+ stroke="rgb(255,255,255)"
159
+ fill="none"
160
+ stroke-width="0.53"
161
+ stroke-dasharray="none"
162
+ stroke-linecap="butt"
163
+ stroke-opacity="1"
164
+ fill-opacity="1"
165
+ />
166
+ <polyline
167
+ id="panel.grid.minor.y..polyline.84.1.2"
168
+ points="33.14,158.84 472.52,158.84"
169
+ stroke="rgb(255,255,255)"
170
+ fill="none"
171
+ stroke-width="0.53"
172
+ stroke-dasharray="none"
173
+ stroke-linecap="butt"
174
+ stroke-opacity="1"
175
+ fill-opacity="1"
176
+ />
177
+ <polyline
178
+ id="panel.grid.minor.y..polyline.84.1.3"
179
+ points="33.14,246.06 472.52,246.06"
180
+ stroke="rgb(255,255,255)"
181
+ fill="none"
182
+ stroke-width="0.53"
183
+ stroke-dasharray="none"
184
+ stroke-linecap="butt"
185
+ stroke-opacity="1"
186
+ fill-opacity="1"
187
+ />
188
+ <polyline
189
+ id="panel.grid.minor.y..polyline.84.1.4"
190
+ points="33.14,333.29 472.52,333.29"
191
+ stroke="rgb(255,255,255)"
192
+ fill="none"
193
+ stroke-width="0.53"
194
+ stroke-dasharray="none"
195
+ stroke-linecap="butt"
196
+ stroke-opacity="1"
197
+ fill-opacity="1"
198
+ />
199
+ </g>
200
+ <g id="panel.grid.major.y..polyline.86.1">
201
+ <polyline
202
+ id="panel.grid.major.y..polyline.86.1.2"
203
+ points="33.14,115.23 472.52,115.23"
204
+ stroke="rgb(255,255,255)"
205
+ fill="none"
206
+ stroke-width="1.07"
207
+ stroke-dasharray="none"
208
+ stroke-linecap="butt"
209
+ stroke-opacity="1"
210
+ fill-opacity="1"
211
+ />
212
+ <polyline
213
+ id="panel.grid.major.y..polyline.86.1.3"
214
+ points="33.14,202.45 472.52,202.45"
215
+ stroke="rgb(255,255,255)"
216
+ fill="none"
217
+ stroke-width="1.07"
218
+ stroke-dasharray="none"
219
+ stroke-linecap="butt"
220
+ stroke-opacity="1"
221
+ fill-opacity="1"
222
+ />
223
+ <polyline
224
+ id="panel.grid.major.y..polyline.86.1.4"
225
+ points="33.14,289.68 472.52,289.68"
226
+ stroke="rgb(255,255,255)"
227
+ fill="none"
228
+ stroke-width="1.07"
229
+ stroke-dasharray="none"
230
+ stroke-linecap="butt"
231
+ stroke-opacity="1"
232
+ fill-opacity="1"
233
+ />
234
+ </g>
235
+ <g id="panel.grid.major.x..polyline.88.1">
236
+ <polyline
237
+ id="panel.grid.major.x..polyline.88.1.1"
238
+ points="69.75,31.5 69.75,338.52"
239
+ stroke="rgb(255,255,255)"
240
+ fill="none"
241
+ stroke-width="1.07"
242
+ stroke-dasharray="none"
243
+ stroke-linecap="butt"
244
+ stroke-opacity="1"
245
+ fill-opacity="1"
246
+ />
247
+ <polyline
248
+ id="panel.grid.major.x..polyline.88.1.2"
249
+ points="130.78,31.5 130.78,338.52"
250
+ stroke="rgb(255,255,255)"
251
+ fill="none"
252
+ stroke-width="1.07"
253
+ stroke-dasharray="none"
254
+ stroke-linecap="butt"
255
+ stroke-opacity="1"
256
+ fill-opacity="1"
257
+ />
258
+ <polyline
259
+ id="panel.grid.major.x..polyline.88.1.3"
260
+ points="191.8,31.5 191.8,338.52"
261
+ stroke="rgb(255,255,255)"
262
+ fill="none"
263
+ stroke-width="1.07"
264
+ stroke-dasharray="none"
265
+ stroke-linecap="butt"
266
+ stroke-opacity="1"
267
+ fill-opacity="1"
268
+ />
269
+ <polyline
270
+ id="panel.grid.major.x..polyline.88.1.4"
271
+ points="252.83,31.5 252.83,338.52"
272
+ stroke="rgb(255,255,255)"
273
+ fill="none"
274
+ stroke-width="1.07"
275
+ stroke-dasharray="none"
276
+ stroke-linecap="butt"
277
+ stroke-opacity="1"
278
+ fill-opacity="1"
279
+ />
280
+ <polyline
281
+ id="panel.grid.major.x..polyline.88.1.5"
282
+ points="313.85,31.5 313.85,338.52"
283
+ stroke="rgb(255,255,255)"
284
+ fill="none"
285
+ stroke-width="1.07"
286
+ stroke-dasharray="none"
287
+ stroke-linecap="butt"
288
+ stroke-opacity="1"
289
+ fill-opacity="1"
290
+ />
291
+ <polyline
292
+ id="panel.grid.major.x..polyline.88.1.6"
293
+ points="374.88,31.5 374.88,338.52"
294
+ stroke="rgb(255,255,255)"
295
+ fill="none"
296
+ stroke-width="1.07"
297
+ stroke-dasharray="none"
298
+ stroke-linecap="butt"
299
+ stroke-opacity="1"
300
+ fill-opacity="1"
301
+ />
302
+ <polyline
303
+ id="panel.grid.major.x..polyline.88.1.7"
304
+ points="435.91,31.5 435.91,338.52"
305
+ stroke="rgb(255,255,255)"
306
+ fill="none"
307
+ stroke-width="1.07"
308
+ stroke-dasharray="none"
309
+ stroke-linecap="butt"
310
+ stroke-opacity="1"
311
+ fill-opacity="1"
312
+ />
313
+ </g>
314
+ </g>
315
+ <g id="geom_boxplot.gTree.78.1">
316
+ <g id="geom_boxplot.gTree.18.1">
317
+ <g id="GRID.segments.12.1">
318
+ <polyline
319
+ id="GRID.segments.12.1.1"
320
+ points="69.75,167.56 69.75,167.56"
321
+ stroke="rgb(51,51,51)"
322
+ fill="none"
323
+ stroke-width="1.07"
324
+ stroke-dasharray="none"
325
+ stroke-linecap="butt"
326
+ stroke-linejoin="round"
327
+ stroke-opacity="1"
328
+ fill-opacity="1"
329
+ />
330
+ <polyline
331
+ id="GRID.segments.12.1.2"
332
+ points="69.75,150.12 69.75,141.4"
333
+ stroke="rgb(51,51,51)"
334
+ fill="none"
335
+ stroke-width="1.07"
336
+ stroke-dasharray="none"
337
+ stroke-linecap="butt"
338
+ stroke-linejoin="round"
339
+ stroke-opacity="1"
340
+ fill-opacity="1"
341
+ />
342
+ </g>
343
+ <g id="geom_crossbar.gTree.17.1">
344
+ <g id="geom_polygon.polygon.15.1">
345
+ <polygon
346
+ id="geom_polygon.polygon.15.1.1"
347
+ points="46.87,167.56 46.87,150.12 92.64,150.12 92.64,167.56 46.87,167.56"
348
+ stroke="rgb(51,51,51)"
349
+ fill="rgb(255,255,255)"
350
+ stroke-width="1.07"
351
+ stroke-dasharray="none"
352
+ stroke-linecap="butt"
353
+ stroke-linejoin="miter"
354
+ stroke-miterlimit="10"
355
+ stroke-opacity="1"
356
+ fill-opacity="1"
357
+ />
358
+ </g>
359
+ <g id="GRID.segments.16.1">
360
+ <polyline
361
+ id="GRID.segments.16.1.1"
362
+ points="46.87,158.84 92.64,158.84"
363
+ stroke="rgb(51,51,51)"
364
+ fill="none"
365
+ stroke-width="2.13"
366
+ stroke-dasharray="none"
367
+ stroke-linecap="butt"
368
+ stroke-linejoin="miter"
369
+ stroke-opacity="1"
370
+ fill-opacity="1"
371
+ />
372
+ </g>
373
+ </g>
374
+ </g>
375
+ <g id="geom_boxplot.gTree.28.1">
376
+ <g id="geom_point.points.20.1">
377
+ <use
378
+ id="geom_point.points.20.1.1"
379
+ href="#gridSVG.pch19"
380
+ x="130.78"
381
+ y="246.06"
382
+ width="5.21"
383
+ height="5.21"
384
+ transform=" translate(-2.61,-2.61)"
385
+ stroke="rgb(51,51,51)"
386
+ fill="rgb(51,51,51)"
387
+ font-size="5.21"
388
+ stroke-width="1.36"
389
+ stroke-opacity="1"
390
+ fill-opacity="1"
391
+ />
392
+ <use
393
+ id="geom_point.points.20.1.2"
394
+ href="#gridSVG.pch19"
395
+ x="130.78"
396
+ y="263.51"
397
+ width="5.21"
398
+ height="5.21"
399
+ transform=" translate(-2.61,-2.61)"
400
+ stroke="rgb(51,51,51)"
401
+ fill="rgb(51,51,51)"
402
+ font-size="5.21"
403
+ stroke-width="1.36"
404
+ stroke-opacity="1"
405
+ fill-opacity="1"
406
+ />
407
+ <use
408
+ id="geom_point.points.20.1.3"
409
+ href="#gridSVG.pch19"
410
+ x="130.78"
411
+ y="246.06"
412
+ width="5.21"
413
+ height="5.21"
414
+ transform=" translate(-2.61,-2.61)"
415
+ stroke="rgb(51,51,51)"
416
+ fill="rgb(51,51,51)"
417
+ font-size="5.21"
418
+ stroke-width="1.36"
419
+ stroke-opacity="1"
420
+ fill-opacity="1"
421
+ />
422
+ <use
423
+ id="geom_point.points.20.1.4"
424
+ href="#gridSVG.pch19"
425
+ x="130.78"
426
+ y="324.56"
427
+ width="5.21"
428
+ height="5.21"
429
+ transform=" translate(-2.61,-2.61)"
430
+ stroke="rgb(51,51,51)"
431
+ fill="rgb(51,51,51)"
432
+ font-size="5.21"
433
+ stroke-width="1.36"
434
+ stroke-opacity="1"
435
+ fill-opacity="1"
436
+ />
437
+ </g>
438
+ <g id="GRID.segments.22.1">
439
+ <polyline
440
+ id="GRID.segments.22.1.1"
441
+ points="130.78,193.73 130.78,228.62"
442
+ stroke="rgb(51,51,51)"
443
+ fill="none"
444
+ stroke-width="1.07"
445
+ stroke-dasharray="none"
446
+ stroke-linecap="butt"
447
+ stroke-linejoin="round"
448
+ stroke-opacity="1"
449
+ fill-opacity="1"
450
+ />
451
+ <polyline
452
+ id="GRID.segments.22.1.2"
453
+ points="130.78,167.56 130.78,141.4"
454
+ stroke="rgb(51,51,51)"
455
+ fill="none"
456
+ stroke-width="1.07"
457
+ stroke-dasharray="none"
458
+ stroke-linecap="butt"
459
+ stroke-linejoin="round"
460
+ stroke-opacity="1"
461
+ fill-opacity="1"
462
+ />
463
+ </g>
464
+ <g id="geom_crossbar.gTree.27.1">
465
+ <g id="geom_polygon.polygon.25.1">
466
+ <polygon
467
+ id="geom_polygon.polygon.25.1.1"
468
+ points="107.89,193.73 107.89,167.56 153.66,167.56 153.66,193.73 107.89,193.73"
469
+ stroke="rgb(51,51,51)"
470
+ fill="rgb(255,255,255)"
471
+ stroke-width="1.07"
472
+ stroke-dasharray="none"
473
+ stroke-linecap="butt"
474
+ stroke-linejoin="miter"
475
+ stroke-miterlimit="10"
476
+ stroke-opacity="1"
477
+ fill-opacity="1"
478
+ />
479
+ </g>
480
+ <g id="GRID.segments.26.1">
481
+ <polyline
482
+ id="GRID.segments.26.1.1"
483
+ points="107.89,176.29 153.66,176.29"
484
+ stroke="rgb(51,51,51)"
485
+ fill="none"
486
+ stroke-width="2.13"
487
+ stroke-dasharray="none"
488
+ stroke-linecap="butt"
489
+ stroke-linejoin="miter"
490
+ stroke-opacity="1"
491
+ fill-opacity="1"
492
+ />
493
+ </g>
494
+ </g>
495
+ </g>
496
+ <g id="geom_boxplot.gTree.36.1">
497
+ <g id="GRID.segments.30.1">
498
+ <polyline
499
+ id="GRID.segments.30.1.1"
500
+ points="191.8,193.73 191.8,219.9"
501
+ stroke="rgb(51,51,51)"
502
+ fill="none"
503
+ stroke-width="1.07"
504
+ stroke-dasharray="none"
505
+ stroke-linecap="butt"
506
+ stroke-linejoin="round"
507
+ stroke-opacity="1"
508
+ fill-opacity="1"
509
+ />
510
+ <polyline
511
+ id="GRID.segments.30.1.2"
512
+ points="191.8,167.56 191.8,141.4"
513
+ stroke="rgb(51,51,51)"
514
+ fill="none"
515
+ stroke-width="1.07"
516
+ stroke-dasharray="none"
517
+ stroke-linecap="butt"
518
+ stroke-linejoin="round"
519
+ stroke-opacity="1"
520
+ fill-opacity="1"
521
+ />
522
+ </g>
523
+ <g id="geom_crossbar.gTree.35.1">
524
+ <g id="geom_polygon.polygon.33.1">
525
+ <polygon
526
+ id="geom_polygon.polygon.33.1.1"
527
+ points="168.92,193.73 168.92,167.56 214.69,167.56 214.69,193.73 168.92,193.73"
528
+ stroke="rgb(51,51,51)"
529
+ fill="rgb(255,255,255)"
530
+ stroke-width="1.07"
531
+ stroke-dasharray="none"
532
+ stroke-linecap="butt"
533
+ stroke-linejoin="miter"
534
+ stroke-miterlimit="10"
535
+ stroke-opacity="1"
536
+ fill-opacity="1"
537
+ />
538
+ </g>
539
+ <g id="GRID.segments.34.1">
540
+ <polyline
541
+ id="GRID.segments.34.1.1"
542
+ points="168.92,176.29 214.69,176.29"
543
+ stroke="rgb(51,51,51)"
544
+ fill="none"
545
+ stroke-width="2.13"
546
+ stroke-dasharray="none"
547
+ stroke-linecap="butt"
548
+ stroke-linejoin="miter"
549
+ stroke-opacity="1"
550
+ fill-opacity="1"
551
+ />
552
+ </g>
553
+ </g>
554
+ </g>
555
+ <g id="geom_boxplot.gTree.46.1">
556
+ <g id="geom_point.points.38.1">
557
+ <use
558
+ id="geom_point.points.38.1.1"
559
+ href="#gridSVG.pch19"
560
+ x="252.83"
561
+ y="89.06"
562
+ width="5.21"
563
+ height="5.21"
564
+ transform=" translate(-2.61,-2.61)"
565
+ stroke="rgb(51,51,51)"
566
+ fill="rgb(51,51,51)"
567
+ font-size="5.21"
568
+ stroke-width="1.36"
569
+ stroke-opacity="1"
570
+ fill-opacity="1"
571
+ />
572
+ </g>
573
+ <g id="GRID.segments.40.1">
574
+ <polyline
575
+ id="GRID.segments.40.1.1"
576
+ points="252.83,150.12 252.83,150.12"
577
+ stroke="rgb(51,51,51)"
578
+ fill="none"
579
+ stroke-width="1.07"
580
+ stroke-dasharray="none"
581
+ stroke-linecap="butt"
582
+ stroke-linejoin="round"
583
+ stroke-opacity="1"
584
+ fill-opacity="1"
585
+ />
586
+ <polyline
587
+ id="GRID.segments.40.1.2"
588
+ points="252.83,132.67 252.83,123.95"
589
+ stroke="rgb(51,51,51)"
590
+ fill="none"
591
+ stroke-width="1.07"
592
+ stroke-dasharray="none"
593
+ stroke-linecap="butt"
594
+ stroke-linejoin="round"
595
+ stroke-opacity="1"
596
+ fill-opacity="1"
597
+ />
598
+ </g>
599
+ <g id="geom_crossbar.gTree.45.1">
600
+ <g id="geom_polygon.polygon.43.1">
601
+ <polygon
602
+ id="geom_polygon.polygon.43.1.1"
603
+ points="229.94,150.12 229.94,132.67 275.71,132.67 275.71,150.12 229.94,150.12"
604
+ stroke="rgb(51,51,51)"
605
+ fill="rgb(255,255,255)"
606
+ stroke-width="1.07"
607
+ stroke-dasharray="none"
608
+ stroke-linecap="butt"
609
+ stroke-linejoin="miter"
610
+ stroke-miterlimit="10"
611
+ stroke-opacity="1"
612
+ fill-opacity="1"
613
+ />
614
+ </g>
615
+ <g id="GRID.segments.44.1">
616
+ <polyline
617
+ id="GRID.segments.44.1.1"
618
+ points="229.94,141.4 275.71,141.4"
619
+ stroke="rgb(51,51,51)"
620
+ fill="none"
621
+ stroke-width="2.13"
622
+ stroke-dasharray="none"
623
+ stroke-linecap="butt"
624
+ stroke-linejoin="miter"
625
+ stroke-opacity="1"
626
+ fill-opacity="1"
627
+ />
628
+ </g>
629
+ </g>
630
+ </g>
631
+ <g id="geom_boxplot.gTree.56.1">
632
+ <g id="geom_point.points.48.1">
633
+ <use
634
+ id="geom_point.points.48.1.1"
635
+ href="#gridSVG.pch19"
636
+ x="313.85"
637
+ y="45.45"
638
+ width="5.21"
639
+ height="5.21"
640
+ transform=" translate(-2.61,-2.61)"
641
+ stroke="rgb(51,51,51)"
642
+ fill="rgb(51,51,51)"
643
+ font-size="5.21"
644
+ stroke-width="1.36"
645
+ stroke-opacity="1"
646
+ fill-opacity="1"
647
+ />
648
+ <use
649
+ id="geom_point.points.48.1.2"
650
+ href="#gridSVG.pch19"
651
+ x="313.85"
652
+ y="45.45"
653
+ width="5.21"
654
+ height="5.21"
655
+ transform=" translate(-2.61,-2.61)"
656
+ stroke="rgb(51,51,51)"
657
+ fill="rgb(51,51,51)"
658
+ font-size="5.21"
659
+ stroke-width="1.36"
660
+ stroke-opacity="1"
661
+ fill-opacity="1"
662
+ />
663
+ <use
664
+ id="geom_point.points.48.1.3"
665
+ href="#gridSVG.pch19"
666
+ x="313.85"
667
+ y="45.45"
668
+ width="5.21"
669
+ height="5.21"
670
+ transform=" translate(-2.61,-2.61)"
671
+ stroke="rgb(51,51,51)"
672
+ fill="rgb(51,51,51)"
673
+ font-size="5.21"
674
+ stroke-width="1.36"
675
+ stroke-opacity="1"
676
+ fill-opacity="1"
677
+ />
678
+ <use
679
+ id="geom_point.points.48.1.4"
680
+ href="#gridSVG.pch19"
681
+ x="313.85"
682
+ y="132.67"
683
+ width="5.21"
684
+ height="5.21"
685
+ transform=" translate(-2.61,-2.61)"
686
+ stroke="rgb(51,51,51)"
687
+ fill="rgb(51,51,51)"
688
+ font-size="5.21"
689
+ stroke-width="1.36"
690
+ stroke-opacity="1"
691
+ fill-opacity="1"
692
+ />
693
+ </g>
694
+ <g id="GRID.segments.50.1">
695
+ <polyline
696
+ id="GRID.segments.50.1.1"
697
+ points="313.85,97.79 313.85,115.23"
698
+ stroke="rgb(51,51,51)"
699
+ fill="none"
700
+ stroke-width="1.07"
701
+ stroke-dasharray="none"
702
+ stroke-linecap="butt"
703
+ stroke-linejoin="round"
704
+ stroke-opacity="1"
705
+ fill-opacity="1"
706
+ />
707
+ <polyline
708
+ id="GRID.segments.50.1.2"
709
+ points="313.85,80.34 313.85,71.62"
710
+ stroke="rgb(51,51,51)"
711
+ fill="none"
712
+ stroke-width="1.07"
713
+ stroke-dasharray="none"
714
+ stroke-linecap="butt"
715
+ stroke-linejoin="round"
716
+ stroke-opacity="1"
717
+ fill-opacity="1"
718
+ />
719
+ </g>
720
+ <g id="geom_crossbar.gTree.55.1">
721
+ <g id="geom_polygon.polygon.53.1">
722
+ <polygon
723
+ id="geom_polygon.polygon.53.1.1"
724
+ points="290.97,97.79 290.97,80.34 336.74,80.34 336.74,97.79 290.97,97.79"
725
+ stroke="rgb(51,51,51)"
726
+ fill="rgb(255,255,255)"
727
+ stroke-width="1.07"
728
+ stroke-dasharray="none"
729
+ stroke-linecap="butt"
730
+ stroke-linejoin="miter"
731
+ stroke-miterlimit="10"
732
+ stroke-opacity="1"
733
+ fill-opacity="1"
734
+ />
735
+ </g>
736
+ <g id="GRID.segments.54.1">
737
+ <polyline
738
+ id="GRID.segments.54.1.1"
739
+ points="290.97,89.06 336.74,89.06"
740
+ stroke="rgb(51,51,51)"
741
+ fill="none"
742
+ stroke-width="2.13"
743
+ stroke-dasharray="none"
744
+ stroke-linecap="butt"
745
+ stroke-linejoin="miter"
746
+ stroke-opacity="1"
747
+ fill-opacity="1"
748
+ />
749
+ </g>
750
+ </g>
751
+ </g>
752
+ <g id="geom_boxplot.gTree.66.1">
753
+ <g id="geom_point.points.58.1">
754
+ <use
755
+ id="geom_point.points.58.1.1"
756
+ href="#gridSVG.pch19"
757
+ x="374.88"
758
+ y="324.56"
759
+ width="5.21"
760
+ height="5.21"
761
+ transform=" translate(-2.61,-2.61)"
762
+ stroke="rgb(51,51,51)"
763
+ fill="rgb(51,51,51)"
764
+ font-size="5.21"
765
+ stroke-width="1.36"
766
+ stroke-opacity="1"
767
+ fill-opacity="1"
768
+ />
769
+ <use
770
+ id="geom_point.points.58.1.2"
771
+ href="#gridSVG.pch19"
772
+ x="374.88"
773
+ y="298.4"
774
+ width="5.21"
775
+ height="5.21"
776
+ transform=" translate(-2.61,-2.61)"
777
+ stroke="rgb(51,51,51)"
778
+ fill="rgb(51,51,51)"
779
+ font-size="5.21"
780
+ stroke-width="1.36"
781
+ stroke-opacity="1"
782
+ fill-opacity="1"
783
+ />
784
+ </g>
785
+ <g id="GRID.segments.60.1">
786
+ <polyline
787
+ id="GRID.segments.60.1.1"
788
+ points="374.88,206.81 374.88,254.79"
789
+ stroke="rgb(51,51,51)"
790
+ fill="none"
791
+ stroke-width="1.07"
792
+ stroke-dasharray="none"
793
+ stroke-linecap="butt"
794
+ stroke-linejoin="round"
795
+ stroke-opacity="1"
796
+ fill-opacity="1"
797
+ />
798
+ <polyline
799
+ id="GRID.segments.60.1.2"
800
+ points="374.88,154.48 374.88,115.23"
801
+ stroke="rgb(51,51,51)"
802
+ fill="none"
803
+ stroke-width="1.07"
804
+ stroke-dasharray="none"
805
+ stroke-linecap="butt"
806
+ stroke-linejoin="round"
807
+ stroke-opacity="1"
808
+ fill-opacity="1"
809
+ />
810
+ </g>
811
+ <g id="geom_crossbar.gTree.65.1">
812
+ <g id="geom_polygon.polygon.63.1">
813
+ <polygon
814
+ id="geom_polygon.polygon.63.1.1"
815
+ points="352,206.81 352,154.48 397.76,154.48 397.76,206.81 352,206.81"
816
+ stroke="rgb(51,51,51)"
817
+ fill="rgb(255,255,255)"
818
+ stroke-width="1.07"
819
+ stroke-dasharray="none"
820
+ stroke-linecap="butt"
821
+ stroke-linejoin="miter"
822
+ stroke-miterlimit="10"
823
+ stroke-opacity="1"
824
+ fill-opacity="1"
825
+ />
826
+ </g>
827
+ <g id="GRID.segments.64.1">
828
+ <polyline
829
+ id="GRID.segments.64.1.1"
830
+ points="352,167.56 397.76,167.56"
831
+ stroke="rgb(51,51,51)"
832
+ fill="none"
833
+ stroke-width="2.13"
834
+ stroke-dasharray="none"
835
+ stroke-linecap="butt"
836
+ stroke-linejoin="miter"
837
+ stroke-opacity="1"
838
+ fill-opacity="1"
839
+ />
840
+ </g>
841
+ </g>
842
+ </g>
843
+ <g id="geom_boxplot.gTree.76.1">
844
+ <g id="geom_point.points.68.1">
845
+ <use
846
+ id="geom_point.points.68.1.1"
847
+ href="#gridSVG.pch19"
848
+ x="435.91"
849
+ y="45.45"
850
+ width="5.21"
851
+ height="5.21"
852
+ transform=" translate(-2.61,-2.61)"
853
+ stroke="rgb(51,51,51)"
854
+ fill="rgb(51,51,51)"
855
+ font-size="5.21"
856
+ stroke-width="1.36"
857
+ stroke-opacity="1"
858
+ fill-opacity="1"
859
+ />
860
+ <use
861
+ id="geom_point.points.68.1.2"
862
+ href="#gridSVG.pch19"
863
+ x="435.91"
864
+ y="45.45"
865
+ width="5.21"
866
+ height="5.21"
867
+ transform=" translate(-2.61,-2.61)"
868
+ stroke="rgb(51,51,51)"
869
+ fill="rgb(51,51,51)"
870
+ font-size="5.21"
871
+ stroke-width="1.36"
872
+ stroke-opacity="1"
873
+ fill-opacity="1"
874
+ />
875
+ <use
876
+ id="geom_point.points.68.1.3"
877
+ href="#gridSVG.pch19"
878
+ x="435.91"
879
+ y="158.84"
880
+ width="5.21"
881
+ height="5.21"
882
+ transform=" translate(-2.61,-2.61)"
883
+ stroke="rgb(51,51,51)"
884
+ fill="rgb(51,51,51)"
885
+ font-size="5.21"
886
+ stroke-width="1.36"
887
+ stroke-opacity="1"
888
+ fill-opacity="1"
889
+ />
890
+ <use
891
+ id="geom_point.points.68.1.4"
892
+ href="#gridSVG.pch19"
893
+ x="435.91"
894
+ y="150.12"
895
+ width="5.21"
896
+ height="5.21"
897
+ transform=" translate(-2.61,-2.61)"
898
+ stroke="rgb(51,51,51)"
899
+ fill="rgb(51,51,51)"
900
+ font-size="5.21"
901
+ stroke-width="1.36"
902
+ stroke-opacity="1"
903
+ fill-opacity="1"
904
+ />
905
+ <use
906
+ id="geom_point.points.68.1.5"
907
+ href="#gridSVG.pch19"
908
+ x="435.91"
909
+ y="176.29"
910
+ width="5.21"
911
+ height="5.21"
912
+ transform=" translate(-2.61,-2.61)"
913
+ stroke="rgb(51,51,51)"
914
+ fill="rgb(51,51,51)"
915
+ font-size="5.21"
916
+ stroke-width="1.36"
917
+ stroke-opacity="1"
918
+ fill-opacity="1"
919
+ />
920
+ <use
921
+ id="geom_point.points.68.1.6"
922
+ href="#gridSVG.pch19"
923
+ x="435.91"
924
+ y="158.84"
925
+ width="5.21"
926
+ height="5.21"
927
+ transform=" translate(-2.61,-2.61)"
928
+ stroke="rgb(51,51,51)"
929
+ fill="rgb(51,51,51)"
930
+ font-size="5.21"
931
+ stroke-width="1.36"
932
+ stroke-opacity="1"
933
+ fill-opacity="1"
934
+ />
935
+ <use
936
+ id="geom_point.points.68.1.7"
937
+ href="#gridSVG.pch19"
938
+ x="435.91"
939
+ y="167.56"
940
+ width="5.21"
941
+ height="5.21"
942
+ transform=" translate(-2.61,-2.61)"
943
+ stroke="rgb(51,51,51)"
944
+ fill="rgb(51,51,51)"
945
+ font-size="5.21"
946
+ stroke-width="1.36"
947
+ stroke-opacity="1"
948
+ fill-opacity="1"
949
+ />
950
+ <use
951
+ id="geom_point.points.68.1.8"
952
+ href="#gridSVG.pch19"
953
+ x="435.91"
954
+ y="141.4"
955
+ width="5.21"
956
+ height="5.21"
957
+ transform=" translate(-2.61,-2.61)"
958
+ stroke="rgb(51,51,51)"
959
+ fill="rgb(51,51,51)"
960
+ font-size="5.21"
961
+ stroke-width="1.36"
962
+ stroke-opacity="1"
963
+ fill-opacity="1"
964
+ />
965
+ </g>
966
+ <g id="GRID.segments.70.1">
967
+ <polyline
968
+ id="GRID.segments.70.1.1"
969
+ points="435.91,106.51 435.91,132.67"
970
+ stroke="rgb(51,51,51)"
971
+ fill="none"
972
+ stroke-width="1.07"
973
+ stroke-dasharray="none"
974
+ stroke-linecap="butt"
975
+ stroke-linejoin="round"
976
+ stroke-opacity="1"
977
+ fill-opacity="1"
978
+ />
979
+ <polyline
980
+ id="GRID.segments.70.1.2"
981
+ points="435.91,89.06 435.91,62.9"
982
+ stroke="rgb(51,51,51)"
983
+ fill="none"
984
+ stroke-width="1.07"
985
+ stroke-dasharray="none"
986
+ stroke-linecap="butt"
987
+ stroke-linejoin="round"
988
+ stroke-opacity="1"
989
+ fill-opacity="1"
990
+ />
991
+ </g>
992
+ <g id="geom_crossbar.gTree.75.1">
993
+ <g id="geom_polygon.polygon.73.1">
994
+ <polygon
995
+ id="geom_polygon.polygon.73.1.1"
996
+ points="413.02,106.51 413.02,89.06 458.79,89.06 458.79,106.51 413.02,106.51"
997
+ stroke="rgb(51,51,51)"
998
+ fill="rgb(255,255,255)"
999
+ stroke-width="1.07"
1000
+ stroke-dasharray="none"
1001
+ stroke-linecap="butt"
1002
+ stroke-linejoin="miter"
1003
+ stroke-miterlimit="10"
1004
+ stroke-opacity="1"
1005
+ fill-opacity="1"
1006
+ />
1007
+ </g>
1008
+ <g id="GRID.segments.74.1">
1009
+ <polyline
1010
+ id="GRID.segments.74.1.1"
1011
+ points="413.02,93.42 458.79,93.42"
1012
+ stroke="rgb(51,51,51)"
1013
+ fill="none"
1014
+ stroke-width="2.13"
1015
+ stroke-dasharray="none"
1016
+ stroke-linecap="butt"
1017
+ stroke-linejoin="miter"
1018
+ stroke-opacity="1"
1019
+ fill-opacity="1"
1020
+ />
1021
+ </g>
1022
+ </g>
1023
+ </g>
1024
+ </g>
1025
+ </g>
1026
+ </g>
1027
+ </g>
1028
+ <g id="layout::spacer.8-6-8-6.1">
1029
+ <g id="spacer.8-6-8-6.1" />
1030
+ </g>
1031
+ <g id="layout::spacer.8-4-8-4.1">
1032
+ <g id="spacer.8-4-8-4.1" />
1033
+ </g>
1034
+ <g id="layout::spacer.6-6-6-6.1">
1035
+ <g id="spacer.6-6-6-6.1" />
1036
+ </g>
1037
+ <g id="layout::spacer.6-4-6-4.1">
1038
+ <g id="spacer.6-4-6-4.1" />
1039
+ </g>
1040
+ <g id="layout::axis-t.6-5-6-5.1">
1041
+ <g id="axis-t.6-5-6-5.1" />
1042
+ </g>
1043
+ <g id="layout::axis-l.7-4-7-4.1">
1044
+ <g id="axis-l.7-4-7-4.1">
1045
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
1046
+ <g id="GRID.absoluteGrob.100.1">
1047
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
1048
+ <g id="axis.1">
1049
+ <g
1050
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1"
1051
+ >
1052
+ <g id="axis.1-1-1-1.1">
1053
+ <g
1054
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
1055
+ font-size="8.8"
1056
+ stroke="rgb(77,77,77)"
1057
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1058
+ stroke-opacity="1"
1059
+ font-weight="normal"
1060
+ font-style="normal"
1061
+ >
1062
+ <g
1063
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1"
1064
+ >
1065
+ <g id="GRID.titleGrob.98.1">
1066
+ <g id="GRID.text.97.1">
1067
+ <g
1068
+ id="GRID.text.97.1.1"
1069
+ transform="translate(28.21, 115.23)"
1070
+ stroke-width="0.1"
1071
+ >
1072
+ <g
1073
+ id="GRID.text.97.1.1.scale"
1074
+ transform="scale(1, -1)"
1075
+ >
1076
+ <text
1077
+ x="0"
1078
+ y="0"
1079
+ id="GRID.text.97.1.1.text"
1080
+ text-anchor="end"
1081
+ font-size="8.8"
1082
+ stroke="rgb(77,77,77)"
1083
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1084
+ fill="rgb(77,77,77)"
1085
+ stroke-opacity="1"
1086
+ fill-opacity="1"
1087
+ font-weight="normal"
1088
+ font-style="normal"
1089
+ >
1090
+ <tspan
1091
+ id="GRID.text.97.1.1.tspan.1"
1092
+ dy="3.15"
1093
+ x="0"
1094
+ >
1095
+ 20
1096
+ </tspan>
1097
+ </text>
1098
+ </g>
1099
+ </g>
1100
+ <g
1101
+ id="GRID.text.97.1.2"
1102
+ transform="translate(28.21, 202.45)"
1103
+ stroke-width="0.1"
1104
+ >
1105
+ <g
1106
+ id="GRID.text.97.1.2.scale"
1107
+ transform="scale(1, -1)"
1108
+ >
1109
+ <text
1110
+ x="0"
1111
+ y="0"
1112
+ id="GRID.text.97.1.2.text"
1113
+ text-anchor="end"
1114
+ font-size="8.8"
1115
+ stroke="rgb(77,77,77)"
1116
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1117
+ fill="rgb(77,77,77)"
1118
+ stroke-opacity="1"
1119
+ fill-opacity="1"
1120
+ font-weight="normal"
1121
+ font-style="normal"
1122
+ >
1123
+ <tspan
1124
+ id="GRID.text.97.1.2.tspan.1"
1125
+ dy="3.15"
1126
+ x="0"
1127
+ >
1128
+ 30
1129
+ </tspan>
1130
+ </text>
1131
+ </g>
1132
+ </g>
1133
+ <g
1134
+ id="GRID.text.97.1.3"
1135
+ transform="translate(28.21, 289.68)"
1136
+ stroke-width="0.1"
1137
+ >
1138
+ <g
1139
+ id="GRID.text.97.1.3.scale"
1140
+ transform="scale(1, -1)"
1141
+ >
1142
+ <text
1143
+ x="0"
1144
+ y="0"
1145
+ id="GRID.text.97.1.3.text"
1146
+ text-anchor="end"
1147
+ font-size="8.8"
1148
+ stroke="rgb(77,77,77)"
1149
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1150
+ fill="rgb(77,77,77)"
1151
+ stroke-opacity="1"
1152
+ fill-opacity="1"
1153
+ font-weight="normal"
1154
+ font-style="normal"
1155
+ >
1156
+ <tspan
1157
+ id="GRID.text.97.1.3.tspan.1"
1158
+ dy="3.15"
1159
+ x="0"
1160
+ >
1161
+ 40
1162
+ </tspan>
1163
+ </text>
1164
+ </g>
1165
+ </g>
1166
+ </g>
1167
+ </g>
1168
+ </g>
1169
+ </g>
1170
+ </g>
1171
+ </g>
1172
+ <g
1173
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1"
1174
+ >
1175
+ <g id="axis.1-2-1-2.1">
1176
+ <g id="GRID.polyline.99.1">
1177
+ <polyline
1178
+ id="GRID.polyline.99.1.1"
1179
+ points="30.4,115.23 33.14,115.23"
1180
+ stroke="rgb(51,51,51)"
1181
+ fill="none"
1182
+ stroke-width="1.07"
1183
+ stroke-dasharray="none"
1184
+ stroke-linecap="butt"
1185
+ stroke-opacity="1"
1186
+ fill-opacity="1"
1187
+ />
1188
+ <polyline
1189
+ id="GRID.polyline.99.1.2"
1190
+ points="30.4,202.45 33.14,202.45"
1191
+ stroke="rgb(51,51,51)"
1192
+ fill="none"
1193
+ stroke-width="1.07"
1194
+ stroke-dasharray="none"
1195
+ stroke-linecap="butt"
1196
+ stroke-opacity="1"
1197
+ fill-opacity="1"
1198
+ />
1199
+ <polyline
1200
+ id="GRID.polyline.99.1.3"
1201
+ points="30.4,289.68 33.14,289.68"
1202
+ stroke="rgb(51,51,51)"
1203
+ fill="none"
1204
+ stroke-width="1.07"
1205
+ stroke-dasharray="none"
1206
+ stroke-linecap="butt"
1207
+ stroke-opacity="1"
1208
+ fill-opacity="1"
1209
+ />
1210
+ </g>
1211
+ </g>
1212
+ </g>
1213
+ </g>
1214
+ </g>
1215
+ </g>
1216
+ </g>
1217
+ </g>
1218
+ </g>
1219
+ <g id="layout::axis-r.7-6-7-6.1">
1220
+ <g id="axis-r.7-6-7-6.1" />
1221
+ </g>
1222
+ <g id="layout::axis-b.8-5-8-5.1">
1223
+ <g id="axis-b.8-5-8-5.1">
1224
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
1225
+ <g id="GRID.absoluteGrob.96.1">
1226
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
1227
+ <g id="axis.2">
1228
+ <g
1229
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1"
1230
+ >
1231
+ <g id="axis.1-1-1-1.2">
1232
+ <g id="GRID.polyline.95.1">
1233
+ <polyline
1234
+ id="GRID.polyline.95.1.1"
1235
+ points="69.75,28.76 69.75,31.5"
1236
+ stroke="rgb(51,51,51)"
1237
+ fill="none"
1238
+ stroke-width="1.07"
1239
+ stroke-dasharray="none"
1240
+ stroke-linecap="butt"
1241
+ stroke-opacity="1"
1242
+ fill-opacity="1"
1243
+ />
1244
+ <polyline
1245
+ id="GRID.polyline.95.1.2"
1246
+ points="130.78,28.76 130.78,31.5"
1247
+ stroke="rgb(51,51,51)"
1248
+ fill="none"
1249
+ stroke-width="1.07"
1250
+ stroke-dasharray="none"
1251
+ stroke-linecap="butt"
1252
+ stroke-opacity="1"
1253
+ fill-opacity="1"
1254
+ />
1255
+ <polyline
1256
+ id="GRID.polyline.95.1.3"
1257
+ points="191.8,28.76 191.8,31.5"
1258
+ stroke="rgb(51,51,51)"
1259
+ fill="none"
1260
+ stroke-width="1.07"
1261
+ stroke-dasharray="none"
1262
+ stroke-linecap="butt"
1263
+ stroke-opacity="1"
1264
+ fill-opacity="1"
1265
+ />
1266
+ <polyline
1267
+ id="GRID.polyline.95.1.4"
1268
+ points="252.83,28.76 252.83,31.5"
1269
+ stroke="rgb(51,51,51)"
1270
+ fill="none"
1271
+ stroke-width="1.07"
1272
+ stroke-dasharray="none"
1273
+ stroke-linecap="butt"
1274
+ stroke-opacity="1"
1275
+ fill-opacity="1"
1276
+ />
1277
+ <polyline
1278
+ id="GRID.polyline.95.1.5"
1279
+ points="313.85,28.76 313.85,31.5"
1280
+ stroke="rgb(51,51,51)"
1281
+ fill="none"
1282
+ stroke-width="1.07"
1283
+ stroke-dasharray="none"
1284
+ stroke-linecap="butt"
1285
+ stroke-opacity="1"
1286
+ fill-opacity="1"
1287
+ />
1288
+ <polyline
1289
+ id="GRID.polyline.95.1.6"
1290
+ points="374.88,28.76 374.88,31.5"
1291
+ stroke="rgb(51,51,51)"
1292
+ fill="none"
1293
+ stroke-width="1.07"
1294
+ stroke-dasharray="none"
1295
+ stroke-linecap="butt"
1296
+ stroke-opacity="1"
1297
+ fill-opacity="1"
1298
+ />
1299
+ <polyline
1300
+ id="GRID.polyline.95.1.7"
1301
+ points="435.91,28.76 435.91,31.5"
1302
+ stroke="rgb(51,51,51)"
1303
+ fill="none"
1304
+ stroke-width="1.07"
1305
+ stroke-dasharray="none"
1306
+ stroke-linecap="butt"
1307
+ stroke-opacity="1"
1308
+ fill-opacity="1"
1309
+ />
1310
+ </g>
1311
+ </g>
1312
+ </g>
1313
+ <g
1314
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1"
1315
+ >
1316
+ <g id="axis.2-1-2-1.1">
1317
+ <g
1318
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
1319
+ font-size="8.8"
1320
+ stroke="rgb(77,77,77)"
1321
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1322
+ stroke-opacity="1"
1323
+ font-weight="normal"
1324
+ font-style="normal"
1325
+ >
1326
+ <g
1327
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1"
1328
+ >
1329
+ <g id="GRID.titleGrob.94.1">
1330
+ <g id="GRID.text.92.1">
1331
+ <g
1332
+ id="GRID.text.92.1.1"
1333
+ transform="translate(69.75, 26.56)"
1334
+ stroke-width="0.1"
1335
+ >
1336
+ <g
1337
+ id="GRID.text.92.1.1.scale"
1338
+ transform="scale(1, -1)"
1339
+ >
1340
+ <text
1341
+ x="0"
1342
+ y="0"
1343
+ id="GRID.text.92.1.1.text"
1344
+ text-anchor="middle"
1345
+ font-size="8.8"
1346
+ stroke="rgb(77,77,77)"
1347
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1348
+ fill="rgb(77,77,77)"
1349
+ stroke-opacity="1"
1350
+ fill-opacity="1"
1351
+ font-weight="normal"
1352
+ font-style="normal"
1353
+ >
1354
+ <tspan
1355
+ id="GRID.text.92.1.1.tspan.1"
1356
+ dy="6.3"
1357
+ x="0"
1358
+ >
1359
+ 2seater
1360
+ </tspan>
1361
+ </text>
1362
+ </g>
1363
+ </g>
1364
+ <g
1365
+ id="GRID.text.92.1.2"
1366
+ transform="translate(130.78, 26.56)"
1367
+ stroke-width="0.1"
1368
+ >
1369
+ <g
1370
+ id="GRID.text.92.1.2.scale"
1371
+ transform="scale(1, -1)"
1372
+ >
1373
+ <text
1374
+ x="0"
1375
+ y="0"
1376
+ id="GRID.text.92.1.2.text"
1377
+ text-anchor="middle"
1378
+ font-size="8.8"
1379
+ stroke="rgb(77,77,77)"
1380
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1381
+ fill="rgb(77,77,77)"
1382
+ stroke-opacity="1"
1383
+ fill-opacity="1"
1384
+ font-weight="normal"
1385
+ font-style="normal"
1386
+ >
1387
+ <tspan
1388
+ id="GRID.text.92.1.2.tspan.1"
1389
+ dy="6.3"
1390
+ x="0"
1391
+ >
1392
+ compact
1393
+ </tspan>
1394
+ </text>
1395
+ </g>
1396
+ </g>
1397
+ <g
1398
+ id="GRID.text.92.1.3"
1399
+ transform="translate(191.8, 26.56)"
1400
+ stroke-width="0.1"
1401
+ >
1402
+ <g
1403
+ id="GRID.text.92.1.3.scale"
1404
+ transform="scale(1, -1)"
1405
+ >
1406
+ <text
1407
+ x="0"
1408
+ y="0"
1409
+ id="GRID.text.92.1.3.text"
1410
+ text-anchor="middle"
1411
+ font-size="8.8"
1412
+ stroke="rgb(77,77,77)"
1413
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1414
+ fill="rgb(77,77,77)"
1415
+ stroke-opacity="1"
1416
+ fill-opacity="1"
1417
+ font-weight="normal"
1418
+ font-style="normal"
1419
+ >
1420
+ <tspan
1421
+ id="GRID.text.92.1.3.tspan.1"
1422
+ dy="6.3"
1423
+ x="0"
1424
+ >
1425
+ midsize
1426
+ </tspan>
1427
+ </text>
1428
+ </g>
1429
+ </g>
1430
+ <g
1431
+ id="GRID.text.92.1.4"
1432
+ transform="translate(252.83, 26.56)"
1433
+ stroke-width="0.1"
1434
+ >
1435
+ <g
1436
+ id="GRID.text.92.1.4.scale"
1437
+ transform="scale(1, -1)"
1438
+ >
1439
+ <text
1440
+ x="0"
1441
+ y="0"
1442
+ id="GRID.text.92.1.4.text"
1443
+ text-anchor="middle"
1444
+ font-size="8.8"
1445
+ stroke="rgb(77,77,77)"
1446
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1447
+ fill="rgb(77,77,77)"
1448
+ stroke-opacity="1"
1449
+ fill-opacity="1"
1450
+ font-weight="normal"
1451
+ font-style="normal"
1452
+ >
1453
+ <tspan
1454
+ id="GRID.text.92.1.4.tspan.1"
1455
+ dy="6.3"
1456
+ x="0"
1457
+ >
1458
+ minivan
1459
+ </tspan>
1460
+ </text>
1461
+ </g>
1462
+ </g>
1463
+ <g
1464
+ id="GRID.text.92.1.5"
1465
+ transform="translate(313.85, 26.56)"
1466
+ stroke-width="0.1"
1467
+ >
1468
+ <g
1469
+ id="GRID.text.92.1.5.scale"
1470
+ transform="scale(1, -1)"
1471
+ >
1472
+ <text
1473
+ x="0"
1474
+ y="0"
1475
+ id="GRID.text.92.1.5.text"
1476
+ text-anchor="middle"
1477
+ font-size="8.8"
1478
+ stroke="rgb(77,77,77)"
1479
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1480
+ fill="rgb(77,77,77)"
1481
+ stroke-opacity="1"
1482
+ fill-opacity="1"
1483
+ font-weight="normal"
1484
+ font-style="normal"
1485
+ >
1486
+ <tspan
1487
+ id="GRID.text.92.1.5.tspan.1"
1488
+ dy="6.3"
1489
+ x="0"
1490
+ >
1491
+ pickup
1492
+ </tspan>
1493
+ </text>
1494
+ </g>
1495
+ </g>
1496
+ <g
1497
+ id="GRID.text.92.1.6"
1498
+ transform="translate(374.88, 26.56)"
1499
+ stroke-width="0.1"
1500
+ >
1501
+ <g
1502
+ id="GRID.text.92.1.6.scale"
1503
+ transform="scale(1, -1)"
1504
+ >
1505
+ <text
1506
+ x="0"
1507
+ y="0"
1508
+ id="GRID.text.92.1.6.text"
1509
+ text-anchor="middle"
1510
+ font-size="8.8"
1511
+ stroke="rgb(77,77,77)"
1512
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1513
+ fill="rgb(77,77,77)"
1514
+ stroke-opacity="1"
1515
+ fill-opacity="1"
1516
+ font-weight="normal"
1517
+ font-style="normal"
1518
+ >
1519
+ <tspan
1520
+ id="GRID.text.92.1.6.tspan.1"
1521
+ dy="6.3"
1522
+ x="0"
1523
+ >
1524
+ subcompact
1525
+ </tspan>
1526
+ </text>
1527
+ </g>
1528
+ </g>
1529
+ <g
1530
+ id="GRID.text.92.1.7"
1531
+ transform="translate(435.91, 26.56)"
1532
+ stroke-width="0.1"
1533
+ >
1534
+ <g
1535
+ id="GRID.text.92.1.7.scale"
1536
+ transform="scale(1, -1)"
1537
+ >
1538
+ <text
1539
+ x="0"
1540
+ y="0"
1541
+ id="GRID.text.92.1.7.text"
1542
+ text-anchor="middle"
1543
+ font-size="8.8"
1544
+ stroke="rgb(77,77,77)"
1545
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1546
+ fill="rgb(77,77,77)"
1547
+ stroke-opacity="1"
1548
+ fill-opacity="1"
1549
+ font-weight="normal"
1550
+ font-style="normal"
1551
+ >
1552
+ <tspan
1553
+ id="GRID.text.92.1.7.tspan.1"
1554
+ dy="6.3"
1555
+ x="0"
1556
+ >
1557
+ suv
1558
+ </tspan>
1559
+ </text>
1560
+ </g>
1561
+ </g>
1562
+ </g>
1563
+ </g>
1564
+ </g>
1565
+ </g>
1566
+ </g>
1567
+ </g>
1568
+ </g>
1569
+ </g>
1570
+ </g>
1571
+ </g>
1572
+ </g>
1573
+ </g>
1574
+ <g id="layout::xlab-t.5-5-5-5.1">
1575
+ <g id="xlab-t.5-5-5-5.1" />
1576
+ </g>
1577
+ <g id="layout::xlab-b.9-5-9-5.1">
1578
+ <g id="xlab-b.9-5-9-5.1">
1579
+ <g
1580
+ id="layout::xlab-b.9-5-9-5::GRID.VP.7.1"
1581
+ font-size="11"
1582
+ stroke="rgb(0,0,0)"
1583
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1584
+ stroke-opacity="1"
1585
+ font-weight="normal"
1586
+ font-style="normal"
1587
+ >
1588
+ <g
1589
+ id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1"
1590
+ >
1591
+ <g id="axis.title.x.bottom..titleGrob.104.1">
1592
+ <g id="GRID.text.101.1">
1593
+ <g
1594
+ id="GRID.text.101.1.1"
1595
+ transform="translate(252.83, 15.67)"
1596
+ stroke-width="0.1"
1597
+ >
1598
+ <g
1599
+ id="GRID.text.101.1.1.scale"
1600
+ transform="scale(1, -1)"
1601
+ >
1602
+ <text
1603
+ x="0"
1604
+ y="0"
1605
+ id="GRID.text.101.1.1.text"
1606
+ text-anchor="middle"
1607
+ font-size="11"
1608
+ stroke="rgb(0,0,0)"
1609
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1610
+ fill="rgb(0,0,0)"
1611
+ stroke-opacity="1"
1612
+ fill-opacity="1"
1613
+ font-weight="normal"
1614
+ font-style="normal"
1615
+ >
1616
+ <tspan
1617
+ id="GRID.text.101.1.1.tspan.1"
1618
+ dy="7.88"
1619
+ x="0"
1620
+ >
1621
+ class
1622
+ </tspan>
1623
+ </text>
1624
+ </g>
1625
+ </g>
1626
+ </g>
1627
+ </g>
1628
+ </g>
1629
+ </g>
1630
+ </g>
1631
+ </g>
1632
+ <g id="layout::ylab-l.7-3-7-3.1">
1633
+ <g id="ylab-l.7-3-7-3.1">
1634
+ <g
1635
+ id="layout::ylab-l.7-3-7-3::GRID.VP.9.1"
1636
+ font-size="11"
1637
+ stroke="rgb(0,0,0)"
1638
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1639
+ stroke-opacity="1"
1640
+ font-weight="normal"
1641
+ font-style="normal"
1642
+ >
1643
+ <g
1644
+ id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1"
1645
+ >
1646
+ <g id="axis.title.y.left..titleGrob.107.1">
1647
+ <g id="GRID.text.105.1">
1648
+ <g
1649
+ id="GRID.text.105.1.1"
1650
+ transform="translate(5.48, 185.01)"
1651
+ stroke-width="0.1"
1652
+ >
1653
+ <g
1654
+ id="GRID.text.105.1.1.scale"
1655
+ transform="scale(1, -1)"
1656
+ >
1657
+ <text
1658
+ x="0"
1659
+ y="0"
1660
+ id="GRID.text.105.1.1.text"
1661
+ transform="rotate(-90)"
1662
+ text-anchor="middle"
1663
+ font-size="11"
1664
+ stroke="rgb(0,0,0)"
1665
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1666
+ fill="rgb(0,0,0)"
1667
+ stroke-opacity="1"
1668
+ fill-opacity="1"
1669
+ font-weight="normal"
1670
+ font-style="normal"
1671
+ >
1672
+ <tspan
1673
+ id="GRID.text.105.1.1.tspan.1"
1674
+ dy="7.88"
1675
+ x="0"
1676
+ >
1677
+ hwy
1678
+ </tspan>
1679
+ </text>
1680
+ </g>
1681
+ </g>
1682
+ </g>
1683
+ </g>
1684
+ </g>
1685
+ </g>
1686
+ </g>
1687
+ </g>
1688
+ <g id="layout::ylab-r.7-7-7-7.1">
1689
+ <g id="ylab-r.7-7-7-7.1" />
1690
+ </g>
1691
+ <g id="layout::subtitle.4-5-4-5.1">
1692
+ <g id="subtitle.4-5-4-5.1" />
1693
+ </g>
1694
+ <g id="layout::title.3-5-3-5.1">
1695
+ <g id="title.3-5-3-5.1" />
1696
+ </g>
1697
+ <g id="layout::caption.10-5-10-5.1">
1698
+ <g id="caption.10-5-10-5.1" />
1699
+ </g>
1700
+ <g id="layout::tag.2-2-2-2.1">
1701
+ <g id="tag.2-2-2-2.1" />
1702
+ </g>
1703
+ </g>
1704
+ </g>
1705
+ </g>
1706
+ </g>
1707
+ </svg>
1708
+ </div>
1709
+ <br />
1710
+ <div id="info" aria-live="assertive" aria-atomic="true">
1711
+ <p id="x"></p>
1712
+ <p id="y"></p>
1713
+ </div>
1714
+ <div
1715
+ id="announcements"
1716
+ aria-live="assertive"
1717
+ aria-atomic="true"
1718
+ class="mb-3"
1719
+ ></div>
1720
+ </div>
1721
+ </div>
1722
+ <script>
1723
+ let y_labels = [];
1724
+ let els = document.querySelectorAll('tspan[dy="5"]');
1725
+ for (let i = 0; i < els.length; i++) {
1726
+ y_labels.push(els[i].innerHTML.trim());
1727
+ }
1728
+ var boxplotLabels = {
1729
+ x_group_label: document.getElementById('GRID.text.101.1.1.tspan.1')
1730
+ .innerHTML,
1731
+ y_group_label: document.getElementById('GRID.text.105.1.1.tspan.1')
1732
+ .innerHTML,
1733
+ y_labels: y_labels,
1734
+ };
1735
+ var boxplotId = 'geom_boxplot.gTree.78.1';
1736
+ var boxplotData = [
1737
+ [
1738
+ { type: 'blank', label: 'Lower Outlier' },
1739
+ { x: 69.75, y: 141.4, type: 'whisker', label: 'Low' },
1740
+ { x: 46.87, y: 158.84, type: 'range', label: '25%' },
1741
+ { x: 92.64, y: 163, type: 'range', label: '50%' },
1742
+ { x: 46.87, y: 167.56, type: 'range', label: '75%' },
1743
+ { type: 'blank', label: 'High' },
1744
+ { type: 'blank', label: 'Upper Outlier' },
1745
+ ],
1746
+ [
1747
+ { type: 'blank', label: 'Lower Outlier' },
1748
+ { x: 130.78, y: 141.4, type: 'whisker', label: 'Low' },
1749
+ { x: 107.89, y: 176.29, type: 'range', label: '25%' },
1750
+ { x: 153.66, y: 185, type: 'range', label: '50%' },
1751
+ { x: 107.89, y: 193.73, type: 'range', label: '75%' },
1752
+ { x: 130.78, y: 228.62, type: 'whisker', label: 'High' },
1753
+ {
1754
+ x: 130.78,
1755
+ y: 246.06,
1756
+ type: 'outlier',
1757
+ yMax: 324.56,
1758
+ values: [246.06, 246.06, 263.51, 324.56],
1759
+ label: 'Upper Outlier',
1760
+ },
1761
+ ],
1762
+ [
1763
+ { type: 'blank', label: 'Lower Outlier' },
1764
+ { x: 191.8, y: 141.4, type: 'whisker', label: 'Low' },
1765
+ { x: 168.92, y: 176.29, type: 'range', label: '25%' },
1766
+ { x: 214.69, y: 185, type: 'range', label: '50%' },
1767
+ { x: 168.92, y: 193.73, type: 'range', label: '75%' },
1768
+ { x: 191.8, y: 219.9, type: 'whisker', label: 'High' },
1769
+ { type: 'blank', label: 'Upper Outlier' },
1770
+ ],
1771
+ [
1772
+ {
1773
+ x: 252.83,
1774
+ y: 89.06,
1775
+ type: 'outlier',
1776
+ yMax: 89.06,
1777
+ values: [89.06],
1778
+ label: 'Lower Outlier',
1779
+ },
1780
+ { x: 252.83, y: 123.95, type: 'whisker', label: 'Low' },
1781
+ { x: 229.94, y: 141.4, type: 'range', label: '25%' },
1782
+ { x: 275.71, y: 146, type: 'range', label: '50%' },
1783
+ { x: 229.94, y: 150.12, type: 'range', label: '75%' },
1784
+ { type: 'blank', label: 'High' },
1785
+ { type: 'blank', label: 'Upper Outlier' },
1786
+ ],
1787
+ [
1788
+ {
1789
+ x: 313.85,
1790
+ y: 45.45,
1791
+ type: 'outlier',
1792
+ yMax: 45.45,
1793
+ values: [45.45, 45.45, 45.45],
1794
+ label: 'Lower Outlier',
1795
+ },
1796
+ { x: 313.85, y: 71.62, type: 'whisker', label: 'Low' },
1797
+ { x: 290.97, y: 89.06, type: 'range', label: '25%' },
1798
+ { x: 336.74, y: 93, type: 'range', label: '50%' },
1799
+ { x: 290.97, y: 97.79, type: 'range', label: '75%' },
1800
+ { x: 313.85, y: 115.23, type: 'whisker', label: 'High' },
1801
+ {
1802
+ x: 313.85,
1803
+ y: 132.67,
1804
+ type: 'outlier',
1805
+ yMax: 132.67,
1806
+ values: [132.67],
1807
+ label: 'Upper Outlier',
1808
+ },
1809
+ ],
1810
+ [
1811
+ { type: 'blank', label: 'Lower Outlier' },
1812
+ { x: 374.88, y: 115.23, type: 'whisker', label: 'Low' },
1813
+ { x: 352, y: 167.56, type: 'range', label: '25%' },
1814
+ { x: 397.76, y: 187, type: 'range', label: '50%' },
1815
+ { x: 352, y: 206.81, type: 'range', label: '75%' },
1816
+ { x: 374.88, y: 254.79, type: 'whisker', label: 'High' },
1817
+ {
1818
+ x: 374.88,
1819
+ y: 298.4,
1820
+ type: 'outlier',
1821
+ yMax: 324.56,
1822
+ values: [298.4, 324.56],
1823
+ label: 'Upper Outlier',
1824
+ },
1825
+ ],
1826
+ [
1827
+ {
1828
+ x: 435.91,
1829
+ y: 45.45,
1830
+ type: 'outlier',
1831
+ yMax: 45.45,
1832
+ values: [45.45, 45.45],
1833
+ label: 'Lower Outlier',
1834
+ },
1835
+ { x: 435.91, y: 62.9, type: 'whisker', label: 'Low' },
1836
+ { x: 413.02, y: 93.42, type: 'range', label: '25%' },
1837
+ { x: 458.79, y: 100, type: 'range', label: '50%' },
1838
+ { x: 413.02, y: 106.51, type: 'range', label: '75%' },
1839
+ { x: 435.91, y: 132.67, type: 'whisker', label: 'High' },
1840
+ {
1841
+ x: 435.91,
1842
+ y: 141.4,
1843
+ type: 'outlier',
1844
+ yMax: 176.29,
1845
+ values: [141.4, 150.12, 158.84, 158.84, 167.56, 176.29],
1846
+ label: 'Upper Outlier',
1847
+ },
1848
+ ],
1849
+ ];
1850
+ </script>
1851
+ <script src="../src/constants.js"></script>
1852
+ <script src="../src/audio.js"></script>
1853
+ <script src="../src/display.js"></script>
1854
+ <script src="../src/boxplot.js"></script>
1855
+ </body>
1856
+ </html>