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,727 @@
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-4" time="2023-02-22 19:47:59" />
5
+ <gridsvg:argument name="name" value="boxplot.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.113.1">
42
+ <rect id="plot.background..rect.113.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="33.14" y="31.5" width="439.38" height="307.02" 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="33.14" y="31.5" width="439.38"
59
+ height="307.02" 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.y..polyline.84.1">
64
+ <polyline id="panel.grid.minor.y..polyline.84.1.1"
65
+ points="33.14,71.62 472.52,71.62" 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.y..polyline.84.1.2"
69
+ points="33.14,158.84 472.52,158.84" 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.y..polyline.84.1.3"
73
+ points="33.14,246.06 472.52,246.06" 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.y..polyline.84.1.4"
77
+ points="33.14,333.29 472.52,333.29" 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.2"
83
+ points="33.14,115.23 472.52,115.23" 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.3"
87
+ points="33.14,202.45 472.52,202.45" 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.4"
91
+ points="33.14,289.68 472.52,289.68" 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
+ </g>
95
+ <g id="panel.grid.major.x..polyline.88.1">
96
+ <polyline id="panel.grid.major.x..polyline.88.1.1"
97
+ points="69.75,31.5 69.75,338.52" stroke="rgb(255,255,255)" fill="none"
98
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
99
+ stroke-opacity="1" fill-opacity="1" />
100
+ <polyline id="panel.grid.major.x..polyline.88.1.2"
101
+ points="130.78,31.5 130.78,338.52" stroke="rgb(255,255,255)" fill="none"
102
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
103
+ stroke-opacity="1" fill-opacity="1" />
104
+ <polyline id="panel.grid.major.x..polyline.88.1.3"
105
+ points="191.8,31.5 191.8,338.52" stroke="rgb(255,255,255)" fill="none"
106
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
107
+ stroke-opacity="1" fill-opacity="1" />
108
+ <polyline id="panel.grid.major.x..polyline.88.1.4"
109
+ points="252.83,31.5 252.83,338.52" stroke="rgb(255,255,255)" fill="none"
110
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
111
+ stroke-opacity="1" fill-opacity="1" />
112
+ <polyline id="panel.grid.major.x..polyline.88.1.5"
113
+ points="313.85,31.5 313.85,338.52" 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.6"
117
+ points="374.88,31.5 374.88,338.52" 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.7"
121
+ points="435.91,31.5 435.91,338.52" 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="69.75,167.56 69.75,167.56"
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="69.75,150.12 69.75,141.4"
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="46.87,167.56 46.87,150.12 92.64,150.12 92.64,167.56 46.87,167.56"
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="46.87,158.84 92.64,158.84"
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="130.78" y="246.06"
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="130.78" y="263.51"
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="130.78" y="246.06"
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="130.78" y="324.56"
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="130.78,193.73 130.78,228.62"
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="130.78,167.56 130.78,141.4"
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="107.89,193.73 107.89,167.56 153.66,167.56 153.66,193.73 107.89,193.73"
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="107.89,176.29 153.66,176.29"
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="191.8,193.73 191.8,219.9"
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="191.8,167.56 191.8,141.4"
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="168.92,193.73 168.92,167.56 214.69,167.56 214.69,193.73 168.92,193.73"
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="168.92,176.29 214.69,176.29"
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="252.83" y="89.06"
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="252.83,150.12 252.83,150.12"
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="252.83,132.67 252.83,123.95"
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="229.94,150.12 229.94,132.67 275.71,132.67 275.71,150.12 229.94,150.12"
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="229.94,141.4 275.71,141.4"
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="313.85" y="45.45"
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="313.85" y="45.45"
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="313.85" y="45.45"
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="313.85" y="132.67"
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="313.85,97.79 313.85,115.23"
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="313.85,80.34 313.85,71.62"
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="290.97,97.79 290.97,80.34 336.74,80.34 336.74,97.79 290.97,97.79"
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="290.97,89.06 336.74,89.06"
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="374.88" y="324.56"
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="374.88" y="298.4"
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="374.88,206.81 374.88,254.79"
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="374.88,154.48 374.88,115.23"
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="352,206.81 352,154.48 397.76,154.48 397.76,206.81 352,206.81"
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="352,167.56 397.76,167.56"
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="435.91" y="45.45"
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="435.91" y="45.45"
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="435.91" y="158.84"
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="435.91" y="150.12"
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="435.91" y="176.29"
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="435.91" y="158.84"
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="435.91" y="167.56"
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="435.91" y="141.4"
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="435.91,106.51 435.91,132.67"
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="435.91,89.06 435.91,62.9"
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="413.02,106.51 413.02,89.06 458.79,89.06 458.79,106.51 413.02,106.51"
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="413.02,93.42 458.79,93.42"
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(28.21, 115.23)"
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">20</tspan>
446
+ </text>
447
+ </g>
448
+ </g>
449
+ <g id="GRID.text.97.1.2" transform="translate(28.21, 202.45)"
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">30</tspan>
458
+ </text>
459
+ </g>
460
+ </g>
461
+ <g id="GRID.text.97.1.3" transform="translate(28.21, 289.68)"
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">40</tspan>
470
+ </text>
471
+ </g>
472
+ </g>
473
+ </g>
474
+ </g>
475
+ </g>
476
+ </g>
477
+ </g>
478
+ </g>
479
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1">
480
+ <g id="axis.1-2-1-2.1">
481
+ <g id="GRID.polyline.99.1">
482
+ <polyline id="GRID.polyline.99.1.1" points="30.4,115.23 33.14,115.23"
483
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
484
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
485
+ fill-opacity="1" />
486
+ <polyline id="GRID.polyline.99.1.2" points="30.4,202.45 33.14,202.45"
487
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
488
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
489
+ fill-opacity="1" />
490
+ <polyline id="GRID.polyline.99.1.3" points="30.4,289.68 33.14,289.68"
491
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
492
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
493
+ fill-opacity="1" />
494
+ </g>
495
+ </g>
496
+ </g>
497
+ </g>
498
+ </g>
499
+ </g>
500
+ </g>
501
+ </g>
502
+ </g>
503
+ <g id="layout::axis-r.7-6-7-6.1">
504
+ <g id="axis-r.7-6-7-6.1" />
505
+ </g>
506
+ <g id="layout::axis-b.8-5-8-5.1">
507
+ <g id="axis-b.8-5-8-5.1">
508
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
509
+ <g id="GRID.absoluteGrob.96.1">
510
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
511
+ <g id="axis.2">
512
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1">
513
+ <g id="axis.1-1-1-1.2">
514
+ <g id="GRID.polyline.95.1">
515
+ <polyline id="GRID.polyline.95.1.1" points="69.75,28.76 69.75,31.5"
516
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
517
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
518
+ fill-opacity="1" />
519
+ <polyline id="GRID.polyline.95.1.2" points="130.78,28.76 130.78,31.5"
520
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
521
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
522
+ fill-opacity="1" />
523
+ <polyline id="GRID.polyline.95.1.3" points="191.8,28.76 191.8,31.5"
524
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
525
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
526
+ fill-opacity="1" />
527
+ <polyline id="GRID.polyline.95.1.4" points="252.83,28.76 252.83,31.5"
528
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
529
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
530
+ fill-opacity="1" />
531
+ <polyline id="GRID.polyline.95.1.5" points="313.85,28.76 313.85,31.5"
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.95.1.6" points="374.88,28.76 374.88,31.5"
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.95.1.7" points="435.91,28.76 435.91,31.5"
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
+ </g>
544
+ </g>
545
+ </g>
546
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1">
547
+ <g id="axis.2-1-2-1.1">
548
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
549
+ font-size="8.8" stroke="rgb(77,77,77)"
550
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
551
+ stroke-opacity="1" font-weight="normal" font-style="normal">
552
+ <g
553
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1">
554
+ <g id="GRID.titleGrob.94.1">
555
+ <g id="GRID.text.92.1">
556
+ <g id="GRID.text.92.1.1" transform="translate(69.75, 26.56)"
557
+ stroke-width="0.1">
558
+ <g id="GRID.text.92.1.1.scale" transform="scale(1, -1)">
559
+ <text x="0" y="0" id="GRID.text.92.1.1.text"
560
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
561
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
562
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
563
+ font-weight="normal" font-style="normal">
564
+ <tspan id="GRID.text.92.1.1.tspan.1" dy="6.3" x="0">2seater</tspan>
565
+ </text>
566
+ </g>
567
+ </g>
568
+ <g id="GRID.text.92.1.2" transform="translate(130.78, 26.56)"
569
+ stroke-width="0.1">
570
+ <g id="GRID.text.92.1.2.scale" transform="scale(1, -1)">
571
+ <text x="0" y="0" id="GRID.text.92.1.2.text"
572
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
573
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
574
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
575
+ font-weight="normal" font-style="normal">
576
+ <tspan id="GRID.text.92.1.2.tspan.1" dy="6.3" x="0">compact</tspan>
577
+ </text>
578
+ </g>
579
+ </g>
580
+ <g id="GRID.text.92.1.3" transform="translate(191.8, 26.56)"
581
+ stroke-width="0.1">
582
+ <g id="GRID.text.92.1.3.scale" transform="scale(1, -1)">
583
+ <text x="0" y="0" id="GRID.text.92.1.3.text"
584
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
585
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
586
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
587
+ font-weight="normal" font-style="normal">
588
+ <tspan id="GRID.text.92.1.3.tspan.1" dy="6.3" x="0">midsize</tspan>
589
+ </text>
590
+ </g>
591
+ </g>
592
+ <g id="GRID.text.92.1.4" transform="translate(252.83, 26.56)"
593
+ stroke-width="0.1">
594
+ <g id="GRID.text.92.1.4.scale" transform="scale(1, -1)">
595
+ <text x="0" y="0" id="GRID.text.92.1.4.text"
596
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
597
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
598
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
599
+ font-weight="normal" font-style="normal">
600
+ <tspan id="GRID.text.92.1.4.tspan.1" dy="6.3" x="0">minivan</tspan>
601
+ </text>
602
+ </g>
603
+ </g>
604
+ <g id="GRID.text.92.1.5" transform="translate(313.85, 26.56)"
605
+ stroke-width="0.1">
606
+ <g id="GRID.text.92.1.5.scale" transform="scale(1, -1)">
607
+ <text x="0" y="0" id="GRID.text.92.1.5.text"
608
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
609
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
610
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
611
+ font-weight="normal" font-style="normal">
612
+ <tspan id="GRID.text.92.1.5.tspan.1" dy="6.3" x="0">pickup</tspan>
613
+ </text>
614
+ </g>
615
+ </g>
616
+ <g id="GRID.text.92.1.6" transform="translate(374.88, 26.56)"
617
+ stroke-width="0.1">
618
+ <g id="GRID.text.92.1.6.scale" transform="scale(1, -1)">
619
+ <text x="0" y="0" id="GRID.text.92.1.6.text"
620
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
621
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
622
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
623
+ font-weight="normal" font-style="normal">
624
+ <tspan id="GRID.text.92.1.6.tspan.1" dy="6.3" x="0">
625
+ subcompact</tspan>
626
+ </text>
627
+ </g>
628
+ </g>
629
+ <g id="GRID.text.92.1.7" transform="translate(435.91, 26.56)"
630
+ stroke-width="0.1">
631
+ <g id="GRID.text.92.1.7.scale" transform="scale(1, -1)">
632
+ <text x="0" y="0" id="GRID.text.92.1.7.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.7.tspan.1" dy="6.3" x="0">suv</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(252.83, 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">class</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, 185.01)"
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">hwy</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>
717
+ <g id="layout::caption.10-5-10-5.1">
718
+ <g id="caption.10-5-10-5.1" />
719
+ </g>
720
+ <g id="layout::tag.2-2-2-2.1">
721
+ <g id="tag.2-2-2-2.1" />
722
+ </g>
723
+ </g>
724
+ </g>
725
+ </g>
726
+ </g>
727
+ </svg>