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,751 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="478px"
2
+ height="344px" viewBox="0 0 478 344" version="1.1">
3
+ <metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
4
+ <gridsvg:generator name="gridSVG" version="1.7-5" time="2023-04-06 16:18:06" />
5
+ <gridsvg:argument name="name" value="boxplot_label.svg" />
6
+ <gridsvg:argument name="exportCoords" value="none" />
7
+ <gridsvg:argument name="exportMappings" value="none" />
8
+ <gridsvg:argument name="exportJS" value="none" />
9
+ <gridsvg:argument name="res" value="72" />
10
+ <gridsvg:argument name="prefix" value="" />
11
+ <gridsvg:argument name="addClasses" value="FALSE" />
12
+ <gridsvg:argument name="indent" value="TRUE" />
13
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
14
+ <gridsvg:argument name="usePaths" value="vpPaths" />
15
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
16
+ <gridsvg:separator name="id.sep" value="." />
17
+ <gridsvg:separator name="gPath.sep" value="::" />
18
+ <gridsvg:separator name="vpPath.sep" value="::" />
19
+ </metadata>
20
+ <g transform="translate(0, 344) scale(1, -1)">
21
+ <g id="gridSVG" fill="rgb(255,255,255)" stroke="rgb(0,0,0)" stroke-dasharray="none"
22
+ stroke-width="0.75" font-size="12"
23
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
24
+ opacity="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
25
+ stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
26
+ <defs>
27
+ <symbol id="gridSVG.pch19" viewBox="-5 -5 10 10" overflow="visible">
28
+ <circle cx="0" cy="0" r="3.75" />
29
+ </symbol>
30
+ </defs>
31
+ <g id="layout.1">
32
+ <g id="layout.2">
33
+ <defs>
34
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
35
+ <rect x="0" y="0" width="478" height="344" fill="none" stroke="none" />
36
+ </clipPath>
37
+ </defs>
38
+ <g id="layout::background.1-9-12-1.1"
39
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)">
40
+ <g id="background.1-9-12-1.1">
41
+ <g id="plot.background..rect.116.1">
42
+ <rect id="plot.background..rect.116.1.1" x="0" y="0" width="478" height="344"
43
+ transform="" stroke-width="1.07" stroke="rgb(255,255,255)" fill="rgb(255,255,255)"
44
+ stroke-dasharray="none" stroke-opacity="1" fill-opacity="1" />
45
+ </g>
46
+ </g>
47
+ </g>
48
+ <defs>
49
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
50
+ <rect x="70.8" y="31.5" width="401.72" height="289.33" fill="none" stroke="none" />
51
+ </clipPath>
52
+ </defs>
53
+ <g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
54
+ <g id="panel.7-5-7-5.1">
55
+ <g id="panel-1.gTree.91.1">
56
+ <g id="grill.gTree.89.1">
57
+ <g id="panel.background..rect.82.1">
58
+ <rect id="panel.background..rect.82.1.1" x="70.8" y="31.5" width="401.72"
59
+ height="289.33" transform="" stroke-width="1.07" stroke="none"
60
+ fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0"
61
+ fill-opacity="1" />
62
+ </g>
63
+ <g id="panel.grid.minor.x..polyline.84.1">
64
+ <polyline id="panel.grid.minor.x..polyline.84.1.1"
65
+ points="123.3,31.5 123.3,320.82" stroke="rgb(255,255,255)" fill="none"
66
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
67
+ stroke-opacity="1" fill-opacity="1" />
68
+ <polyline id="panel.grid.minor.x..polyline.84.1.2"
69
+ points="237.42,31.5 237.42,320.82" stroke="rgb(255,255,255)" fill="none"
70
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
71
+ stroke-opacity="1" fill-opacity="1" />
72
+ <polyline id="panel.grid.minor.x..polyline.84.1.3"
73
+ points="351.55,31.5 351.55,320.82" stroke="rgb(255,255,255)" fill="none"
74
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
75
+ stroke-opacity="1" fill-opacity="1" />
76
+ <polyline id="panel.grid.minor.x..polyline.84.1.4"
77
+ points="465.67,31.5 465.67,320.82" stroke="rgb(255,255,255)" fill="none"
78
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
79
+ stroke-opacity="1" fill-opacity="1" />
80
+ </g>
81
+ <g id="panel.grid.major.y..polyline.86.1">
82
+ <polyline id="panel.grid.major.y..polyline.86.1.1"
83
+ points="70.8,55.61 472.52,55.61" stroke="rgb(255,255,255)" fill="none"
84
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
85
+ stroke-opacity="1" fill-opacity="1" />
86
+ <polyline id="panel.grid.major.y..polyline.86.1.2"
87
+ points="70.8,95.79 472.52,95.79" stroke="rgb(255,255,255)" fill="none"
88
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
89
+ stroke-opacity="1" fill-opacity="1" />
90
+ <polyline id="panel.grid.major.y..polyline.86.1.3"
91
+ points="70.8,135.98 472.52,135.98" stroke="rgb(255,255,255)" fill="none"
92
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
93
+ stroke-opacity="1" fill-opacity="1" />
94
+ <polyline id="panel.grid.major.y..polyline.86.1.4"
95
+ points="70.8,176.16 472.52,176.16" stroke="rgb(255,255,255)" fill="none"
96
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
97
+ stroke-opacity="1" fill-opacity="1" />
98
+ <polyline id="panel.grid.major.y..polyline.86.1.5"
99
+ points="70.8,216.34 472.52,216.34" stroke="rgb(255,255,255)" fill="none"
100
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
101
+ stroke-opacity="1" fill-opacity="1" />
102
+ <polyline id="panel.grid.major.y..polyline.86.1.6"
103
+ points="70.8,256.53 472.52,256.53" stroke="rgb(255,255,255)" fill="none"
104
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
105
+ stroke-opacity="1" fill-opacity="1" />
106
+ <polyline id="panel.grid.major.y..polyline.86.1.7"
107
+ points="70.8,296.71 472.52,296.71" stroke="rgb(255,255,255)" fill="none"
108
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
109
+ stroke-opacity="1" fill-opacity="1" />
110
+ </g>
111
+ <g id="panel.grid.major.x..polyline.88.1">
112
+ <polyline id="panel.grid.major.x..polyline.88.1.2"
113
+ points="180.36,31.5 180.36,320.82" stroke="rgb(255,255,255)" fill="none"
114
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
115
+ stroke-opacity="1" fill-opacity="1" />
116
+ <polyline id="panel.grid.major.x..polyline.88.1.3"
117
+ points="294.49,31.5 294.49,320.82" stroke="rgb(255,255,255)" fill="none"
118
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
119
+ stroke-opacity="1" fill-opacity="1" />
120
+ <polyline id="panel.grid.major.x..polyline.88.1.4"
121
+ points="408.61,31.5 408.61,320.82" stroke="rgb(255,255,255)" fill="none"
122
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
123
+ stroke-opacity="1" fill-opacity="1" />
124
+ </g>
125
+ </g>
126
+ <g id="geom_boxplot.gTree.78.1">
127
+ <g id="geom_boxplot.gTree.18.1">
128
+ <g id="GRID.segments.12.1">
129
+ <polyline id="GRID.segments.12.1.1" points="248.84,55.61 248.84,55.61"
130
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
131
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
132
+ stroke-opacity="1" fill-opacity="1" />
133
+ <polyline id="GRID.segments.12.1.2" points="226.01,55.61 214.6,55.61"
134
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
135
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
136
+ stroke-opacity="1" fill-opacity="1" />
137
+ </g>
138
+ <g id="geom_crossbar.gTree.17.1">
139
+ <g id="geom_polygon.polygon.15.1">
140
+ <polygon id="geom_polygon.polygon.15.1.1"
141
+ points="248.84,40.54 226.01,40.54 226.01,70.68 248.84,70.68 248.84,40.54"
142
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
143
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
144
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
145
+ </g>
146
+ <g id="GRID.segments.16.1">
147
+ <polyline id="GRID.segments.16.1.1" points="237.42,40.54 237.42,70.68"
148
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
149
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
150
+ stroke-opacity="1" fill-opacity="1" />
151
+ </g>
152
+ </g>
153
+ </g>
154
+ <g id="geom_boxplot.gTree.28.1">
155
+ <g id="geom_point.points.20.1">
156
+ <use id="geom_point.points.20.1.1" href="#gridSVG.pch19" x="351.55" y="95.79"
157
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
158
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
159
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
160
+ <use id="geom_point.points.20.1.2" href="#gridSVG.pch19" x="374.37" y="95.79"
161
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
162
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
163
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
164
+ <use id="geom_point.points.20.1.3" href="#gridSVG.pch19" x="351.55" y="95.79"
165
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
166
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
167
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
168
+ <use id="geom_point.points.20.1.4" href="#gridSVG.pch19" x="454.26" y="95.79"
169
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
170
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
171
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
172
+ </g>
173
+ <g id="GRID.segments.22.1">
174
+ <polyline id="GRID.segments.22.1.1" points="283.07,95.79 328.72,95.79"
175
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
176
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
177
+ stroke-opacity="1" fill-opacity="1" />
178
+ <polyline id="GRID.segments.22.1.2" points="248.84,95.79 214.6,95.79"
179
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
180
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
181
+ stroke-opacity="1" fill-opacity="1" />
182
+ </g>
183
+ <g id="geom_crossbar.gTree.27.1">
184
+ <g id="geom_polygon.polygon.25.1">
185
+ <polygon id="geom_polygon.polygon.25.1.1"
186
+ points="283.07,80.72 248.84,80.72 248.84,110.86 283.07,110.86 283.07,80.72"
187
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
188
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
189
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
190
+ </g>
191
+ <g id="GRID.segments.26.1">
192
+ <polyline id="GRID.segments.26.1.1" points="260.25,80.72 260.25,110.86"
193
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
194
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
195
+ stroke-opacity="1" fill-opacity="1" />
196
+ </g>
197
+ </g>
198
+ </g>
199
+ <g id="geom_boxplot.gTree.36.1">
200
+ <g id="GRID.segments.30.1">
201
+ <polyline id="GRID.segments.30.1.1" points="283.07,135.98 317.31,135.98"
202
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
203
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
204
+ stroke-opacity="1" fill-opacity="1" />
205
+ <polyline id="GRID.segments.30.1.2" points="248.84,135.98 214.6,135.98"
206
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
207
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
208
+ stroke-opacity="1" fill-opacity="1" />
209
+ </g>
210
+ <g id="geom_crossbar.gTree.35.1">
211
+ <g id="geom_polygon.polygon.33.1">
212
+ <polygon id="geom_polygon.polygon.33.1.1"
213
+ points="283.07,120.91 248.84,120.91 248.84,151.04 283.07,151.04 283.07,120.91"
214
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
215
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
216
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
217
+ </g>
218
+ <g id="GRID.segments.34.1">
219
+ <polyline id="GRID.segments.34.1.1" points="260.25,120.91 260.25,151.04"
220
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
221
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
222
+ stroke-opacity="1" fill-opacity="1" />
223
+ </g>
224
+ </g>
225
+ </g>
226
+ <g id="geom_boxplot.gTree.46.1">
227
+ <g id="geom_point.points.38.1">
228
+ <use id="geom_point.points.38.1.1" href="#gridSVG.pch19" x="146.12" y="176.16"
229
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
230
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
231
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
232
+ </g>
233
+ <g id="GRID.segments.40.1">
234
+ <polyline id="GRID.segments.40.1.1" points="226.01,176.16 226.01,176.16"
235
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
236
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
237
+ stroke-opacity="1" fill-opacity="1" />
238
+ <polyline id="GRID.segments.40.1.2" points="203.19,176.16 191.77,176.16"
239
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
240
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
241
+ stroke-opacity="1" fill-opacity="1" />
242
+ </g>
243
+ <g id="geom_crossbar.gTree.45.1">
244
+ <g id="geom_polygon.polygon.43.1">
245
+ <polygon id="geom_polygon.polygon.43.1.1"
246
+ points="226.01,161.09 203.19,161.09 203.19,191.23 226.01,191.23 226.01,161.09"
247
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
248
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
249
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
250
+ </g>
251
+ <g id="GRID.segments.44.1">
252
+ <polyline id="GRID.segments.44.1.1" points="214.6,161.09 214.6,191.23"
253
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
254
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
255
+ stroke-opacity="1" fill-opacity="1" />
256
+ </g>
257
+ </g>
258
+ </g>
259
+ <g id="geom_boxplot.gTree.56.1">
260
+ <g id="geom_point.points.48.1">
261
+ <use id="geom_point.points.48.1.1" href="#gridSVG.pch19" x="89.06" y="216.34"
262
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
263
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
264
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
265
+ <use id="geom_point.points.48.1.2" href="#gridSVG.pch19" x="89.06" y="216.34"
266
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
267
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
268
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
269
+ <use id="geom_point.points.48.1.3" href="#gridSVG.pch19" x="89.06" y="216.34"
270
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
271
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
272
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
273
+ <use id="geom_point.points.48.1.4" href="#gridSVG.pch19" x="203.19" y="216.34"
274
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
275
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
276
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
277
+ </g>
278
+ <g id="GRID.segments.50.1">
279
+ <polyline id="GRID.segments.50.1.1" points="157.54,216.34 180.36,216.34"
280
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
281
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
282
+ stroke-opacity="1" fill-opacity="1" />
283
+ <polyline id="GRID.segments.50.1.2" points="134.71,216.34 123.3,216.34"
284
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
285
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
286
+ stroke-opacity="1" fill-opacity="1" />
287
+ </g>
288
+ <g id="geom_crossbar.gTree.55.1">
289
+ <g id="geom_polygon.polygon.53.1">
290
+ <polygon id="geom_polygon.polygon.53.1.1"
291
+ points="157.54,201.27 134.71,201.27 134.71,231.41 157.54,231.41 157.54,201.27"
292
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
293
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
294
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
295
+ </g>
296
+ <g id="GRID.segments.54.1">
297
+ <polyline id="GRID.segments.54.1.1" points="146.12,201.27 146.12,231.41"
298
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
299
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
300
+ stroke-opacity="1" fill-opacity="1" />
301
+ </g>
302
+ </g>
303
+ </g>
304
+ <g id="geom_boxplot.gTree.66.1">
305
+ <g id="geom_point.points.58.1">
306
+ <use id="geom_point.points.58.1.1" href="#gridSVG.pch19" x="454.26" y="256.53"
307
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
308
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
309
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
310
+ <use id="geom_point.points.58.1.2" href="#gridSVG.pch19" x="420.02" y="256.53"
311
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
312
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
313
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
314
+ </g>
315
+ <g id="GRID.segments.60.1">
316
+ <polyline id="GRID.segments.60.1.1" points="300.19,256.53 362.96,256.53"
317
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
318
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
319
+ stroke-opacity="1" fill-opacity="1" />
320
+ <polyline id="GRID.segments.60.1.2" points="231.72,256.53 180.36,256.53"
321
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
322
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
323
+ stroke-opacity="1" fill-opacity="1" />
324
+ </g>
325
+ <g id="geom_crossbar.gTree.65.1">
326
+ <g id="geom_polygon.polygon.63.1">
327
+ <polygon id="geom_polygon.polygon.63.1.1"
328
+ points="300.19,241.46 231.72,241.46 231.72,271.6 300.19,271.6 300.19,241.46"
329
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
330
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
331
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
332
+ </g>
333
+ <g id="GRID.segments.64.1">
334
+ <polyline id="GRID.segments.64.1.1" points="248.84,241.46 248.84,271.6"
335
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
336
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
337
+ stroke-opacity="1" fill-opacity="1" />
338
+ </g>
339
+ </g>
340
+ </g>
341
+ <g id="geom_boxplot.gTree.76.1">
342
+ <g id="geom_point.points.68.1">
343
+ <use id="geom_point.points.68.1.1" href="#gridSVG.pch19" x="89.06" y="296.71"
344
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
345
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
346
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
347
+ <use id="geom_point.points.68.1.2" href="#gridSVG.pch19" x="89.06" y="296.71"
348
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
349
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
350
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
351
+ <use id="geom_point.points.68.1.3" href="#gridSVG.pch19" x="237.42" y="296.71"
352
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
353
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
354
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
355
+ <use id="geom_point.points.68.1.4" href="#gridSVG.pch19" x="226.01" y="296.71"
356
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
357
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
358
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
359
+ <use id="geom_point.points.68.1.5" href="#gridSVG.pch19" x="260.25" y="296.71"
360
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
361
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
362
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
363
+ <use id="geom_point.points.68.1.6" href="#gridSVG.pch19" x="237.42" y="296.71"
364
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
365
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
366
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
367
+ <use id="geom_point.points.68.1.7" href="#gridSVG.pch19" x="248.84" y="296.71"
368
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
369
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
370
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
371
+ <use id="geom_point.points.68.1.8" href="#gridSVG.pch19" x="214.6" y="296.71"
372
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
373
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
374
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
375
+ </g>
376
+ <g id="GRID.segments.70.1">
377
+ <polyline id="GRID.segments.70.1.1" points="168.95,296.71 203.19,296.71"
378
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
379
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
380
+ stroke-opacity="1" fill-opacity="1" />
381
+ <polyline id="GRID.segments.70.1.2" points="146.12,296.71 111.89,296.71"
382
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
383
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
384
+ stroke-opacity="1" fill-opacity="1" />
385
+ </g>
386
+ <g id="geom_crossbar.gTree.75.1">
387
+ <g id="geom_polygon.polygon.73.1">
388
+ <polygon id="geom_polygon.polygon.73.1.1"
389
+ points="168.95,281.64 146.12,281.64 146.12,311.78 168.95,311.78 168.95,281.64"
390
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
391
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
392
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
393
+ </g>
394
+ <g id="GRID.segments.74.1">
395
+ <polyline id="GRID.segments.74.1.1" points="151.83,281.64 151.83,311.78"
396
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
397
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
398
+ stroke-opacity="1" fill-opacity="1" />
399
+ </g>
400
+ </g>
401
+ </g>
402
+ </g>
403
+ </g>
404
+ </g>
405
+ </g>
406
+ <g id="layout::spacer.8-6-8-6.1">
407
+ <g id="spacer.8-6-8-6.1" />
408
+ </g>
409
+ <g id="layout::spacer.8-4-8-4.1">
410
+ <g id="spacer.8-4-8-4.1" />
411
+ </g>
412
+ <g id="layout::spacer.6-6-6-6.1">
413
+ <g id="spacer.6-6-6-6.1" />
414
+ </g>
415
+ <g id="layout::spacer.6-4-6-4.1">
416
+ <g id="spacer.6-4-6-4.1" />
417
+ </g>
418
+ <g id="layout::axis-t.6-5-6-5.1">
419
+ <g id="axis-t.6-5-6-5.1" />
420
+ </g>
421
+ <g id="layout::axis-l.7-4-7-4.1">
422
+ <g id="axis-l.7-4-7-4.1">
423
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
424
+ <g id="GRID.absoluteGrob.100.1">
425
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
426
+ <g id="axis.1">
427
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1">
428
+ <g id="axis.1-1-1-1.1">
429
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
430
+ font-size="8.8" stroke="rgb(77,77,77)"
431
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
432
+ stroke-opacity="1" font-weight="normal" font-style="normal">
433
+ <g
434
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1">
435
+ <g id="GRID.titleGrob.98.1">
436
+ <g id="GRID.text.97.1">
437
+ <g id="GRID.text.97.1.1" transform="translate(65.87, 55.61)"
438
+ stroke-width="0.1">
439
+ <g id="GRID.text.97.1.1.scale" transform="scale(1, -1)">
440
+ <text x="0" y="0" id="GRID.text.97.1.1.text" text-anchor="end"
441
+ font-size="8.8" stroke="rgb(77,77,77)"
442
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
443
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
444
+ font-weight="normal" font-style="normal">
445
+ <tspan id="GRID.text.97.1.1.tspan.1" dy="3.15" x="0">2seater</tspan>
446
+ </text>
447
+ </g>
448
+ </g>
449
+ <g id="GRID.text.97.1.2" transform="translate(65.87, 95.79)"
450
+ stroke-width="0.1">
451
+ <g id="GRID.text.97.1.2.scale" transform="scale(1, -1)">
452
+ <text x="0" y="0" id="GRID.text.97.1.2.text" text-anchor="end"
453
+ font-size="8.8" stroke="rgb(77,77,77)"
454
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
455
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
456
+ font-weight="normal" font-style="normal">
457
+ <tspan id="GRID.text.97.1.2.tspan.1" dy="3.15" x="0">compact</tspan>
458
+ </text>
459
+ </g>
460
+ </g>
461
+ <g id="GRID.text.97.1.3" transform="translate(65.87, 135.98)"
462
+ stroke-width="0.1">
463
+ <g id="GRID.text.97.1.3.scale" transform="scale(1, -1)">
464
+ <text x="0" y="0" id="GRID.text.97.1.3.text" text-anchor="end"
465
+ font-size="8.8" stroke="rgb(77,77,77)"
466
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
467
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
468
+ font-weight="normal" font-style="normal">
469
+ <tspan id="GRID.text.97.1.3.tspan.1" dy="3.15" x="0">midsize</tspan>
470
+ </text>
471
+ </g>
472
+ </g>
473
+ <g id="GRID.text.97.1.4" transform="translate(65.87, 176.16)"
474
+ stroke-width="0.1">
475
+ <g id="GRID.text.97.1.4.scale" transform="scale(1, -1)">
476
+ <text x="0" y="0" id="GRID.text.97.1.4.text" text-anchor="end"
477
+ font-size="8.8" stroke="rgb(77,77,77)"
478
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
479
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
480
+ font-weight="normal" font-style="normal">
481
+ <tspan id="GRID.text.97.1.4.tspan.1" dy="3.15" x="0">minivan</tspan>
482
+ </text>
483
+ </g>
484
+ </g>
485
+ <g id="GRID.text.97.1.5" transform="translate(65.87, 216.34)"
486
+ stroke-width="0.1">
487
+ <g id="GRID.text.97.1.5.scale" transform="scale(1, -1)">
488
+ <text x="0" y="0" id="GRID.text.97.1.5.text" text-anchor="end"
489
+ font-size="8.8" stroke="rgb(77,77,77)"
490
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
491
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
492
+ font-weight="normal" font-style="normal">
493
+ <tspan id="GRID.text.97.1.5.tspan.1" dy="3.15" x="0">pickup</tspan>
494
+ </text>
495
+ </g>
496
+ </g>
497
+ <g id="GRID.text.97.1.6" transform="translate(65.87, 256.53)"
498
+ stroke-width="0.1">
499
+ <g id="GRID.text.97.1.6.scale" transform="scale(1, -1)">
500
+ <text x="0" y="0" id="GRID.text.97.1.6.text" text-anchor="end"
501
+ font-size="8.8" stroke="rgb(77,77,77)"
502
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
503
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
504
+ font-weight="normal" font-style="normal">
505
+ <tspan id="GRID.text.97.1.6.tspan.1" dy="3.15" x="0">
506
+ subcompact</tspan>
507
+ </text>
508
+ </g>
509
+ </g>
510
+ <g id="GRID.text.97.1.7" transform="translate(65.87, 296.71)"
511
+ stroke-width="0.1">
512
+ <g id="GRID.text.97.1.7.scale" transform="scale(1, -1)">
513
+ <text x="0" y="0" id="GRID.text.97.1.7.text" text-anchor="end"
514
+ font-size="8.8" stroke="rgb(77,77,77)"
515
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
516
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
517
+ font-weight="normal" font-style="normal">
518
+ <tspan id="GRID.text.97.1.7.tspan.1" dy="3.15" x="0">suv</tspan>
519
+ </text>
520
+ </g>
521
+ </g>
522
+ </g>
523
+ </g>
524
+ </g>
525
+ </g>
526
+ </g>
527
+ </g>
528
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1">
529
+ <g id="axis.1-2-1-2.1">
530
+ <g id="GRID.polyline.99.1">
531
+ <polyline id="GRID.polyline.99.1.1" points="68.06,55.61 70.8,55.61"
532
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
533
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
534
+ fill-opacity="1" />
535
+ <polyline id="GRID.polyline.99.1.2" points="68.06,95.79 70.8,95.79"
536
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
537
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
538
+ fill-opacity="1" />
539
+ <polyline id="GRID.polyline.99.1.3" points="68.06,135.98 70.8,135.98"
540
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
541
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
542
+ fill-opacity="1" />
543
+ <polyline id="GRID.polyline.99.1.4" points="68.06,176.16 70.8,176.16"
544
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
545
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
546
+ fill-opacity="1" />
547
+ <polyline id="GRID.polyline.99.1.5" points="68.06,216.34 70.8,216.34"
548
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
549
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
550
+ fill-opacity="1" />
551
+ <polyline id="GRID.polyline.99.1.6" points="68.06,256.53 70.8,256.53"
552
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
553
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
554
+ fill-opacity="1" />
555
+ <polyline id="GRID.polyline.99.1.7" points="68.06,296.71 70.8,296.71"
556
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
557
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
558
+ fill-opacity="1" />
559
+ </g>
560
+ </g>
561
+ </g>
562
+ </g>
563
+ </g>
564
+ </g>
565
+ </g>
566
+ </g>
567
+ </g>
568
+ <g id="layout::axis-r.7-6-7-6.1">
569
+ <g id="axis-r.7-6-7-6.1" />
570
+ </g>
571
+ <g id="layout::axis-b.8-5-8-5.1">
572
+ <g id="axis-b.8-5-8-5.1">
573
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
574
+ <g id="GRID.absoluteGrob.96.1">
575
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
576
+ <g id="axis.2">
577
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1">
578
+ <g id="axis.1-1-1-1.2">
579
+ <g id="GRID.polyline.95.1">
580
+ <polyline id="GRID.polyline.95.1.1" points="180.36,28.76 180.36,31.5"
581
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
582
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
583
+ fill-opacity="1" />
584
+ <polyline id="GRID.polyline.95.1.2" points="294.49,28.76 294.49,31.5"
585
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
586
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
587
+ fill-opacity="1" />
588
+ <polyline id="GRID.polyline.95.1.3" points="408.61,28.76 408.61,31.5"
589
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
590
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
591
+ fill-opacity="1" />
592
+ </g>
593
+ </g>
594
+ </g>
595
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1">
596
+ <g id="axis.2-1-2-1.1">
597
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
598
+ font-size="8.8" stroke="rgb(77,77,77)"
599
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
600
+ stroke-opacity="1" font-weight="normal" font-style="normal">
601
+ <g
602
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1">
603
+ <g id="GRID.titleGrob.94.1">
604
+ <g id="GRID.text.92.1">
605
+ <g id="GRID.text.92.1.1" transform="translate(180.36, 26.56)"
606
+ stroke-width="0.1">
607
+ <g id="GRID.text.92.1.1.scale" transform="scale(1, -1)">
608
+ <text x="0" y="0" id="GRID.text.92.1.1.text"
609
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
610
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
611
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
612
+ font-weight="normal" font-style="normal">
613
+ <tspan id="GRID.text.92.1.1.tspan.1" dy="6.3" x="0">20</tspan>
614
+ </text>
615
+ </g>
616
+ </g>
617
+ <g id="GRID.text.92.1.2" transform="translate(294.49, 26.56)"
618
+ stroke-width="0.1">
619
+ <g id="GRID.text.92.1.2.scale" transform="scale(1, -1)">
620
+ <text x="0" y="0" id="GRID.text.92.1.2.text"
621
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
622
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
623
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
624
+ font-weight="normal" font-style="normal">
625
+ <tspan id="GRID.text.92.1.2.tspan.1" dy="6.3" x="0">30</tspan>
626
+ </text>
627
+ </g>
628
+ </g>
629
+ <g id="GRID.text.92.1.3" transform="translate(408.61, 26.56)"
630
+ stroke-width="0.1">
631
+ <g id="GRID.text.92.1.3.scale" transform="scale(1, -1)">
632
+ <text x="0" y="0" id="GRID.text.92.1.3.text"
633
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
634
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
635
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
636
+ font-weight="normal" font-style="normal">
637
+ <tspan id="GRID.text.92.1.3.tspan.1" dy="6.3" x="0">40</tspan>
638
+ </text>
639
+ </g>
640
+ </g>
641
+ </g>
642
+ </g>
643
+ </g>
644
+ </g>
645
+ </g>
646
+ </g>
647
+ </g>
648
+ </g>
649
+ </g>
650
+ </g>
651
+ </g>
652
+ </g>
653
+ <g id="layout::xlab-t.5-5-5-5.1">
654
+ <g id="xlab-t.5-5-5-5.1" />
655
+ </g>
656
+ <g id="layout::xlab-b.9-5-9-5.1">
657
+ <g id="xlab-b.9-5-9-5.1">
658
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7.1" font-size="11" stroke="rgb(0,0,0)"
659
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
660
+ stroke-opacity="1" font-weight="normal" font-style="normal">
661
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
662
+ <g id="axis.title.x.bottom..titleGrob.104.1">
663
+ <g id="GRID.text.101.1">
664
+ <g id="GRID.text.101.1.1" transform="translate(271.66, 15.67)"
665
+ stroke-width="0.1">
666
+ <g id="GRID.text.101.1.1.scale" transform="scale(1, -1)">
667
+ <text x="0" y="0" id="GRID.text.101.1.1.text" text-anchor="middle"
668
+ font-size="11" stroke="rgb(0,0,0)"
669
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
670
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
671
+ font-weight="normal" font-style="normal">
672
+ <tspan id="GRID.text.101.1.1.tspan.1" dy="7.88" x="0">Highway Mileage</tspan>
673
+ </text>
674
+ </g>
675
+ </g>
676
+ </g>
677
+ </g>
678
+ </g>
679
+ </g>
680
+ </g>
681
+ </g>
682
+ <g id="layout::ylab-l.7-3-7-3.1">
683
+ <g id="ylab-l.7-3-7-3.1">
684
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9.1" font-size="11" stroke="rgb(0,0,0)"
685
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
686
+ stroke-opacity="1" font-weight="normal" font-style="normal">
687
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
688
+ <g id="axis.title.y.left..titleGrob.107.1">
689
+ <g id="GRID.text.105.1">
690
+ <g id="GRID.text.105.1.1" transform="translate(5.48, 176.16)"
691
+ stroke-width="0.1">
692
+ <g id="GRID.text.105.1.1.scale" transform="scale(1, -1)">
693
+ <text x="0" y="0" id="GRID.text.105.1.1.text" transform="rotate(-90)"
694
+ text-anchor="middle" font-size="11" stroke="rgb(0,0,0)"
695
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
696
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
697
+ font-weight="normal" font-style="normal">
698
+ <tspan id="GRID.text.105.1.1.tspan.1" dy="7.88" x="0">Car Class</tspan>
699
+ </text>
700
+ </g>
701
+ </g>
702
+ </g>
703
+ </g>
704
+ </g>
705
+ </g>
706
+ </g>
707
+ </g>
708
+ <g id="layout::ylab-r.7-7-7-7.1">
709
+ <g id="ylab-r.7-7-7-7.1" />
710
+ </g>
711
+ <g id="layout::subtitle.4-5-4-5.1">
712
+ <g id="subtitle.4-5-4-5.1" />
713
+ </g>
714
+ <g id="layout::title.3-5-3-5.1">
715
+ <g id="title.3-5-3-5.1">
716
+ <g id="layout::title.3-5-3-5::GRID.VP.11.1" font-size="13.2" stroke="rgb(0,0,0)"
717
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
718
+ stroke-opacity="1" font-weight="normal" font-style="normal">
719
+ <g id="layout::title.3-5-3-5::GRID.VP.11::GRID.VP.12.1">
720
+ <g id="plot.title..titleGrob.111.1">
721
+ <g id="GRID.text.108.1">
722
+ <g id="GRID.text.108.1.1" transform="translate(70.8, 338.52)"
723
+ stroke-width="0.1">
724
+ <g id="GRID.text.108.1.1.scale" transform="scale(1, -1)">
725
+ <text x="0" y="0" id="GRID.text.108.1.1.text" text-anchor="start"
726
+ font-size="13.2" stroke="rgb(0,0,0)"
727
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
728
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
729
+ font-weight="normal" font-style="normal">
730
+ <tspan id="GRID.text.108.1.1.tspan.1" dy="9.45" x="0">Highway Mileage by
731
+ Car Class.</tspan>
732
+ </text>
733
+ </g>
734
+ </g>
735
+ </g>
736
+ </g>
737
+ </g>
738
+ </g>
739
+ </g>
740
+ </g>
741
+ <g id="layout::caption.10-5-10-5.1">
742
+ <g id="caption.10-5-10-5.1" />
743
+ </g>
744
+ <g id="layout::tag.2-2-2-2.1">
745
+ <g id="tag.2-2-2-2.1" />
746
+ </g>
747
+ </g>
748
+ </g>
749
+ </g>
750
+ </g>
751
+ </svg>