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,1850 @@
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-03-03 15:16: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="70.8"
116
+ y="31.5"
117
+ width="401.72"
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="70.8"
135
+ y="31.5"
136
+ width="401.72"
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.x..polyline.84.1">
148
+ <polyline
149
+ id="panel.grid.minor.x..polyline.84.1.1"
150
+ points="123.3,31.5 123.3,338.52"
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.x..polyline.84.1.2"
161
+ points="237.42,31.5 237.42,338.52"
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.x..polyline.84.1.3"
172
+ points="351.55,31.5 351.55,338.52"
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.x..polyline.84.1.4"
183
+ points="465.67,31.5 465.67,338.52"
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.1"
196
+ points="70.8,57.08 472.52,57.08"
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.2"
207
+ points="70.8,99.72 472.52,99.72"
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.3"
218
+ points="70.8,142.37 472.52,142.37"
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
+ <polyline
228
+ id="panel.grid.major.y..polyline.86.1.4"
229
+ points="70.8,185.01 472.52,185.01"
230
+ stroke="rgb(255,255,255)"
231
+ fill="none"
232
+ stroke-width="1.07"
233
+ stroke-dasharray="none"
234
+ stroke-linecap="butt"
235
+ stroke-opacity="1"
236
+ fill-opacity="1"
237
+ />
238
+ <polyline
239
+ id="panel.grid.major.y..polyline.86.1.5"
240
+ points="70.8,227.65 472.52,227.65"
241
+ stroke="rgb(255,255,255)"
242
+ fill="none"
243
+ stroke-width="1.07"
244
+ stroke-dasharray="none"
245
+ stroke-linecap="butt"
246
+ stroke-opacity="1"
247
+ fill-opacity="1"
248
+ />
249
+ <polyline
250
+ id="panel.grid.major.y..polyline.86.1.6"
251
+ points="70.8,270.29 472.52,270.29"
252
+ stroke="rgb(255,255,255)"
253
+ fill="none"
254
+ stroke-width="1.07"
255
+ stroke-dasharray="none"
256
+ stroke-linecap="butt"
257
+ stroke-opacity="1"
258
+ fill-opacity="1"
259
+ />
260
+ <polyline
261
+ id="panel.grid.major.y..polyline.86.1.7"
262
+ points="70.8,312.94 472.52,312.94"
263
+ stroke="rgb(255,255,255)"
264
+ fill="none"
265
+ stroke-width="1.07"
266
+ stroke-dasharray="none"
267
+ stroke-linecap="butt"
268
+ stroke-opacity="1"
269
+ fill-opacity="1"
270
+ />
271
+ </g>
272
+ <g id="panel.grid.major.x..polyline.88.1">
273
+ <polyline
274
+ id="panel.grid.major.x..polyline.88.1.2"
275
+ points="180.36,31.5 180.36,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.3"
286
+ points="294.49,31.5 294.49,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.4"
297
+ points="408.61,31.5 408.61,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="248.84,57.08 248.84,57.08"
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="226.01,57.08 214.6,57.08"
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="248.84,41.09 226.01,41.09 226.01,73.07 248.84,73.07 248.84,41.09"
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="237.42,41.09 237.42,73.07"
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="351.55"
374
+ y="99.72"
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="374.37"
389
+ y="99.72"
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="351.55"
404
+ y="99.72"
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="454.26"
419
+ y="99.72"
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="283.07,99.72 328.72,99.72"
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="248.84,99.72 214.6,99.72"
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="283.07,83.73 248.84,83.73 248.84,115.71 283.07,115.71 283.07,83.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="260.25,83.73 260.25,115.71"
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="283.07,142.37 317.31,142.37"
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="248.84,142.37 214.6,142.37"
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="283.07,126.38 248.84,126.38 248.84,158.36 283.07,158.36 283.07,126.38"
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="260.25,126.38 260.25,158.36"
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="146.12"
554
+ y="185.01"
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="226.01,185.01 226.01,185.01"
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="203.19,185.01 191.77,185.01"
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="226.01,169.02 203.19,169.02 203.19,201 226.01,201 226.01,169.02"
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="214.6,169.02 214.6,201"
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="89.06"
630
+ y="227.65"
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="89.06"
645
+ y="227.65"
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="89.06"
660
+ y="227.65"
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="203.19"
675
+ y="227.65"
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="157.54,227.65 180.36,227.65"
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="134.71,227.65 123.3,227.65"
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="157.54,211.66 134.71,211.66 134.71,243.64 157.54,243.64 157.54,211.66"
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="146.12,211.66 146.12,243.64"
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="454.26"
751
+ y="270.29"
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="420.02"
766
+ y="270.29"
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="300.19,270.29 362.96,270.29"
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="231.72,270.29 180.36,270.29"
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="300.19,254.3 231.72,254.3 231.72,286.28 300.19,286.28 300.19,254.3"
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="248.84,254.3 248.84,286.28"
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="89.06"
842
+ y="312.94"
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="89.06"
857
+ y="312.94"
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="237.42"
872
+ y="312.94"
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="226.01"
887
+ y="312.94"
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="260.25"
902
+ y="312.94"
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="237.42"
917
+ y="312.94"
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="248.84"
932
+ y="312.94"
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="214.6"
947
+ y="312.94"
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="168.95,312.94 203.19,312.94"
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="146.12,312.94 111.89,312.94"
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="168.95,296.94 146.12,296.94 146.12,328.93 168.95,328.93 168.95,296.94"
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="151.83,296.94 151.83,328.93"
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(65.87, 57.08)"
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
+ 2seater
1089
+ </tspan>
1090
+ </text>
1091
+ </g>
1092
+ </g>
1093
+ <g
1094
+ id="GRID.text.97.1.2"
1095
+ transform="translate(65.87, 99.72)"
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
+ compact
1122
+ </tspan>
1123
+ </text>
1124
+ </g>
1125
+ </g>
1126
+ <g
1127
+ id="GRID.text.97.1.3"
1128
+ transform="translate(65.87, 142.37)"
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
+ midsize
1155
+ </tspan>
1156
+ </text>
1157
+ </g>
1158
+ </g>
1159
+ <g
1160
+ id="GRID.text.97.1.4"
1161
+ transform="translate(65.87, 185.01)"
1162
+ stroke-width="0.1"
1163
+ >
1164
+ <g
1165
+ id="GRID.text.97.1.4.scale"
1166
+ transform="scale(1, -1)"
1167
+ >
1168
+ <text
1169
+ x="0"
1170
+ y="0"
1171
+ id="GRID.text.97.1.4.text"
1172
+ text-anchor="end"
1173
+ font-size="8.8"
1174
+ stroke="rgb(77,77,77)"
1175
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1176
+ fill="rgb(77,77,77)"
1177
+ stroke-opacity="1"
1178
+ fill-opacity="1"
1179
+ font-weight="normal"
1180
+ font-style="normal"
1181
+ >
1182
+ <tspan
1183
+ id="GRID.text.97.1.4.tspan.1"
1184
+ dy="3.15"
1185
+ x="0"
1186
+ >
1187
+ minivan
1188
+ </tspan>
1189
+ </text>
1190
+ </g>
1191
+ </g>
1192
+ <g
1193
+ id="GRID.text.97.1.5"
1194
+ transform="translate(65.87, 227.65)"
1195
+ stroke-width="0.1"
1196
+ >
1197
+ <g
1198
+ id="GRID.text.97.1.5.scale"
1199
+ transform="scale(1, -1)"
1200
+ >
1201
+ <text
1202
+ x="0"
1203
+ y="0"
1204
+ id="GRID.text.97.1.5.text"
1205
+ text-anchor="end"
1206
+ font-size="8.8"
1207
+ stroke="rgb(77,77,77)"
1208
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1209
+ fill="rgb(77,77,77)"
1210
+ stroke-opacity="1"
1211
+ fill-opacity="1"
1212
+ font-weight="normal"
1213
+ font-style="normal"
1214
+ >
1215
+ <tspan
1216
+ id="GRID.text.97.1.5.tspan.1"
1217
+ dy="3.15"
1218
+ x="0"
1219
+ >
1220
+ pickup
1221
+ </tspan>
1222
+ </text>
1223
+ </g>
1224
+ </g>
1225
+ <g
1226
+ id="GRID.text.97.1.6"
1227
+ transform="translate(65.87, 270.29)"
1228
+ stroke-width="0.1"
1229
+ >
1230
+ <g
1231
+ id="GRID.text.97.1.6.scale"
1232
+ transform="scale(1, -1)"
1233
+ >
1234
+ <text
1235
+ x="0"
1236
+ y="0"
1237
+ id="GRID.text.97.1.6.text"
1238
+ text-anchor="end"
1239
+ font-size="8.8"
1240
+ stroke="rgb(77,77,77)"
1241
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1242
+ fill="rgb(77,77,77)"
1243
+ stroke-opacity="1"
1244
+ fill-opacity="1"
1245
+ font-weight="normal"
1246
+ font-style="normal"
1247
+ >
1248
+ <tspan
1249
+ id="GRID.text.97.1.6.tspan.1"
1250
+ dy="3.15"
1251
+ x="0"
1252
+ >
1253
+ subcompact
1254
+ </tspan>
1255
+ </text>
1256
+ </g>
1257
+ </g>
1258
+ <g
1259
+ id="GRID.text.97.1.7"
1260
+ transform="translate(65.87, 312.94)"
1261
+ stroke-width="0.1"
1262
+ >
1263
+ <g
1264
+ id="GRID.text.97.1.7.scale"
1265
+ transform="scale(1, -1)"
1266
+ >
1267
+ <text
1268
+ x="0"
1269
+ y="0"
1270
+ id="GRID.text.97.1.7.text"
1271
+ text-anchor="end"
1272
+ font-size="8.8"
1273
+ stroke="rgb(77,77,77)"
1274
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1275
+ fill="rgb(77,77,77)"
1276
+ stroke-opacity="1"
1277
+ fill-opacity="1"
1278
+ font-weight="normal"
1279
+ font-style="normal"
1280
+ >
1281
+ <tspan
1282
+ id="GRID.text.97.1.7.tspan.1"
1283
+ dy="3.15"
1284
+ x="0"
1285
+ >
1286
+ suv
1287
+ </tspan>
1288
+ </text>
1289
+ </g>
1290
+ </g>
1291
+ </g>
1292
+ </g>
1293
+ </g>
1294
+ </g>
1295
+ </g>
1296
+ </g>
1297
+ <g
1298
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1"
1299
+ >
1300
+ <g id="axis.1-2-1-2.1">
1301
+ <g id="GRID.polyline.99.1">
1302
+ <polyline
1303
+ id="GRID.polyline.99.1.1"
1304
+ points="68.06,57.08 70.8,57.08"
1305
+ stroke="rgb(51,51,51)"
1306
+ fill="none"
1307
+ stroke-width="1.07"
1308
+ stroke-dasharray="none"
1309
+ stroke-linecap="butt"
1310
+ stroke-opacity="1"
1311
+ fill-opacity="1"
1312
+ />
1313
+ <polyline
1314
+ id="GRID.polyline.99.1.2"
1315
+ points="68.06,99.72 70.8,99.72"
1316
+ stroke="rgb(51,51,51)"
1317
+ fill="none"
1318
+ stroke-width="1.07"
1319
+ stroke-dasharray="none"
1320
+ stroke-linecap="butt"
1321
+ stroke-opacity="1"
1322
+ fill-opacity="1"
1323
+ />
1324
+ <polyline
1325
+ id="GRID.polyline.99.1.3"
1326
+ points="68.06,142.37 70.8,142.37"
1327
+ stroke="rgb(51,51,51)"
1328
+ fill="none"
1329
+ stroke-width="1.07"
1330
+ stroke-dasharray="none"
1331
+ stroke-linecap="butt"
1332
+ stroke-opacity="1"
1333
+ fill-opacity="1"
1334
+ />
1335
+ <polyline
1336
+ id="GRID.polyline.99.1.4"
1337
+ points="68.06,185.01 70.8,185.01"
1338
+ stroke="rgb(51,51,51)"
1339
+ fill="none"
1340
+ stroke-width="1.07"
1341
+ stroke-dasharray="none"
1342
+ stroke-linecap="butt"
1343
+ stroke-opacity="1"
1344
+ fill-opacity="1"
1345
+ />
1346
+ <polyline
1347
+ id="GRID.polyline.99.1.5"
1348
+ points="68.06,227.65 70.8,227.65"
1349
+ stroke="rgb(51,51,51)"
1350
+ fill="none"
1351
+ stroke-width="1.07"
1352
+ stroke-dasharray="none"
1353
+ stroke-linecap="butt"
1354
+ stroke-opacity="1"
1355
+ fill-opacity="1"
1356
+ />
1357
+ <polyline
1358
+ id="GRID.polyline.99.1.6"
1359
+ points="68.06,270.29 70.8,270.29"
1360
+ stroke="rgb(51,51,51)"
1361
+ fill="none"
1362
+ stroke-width="1.07"
1363
+ stroke-dasharray="none"
1364
+ stroke-linecap="butt"
1365
+ stroke-opacity="1"
1366
+ fill-opacity="1"
1367
+ />
1368
+ <polyline
1369
+ id="GRID.polyline.99.1.7"
1370
+ points="68.06,312.94 70.8,312.94"
1371
+ stroke="rgb(51,51,51)"
1372
+ fill="none"
1373
+ stroke-width="1.07"
1374
+ stroke-dasharray="none"
1375
+ stroke-linecap="butt"
1376
+ stroke-opacity="1"
1377
+ fill-opacity="1"
1378
+ />
1379
+ </g>
1380
+ </g>
1381
+ </g>
1382
+ </g>
1383
+ </g>
1384
+ </g>
1385
+ </g>
1386
+ </g>
1387
+ </g>
1388
+ <g id="layout::axis-r.7-6-7-6.1">
1389
+ <g id="axis-r.7-6-7-6.1" />
1390
+ </g>
1391
+ <g id="layout::axis-b.8-5-8-5.1">
1392
+ <g id="axis-b.8-5-8-5.1">
1393
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
1394
+ <g id="GRID.absoluteGrob.96.1">
1395
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
1396
+ <g id="axis.2">
1397
+ <g
1398
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1"
1399
+ >
1400
+ <g id="axis.1-1-1-1.2">
1401
+ <g id="GRID.polyline.95.1">
1402
+ <polyline
1403
+ id="GRID.polyline.95.1.1"
1404
+ points="180.36,28.76 180.36,31.5"
1405
+ stroke="rgb(51,51,51)"
1406
+ fill="none"
1407
+ stroke-width="1.07"
1408
+ stroke-dasharray="none"
1409
+ stroke-linecap="butt"
1410
+ stroke-opacity="1"
1411
+ fill-opacity="1"
1412
+ />
1413
+ <polyline
1414
+ id="GRID.polyline.95.1.2"
1415
+ points="294.49,28.76 294.49,31.5"
1416
+ stroke="rgb(51,51,51)"
1417
+ fill="none"
1418
+ stroke-width="1.07"
1419
+ stroke-dasharray="none"
1420
+ stroke-linecap="butt"
1421
+ stroke-opacity="1"
1422
+ fill-opacity="1"
1423
+ />
1424
+ <polyline
1425
+ id="GRID.polyline.95.1.3"
1426
+ points="408.61,28.76 408.61,31.5"
1427
+ stroke="rgb(51,51,51)"
1428
+ fill="none"
1429
+ stroke-width="1.07"
1430
+ stroke-dasharray="none"
1431
+ stroke-linecap="butt"
1432
+ stroke-opacity="1"
1433
+ fill-opacity="1"
1434
+ />
1435
+ </g>
1436
+ </g>
1437
+ </g>
1438
+ <g
1439
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1"
1440
+ >
1441
+ <g id="axis.2-1-2-1.1">
1442
+ <g
1443
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
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
+ stroke-opacity="1"
1448
+ font-weight="normal"
1449
+ font-style="normal"
1450
+ >
1451
+ <g
1452
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1"
1453
+ >
1454
+ <g id="GRID.titleGrob.94.1">
1455
+ <g id="GRID.text.92.1">
1456
+ <g
1457
+ id="GRID.text.92.1.1"
1458
+ transform="translate(180.36, 26.56)"
1459
+ stroke-width="0.1"
1460
+ >
1461
+ <g
1462
+ id="GRID.text.92.1.1.scale"
1463
+ transform="scale(1, -1)"
1464
+ >
1465
+ <text
1466
+ x="0"
1467
+ y="0"
1468
+ id="GRID.text.92.1.1.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.1.tspan.1"
1481
+ dy="6.3"
1482
+ x="0"
1483
+ >
1484
+ 20
1485
+ </tspan>
1486
+ </text>
1487
+ </g>
1488
+ </g>
1489
+ <g
1490
+ id="GRID.text.92.1.2"
1491
+ transform="translate(294.49, 26.56)"
1492
+ stroke-width="0.1"
1493
+ >
1494
+ <g
1495
+ id="GRID.text.92.1.2.scale"
1496
+ transform="scale(1, -1)"
1497
+ >
1498
+ <text
1499
+ x="0"
1500
+ y="0"
1501
+ id="GRID.text.92.1.2.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.2.tspan.1"
1514
+ dy="6.3"
1515
+ x="0"
1516
+ >
1517
+ 30
1518
+ </tspan>
1519
+ </text>
1520
+ </g>
1521
+ </g>
1522
+ <g
1523
+ id="GRID.text.92.1.3"
1524
+ transform="translate(408.61, 26.56)"
1525
+ stroke-width="0.1"
1526
+ >
1527
+ <g
1528
+ id="GRID.text.92.1.3.scale"
1529
+ transform="scale(1, -1)"
1530
+ >
1531
+ <text
1532
+ x="0"
1533
+ y="0"
1534
+ id="GRID.text.92.1.3.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.3.tspan.1"
1547
+ dy="6.3"
1548
+ x="0"
1549
+ >
1550
+ 40
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(271.66, 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
+ hwy
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
+ class
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
+ x_group_label: 'Highway Mileage',
1710
+ y_group_label: 'Car Class',
1711
+ title: 'Highway Mileage by Car Class.',
1712
+ x_labels: [],
1713
+ y_labels: [
1714
+ '2seater',
1715
+ 'compact',
1716
+ 'midsize',
1717
+ 'minivan',
1718
+ 'pickup',
1719
+ 'subcompact',
1720
+ 'suv',
1721
+ ],
1722
+ orientation: 'horz',
1723
+ element: 'grill.gTree.89.1',
1724
+ data: [
1725
+ [
1726
+ { type: 'blank', label: 'lower_outlier' },
1727
+ { x: 23, y: 57.08, type: 'whisker', label: 'min' },
1728
+ { x: 24, y: 41.09, type: 'range', label: '25' },
1729
+ { x: 25, y: 41, type: 'range', label: '50' },
1730
+ { x: 26, y: 41.09, type: 'range', label: '75' },
1731
+ { x: 26, y: 41.09, type: 'whisker', label: 'max' },
1732
+ { type: 'blank', label: 'upper_outlier' },
1733
+ ],
1734
+ [
1735
+ { type: 'blank', label: 'lower_outlier' },
1736
+ { x: 23, y: 99.72, type: 'whisker', label: 'min' },
1737
+ { x: 26, y: 83.73, type: 'range', label: '25' },
1738
+ { x: 27, y: 84, type: 'range', label: '50' },
1739
+ { x: 29, y: 83.73, type: 'range', label: '75' },
1740
+ { x: 33, y: 99.72, type: 'whisker', label: 'max' },
1741
+ {
1742
+ x: 35,
1743
+ y: 99.72,
1744
+ type: 'outlier',
1745
+ xMax: 44,
1746
+ values: [35, 35, 37, 44],
1747
+ label: 'upper_outlier',
1748
+ },
1749
+ ],
1750
+ [
1751
+ { type: 'blank', label: 'lower_outlier' },
1752
+ { x: 23, y: 142.37, type: 'whisker', label: 'min' },
1753
+ { x: 26, y: 126.38, type: 'range', label: '25' },
1754
+ { x: 27, y: 126, type: 'range', label: '50' },
1755
+ { x: 29, y: 126.38, type: 'range', label: '75' },
1756
+ { x: 32, y: 142.37, type: 'whisker', label: 'max' },
1757
+ { type: 'blank', label: 'upper_outlier' },
1758
+ ],
1759
+ [
1760
+ {
1761
+ x: 17,
1762
+ y: 185.01,
1763
+ type: 'outlier',
1764
+ xMax: 17,
1765
+ values: [17],
1766
+ label: 'lower_outlier',
1767
+ },
1768
+ { x: 21, y: 185.01, type: 'whisker', label: 'min' },
1769
+ { x: 22, y: 169.02, type: 'range', label: '25' },
1770
+ { x: 23, y: 169, type: 'range', label: '50' },
1771
+ { x: 24, y: 169.02, type: 'range', label: '75' },
1772
+ { x: 24, y: 169.02, type: 'whisker', label: 'max' },
1773
+ { type: 'blank', label: 'upper_outlier' },
1774
+ ],
1775
+ [
1776
+ {
1777
+ x: 12,
1778
+ y: 227.65,
1779
+ type: 'outlier',
1780
+ xMax: 12,
1781
+ values: [12, 12, 12],
1782
+ label: 'lower_outlier',
1783
+ },
1784
+ { x: 15, y: 227.65, type: 'whisker', label: 'min' },
1785
+ { x: 16, y: 211.66, type: 'range', label: '25' },
1786
+ { x: 17, y: 212, type: 'range', label: '50' },
1787
+ { x: 18, y: 211.66, type: 'range', label: '75' },
1788
+ { x: 20, y: 227.65, type: 'whisker', label: 'max' },
1789
+ {
1790
+ x: 22,
1791
+ y: 227.65,
1792
+ type: 'outlier',
1793
+ xMax: 22,
1794
+ values: [22],
1795
+ label: 'upper_outlier',
1796
+ },
1797
+ ],
1798
+ [
1799
+ { type: 'blank', label: 'lower_outlier' },
1800
+ { x: 20, y: 270.29, type: 'whisker', label: 'min' },
1801
+ { x: 24.5, y: 254.3, type: 'range', label: '25' },
1802
+ { x: 26, y: 254, type: 'range', label: '50' },
1803
+ { x: 30.5, y: 254.3, type: 'range', label: '75' },
1804
+ { x: 36, y: 270.29, type: 'whisker', label: 'max' },
1805
+ {
1806
+ x: 41,
1807
+ y: 270.29,
1808
+ type: 'outlier',
1809
+ xMax: 44,
1810
+ values: [41, 44],
1811
+ label: 'upper_outlier',
1812
+ },
1813
+ ],
1814
+ [
1815
+ {
1816
+ x: 12,
1817
+ y: 312.94,
1818
+ type: 'outlier',
1819
+ xMax: 12,
1820
+ values: [12, 12],
1821
+ label: 'lower_outlier',
1822
+ },
1823
+ { x: 14, y: 312.94, type: 'whisker', label: 'min' },
1824
+ { x: 17, y: 296.94, type: 'range', label: '25' },
1825
+ { x: 17.5, y: 297, type: 'range', label: '50' },
1826
+ { x: 19, y: 296.94, type: 'range', label: '75' },
1827
+ { x: 22, y: 312.94, type: 'whisker', label: 'max' },
1828
+ {
1829
+ x: 24,
1830
+ y: 312.94,
1831
+ type: 'outlier',
1832
+ xMax: 27,
1833
+ values: [23, 24, 25, 25, 26, 27],
1834
+ label: 'upper_outlier',
1835
+ },
1836
+ ],
1837
+ ],
1838
+ };
1839
+ </script>
1840
+ <script src="../src/js/constants.js"></script>
1841
+ <script src="../src/js/audio.js"></script>
1842
+ <script src="../src/js/display.js"></script>
1843
+ <script src="../src/js/barplot.js"></script>
1844
+ <script src="../src/js/boxplot.js"></script>
1845
+ <script src="../src/js/heatmap.js"></script>
1846
+ <script src="../src/js/scatterplot.js"></script>
1847
+ <script src="../src/js/controls.js"></script>
1848
+ <script src="../src/js/init.js"></script>
1849
+ </body>
1850
+ </html>