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,927 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ <head>
5
+ <title>SVG Boxplot</title>
6
+ <meta charset="utf-8">
7
+ </head>
8
+
9
+ <body>
10
+
11
+ <p>Use left and right arrows to navigate the graph. Press spacebar to hear the sound of a certain bar again.</p>
12
+
13
+ <div id="chart-container" tabindex="0" data-plottype="box">
14
+ <div id="braille-div" tabindex="0">
15
+ <p id="braille-display" style="font-size: 200%; border: none; outline: none; resize: none;"></p>
16
+ <!-- <input id="braille-display" style="font-size: 200%; border: none; outline: none; resize: none;" autofocus type="text" /> -->
17
+ </div>
18
+
19
+ <br>
20
+
21
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="672px" height="672px"
22
+ viewBox="0 0 672 672" version="1.1">
23
+ <metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
24
+ <gridsvg:generator name="gridSVG" version="1.7-4" time="2022-09-20 08:53:58" />
25
+ <gridsvg:argument name="name" value="boxplot.svg" />
26
+ <gridsvg:argument name="exportCoords" value="none" />
27
+ <gridsvg:argument name="exportMappings" value="none" />
28
+ <gridsvg:argument name="exportJS" value="none" />
29
+ <gridsvg:argument name="res" value="96" />
30
+ <gridsvg:argument name="prefix" value="" />
31
+ <gridsvg:argument name="addClasses" value="FALSE" />
32
+ <gridsvg:argument name="indent" value="TRUE" />
33
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
34
+ <gridsvg:argument name="usePaths" value="vpPaths" />
35
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
36
+ <gridsvg:separator name="id.sep" value="." />
37
+ <gridsvg:separator name="gPath.sep" value="::" />
38
+ <gridsvg:separator name="vpPath.sep" value="::" />
39
+ </metadata>
40
+ <g transform="translate(0, 672) scale(1, -1)">
41
+ <g id="gridSVG" fill="none" stroke="rgb(0,0,0)" stroke-dasharray="none" stroke-width="1" font-size="16"
42
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" opacity="1"
43
+ stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-opacity="1"
44
+ fill-opacity="0" font-weight="normal" font-style="normal">
45
+ <defs>
46
+ <symbol id="gridSVG.pch19" viewBox="-5 -5 10 10" overflow="visible">
47
+ <circle cx="0" cy="0" r="3.75" />
48
+ </symbol>
49
+ </defs>
50
+ <g id="layout.1">
51
+ <g id="layout.2">
52
+ <defs>
53
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
54
+ <rect x="0" y="0" width="672" height="672" fill="none" stroke="none" />
55
+ </clipPath>
56
+ </defs>
57
+ <g id="layout::background.1-9-12-1.1"
58
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)">
59
+ <g id="background.1-9-12-1.1">
60
+ <g id="plot.background..rect.103.1">
61
+ <rect id="plot.background..rect.103.1.1" x="0" y="0" width="672" height="672"
62
+ transform="" stroke-width="1.42" stroke="rgb(255,255,255)"
63
+ fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="1"
64
+ fill-opacity="1" />
65
+ </g>
66
+ </g>
67
+ </g>
68
+ <defs>
69
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
70
+ <rect x="100.53" y="44.53" width="564.16" height="620.16" fill="none"
71
+ stroke="none" />
72
+ </clipPath>
73
+ </defs>
74
+ <g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
75
+ <g id="panel.7-5-7-5.1">
76
+ <g id="panel-1.gTree.81.1">
77
+ <g id="grill.gTree.79.1">
78
+ <g id="panel.background..rect.72.1">
79
+ <rect id="panel.background..rect.72.1.1" x="100.53" y="44.53"
80
+ width="564.16" height="620.16" transform="" stroke-width="1.42"
81
+ stroke="none" fill="rgb(235,235,235)" stroke-dasharray="none"
82
+ stroke-opacity="0" fill-opacity="1" />
83
+ </g>
84
+ <g id="panel.grid.minor.x..polyline.74.1">
85
+ <polyline id="panel.grid.minor.x..polyline.74.1.1"
86
+ points="174.26,44.53 174.26,664.69" stroke="rgb(255,255,255)"
87
+ fill="none" stroke-width="0.71" stroke-dasharray="none"
88
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
89
+ <polyline id="panel.grid.minor.x..polyline.74.1.2"
90
+ points="334.53,44.53 334.53,664.69" stroke="rgb(255,255,255)"
91
+ fill="none" stroke-width="0.71" stroke-dasharray="none"
92
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
93
+ <polyline id="panel.grid.minor.x..polyline.74.1.3"
94
+ points="494.81,44.53 494.81,664.69" stroke="rgb(255,255,255)"
95
+ fill="none" stroke-width="0.71" stroke-dasharray="none"
96
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
97
+ <polyline id="panel.grid.minor.x..polyline.74.1.4"
98
+ points="655.08,44.53 655.08,664.69" stroke="rgb(255,255,255)"
99
+ fill="none" stroke-width="0.71" stroke-dasharray="none"
100
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
101
+ </g>
102
+ <g id="panel.grid.major.y..polyline.76.1">
103
+ <polyline id="panel.grid.major.y..polyline.76.1.1"
104
+ points="100.53,96.21 664.69,96.21" stroke="rgb(255,255,255)"
105
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
106
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
107
+ <polyline id="panel.grid.major.y..polyline.76.1.2"
108
+ points="100.53,182.35 664.69,182.35" stroke="rgb(255,255,255)"
109
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
110
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
111
+ <polyline id="panel.grid.major.y..polyline.76.1.3"
112
+ points="100.53,268.48 664.69,268.48" stroke="rgb(255,255,255)"
113
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
114
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
115
+ <polyline id="panel.grid.major.y..polyline.76.1.4"
116
+ points="100.53,354.61 664.69,354.61" stroke="rgb(255,255,255)"
117
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
118
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
119
+ <polyline id="panel.grid.major.y..polyline.76.1.5"
120
+ points="100.53,440.75 664.69,440.75" stroke="rgb(255,255,255)"
121
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
122
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
123
+ <polyline id="panel.grid.major.y..polyline.76.1.6"
124
+ points="100.53,526.88 664.69,526.88" stroke="rgb(255,255,255)"
125
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
126
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
127
+ <polyline id="panel.grid.major.y..polyline.76.1.7"
128
+ points="100.53,613.01 664.69,613.01" stroke="rgb(255,255,255)"
129
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
130
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
131
+ </g>
132
+ <g id="panel.grid.major.x..polyline.78.1">
133
+ <polyline id="panel.grid.major.x..polyline.78.1.2"
134
+ points="254.4,44.53 254.4,664.69" stroke="rgb(255,255,255)"
135
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
136
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
137
+ <polyline id="panel.grid.major.x..polyline.78.1.3"
138
+ points="414.67,44.53 414.67,664.69" stroke="rgb(255,255,255)"
139
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
140
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
141
+ <polyline id="panel.grid.major.x..polyline.78.1.4"
142
+ points="574.94,44.53 574.94,664.69" stroke="rgb(255,255,255)"
143
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
144
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
145
+ </g>
146
+ </g>
147
+ <g id="geom_boxplot.gTree.68.1">
148
+ <g id="geom_boxplot.gTree.8.1">
149
+ <g id="GRID.segments.2.1">
150
+ <polyline id="GRID.segments.2.1.1"
151
+ points="350.56,96.21 350.56,96.21" stroke="rgb(51,51,51)"
152
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
153
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
154
+ fill-opacity="1" />
155
+ <polyline id="GRID.segments.2.1.2"
156
+ points="318.51,96.21 302.48,96.21" stroke="rgb(51,51,51)"
157
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
158
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
159
+ fill-opacity="1" />
160
+ </g>
161
+ <g id="geom_crossbar.gTree.7.1">
162
+ <g id="geom_polygon.polygon.5.1">
163
+ <polygon id="geom_polygon.polygon.5.1.1"
164
+ points="350.56,63.91 318.51,63.91 318.51,128.51 350.56,128.51 350.56,63.91"
165
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)"
166
+ stroke-width="1.42" stroke-dasharray="none"
167
+ stroke-opacity="1" fill-opacity="1" />
168
+ </g>
169
+ <g id="GRID.segments.6.1">
170
+ <polyline id="GRID.segments.6.1.1"
171
+ points="334.53,63.91 334.53,128.51" stroke="rgb(51,51,51)"
172
+ fill="none" stroke-width="2.85" stroke-dasharray="none"
173
+ stroke-linecap="butt" stroke-linejoin="round"
174
+ stroke-opacity="1" fill-opacity="1" />
175
+ </g>
176
+ </g>
177
+ </g>
178
+ <g id="geom_boxplot.gTree.18.1">
179
+ <g id="geom_point.points.10.1">
180
+ <use id="geom_point.points.10.1.1" href="#gridSVG.pch19" x="494.81"
181
+ y="182.35" width="6.95" height="6.95"
182
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
183
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
184
+ stroke-opacity="1" fill-opacity="1" />
185
+ <use id="geom_point.points.10.1.2" href="#gridSVG.pch19" x="526.86"
186
+ y="182.35" width="6.95" height="6.95"
187
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
188
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
189
+ stroke-opacity="1" fill-opacity="1" />
190
+ <use id="geom_point.points.10.1.3" href="#gridSVG.pch19" x="494.81"
191
+ y="182.35" width="6.95" height="6.95"
192
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
193
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
194
+ stroke-opacity="1" fill-opacity="1" />
195
+ <use id="geom_point.points.10.1.4" href="#gridSVG.pch19" x="639.05"
196
+ y="182.35" width="6.95" height="6.95"
197
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
198
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
199
+ stroke-opacity="1" fill-opacity="1" />
200
+ </g>
201
+ <g id="GRID.segments.12.1">
202
+ <polyline id="GRID.segments.12.1.1"
203
+ points="398.64,182.35 462.75,182.35" stroke="rgb(51,51,51)"
204
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
205
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
206
+ fill-opacity="1" />
207
+ <polyline id="GRID.segments.12.1.2"
208
+ points="350.56,182.35 302.48,182.35" stroke="rgb(51,51,51)"
209
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
210
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
211
+ fill-opacity="1" />
212
+ </g>
213
+ <g id="geom_crossbar.gTree.17.1">
214
+ <g id="geom_polygon.polygon.15.1">
215
+ <polygon id="geom_polygon.polygon.15.1.1"
216
+ points="398.64,150.05 350.56,150.05 350.56,214.65 398.64,214.65 398.64,150.05"
217
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)"
218
+ stroke-width="1.42" stroke-dasharray="none"
219
+ stroke-opacity="1" fill-opacity="1" />
220
+ </g>
221
+ <g id="GRID.segments.16.1">
222
+ <polyline id="GRID.segments.16.1.1"
223
+ points="366.59,150.05 366.59,214.65" stroke="rgb(51,51,51)"
224
+ fill="none" stroke-width="2.85" stroke-dasharray="none"
225
+ stroke-linecap="butt" stroke-linejoin="round"
226
+ stroke-opacity="1" fill-opacity="1" />
227
+ </g>
228
+ </g>
229
+ </g>
230
+ <g id="geom_boxplot.gTree.26.1">
231
+ <g id="GRID.segments.20.1">
232
+ <polyline id="GRID.segments.20.1.1"
233
+ points="398.64,268.48 446.72,268.48" stroke="rgb(51,51,51)"
234
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
235
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
236
+ fill-opacity="1" />
237
+ <polyline id="GRID.segments.20.1.2"
238
+ points="350.56,268.48 302.48,268.48" stroke="rgb(51,51,51)"
239
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
240
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
241
+ fill-opacity="1" />
242
+ </g>
243
+ <g id="geom_crossbar.gTree.25.1">
244
+ <g id="geom_polygon.polygon.23.1">
245
+ <polygon id="geom_polygon.polygon.23.1.1"
246
+ points="398.64,236.18 350.56,236.18 350.56,300.78 398.64,300.78 398.64,236.18"
247
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)"
248
+ stroke-width="1.42" stroke-dasharray="none"
249
+ stroke-opacity="1" fill-opacity="1" />
250
+ </g>
251
+ <g id="GRID.segments.24.1">
252
+ <polyline id="GRID.segments.24.1.1"
253
+ points="366.59,236.18 366.59,300.78" stroke="rgb(51,51,51)"
254
+ fill="none" stroke-width="2.85" stroke-dasharray="none"
255
+ stroke-linecap="butt" stroke-linejoin="round"
256
+ stroke-opacity="1" fill-opacity="1" />
257
+ </g>
258
+ </g>
259
+ </g>
260
+ <g id="geom_boxplot.gTree.36.1">
261
+ <g id="geom_point.points.28.1">
262
+ <use id="geom_point.points.28.1.1" href="#gridSVG.pch19" x="206.31"
263
+ y="354.61" width="6.95" height="6.95"
264
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
265
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
266
+ stroke-opacity="1" fill-opacity="1" />
267
+ </g>
268
+ <g id="GRID.segments.30.1">
269
+ <polyline id="GRID.segments.30.1.1"
270
+ points="318.51,354.61 318.51,354.61" stroke="rgb(51,51,51)"
271
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
272
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
273
+ fill-opacity="1" />
274
+ <polyline id="GRID.segments.30.1.2"
275
+ points="286.45,354.61 270.42,354.61" stroke="rgb(51,51,51)"
276
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
277
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
278
+ fill-opacity="1" />
279
+ </g>
280
+ <g id="geom_crossbar.gTree.35.1">
281
+ <g id="geom_polygon.polygon.33.1">
282
+ <polygon id="geom_polygon.polygon.33.1.1"
283
+ points="318.51,322.31 286.45,322.31 286.45,386.91 318.51,386.91 318.51,322.31"
284
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)"
285
+ stroke-width="1.42" stroke-dasharray="none"
286
+ stroke-opacity="1" fill-opacity="1" />
287
+ </g>
288
+ <g id="GRID.segments.34.1">
289
+ <polyline id="GRID.segments.34.1.1"
290
+ points="302.48,322.31 302.48,386.91" stroke="rgb(51,51,51)"
291
+ fill="none" stroke-width="2.85" stroke-dasharray="none"
292
+ stroke-linecap="butt" stroke-linejoin="round"
293
+ stroke-opacity="1" fill-opacity="1" />
294
+ </g>
295
+ </g>
296
+ </g>
297
+ <g id="geom_boxplot.gTree.46.1">
298
+ <g id="geom_point.points.38.1">
299
+ <use id="geom_point.points.38.1.1" href="#gridSVG.pch19" x="126.18"
300
+ y="440.75" width="6.95" height="6.95"
301
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
302
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
303
+ stroke-opacity="1" fill-opacity="1" />
304
+ <use id="geom_point.points.38.1.2" href="#gridSVG.pch19" x="126.18"
305
+ y="440.75" width="6.95" height="6.95"
306
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
307
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
308
+ stroke-opacity="1" fill-opacity="1" />
309
+ <use id="geom_point.points.38.1.3" href="#gridSVG.pch19" x="126.18"
310
+ y="440.75" width="6.95" height="6.95"
311
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
312
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
313
+ stroke-opacity="1" fill-opacity="1" />
314
+ <use id="geom_point.points.38.1.4" href="#gridSVG.pch19" x="286.45"
315
+ y="440.75" width="6.95" height="6.95"
316
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
317
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
318
+ stroke-opacity="1" fill-opacity="1" />
319
+ </g>
320
+ <g id="GRID.segments.40.1">
321
+ <polyline id="GRID.segments.40.1.1"
322
+ points="222.34,440.75 254.4,440.75" stroke="rgb(51,51,51)"
323
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
324
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
325
+ fill-opacity="1" />
326
+ <polyline id="GRID.segments.40.1.2"
327
+ points="190.29,440.75 174.26,440.75" stroke="rgb(51,51,51)"
328
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
329
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
330
+ fill-opacity="1" />
331
+ </g>
332
+ <g id="geom_crossbar.gTree.45.1">
333
+ <g id="geom_polygon.polygon.43.1">
334
+ <polygon id="geom_polygon.polygon.43.1.1"
335
+ points="222.34,408.45 190.29,408.45 190.29,473.05 222.34,473.05 222.34,408.45"
336
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)"
337
+ stroke-width="1.42" stroke-dasharray="none"
338
+ stroke-opacity="1" fill-opacity="1" />
339
+ </g>
340
+ <g id="GRID.segments.44.1">
341
+ <polyline id="GRID.segments.44.1.1"
342
+ points="206.31,408.45 206.31,473.05" stroke="rgb(51,51,51)"
343
+ fill="none" stroke-width="2.85" stroke-dasharray="none"
344
+ stroke-linecap="butt" stroke-linejoin="round"
345
+ stroke-opacity="1" fill-opacity="1" />
346
+ </g>
347
+ </g>
348
+ </g>
349
+ <g id="geom_boxplot.gTree.56.1">
350
+ <g id="geom_point.points.48.1">
351
+ <use id="geom_point.points.48.1.1" href="#gridSVG.pch19" x="639.05"
352
+ y="526.88" width="6.95" height="6.95"
353
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
354
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
355
+ stroke-opacity="1" fill-opacity="1" />
356
+ <use id="geom_point.points.48.1.2" href="#gridSVG.pch19" x="590.97"
357
+ y="526.88" width="6.95" height="6.95"
358
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
359
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
360
+ stroke-opacity="1" fill-opacity="1" />
361
+ </g>
362
+ <g id="GRID.segments.50.1">
363
+ <polyline id="GRID.segments.50.1.1"
364
+ points="422.68,526.88 510.83,526.88" stroke="rgb(51,51,51)"
365
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
366
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
367
+ fill-opacity="1" />
368
+ <polyline id="GRID.segments.50.1.2"
369
+ points="326.52,526.88 254.4,526.88" stroke="rgb(51,51,51)"
370
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
371
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
372
+ fill-opacity="1" />
373
+ </g>
374
+ <g id="geom_crossbar.gTree.55.1">
375
+ <g id="geom_polygon.polygon.53.1">
376
+ <polygon id="geom_polygon.polygon.53.1.1"
377
+ points="422.68,494.58 326.52,494.58 326.52,559.18 422.68,559.18 422.68,494.58"
378
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)"
379
+ stroke-width="1.42" stroke-dasharray="none"
380
+ stroke-opacity="1" fill-opacity="1" />
381
+ </g>
382
+ <g id="GRID.segments.54.1">
383
+ <polyline id="GRID.segments.54.1.1"
384
+ points="350.56,494.58 350.56,559.18" stroke="rgb(51,51,51)"
385
+ fill="none" stroke-width="2.85" stroke-dasharray="none"
386
+ stroke-linecap="butt" stroke-linejoin="round"
387
+ stroke-opacity="1" fill-opacity="1" />
388
+ </g>
389
+ </g>
390
+ </g>
391
+ <g id="geom_boxplot.gTree.66.1">
392
+ <g id="geom_point.points.58.1">
393
+ <use id="geom_point.points.58.1.1" href="#gridSVG.pch19" x="126.18"
394
+ y="613.01" width="6.95" height="6.95"
395
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
396
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
397
+ stroke-opacity="1" fill-opacity="1" />
398
+ <use id="geom_point.points.58.1.2" href="#gridSVG.pch19" x="126.18"
399
+ y="613.01" width="6.95" height="6.95"
400
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
401
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
402
+ stroke-opacity="1" fill-opacity="1" />
403
+ <use id="geom_point.points.58.1.3" href="#gridSVG.pch19" x="334.53"
404
+ y="613.01" width="6.95" height="6.95"
405
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
406
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
407
+ stroke-opacity="1" fill-opacity="1" />
408
+ <use id="geom_point.points.58.1.4" href="#gridSVG.pch19" x="318.51"
409
+ y="613.01" width="6.95" height="6.95"
410
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
411
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
412
+ stroke-opacity="1" fill-opacity="1" />
413
+ <use id="geom_point.points.58.1.5" href="#gridSVG.pch19" x="366.59"
414
+ y="613.01" width="6.95" height="6.95"
415
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
416
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
417
+ stroke-opacity="1" fill-opacity="1" />
418
+ <use id="geom_point.points.58.1.6" href="#gridSVG.pch19" x="334.53"
419
+ y="613.01" width="6.95" height="6.95"
420
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
421
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
422
+ stroke-opacity="1" fill-opacity="1" />
423
+ <use id="geom_point.points.58.1.7" href="#gridSVG.pch19" x="350.56"
424
+ y="613.01" width="6.95" height="6.95"
425
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
426
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
427
+ stroke-opacity="1" fill-opacity="1" />
428
+ <use id="geom_point.points.58.1.8" href="#gridSVG.pch19" x="302.48"
429
+ y="613.01" width="6.95" height="6.95"
430
+ transform=" translate(-3.48,-3.48)" stroke="rgb(51,51,51)"
431
+ fill="rgb(51,51,51)" font-size="6.95" stroke-width="1.35"
432
+ stroke-opacity="1" fill-opacity="1" />
433
+ </g>
434
+ <g id="GRID.segments.60.1">
435
+ <polyline id="GRID.segments.60.1.1"
436
+ points="238.37,613.01 286.45,613.01" stroke="rgb(51,51,51)"
437
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
438
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
439
+ fill-opacity="1" />
440
+ <polyline id="GRID.segments.60.1.2"
441
+ points="206.31,613.01 158.23,613.01" stroke="rgb(51,51,51)"
442
+ fill="none" stroke-width="1.42" stroke-dasharray="none"
443
+ stroke-linecap="butt" stroke-linejoin="round" stroke-opacity="1"
444
+ fill-opacity="1" />
445
+ </g>
446
+ <g id="geom_crossbar.gTree.65.1">
447
+ <g id="geom_polygon.polygon.63.1">
448
+ <polygon id="geom_polygon.polygon.63.1.1"
449
+ points="238.37,580.71 206.31,580.71 206.31,645.31 238.37,645.31 238.37,580.71"
450
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)"
451
+ stroke-width="1.42" stroke-dasharray="none"
452
+ stroke-opacity="1" fill-opacity="1" />
453
+ </g>
454
+ <g id="GRID.segments.64.1">
455
+ <polyline id="GRID.segments.64.1.1"
456
+ points="214.33,580.71 214.33,645.31" stroke="rgb(51,51,51)"
457
+ fill="none" stroke-width="2.85" stroke-dasharray="none"
458
+ stroke-linecap="butt" stroke-linejoin="round"
459
+ stroke-opacity="1" fill-opacity="1" />
460
+ </g>
461
+ </g>
462
+ </g>
463
+ </g>
464
+ </g>
465
+ </g>
466
+ </g>
467
+ <g id="layout::spacer.8-6-8-6.1">
468
+ <g id="spacer.8-6-8-6.1" />
469
+ </g>
470
+ <g id="layout::spacer.8-4-8-4.1">
471
+ <g id="spacer.8-4-8-4.1" />
472
+ </g>
473
+ <g id="layout::spacer.6-6-6-6.1">
474
+ <g id="spacer.6-6-6-6.1" />
475
+ </g>
476
+ <g id="layout::spacer.6-4-6-4.1">
477
+ <g id="spacer.6-4-6-4.1" />
478
+ </g>
479
+ <g id="layout::axis-t.6-5-6-5.1">
480
+ <g id="axis-t.6-5-6-5.1" />
481
+ </g>
482
+ <g id="layout::axis-l.7-4-7-4.1">
483
+ <g id="axis-l.7-4-7-4.1">
484
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
485
+ <g id="GRID.absoluteGrob.90.1">
486
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
487
+ <g id="axis.1">
488
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1">
489
+ <g id="axis.1-1-1-1.1">
490
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
491
+ font-size="11.73" stroke="rgb(77,77,77)"
492
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
493
+ stroke-opacity="1" font-weight="normal"
494
+ font-style="normal">
495
+ <g
496
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1">
497
+ <g id="GRID.titleGrob.88.1">
498
+ <g id="GRID.text.87.1">
499
+ <g id="GRID.text.87.1.1"
500
+ transform="translate(93.96, 96.21)"
501
+ stroke-width="0.1">
502
+ <g id="GRID.text.87.1.1.scale"
503
+ transform="scale(1, -1)">
504
+ <text x="0" y="0"
505
+ id="GRID.text.87.1.1.text"
506
+ text-anchor="end"
507
+ font-size="11.73"
508
+ stroke="rgb(77,77,77)"
509
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
510
+ fill="rgb(77,77,77)"
511
+ stroke-opacity="1"
512
+ fill-opacity="1"
513
+ font-weight="normal"
514
+ font-style="normal">
515
+ <tspan
516
+ id="GRID.text.87.1.1.tspan.1"
517
+ dy="5" x="0">2seater</tspan>
518
+ </text>
519
+ </g>
520
+ </g>
521
+ <g id="GRID.text.87.1.2"
522
+ transform="translate(93.96, 182.35)"
523
+ stroke-width="0.1">
524
+ <g id="GRID.text.87.1.2.scale"
525
+ transform="scale(1, -1)">
526
+ <text x="0" y="0"
527
+ id="GRID.text.87.1.2.text"
528
+ text-anchor="end"
529
+ font-size="11.73"
530
+ stroke="rgb(77,77,77)"
531
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
532
+ fill="rgb(77,77,77)"
533
+ stroke-opacity="1"
534
+ fill-opacity="1"
535
+ font-weight="normal"
536
+ font-style="normal">
537
+ <tspan
538
+ id="GRID.text.87.1.2.tspan.1"
539
+ dy="5" x="0">compact</tspan>
540
+ </text>
541
+ </g>
542
+ </g>
543
+ <g id="GRID.text.87.1.3"
544
+ transform="translate(93.96, 268.48)"
545
+ stroke-width="0.1">
546
+ <g id="GRID.text.87.1.3.scale"
547
+ transform="scale(1, -1)">
548
+ <text x="0" y="0"
549
+ id="GRID.text.87.1.3.text"
550
+ text-anchor="end"
551
+ font-size="11.73"
552
+ stroke="rgb(77,77,77)"
553
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
554
+ fill="rgb(77,77,77)"
555
+ stroke-opacity="1"
556
+ fill-opacity="1"
557
+ font-weight="normal"
558
+ font-style="normal">
559
+ <tspan
560
+ id="GRID.text.87.1.3.tspan.1"
561
+ dy="5" x="0">midsize</tspan>
562
+ </text>
563
+ </g>
564
+ </g>
565
+ <g id="GRID.text.87.1.4"
566
+ transform="translate(93.96, 354.61)"
567
+ stroke-width="0.1">
568
+ <g id="GRID.text.87.1.4.scale"
569
+ transform="scale(1, -1)">
570
+ <text x="0" y="0"
571
+ id="GRID.text.87.1.4.text"
572
+ text-anchor="end"
573
+ font-size="11.73"
574
+ stroke="rgb(77,77,77)"
575
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
576
+ fill="rgb(77,77,77)"
577
+ stroke-opacity="1"
578
+ fill-opacity="1"
579
+ font-weight="normal"
580
+ font-style="normal">
581
+ <tspan
582
+ id="GRID.text.87.1.4.tspan.1"
583
+ dy="5" x="0">minivan</tspan>
584
+ </text>
585
+ </g>
586
+ </g>
587
+ <g id="GRID.text.87.1.5"
588
+ transform="translate(93.96, 440.75)"
589
+ stroke-width="0.1">
590
+ <g id="GRID.text.87.1.5.scale"
591
+ transform="scale(1, -1)">
592
+ <text x="0" y="0"
593
+ id="GRID.text.87.1.5.text"
594
+ text-anchor="end"
595
+ font-size="11.73"
596
+ stroke="rgb(77,77,77)"
597
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
598
+ fill="rgb(77,77,77)"
599
+ stroke-opacity="1"
600
+ fill-opacity="1"
601
+ font-weight="normal"
602
+ font-style="normal">
603
+ <tspan
604
+ id="GRID.text.87.1.5.tspan.1"
605
+ dy="5" x="0">pickup</tspan>
606
+ </text>
607
+ </g>
608
+ </g>
609
+ <g id="GRID.text.87.1.6"
610
+ transform="translate(93.96, 526.88)"
611
+ stroke-width="0.1">
612
+ <g id="GRID.text.87.1.6.scale"
613
+ transform="scale(1, -1)">
614
+ <text x="0" y="0"
615
+ id="GRID.text.87.1.6.text"
616
+ text-anchor="end"
617
+ font-size="11.73"
618
+ stroke="rgb(77,77,77)"
619
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
620
+ fill="rgb(77,77,77)"
621
+ stroke-opacity="1"
622
+ fill-opacity="1"
623
+ font-weight="normal"
624
+ font-style="normal">
625
+ <tspan
626
+ id="GRID.text.87.1.6.tspan.1"
627
+ dy="5" x="0">subcompact
628
+ </tspan>
629
+ </text>
630
+ </g>
631
+ </g>
632
+ <g id="GRID.text.87.1.7"
633
+ transform="translate(93.96, 613.01)"
634
+ stroke-width="0.1">
635
+ <g id="GRID.text.87.1.7.scale"
636
+ transform="scale(1, -1)">
637
+ <text x="0" y="0"
638
+ id="GRID.text.87.1.7.text"
639
+ text-anchor="end"
640
+ font-size="11.73"
641
+ stroke="rgb(77,77,77)"
642
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
643
+ fill="rgb(77,77,77)"
644
+ stroke-opacity="1"
645
+ fill-opacity="1"
646
+ font-weight="normal"
647
+ font-style="normal">
648
+ <tspan
649
+ id="GRID.text.87.1.7.tspan.1"
650
+ dy="5" x="0">suv</tspan>
651
+ </text>
652
+ </g>
653
+ </g>
654
+ </g>
655
+ </g>
656
+ </g>
657
+ </g>
658
+ </g>
659
+ </g>
660
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1">
661
+ <g id="axis.1-2-1-2.1">
662
+ <g id="GRID.polyline.89.1">
663
+ <polyline id="GRID.polyline.89.1.1"
664
+ points="96.88,96.21 100.53,96.21"
665
+ stroke="rgb(51,51,51)" fill="none"
666
+ stroke-width="1.42" stroke-dasharray="none"
667
+ stroke-linecap="butt" stroke-opacity="1"
668
+ fill-opacity="1" />
669
+ <polyline id="GRID.polyline.89.1.2"
670
+ points="96.88,182.35 100.53,182.35"
671
+ stroke="rgb(51,51,51)" fill="none"
672
+ stroke-width="1.42" stroke-dasharray="none"
673
+ stroke-linecap="butt" stroke-opacity="1"
674
+ fill-opacity="1" />
675
+ <polyline id="GRID.polyline.89.1.3"
676
+ points="96.88,268.48 100.53,268.48"
677
+ stroke="rgb(51,51,51)" fill="none"
678
+ stroke-width="1.42" stroke-dasharray="none"
679
+ stroke-linecap="butt" stroke-opacity="1"
680
+ fill-opacity="1" />
681
+ <polyline id="GRID.polyline.89.1.4"
682
+ points="96.88,354.61 100.53,354.61"
683
+ stroke="rgb(51,51,51)" fill="none"
684
+ stroke-width="1.42" stroke-dasharray="none"
685
+ stroke-linecap="butt" stroke-opacity="1"
686
+ fill-opacity="1" />
687
+ <polyline id="GRID.polyline.89.1.5"
688
+ points="96.88,440.75 100.53,440.75"
689
+ stroke="rgb(51,51,51)" fill="none"
690
+ stroke-width="1.42" stroke-dasharray="none"
691
+ stroke-linecap="butt" stroke-opacity="1"
692
+ fill-opacity="1" />
693
+ <polyline id="GRID.polyline.89.1.6"
694
+ points="96.88,526.88 100.53,526.88"
695
+ stroke="rgb(51,51,51)" fill="none"
696
+ stroke-width="1.42" stroke-dasharray="none"
697
+ stroke-linecap="butt" stroke-opacity="1"
698
+ fill-opacity="1" />
699
+ <polyline id="GRID.polyline.89.1.7"
700
+ points="96.88,613.01 100.53,613.01"
701
+ stroke="rgb(51,51,51)" fill="none"
702
+ stroke-width="1.42" stroke-dasharray="none"
703
+ stroke-linecap="butt" stroke-opacity="1"
704
+ fill-opacity="1" />
705
+ </g>
706
+ </g>
707
+ </g>
708
+ </g>
709
+ </g>
710
+ </g>
711
+ </g>
712
+ </g>
713
+ </g>
714
+ <g id="layout::axis-r.7-6-7-6.1">
715
+ <g id="axis-r.7-6-7-6.1" />
716
+ </g>
717
+ <g id="layout::axis-b.8-5-8-5.1">
718
+ <g id="axis-b.8-5-8-5.1">
719
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
720
+ <g id="GRID.absoluteGrob.86.1">
721
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
722
+ <g id="axis.2">
723
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1">
724
+ <g id="axis.1-1-1-1.2">
725
+ <g id="GRID.polyline.85.1">
726
+ <polyline id="GRID.polyline.85.1.1"
727
+ points="254.4,40.88 254.4,44.53"
728
+ stroke="rgb(51,51,51)" fill="none"
729
+ stroke-width="1.42" stroke-dasharray="none"
730
+ stroke-linecap="butt" stroke-opacity="1"
731
+ fill-opacity="1" />
732
+ <polyline id="GRID.polyline.85.1.2"
733
+ points="414.67,40.88 414.67,44.53"
734
+ stroke="rgb(51,51,51)" fill="none"
735
+ stroke-width="1.42" stroke-dasharray="none"
736
+ stroke-linecap="butt" stroke-opacity="1"
737
+ fill-opacity="1" />
738
+ <polyline id="GRID.polyline.85.1.3"
739
+ points="574.94,40.88 574.94,44.53"
740
+ stroke="rgb(51,51,51)" fill="none"
741
+ stroke-width="1.42" stroke-dasharray="none"
742
+ stroke-linecap="butt" stroke-opacity="1"
743
+ fill-opacity="1" />
744
+ </g>
745
+ </g>
746
+ </g>
747
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1">
748
+ <g id="axis.2-1-2-1.1">
749
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
750
+ font-size="11.73" stroke="rgb(77,77,77)"
751
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
752
+ stroke-opacity="1" font-weight="normal"
753
+ font-style="normal">
754
+ <g
755
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1">
756
+ <g id="GRID.titleGrob.84.1">
757
+ <g id="GRID.text.82.1">
758
+ <g id="GRID.text.82.1.1"
759
+ transform="translate(254.4, 37.96)"
760
+ stroke-width="0.1">
761
+ <g id="GRID.text.82.1.1.scale"
762
+ transform="scale(1, -1)">
763
+ <text x="0" y="0"
764
+ id="GRID.text.82.1.1.text"
765
+ text-anchor="middle"
766
+ font-size="11.73"
767
+ stroke="rgb(77,77,77)"
768
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
769
+ fill="rgb(77,77,77)"
770
+ stroke-opacity="1"
771
+ fill-opacity="1"
772
+ font-weight="normal"
773
+ font-style="normal">
774
+ <tspan
775
+ id="GRID.text.82.1.1.tspan.1"
776
+ dy="10" x="0">20</tspan>
777
+ </text>
778
+ </g>
779
+ </g>
780
+ <g id="GRID.text.82.1.2"
781
+ transform="translate(414.67, 37.96)"
782
+ stroke-width="0.1">
783
+ <g id="GRID.text.82.1.2.scale"
784
+ transform="scale(1, -1)">
785
+ <text x="0" y="0"
786
+ id="GRID.text.82.1.2.text"
787
+ text-anchor="middle"
788
+ font-size="11.73"
789
+ stroke="rgb(77,77,77)"
790
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
791
+ fill="rgb(77,77,77)"
792
+ stroke-opacity="1"
793
+ fill-opacity="1"
794
+ font-weight="normal"
795
+ font-style="normal">
796
+ <tspan
797
+ id="GRID.text.82.1.2.tspan.1"
798
+ dy="10" x="0">30</tspan>
799
+ </text>
800
+ </g>
801
+ </g>
802
+ <g id="GRID.text.82.1.3"
803
+ transform="translate(574.94, 37.96)"
804
+ stroke-width="0.1">
805
+ <g id="GRID.text.82.1.3.scale"
806
+ transform="scale(1, -1)">
807
+ <text x="0" y="0"
808
+ id="GRID.text.82.1.3.text"
809
+ text-anchor="middle"
810
+ font-size="11.73"
811
+ stroke="rgb(77,77,77)"
812
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
813
+ fill="rgb(77,77,77)"
814
+ stroke-opacity="1"
815
+ fill-opacity="1"
816
+ font-weight="normal"
817
+ font-style="normal">
818
+ <tspan
819
+ id="GRID.text.82.1.3.tspan.1"
820
+ dy="10" x="0">40</tspan>
821
+ </text>
822
+ </g>
823
+ </g>
824
+ </g>
825
+ </g>
826
+ </g>
827
+ </g>
828
+ </g>
829
+ </g>
830
+ </g>
831
+ </g>
832
+ </g>
833
+ </g>
834
+ </g>
835
+ </g>
836
+ <g id="layout::xlab-t.5-5-5-5.1">
837
+ <g id="xlab-t.5-5-5-5.1" />
838
+ </g>
839
+ <g id="layout::xlab-b.9-5-9-5.1">
840
+ <g id="xlab-b.9-5-9-5.1">
841
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7.1" font-size="14.67" stroke="rgb(0,0,0)"
842
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
843
+ stroke-opacity="1" font-weight="normal" font-style="normal">
844
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
845
+ <g id="axis.title.x.bottom..titleGrob.94.1">
846
+ <g id="GRID.text.91.1">
847
+ <g id="GRID.text.91.1.1" transform="translate(382.61, 22.31)"
848
+ stroke-width="0.1">
849
+ <g id="GRID.text.91.1.1.scale" transform="scale(1, -1)">
850
+ <text x="0" y="0" id="GRID.text.91.1.1.text"
851
+ text-anchor="middle" font-size="14.67"
852
+ stroke="rgb(0,0,0)"
853
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
854
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
855
+ font-weight="normal" font-style="normal">
856
+ <tspan id="GRID.text.91.1.1.tspan.1" dy="12" x="0">hwy
857
+ </tspan>
858
+ </text>
859
+ </g>
860
+ </g>
861
+ </g>
862
+ </g>
863
+ </g>
864
+ </g>
865
+ </g>
866
+ </g>
867
+ <g id="layout::ylab-l.7-3-7-3.1">
868
+ <g id="ylab-l.7-3-7-3.1">
869
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9.1" font-size="14.67" stroke="rgb(0,0,0)"
870
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
871
+ stroke-opacity="1" font-weight="normal" font-style="normal">
872
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
873
+ <g id="axis.title.y.left..titleGrob.97.1">
874
+ <g id="GRID.text.95.1">
875
+ <g id="GRID.text.95.1.1" transform="translate(7.31, 354.61)"
876
+ stroke-width="0.1">
877
+ <g id="GRID.text.95.1.1.scale" transform="scale(1, -1)">
878
+ <text x="0" y="0" id="GRID.text.95.1.1.text"
879
+ transform="rotate(-90)" text-anchor="middle"
880
+ font-size="14.67" stroke="rgb(0,0,0)"
881
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
882
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
883
+ font-weight="normal" font-style="normal">
884
+ <tspan id="GRID.text.95.1.1.tspan.1" dy="12" x="0">class
885
+ </tspan>
886
+ </text>
887
+ </g>
888
+ </g>
889
+ </g>
890
+ </g>
891
+ </g>
892
+ </g>
893
+ </g>
894
+ </g>
895
+ <g id="layout::ylab-r.7-7-7-7.1">
896
+ <g id="ylab-r.7-7-7-7.1" />
897
+ </g>
898
+ <g id="layout::subtitle.4-5-4-5.1">
899
+ <g id="subtitle.4-5-4-5.1" />
900
+ </g>
901
+ <g id="layout::title.3-5-3-5.1">
902
+ <g id="title.3-5-3-5.1" />
903
+ </g>
904
+ <g id="layout::caption.10-5-10-5.1">
905
+ <g id="caption.10-5-10-5.1" />
906
+ </g>
907
+ <g id="layout::tag.2-2-2-2.1">
908
+ <g id="tag.2-2-2-2.1" />
909
+ </g>
910
+ </g>
911
+ </g>
912
+ </g>
913
+ </g>
914
+ </svg>
915
+
916
+
917
+ <p id="x" aria-live="assertive"></p>
918
+ <p id="y" aria-live="assertive"></p>
919
+ </div>
920
+ </div>
921
+ <script src="constants.js"></script>
922
+ <script src="audio_oscillator_boxplot_boxplot.js"></script>
923
+ <script src="braille-display_boxplot.js"></script>
924
+ <script src="control_boxplot.js"></script>
925
+ </body>
926
+
927
+ </html>