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