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,1690 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Task 3: Boxplot</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <meta charset="utf-8" />
7
+ <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> -->
8
+ <link rel="stylesheet" href="../src/css/styles.css" type="text/css" />
9
+ </head>
10
+
11
+ <body>
12
+ <div class="container mt-3">
13
+ <div id="container">
14
+ <div>
15
+ <svg
16
+ xmlns="http://www.w3.org/2000/svg"
17
+ xmlns:xlink="http://www.w3.org/1999/xlink"
18
+ width="478px"
19
+ height="344px"
20
+ viewBox="0 0 478 344"
21
+ version="1.1"
22
+ id="boxplot1"
23
+ tabindex="0"
24
+ >
25
+ <metadata
26
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
27
+ >
28
+ <gridsvg:generator
29
+ name="gridSVG"
30
+ version="1.7-4"
31
+ time="2023-03-03 15:24:45"
32
+ />
33
+ <gridsvg:argument name="name" value="boxplot_user_study.svg" />
34
+ <gridsvg:argument name="exportCoords" value="none" />
35
+ <gridsvg:argument name="exportMappings" value="none" />
36
+ <gridsvg:argument name="exportJS" value="none" />
37
+ <gridsvg:argument name="res" value="72" />
38
+ <gridsvg:argument name="prefix" value="" />
39
+ <gridsvg:argument name="addClasses" value="FALSE" />
40
+ <gridsvg:argument name="indent" value="TRUE" />
41
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
42
+ <gridsvg:argument name="usePaths" value="vpPaths" />
43
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
44
+ <gridsvg:separator name="id.sep" value="." />
45
+ <gridsvg:separator name="gPath.sep" value="::" />
46
+ <gridsvg:separator name="vpPath.sep" value="::" />
47
+ </metadata>
48
+ <g transform="translate(0, 344) scale(1, -1)">
49
+ <g
50
+ id="gridSVG"
51
+ fill="rgb(255,255,255)"
52
+ stroke="rgb(0,0,0)"
53
+ stroke-dasharray="none"
54
+ stroke-width="0.75"
55
+ font-size="12"
56
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
57
+ opacity="1"
58
+ stroke-linecap="round"
59
+ stroke-linejoin="round"
60
+ stroke-miterlimit="10"
61
+ stroke-opacity="1"
62
+ fill-opacity="1"
63
+ font-weight="normal"
64
+ font-style="normal"
65
+ >
66
+ <defs>
67
+ <symbol
68
+ id="gridSVG.pch19"
69
+ viewBox="-5 -5 10 10"
70
+ overflow="visible"
71
+ >
72
+ <circle cx="0" cy="0" r="3.75" />
73
+ </symbol>
74
+ </defs>
75
+ <g id="layout.1">
76
+ <g id="layout.2">
77
+ <defs>
78
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
79
+ <rect
80
+ x="0"
81
+ y="0"
82
+ width="478"
83
+ height="344"
84
+ fill="none"
85
+ stroke="none"
86
+ />
87
+ </clipPath>
88
+ </defs>
89
+ <g
90
+ id="layout::background.1-9-12-1.1"
91
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)"
92
+ >
93
+ <g id="background.1-9-12-1.1">
94
+ <g id="plot.background..rect.213.1">
95
+ <rect
96
+ id="plot.background..rect.213.1.1"
97
+ x="0"
98
+ y="0"
99
+ width="478"
100
+ height="344"
101
+ transform=""
102
+ stroke-width="1.07"
103
+ stroke="rgb(255,255,255)"
104
+ fill="rgb(255,255,255)"
105
+ stroke-dasharray="none"
106
+ stroke-opacity="1"
107
+ fill-opacity="1"
108
+ />
109
+ </g>
110
+ </g>
111
+ </g>
112
+ <defs>
113
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
114
+ <rect
115
+ x="60.02"
116
+ y="31.5"
117
+ width="412.51"
118
+ height="289.33"
119
+ fill="none"
120
+ stroke="none"
121
+ />
122
+ </clipPath>
123
+ </defs>
124
+ <g
125
+ id="layout::panel.7-5-7-5.1"
126
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
127
+ >
128
+ <g id="panel.7-5-7-5.1">
129
+ <g id="panel-1.gTree.190.1">
130
+ <g id="grill.gTree.188.1">
131
+ <g id="panel.background..rect.181.1">
132
+ <rect
133
+ id="panel.background..rect.181.1.1"
134
+ x="60.02"
135
+ y="31.5"
136
+ width="412.51"
137
+ height="289.33"
138
+ transform=""
139
+ stroke-width="1.07"
140
+ stroke="none"
141
+ fill="rgb(235,235,235)"
142
+ stroke-dasharray="none"
143
+ stroke-opacity="0"
144
+ fill-opacity="1"
145
+ />
146
+ </g>
147
+ <g id="panel.grid.minor.x..polyline.183.1">
148
+ <polyline
149
+ id="panel.grid.minor.x..polyline.183.1.1"
150
+ points="119.45,31.5 119.45,320.82"
151
+ stroke="rgb(255,255,255)"
152
+ fill="none"
153
+ stroke-width="0.53"
154
+ stroke-dasharray="none"
155
+ stroke-linecap="butt"
156
+ stroke-opacity="1"
157
+ fill-opacity="1"
158
+ />
159
+ <polyline
160
+ id="panel.grid.minor.x..polyline.183.1.2"
161
+ points="246.56,31.5 246.56,320.82"
162
+ stroke="rgb(255,255,255)"
163
+ fill="none"
164
+ stroke-width="0.53"
165
+ stroke-dasharray="none"
166
+ stroke-linecap="butt"
167
+ stroke-opacity="1"
168
+ fill-opacity="1"
169
+ />
170
+ <polyline
171
+ id="panel.grid.minor.x..polyline.183.1.3"
172
+ points="373.67,31.5 373.67,320.82"
173
+ stroke="rgb(255,255,255)"
174
+ fill="none"
175
+ stroke-width="0.53"
176
+ stroke-dasharray="none"
177
+ stroke-linecap="butt"
178
+ stroke-opacity="1"
179
+ fill-opacity="1"
180
+ />
181
+ </g>
182
+ <g id="panel.grid.major.y..polyline.185.1">
183
+ <polyline
184
+ id="panel.grid.major.y..polyline.185.1.1"
185
+ points="60.02,64.88 472.52,64.88"
186
+ stroke="rgb(255,255,255)"
187
+ fill="none"
188
+ stroke-width="1.07"
189
+ stroke-dasharray="none"
190
+ stroke-linecap="butt"
191
+ stroke-opacity="1"
192
+ fill-opacity="1"
193
+ />
194
+ <polyline
195
+ id="panel.grid.major.y..polyline.185.1.2"
196
+ points="60.02,120.52 472.52,120.52"
197
+ stroke="rgb(255,255,255)"
198
+ fill="none"
199
+ stroke-width="1.07"
200
+ stroke-dasharray="none"
201
+ stroke-linecap="butt"
202
+ stroke-opacity="1"
203
+ fill-opacity="1"
204
+ />
205
+ <polyline
206
+ id="panel.grid.major.y..polyline.185.1.3"
207
+ points="60.02,176.16 472.52,176.16"
208
+ stroke="rgb(255,255,255)"
209
+ fill="none"
210
+ stroke-width="1.07"
211
+ stroke-dasharray="none"
212
+ stroke-linecap="butt"
213
+ stroke-opacity="1"
214
+ fill-opacity="1"
215
+ />
216
+ <polyline
217
+ id="panel.grid.major.y..polyline.185.1.4"
218
+ points="60.02,231.8 472.52,231.8"
219
+ stroke="rgb(255,255,255)"
220
+ fill="none"
221
+ stroke-width="1.07"
222
+ stroke-dasharray="none"
223
+ stroke-linecap="butt"
224
+ stroke-opacity="1"
225
+ fill-opacity="1"
226
+ />
227
+ <polyline
228
+ id="panel.grid.major.y..polyline.185.1.5"
229
+ points="60.02,287.44 472.52,287.44"
230
+ stroke="rgb(255,255,255)"
231
+ fill="none"
232
+ stroke-width="1.07"
233
+ stroke-dasharray="none"
234
+ stroke-linecap="butt"
235
+ stroke-opacity="1"
236
+ fill-opacity="1"
237
+ />
238
+ </g>
239
+ <g id="panel.grid.major.x..polyline.187.1">
240
+ <polyline
241
+ id="panel.grid.major.x..polyline.187.1.2"
242
+ points="183,31.5 183,320.82"
243
+ stroke="rgb(255,255,255)"
244
+ fill="none"
245
+ stroke-width="1.07"
246
+ stroke-dasharray="none"
247
+ stroke-linecap="butt"
248
+ stroke-opacity="1"
249
+ fill-opacity="1"
250
+ />
251
+ <polyline
252
+ id="panel.grid.major.x..polyline.187.1.3"
253
+ points="310.12,31.5 310.12,320.82"
254
+ stroke="rgb(255,255,255)"
255
+ fill="none"
256
+ stroke-width="1.07"
257
+ stroke-dasharray="none"
258
+ stroke-linecap="butt"
259
+ stroke-opacity="1"
260
+ fill-opacity="1"
261
+ />
262
+ <polyline
263
+ id="panel.grid.major.x..polyline.187.1.4"
264
+ points="437.23,31.5 437.23,320.82"
265
+ stroke="rgb(255,255,255)"
266
+ fill="none"
267
+ stroke-width="1.07"
268
+ stroke-dasharray="none"
269
+ stroke-linecap="butt"
270
+ stroke-opacity="1"
271
+ fill-opacity="1"
272
+ />
273
+ </g>
274
+ </g>
275
+ <g id="geom_boxplot.gTree.177.1">
276
+ <g id="geom_boxplot.gTree.139.1">
277
+ <g id="geom_point.points.131.1">
278
+ <use
279
+ id="geom_point.points.131.1.1"
280
+ href="#gridSVG.pch19"
281
+ x="391.07"
282
+ y="64.88"
283
+ width="5.21"
284
+ height="5.21"
285
+ transform=" translate(-2.61,-2.61)"
286
+ stroke="rgb(51,51,51)"
287
+ fill="rgb(51,51,51)"
288
+ font-size="5.21"
289
+ stroke-width="1.36"
290
+ stroke-opacity="1"
291
+ fill-opacity="1"
292
+ />
293
+ <use
294
+ id="geom_point.points.131.1.2"
295
+ href="#gridSVG.pch19"
296
+ x="398.79"
297
+ y="64.88"
298
+ width="5.21"
299
+ height="5.21"
300
+ transform=" translate(-2.61,-2.61)"
301
+ stroke="rgb(51,51,51)"
302
+ fill="rgb(51,51,51)"
303
+ font-size="5.21"
304
+ stroke-width="1.36"
305
+ stroke-opacity="1"
306
+ fill-opacity="1"
307
+ />
308
+ <use
309
+ id="geom_point.points.131.1.3"
310
+ href="#gridSVG.pch19"
311
+ x="391.47"
312
+ y="64.88"
313
+ width="5.21"
314
+ height="5.21"
315
+ transform=" translate(-2.61,-2.61)"
316
+ stroke="rgb(51,51,51)"
317
+ fill="rgb(51,51,51)"
318
+ font-size="5.21"
319
+ stroke-width="1.36"
320
+ stroke-opacity="1"
321
+ fill-opacity="1"
322
+ />
323
+ <use
324
+ id="geom_point.points.131.1.4"
325
+ href="#gridSVG.pch19"
326
+ x="396.65"
327
+ y="64.88"
328
+ width="5.21"
329
+ height="5.21"
330
+ transform=" translate(-2.61,-2.61)"
331
+ stroke="rgb(51,51,51)"
332
+ fill="rgb(51,51,51)"
333
+ font-size="5.21"
334
+ stroke-width="1.36"
335
+ stroke-opacity="1"
336
+ fill-opacity="1"
337
+ />
338
+ <use
339
+ id="geom_point.points.131.1.5"
340
+ href="#gridSVG.pch19"
341
+ x="404"
342
+ y="64.88"
343
+ width="5.21"
344
+ height="5.21"
345
+ transform=" translate(-2.61,-2.61)"
346
+ stroke="rgb(51,51,51)"
347
+ fill="rgb(51,51,51)"
348
+ font-size="5.21"
349
+ stroke-width="1.36"
350
+ stroke-opacity="1"
351
+ fill-opacity="1"
352
+ />
353
+ <use
354
+ id="geom_point.points.131.1.6"
355
+ href="#gridSVG.pch19"
356
+ x="410.18"
357
+ y="64.88"
358
+ width="5.21"
359
+ height="5.21"
360
+ transform=" translate(-2.61,-2.61)"
361
+ stroke="rgb(51,51,51)"
362
+ fill="rgb(51,51,51)"
363
+ font-size="5.21"
364
+ stroke-width="1.36"
365
+ stroke-opacity="1"
366
+ fill-opacity="1"
367
+ />
368
+ <use
369
+ id="geom_point.points.131.1.7"
370
+ href="#gridSVG.pch19"
371
+ x="414.61"
372
+ y="64.88"
373
+ width="5.21"
374
+ height="5.21"
375
+ transform=" translate(-2.61,-2.61)"
376
+ stroke="rgb(51,51,51)"
377
+ fill="rgb(51,51,51)"
378
+ font-size="5.21"
379
+ stroke-width="1.36"
380
+ stroke-opacity="1"
381
+ fill-opacity="1"
382
+ />
383
+ <use
384
+ id="geom_point.points.131.1.8"
385
+ href="#gridSVG.pch19"
386
+ x="78.77"
387
+ y="64.88"
388
+ width="5.21"
389
+ height="5.21"
390
+ transform=" translate(-2.61,-2.61)"
391
+ stroke="rgb(51,51,51)"
392
+ fill="rgb(51,51,51)"
393
+ font-size="5.21"
394
+ stroke-width="1.36"
395
+ stroke-opacity="1"
396
+ fill-opacity="1"
397
+ />
398
+ <use
399
+ id="geom_point.points.131.1.9"
400
+ href="#gridSVG.pch19"
401
+ x="393"
402
+ y="64.88"
403
+ width="5.21"
404
+ height="5.21"
405
+ transform=" translate(-2.61,-2.61)"
406
+ stroke="rgb(51,51,51)"
407
+ fill="rgb(51,51,51)"
408
+ font-size="5.21"
409
+ stroke-width="1.36"
410
+ stroke-opacity="1"
411
+ fill-opacity="1"
412
+ />
413
+ <use
414
+ id="geom_point.points.131.1.10"
415
+ href="#gridSVG.pch19"
416
+ x="398.6"
417
+ y="64.88"
418
+ width="5.21"
419
+ height="5.21"
420
+ transform=" translate(-2.61,-2.61)"
421
+ stroke="rgb(51,51,51)"
422
+ fill="rgb(51,51,51)"
423
+ font-size="5.21"
424
+ stroke-width="1.36"
425
+ stroke-opacity="1"
426
+ fill-opacity="1"
427
+ />
428
+ </g>
429
+ <g id="GRID.segments.133.1">
430
+ <polyline
431
+ id="GRID.segments.133.1.1"
432
+ points="274.6,64.88 388.3,64.88"
433
+ stroke="rgb(51,51,51)"
434
+ fill="none"
435
+ stroke-width="1.07"
436
+ stroke-dasharray="none"
437
+ stroke-linecap="butt"
438
+ stroke-linejoin="round"
439
+ stroke-opacity="1"
440
+ fill-opacity="1"
441
+ />
442
+ <polyline
443
+ id="GRID.segments.133.1.2"
444
+ points="198.08,64.88 119.45,64.88"
445
+ stroke="rgb(51,51,51)"
446
+ fill="none"
447
+ stroke-width="1.07"
448
+ stroke-dasharray="none"
449
+ stroke-linecap="butt"
450
+ stroke-linejoin="round"
451
+ stroke-opacity="1"
452
+ fill-opacity="1"
453
+ />
454
+ </g>
455
+ <g id="geom_crossbar.gTree.138.1">
456
+ <g id="geom_polygon.polygon.136.1">
457
+ <polygon
458
+ id="geom_polygon.polygon.136.1.1"
459
+ points="274.6,44.02 198.08,44.02 198.08,85.74 274.6,85.74 274.6,44.02"
460
+ stroke="rgb(51,51,51)"
461
+ fill="rgb(255,255,255)"
462
+ stroke-width="1.07"
463
+ stroke-dasharray="none"
464
+ stroke-linecap="butt"
465
+ stroke-linejoin="miter"
466
+ stroke-miterlimit="10"
467
+ stroke-opacity="1"
468
+ fill-opacity="1"
469
+ />
470
+ </g>
471
+ <g id="GRID.segments.137.1">
472
+ <polyline
473
+ id="GRID.segments.137.1.1"
474
+ points="232.53,44.02 232.53,85.74"
475
+ stroke="rgb(51,51,51)"
476
+ fill="none"
477
+ stroke-width="2.13"
478
+ stroke-dasharray="none"
479
+ stroke-linecap="butt"
480
+ stroke-linejoin="miter"
481
+ stroke-opacity="1"
482
+ fill-opacity="1"
483
+ />
484
+ </g>
485
+ </g>
486
+ </g>
487
+ <g id="geom_boxplot.gTree.149.1">
488
+ <g id="geom_point.points.141.1">
489
+ <use
490
+ id="geom_point.points.141.1.1"
491
+ href="#gridSVG.pch19"
492
+ x="167.62"
493
+ y="120.52"
494
+ width="5.21"
495
+ height="5.21"
496
+ transform=" translate(-2.61,-2.61)"
497
+ stroke="rgb(51,51,51)"
498
+ fill="rgb(51,51,51)"
499
+ font-size="5.21"
500
+ stroke-width="1.36"
501
+ stroke-opacity="1"
502
+ fill-opacity="1"
503
+ />
504
+ </g>
505
+ <g id="GRID.segments.143.1">
506
+ <polyline
507
+ id="GRID.segments.143.1.1"
508
+ points="384.47,120.52 441.38,120.52"
509
+ stroke="rgb(51,51,51)"
510
+ fill="none"
511
+ stroke-width="1.07"
512
+ stroke-dasharray="none"
513
+ stroke-linecap="butt"
514
+ stroke-linejoin="round"
515
+ stroke-opacity="1"
516
+ fill-opacity="1"
517
+ />
518
+ <polyline
519
+ id="GRID.segments.143.1.2"
520
+ points="300.01,120.52 185.63,120.52"
521
+ stroke="rgb(51,51,51)"
522
+ fill="none"
523
+ stroke-width="1.07"
524
+ stroke-dasharray="none"
525
+ stroke-linecap="butt"
526
+ stroke-linejoin="round"
527
+ stroke-opacity="1"
528
+ fill-opacity="1"
529
+ />
530
+ </g>
531
+ <g id="geom_crossbar.gTree.148.1">
532
+ <g id="geom_polygon.polygon.146.1">
533
+ <polygon
534
+ id="geom_polygon.polygon.146.1.1"
535
+ points="384.47,99.65 300.01,99.65 300.01,141.38 384.47,141.38 384.47,99.65"
536
+ stroke="rgb(51,51,51)"
537
+ fill="rgb(255,255,255)"
538
+ stroke-width="1.07"
539
+ stroke-dasharray="none"
540
+ stroke-linecap="butt"
541
+ stroke-linejoin="miter"
542
+ stroke-miterlimit="10"
543
+ stroke-opacity="1"
544
+ fill-opacity="1"
545
+ />
546
+ </g>
547
+ <g id="GRID.segments.147.1">
548
+ <polyline
549
+ id="GRID.segments.147.1.1"
550
+ points="354.91,99.65 354.91,141.38"
551
+ stroke="rgb(51,51,51)"
552
+ fill="none"
553
+ stroke-width="2.13"
554
+ stroke-dasharray="none"
555
+ stroke-linecap="butt"
556
+ stroke-linejoin="miter"
557
+ stroke-opacity="1"
558
+ fill-opacity="1"
559
+ />
560
+ </g>
561
+ </g>
562
+ </g>
563
+ <g id="geom_boxplot.gTree.157.1">
564
+ <g id="GRID.segments.151.1">
565
+ <polyline
566
+ id="GRID.segments.151.1.1"
567
+ points="370.53,176.16 453.77,176.16"
568
+ stroke="rgb(51,51,51)"
569
+ fill="none"
570
+ stroke-width="1.07"
571
+ stroke-dasharray="none"
572
+ stroke-linecap="butt"
573
+ stroke-linejoin="round"
574
+ stroke-opacity="1"
575
+ fill-opacity="1"
576
+ />
577
+ <polyline
578
+ id="GRID.segments.151.1.2"
579
+ points="255.62,176.16 111.83,176.16"
580
+ stroke="rgb(51,51,51)"
581
+ fill="none"
582
+ stroke-width="1.07"
583
+ stroke-dasharray="none"
584
+ stroke-linecap="butt"
585
+ stroke-linejoin="round"
586
+ stroke-opacity="1"
587
+ fill-opacity="1"
588
+ />
589
+ </g>
590
+ <g id="geom_crossbar.gTree.156.1">
591
+ <g id="geom_polygon.polygon.154.1">
592
+ <polygon
593
+ id="geom_polygon.polygon.154.1.1"
594
+ points="370.53,155.29 255.62,155.29 255.62,197.02 370.53,197.02 370.53,155.29"
595
+ stroke="rgb(51,51,51)"
596
+ fill="rgb(255,255,255)"
597
+ stroke-width="1.07"
598
+ stroke-dasharray="none"
599
+ stroke-linecap="butt"
600
+ stroke-linejoin="miter"
601
+ stroke-miterlimit="10"
602
+ stroke-opacity="1"
603
+ fill-opacity="1"
604
+ />
605
+ </g>
606
+ <g id="GRID.segments.155.1">
607
+ <polyline
608
+ id="GRID.segments.155.1.1"
609
+ points="321.5,155.29 321.5,197.02"
610
+ stroke="rgb(51,51,51)"
611
+ fill="none"
612
+ stroke-width="2.13"
613
+ stroke-dasharray="none"
614
+ stroke-linecap="butt"
615
+ stroke-linejoin="miter"
616
+ stroke-opacity="1"
617
+ fill-opacity="1"
618
+ />
619
+ </g>
620
+ </g>
621
+ </g>
622
+ <g id="geom_boxplot.gTree.167.1">
623
+ <g id="geom_point.points.159.1">
624
+ <use
625
+ id="geom_point.points.159.1.1"
626
+ href="#gridSVG.pch19"
627
+ x="279.8"
628
+ y="231.8"
629
+ width="5.21"
630
+ height="5.21"
631
+ transform=" translate(-2.61,-2.61)"
632
+ stroke="rgb(51,51,51)"
633
+ fill="rgb(51,51,51)"
634
+ font-size="5.21"
635
+ stroke-width="1.36"
636
+ stroke-opacity="1"
637
+ fill-opacity="1"
638
+ />
639
+ <use
640
+ id="geom_point.points.159.1.2"
641
+ href="#gridSVG.pch19"
642
+ x="305.54"
643
+ y="231.8"
644
+ width="5.21"
645
+ height="5.21"
646
+ transform=" translate(-2.61,-2.61)"
647
+ stroke="rgb(51,51,51)"
648
+ fill="rgb(51,51,51)"
649
+ font-size="5.21"
650
+ stroke-width="1.36"
651
+ stroke-opacity="1"
652
+ fill-opacity="1"
653
+ />
654
+ <use
655
+ id="geom_point.points.159.1.3"
656
+ href="#gridSVG.pch19"
657
+ x="270.84"
658
+ y="231.8"
659
+ width="5.21"
660
+ height="5.21"
661
+ transform=" translate(-2.61,-2.61)"
662
+ stroke="rgb(51,51,51)"
663
+ fill="rgb(51,51,51)"
664
+ font-size="5.21"
665
+ stroke-width="1.36"
666
+ stroke-opacity="1"
667
+ fill-opacity="1"
668
+ />
669
+ <use
670
+ id="geom_point.points.159.1.4"
671
+ href="#gridSVG.pch19"
672
+ x="300.26"
673
+ y="231.8"
674
+ width="5.21"
675
+ height="5.21"
676
+ transform=" translate(-2.61,-2.61)"
677
+ stroke="rgb(51,51,51)"
678
+ fill="rgb(51,51,51)"
679
+ font-size="5.21"
680
+ stroke-width="1.36"
681
+ stroke-opacity="1"
682
+ fill-opacity="1"
683
+ />
684
+ <use
685
+ id="geom_point.points.159.1.5"
686
+ href="#gridSVG.pch19"
687
+ x="307.57"
688
+ y="231.8"
689
+ width="5.21"
690
+ height="5.21"
691
+ transform=" translate(-2.61,-2.61)"
692
+ stroke="rgb(51,51,51)"
693
+ fill="rgb(51,51,51)"
694
+ font-size="5.21"
695
+ stroke-width="1.36"
696
+ stroke-opacity="1"
697
+ fill-opacity="1"
698
+ />
699
+ <use
700
+ id="geom_point.points.159.1.6"
701
+ href="#gridSVG.pch19"
702
+ x="304.8"
703
+ y="231.8"
704
+ width="5.21"
705
+ height="5.21"
706
+ transform=" translate(-2.61,-2.61)"
707
+ stroke="rgb(51,51,51)"
708
+ fill="rgb(51,51,51)"
709
+ font-size="5.21"
710
+ stroke-width="1.36"
711
+ stroke-opacity="1"
712
+ fill-opacity="1"
713
+ />
714
+ <use
715
+ id="geom_point.points.159.1.7"
716
+ href="#gridSVG.pch19"
717
+ x="308.97"
718
+ y="231.8"
719
+ width="5.21"
720
+ height="5.21"
721
+ transform=" translate(-2.61,-2.61)"
722
+ stroke="rgb(51,51,51)"
723
+ fill="rgb(51,51,51)"
724
+ font-size="5.21"
725
+ stroke-width="1.36"
726
+ stroke-opacity="1"
727
+ fill-opacity="1"
728
+ />
729
+ <use
730
+ id="geom_point.points.159.1.8"
731
+ href="#gridSVG.pch19"
732
+ x="297.38"
733
+ y="231.8"
734
+ width="5.21"
735
+ height="5.21"
736
+ transform=" translate(-2.61,-2.61)"
737
+ stroke="rgb(51,51,51)"
738
+ fill="rgb(51,51,51)"
739
+ font-size="5.21"
740
+ stroke-width="1.36"
741
+ stroke-opacity="1"
742
+ fill-opacity="1"
743
+ />
744
+ <use
745
+ id="geom_point.points.159.1.9"
746
+ href="#gridSVG.pch19"
747
+ x="205.79"
748
+ y="231.8"
749
+ width="5.21"
750
+ height="5.21"
751
+ transform=" translate(-2.61,-2.61)"
752
+ stroke="rgb(51,51,51)"
753
+ fill="rgb(51,51,51)"
754
+ font-size="5.21"
755
+ stroke-width="1.36"
756
+ stroke-opacity="1"
757
+ fill-opacity="1"
758
+ />
759
+ <use
760
+ id="geom_point.points.159.1.10"
761
+ href="#gridSVG.pch19"
762
+ x="234.35"
763
+ y="231.8"
764
+ width="5.21"
765
+ height="5.21"
766
+ transform=" translate(-2.61,-2.61)"
767
+ stroke="rgb(51,51,51)"
768
+ fill="rgb(51,51,51)"
769
+ font-size="5.21"
770
+ stroke-width="1.36"
771
+ stroke-opacity="1"
772
+ fill-opacity="1"
773
+ />
774
+ <use
775
+ id="geom_point.points.159.1.11"
776
+ href="#gridSVG.pch19"
777
+ x="259.89"
778
+ y="231.8"
779
+ width="5.21"
780
+ height="5.21"
781
+ transform=" translate(-2.61,-2.61)"
782
+ stroke="rgb(51,51,51)"
783
+ fill="rgb(51,51,51)"
784
+ font-size="5.21"
785
+ stroke-width="1.36"
786
+ stroke-opacity="1"
787
+ fill-opacity="1"
788
+ />
789
+ <use
790
+ id="geom_point.points.159.1.12"
791
+ href="#gridSVG.pch19"
792
+ x="274.12"
793
+ y="231.8"
794
+ width="5.21"
795
+ height="5.21"
796
+ transform=" translate(-2.61,-2.61)"
797
+ stroke="rgb(51,51,51)"
798
+ fill="rgb(51,51,51)"
799
+ font-size="5.21"
800
+ stroke-width="1.36"
801
+ stroke-opacity="1"
802
+ fill-opacity="1"
803
+ />
804
+ <use
805
+ id="geom_point.points.159.1.13"
806
+ href="#gridSVG.pch19"
807
+ x="291.08"
808
+ y="231.8"
809
+ width="5.21"
810
+ height="5.21"
811
+ transform=" translate(-2.61,-2.61)"
812
+ stroke="rgb(51,51,51)"
813
+ fill="rgb(51,51,51)"
814
+ font-size="5.21"
815
+ stroke-width="1.36"
816
+ stroke-opacity="1"
817
+ fill-opacity="1"
818
+ />
819
+ <use
820
+ id="geom_point.points.159.1.14"
821
+ href="#gridSVG.pch19"
822
+ x="306.98"
823
+ y="231.8"
824
+ width="5.21"
825
+ height="5.21"
826
+ transform=" translate(-2.61,-2.61)"
827
+ stroke="rgb(51,51,51)"
828
+ fill="rgb(51,51,51)"
829
+ font-size="5.21"
830
+ stroke-width="1.36"
831
+ stroke-opacity="1"
832
+ fill-opacity="1"
833
+ />
834
+ </g>
835
+ <g id="GRID.segments.161.1">
836
+ <polyline
837
+ id="GRID.segments.161.1.1"
838
+ points="408.31,231.8 448.39,231.8"
839
+ stroke="rgb(51,51,51)"
840
+ fill="none"
841
+ stroke-width="1.07"
842
+ stroke-dasharray="none"
843
+ stroke-linecap="butt"
844
+ stroke-linejoin="round"
845
+ stroke-opacity="1"
846
+ fill-opacity="1"
847
+ />
848
+ <polyline
849
+ id="GRID.segments.161.1.2"
850
+ points="370.94,231.8 316.7,231.8"
851
+ stroke="rgb(51,51,51)"
852
+ fill="none"
853
+ stroke-width="1.07"
854
+ stroke-dasharray="none"
855
+ stroke-linecap="butt"
856
+ stroke-linejoin="round"
857
+ stroke-opacity="1"
858
+ fill-opacity="1"
859
+ />
860
+ </g>
861
+ <g id="geom_crossbar.gTree.166.1">
862
+ <g id="geom_polygon.polygon.164.1">
863
+ <polygon
864
+ id="geom_polygon.polygon.164.1.1"
865
+ points="408.31,210.93 370.94,210.93 370.94,252.66 408.31,252.66 408.31,210.93"
866
+ stroke="rgb(51,51,51)"
867
+ fill="rgb(255,255,255)"
868
+ stroke-width="1.07"
869
+ stroke-dasharray="none"
870
+ stroke-linecap="butt"
871
+ stroke-linejoin="miter"
872
+ stroke-miterlimit="10"
873
+ stroke-opacity="1"
874
+ fill-opacity="1"
875
+ />
876
+ </g>
877
+ <g id="GRID.segments.165.1">
878
+ <polyline
879
+ id="GRID.segments.165.1.1"
880
+ points="387.91,210.93 387.91,252.66"
881
+ stroke="rgb(51,51,51)"
882
+ fill="none"
883
+ stroke-width="2.13"
884
+ stroke-dasharray="none"
885
+ stroke-linecap="butt"
886
+ stroke-linejoin="miter"
887
+ stroke-opacity="1"
888
+ fill-opacity="1"
889
+ />
890
+ </g>
891
+ </g>
892
+ </g>
893
+ <g id="geom_boxplot.gTree.175.1">
894
+ <g id="GRID.segments.169.1">
895
+ <polyline
896
+ id="GRID.segments.169.1.1"
897
+ points="421.67,287.44 445.08,287.44"
898
+ stroke="rgb(51,51,51)"
899
+ fill="none"
900
+ stroke-width="1.07"
901
+ stroke-dasharray="none"
902
+ stroke-linecap="butt"
903
+ stroke-linejoin="round"
904
+ stroke-opacity="1"
905
+ fill-opacity="1"
906
+ />
907
+ <polyline
908
+ id="GRID.segments.169.1.2"
909
+ points="381.33,287.44 368.08,287.44"
910
+ stroke="rgb(51,51,51)"
911
+ fill="none"
912
+ stroke-width="1.07"
913
+ stroke-dasharray="none"
914
+ stroke-linecap="butt"
915
+ stroke-linejoin="round"
916
+ stroke-opacity="1"
917
+ fill-opacity="1"
918
+ />
919
+ </g>
920
+ <g id="geom_crossbar.gTree.174.1">
921
+ <g id="geom_polygon.polygon.172.1">
922
+ <polygon
923
+ id="geom_polygon.polygon.172.1.1"
924
+ points="421.67,266.57 381.33,266.57 381.33,308.3 421.67,308.3 421.67,266.57"
925
+ stroke="rgb(51,51,51)"
926
+ fill="rgb(255,255,255)"
927
+ stroke-width="1.07"
928
+ stroke-dasharray="none"
929
+ stroke-linecap="butt"
930
+ stroke-linejoin="miter"
931
+ stroke-miterlimit="10"
932
+ stroke-opacity="1"
933
+ fill-opacity="1"
934
+ />
935
+ </g>
936
+ <g id="GRID.segments.173.1">
937
+ <polyline
938
+ id="GRID.segments.173.1.1"
939
+ points="396.96,266.57 396.96,308.3"
940
+ stroke="rgb(51,51,51)"
941
+ fill="none"
942
+ stroke-width="2.13"
943
+ stroke-dasharray="none"
944
+ stroke-linecap="butt"
945
+ stroke-linejoin="miter"
946
+ stroke-opacity="1"
947
+ fill-opacity="1"
948
+ />
949
+ </g>
950
+ </g>
951
+ </g>
952
+ </g>
953
+ </g>
954
+ </g>
955
+ </g>
956
+ <g id="layout::spacer.8-6-8-6.1">
957
+ <g id="spacer.8-6-8-6.1" />
958
+ </g>
959
+ <g id="layout::spacer.8-4-8-4.1">
960
+ <g id="spacer.8-4-8-4.1" />
961
+ </g>
962
+ <g id="layout::spacer.6-6-6-6.1">
963
+ <g id="spacer.6-6-6-6.1" />
964
+ </g>
965
+ <g id="layout::spacer.6-4-6-4.1">
966
+ <g id="spacer.6-4-6-4.1" />
967
+ </g>
968
+ <g id="layout::axis-t.6-5-6-5.1">
969
+ <g id="axis-t.6-5-6-5.1" />
970
+ </g>
971
+ <g id="layout::axis-l.7-4-7-4.1">
972
+ <g id="axis-l.7-4-7-4.1">
973
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.21.1">
974
+ <g id="GRID.absoluteGrob.198.1">
975
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.21::axis.1">
976
+ <g id="axis.1">
977
+ <g
978
+ id="layout::axis-l.7-4-7-4::GRID.VP.21::axis::axis.1-1-1-1.1"
979
+ >
980
+ <g id="axis.1-1-1-1.1">
981
+ <g
982
+ id="layout::axis-l.7-4-7-4::GRID.VP.21::axis::axis.1-1-1-1::GRID.VP.19.1"
983
+ font-size="8.8"
984
+ stroke="rgb(77,77,77)"
985
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
986
+ stroke-opacity="1"
987
+ font-weight="normal"
988
+ font-style="normal"
989
+ >
990
+ <g
991
+ id="layout::axis-l.7-4-7-4::GRID.VP.21::axis::axis.1-1-1-1::GRID.VP.19::GRID.VP.20.1"
992
+ >
993
+ <g id="GRID.titleGrob.196.1">
994
+ <g id="GRID.text.195.1">
995
+ <g
996
+ id="GRID.text.195.1.1"
997
+ transform="translate(55.08, 64.88)"
998
+ stroke-width="0.1"
999
+ >
1000
+ <g
1001
+ id="GRID.text.195.1.1.scale"
1002
+ transform="scale(1, -1)"
1003
+ >
1004
+ <text
1005
+ x="0"
1006
+ y="0"
1007
+ id="GRID.text.195.1.1.text"
1008
+ text-anchor="end"
1009
+ font-size="8.8"
1010
+ stroke="rgb(77,77,77)"
1011
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1012
+ fill="rgb(77,77,77)"
1013
+ stroke-opacity="1"
1014
+ fill-opacity="1"
1015
+ font-weight="normal"
1016
+ font-style="normal"
1017
+ >
1018
+ <tspan
1019
+ id="GRID.text.195.1.1.tspan.1"
1020
+ dy="3.15"
1021
+ x="0"
1022
+ >
1023
+ Africa
1024
+ </tspan>
1025
+ </text>
1026
+ </g>
1027
+ </g>
1028
+ <g
1029
+ id="GRID.text.195.1.2"
1030
+ transform="translate(55.08, 120.52)"
1031
+ stroke-width="0.1"
1032
+ >
1033
+ <g
1034
+ id="GRID.text.195.1.2.scale"
1035
+ transform="scale(1, -1)"
1036
+ >
1037
+ <text
1038
+ x="0"
1039
+ y="0"
1040
+ id="GRID.text.195.1.2.text"
1041
+ text-anchor="end"
1042
+ font-size="8.8"
1043
+ stroke="rgb(77,77,77)"
1044
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1045
+ fill="rgb(77,77,77)"
1046
+ stroke-opacity="1"
1047
+ fill-opacity="1"
1048
+ font-weight="normal"
1049
+ font-style="normal"
1050
+ >
1051
+ <tspan
1052
+ id="GRID.text.195.1.2.tspan.1"
1053
+ dy="3.15"
1054
+ x="0"
1055
+ >
1056
+ Americas
1057
+ </tspan>
1058
+ </text>
1059
+ </g>
1060
+ </g>
1061
+ <g
1062
+ id="GRID.text.195.1.3"
1063
+ transform="translate(55.08, 176.16)"
1064
+ stroke-width="0.1"
1065
+ >
1066
+ <g
1067
+ id="GRID.text.195.1.3.scale"
1068
+ transform="scale(1, -1)"
1069
+ >
1070
+ <text
1071
+ x="0"
1072
+ y="0"
1073
+ id="GRID.text.195.1.3.text"
1074
+ text-anchor="end"
1075
+ font-size="8.8"
1076
+ stroke="rgb(77,77,77)"
1077
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1078
+ fill="rgb(77,77,77)"
1079
+ stroke-opacity="1"
1080
+ fill-opacity="1"
1081
+ font-weight="normal"
1082
+ font-style="normal"
1083
+ >
1084
+ <tspan
1085
+ id="GRID.text.195.1.3.tspan.1"
1086
+ dy="3.15"
1087
+ x="0"
1088
+ >
1089
+ Asia
1090
+ </tspan>
1091
+ </text>
1092
+ </g>
1093
+ </g>
1094
+ <g
1095
+ id="GRID.text.195.1.4"
1096
+ transform="translate(55.08, 231.8)"
1097
+ stroke-width="0.1"
1098
+ >
1099
+ <g
1100
+ id="GRID.text.195.1.4.scale"
1101
+ transform="scale(1, -1)"
1102
+ >
1103
+ <text
1104
+ x="0"
1105
+ y="0"
1106
+ id="GRID.text.195.1.4.text"
1107
+ text-anchor="end"
1108
+ font-size="8.8"
1109
+ stroke="rgb(77,77,77)"
1110
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1111
+ fill="rgb(77,77,77)"
1112
+ stroke-opacity="1"
1113
+ fill-opacity="1"
1114
+ font-weight="normal"
1115
+ font-style="normal"
1116
+ >
1117
+ <tspan
1118
+ id="GRID.text.195.1.4.tspan.1"
1119
+ dy="3.15"
1120
+ x="0"
1121
+ >
1122
+ Europe
1123
+ </tspan>
1124
+ </text>
1125
+ </g>
1126
+ </g>
1127
+ <g
1128
+ id="GRID.text.195.1.5"
1129
+ transform="translate(55.08, 287.44)"
1130
+ stroke-width="0.1"
1131
+ >
1132
+ <g
1133
+ id="GRID.text.195.1.5.scale"
1134
+ transform="scale(1, -1)"
1135
+ >
1136
+ <text
1137
+ x="0"
1138
+ y="0"
1139
+ id="GRID.text.195.1.5.text"
1140
+ text-anchor="end"
1141
+ font-size="8.8"
1142
+ stroke="rgb(77,77,77)"
1143
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1144
+ fill="rgb(77,77,77)"
1145
+ stroke-opacity="1"
1146
+ fill-opacity="1"
1147
+ font-weight="normal"
1148
+ font-style="normal"
1149
+ >
1150
+ <tspan
1151
+ id="GRID.text.195.1.5.tspan.1"
1152
+ dy="3.15"
1153
+ x="0"
1154
+ >
1155
+ Oceania
1156
+ </tspan>
1157
+ </text>
1158
+ </g>
1159
+ </g>
1160
+ </g>
1161
+ </g>
1162
+ </g>
1163
+ </g>
1164
+ </g>
1165
+ </g>
1166
+ <g
1167
+ id="layout::axis-l.7-4-7-4::GRID.VP.21::axis::axis.1-2-1-2.1"
1168
+ >
1169
+ <g id="axis.1-2-1-2.1">
1170
+ <g id="GRID.polyline.197.1">
1171
+ <polyline
1172
+ id="GRID.polyline.197.1.1"
1173
+ points="57.28,64.88 60.02,64.88"
1174
+ stroke="rgb(51,51,51)"
1175
+ fill="none"
1176
+ stroke-width="1.07"
1177
+ stroke-dasharray="none"
1178
+ stroke-linecap="butt"
1179
+ stroke-opacity="1"
1180
+ fill-opacity="1"
1181
+ />
1182
+ <polyline
1183
+ id="GRID.polyline.197.1.2"
1184
+ points="57.28,120.52 60.02,120.52"
1185
+ stroke="rgb(51,51,51)"
1186
+ fill="none"
1187
+ stroke-width="1.07"
1188
+ stroke-dasharray="none"
1189
+ stroke-linecap="butt"
1190
+ stroke-opacity="1"
1191
+ fill-opacity="1"
1192
+ />
1193
+ <polyline
1194
+ id="GRID.polyline.197.1.3"
1195
+ points="57.28,176.16 60.02,176.16"
1196
+ stroke="rgb(51,51,51)"
1197
+ fill="none"
1198
+ stroke-width="1.07"
1199
+ stroke-dasharray="none"
1200
+ stroke-linecap="butt"
1201
+ stroke-opacity="1"
1202
+ fill-opacity="1"
1203
+ />
1204
+ <polyline
1205
+ id="GRID.polyline.197.1.4"
1206
+ points="57.28,231.8 60.02,231.8"
1207
+ stroke="rgb(51,51,51)"
1208
+ fill="none"
1209
+ stroke-width="1.07"
1210
+ stroke-dasharray="none"
1211
+ stroke-linecap="butt"
1212
+ stroke-opacity="1"
1213
+ fill-opacity="1"
1214
+ />
1215
+ <polyline
1216
+ id="GRID.polyline.197.1.5"
1217
+ points="57.28,287.44 60.02,287.44"
1218
+ stroke="rgb(51,51,51)"
1219
+ fill="none"
1220
+ stroke-width="1.07"
1221
+ stroke-dasharray="none"
1222
+ stroke-linecap="butt"
1223
+ stroke-opacity="1"
1224
+ fill-opacity="1"
1225
+ />
1226
+ </g>
1227
+ </g>
1228
+ </g>
1229
+ </g>
1230
+ </g>
1231
+ </g>
1232
+ </g>
1233
+ </g>
1234
+ </g>
1235
+ <g id="layout::axis-r.7-6-7-6.1">
1236
+ <g id="axis-r.7-6-7-6.1" />
1237
+ </g>
1238
+ <g id="layout::axis-b.8-5-8-5.1">
1239
+ <g id="axis-b.8-5-8-5.1">
1240
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.18.1">
1241
+ <g id="GRID.absoluteGrob.194.1">
1242
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.18::axis.1">
1243
+ <g id="axis.2">
1244
+ <g
1245
+ id="layout::axis-b.8-5-8-5::GRID.VP.18::axis::axis.1-1-1-1.1"
1246
+ >
1247
+ <g id="axis.1-1-1-1.2">
1248
+ <g id="GRID.polyline.193.1">
1249
+ <polyline
1250
+ id="GRID.polyline.193.1.1"
1251
+ points="183,28.76 183,31.5"
1252
+ stroke="rgb(51,51,51)"
1253
+ fill="none"
1254
+ stroke-width="1.07"
1255
+ stroke-dasharray="none"
1256
+ stroke-linecap="butt"
1257
+ stroke-opacity="1"
1258
+ fill-opacity="1"
1259
+ />
1260
+ <polyline
1261
+ id="GRID.polyline.193.1.2"
1262
+ points="310.12,28.76 310.12,31.5"
1263
+ stroke="rgb(51,51,51)"
1264
+ fill="none"
1265
+ stroke-width="1.07"
1266
+ stroke-dasharray="none"
1267
+ stroke-linecap="butt"
1268
+ stroke-opacity="1"
1269
+ fill-opacity="1"
1270
+ />
1271
+ <polyline
1272
+ id="GRID.polyline.193.1.3"
1273
+ points="437.23,28.76 437.23,31.5"
1274
+ stroke="rgb(51,51,51)"
1275
+ fill="none"
1276
+ stroke-width="1.07"
1277
+ stroke-dasharray="none"
1278
+ stroke-linecap="butt"
1279
+ stroke-opacity="1"
1280
+ fill-opacity="1"
1281
+ />
1282
+ </g>
1283
+ </g>
1284
+ </g>
1285
+ <g
1286
+ id="layout::axis-b.8-5-8-5::GRID.VP.18::axis::axis.2-1-2-1.1"
1287
+ >
1288
+ <g id="axis.2-1-2-1.1">
1289
+ <g
1290
+ id="layout::axis-b.8-5-8-5::GRID.VP.18::axis::axis.2-1-2-1::GRID.VP.16.1"
1291
+ font-size="8.8"
1292
+ stroke="rgb(77,77,77)"
1293
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1294
+ stroke-opacity="1"
1295
+ font-weight="normal"
1296
+ font-style="normal"
1297
+ >
1298
+ <g
1299
+ id="layout::axis-b.8-5-8-5::GRID.VP.18::axis::axis.2-1-2-1::GRID.VP.16::GRID.VP.17.1"
1300
+ >
1301
+ <g id="GRID.titleGrob.192.1">
1302
+ <g id="GRID.text.191.1">
1303
+ <g
1304
+ id="GRID.text.191.1.1"
1305
+ transform="translate(183, 26.56)"
1306
+ stroke-width="0.1"
1307
+ >
1308
+ <g
1309
+ id="GRID.text.191.1.1.scale"
1310
+ transform="scale(1, -1)"
1311
+ >
1312
+ <text
1313
+ x="0"
1314
+ y="0"
1315
+ id="GRID.text.191.1.1.text"
1316
+ text-anchor="middle"
1317
+ font-size="8.8"
1318
+ stroke="rgb(77,77,77)"
1319
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1320
+ fill="rgb(77,77,77)"
1321
+ stroke-opacity="1"
1322
+ fill-opacity="1"
1323
+ font-weight="normal"
1324
+ font-style="normal"
1325
+ >
1326
+ <tspan
1327
+ id="GRID.text.191.1.1.tspan.1"
1328
+ dy="6.3"
1329
+ x="0"
1330
+ >
1331
+ 40
1332
+ </tspan>
1333
+ </text>
1334
+ </g>
1335
+ </g>
1336
+ <g
1337
+ id="GRID.text.191.1.2"
1338
+ transform="translate(310.12, 26.56)"
1339
+ stroke-width="0.1"
1340
+ >
1341
+ <g
1342
+ id="GRID.text.191.1.2.scale"
1343
+ transform="scale(1, -1)"
1344
+ >
1345
+ <text
1346
+ x="0"
1347
+ y="0"
1348
+ id="GRID.text.191.1.2.text"
1349
+ text-anchor="middle"
1350
+ font-size="8.8"
1351
+ stroke="rgb(77,77,77)"
1352
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1353
+ fill="rgb(77,77,77)"
1354
+ stroke-opacity="1"
1355
+ fill-opacity="1"
1356
+ font-weight="normal"
1357
+ font-style="normal"
1358
+ >
1359
+ <tspan
1360
+ id="GRID.text.191.1.2.tspan.1"
1361
+ dy="6.3"
1362
+ x="0"
1363
+ >
1364
+ 60
1365
+ </tspan>
1366
+ </text>
1367
+ </g>
1368
+ </g>
1369
+ <g
1370
+ id="GRID.text.191.1.3"
1371
+ transform="translate(437.23, 26.56)"
1372
+ stroke-width="0.1"
1373
+ >
1374
+ <g
1375
+ id="GRID.text.191.1.3.scale"
1376
+ transform="scale(1, -1)"
1377
+ >
1378
+ <text
1379
+ x="0"
1380
+ y="0"
1381
+ id="GRID.text.191.1.3.text"
1382
+ text-anchor="middle"
1383
+ font-size="8.8"
1384
+ stroke="rgb(77,77,77)"
1385
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1386
+ fill="rgb(77,77,77)"
1387
+ stroke-opacity="1"
1388
+ fill-opacity="1"
1389
+ font-weight="normal"
1390
+ font-style="normal"
1391
+ >
1392
+ <tspan
1393
+ id="GRID.text.191.1.3.tspan.1"
1394
+ dy="6.3"
1395
+ x="0"
1396
+ >
1397
+ 80
1398
+ </tspan>
1399
+ </text>
1400
+ </g>
1401
+ </g>
1402
+ </g>
1403
+ </g>
1404
+ </g>
1405
+ </g>
1406
+ </g>
1407
+ </g>
1408
+ </g>
1409
+ </g>
1410
+ </g>
1411
+ </g>
1412
+ </g>
1413
+ </g>
1414
+ <g id="layout::xlab-t.5-5-5-5.1">
1415
+ <g id="xlab-t.5-5-5-5.1" />
1416
+ </g>
1417
+ <g id="layout::xlab-b.9-5-9-5.1">
1418
+ <g id="xlab-b.9-5-9-5.1">
1419
+ <g
1420
+ id="layout::xlab-b.9-5-9-5::GRID.VP.22.1"
1421
+ font-size="11"
1422
+ stroke="rgb(0,0,0)"
1423
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1424
+ stroke-opacity="1"
1425
+ font-weight="normal"
1426
+ font-style="normal"
1427
+ >
1428
+ <g
1429
+ id="layout::xlab-b.9-5-9-5::GRID.VP.22::GRID.VP.23.1"
1430
+ >
1431
+ <g id="axis.title.x.bottom..titleGrob.201.1">
1432
+ <g id="GRID.text.199.1">
1433
+ <g
1434
+ id="GRID.text.199.1.1"
1435
+ transform="translate(266.27, 15.67)"
1436
+ stroke-width="0.1"
1437
+ >
1438
+ <g
1439
+ id="GRID.text.199.1.1.scale"
1440
+ transform="scale(1, -1)"
1441
+ >
1442
+ <text
1443
+ x="0"
1444
+ y="0"
1445
+ id="GRID.text.199.1.1.text"
1446
+ text-anchor="middle"
1447
+ font-size="11"
1448
+ stroke="rgb(0,0,0)"
1449
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1450
+ fill="rgb(0,0,0)"
1451
+ stroke-opacity="1"
1452
+ fill-opacity="1"
1453
+ font-weight="normal"
1454
+ font-style="normal"
1455
+ >
1456
+ <tspan
1457
+ id="GRID.text.199.1.1.tspan.1"
1458
+ dy="7.88"
1459
+ x="0"
1460
+ >
1461
+ Life Expectancy
1462
+ </tspan>
1463
+ </text>
1464
+ </g>
1465
+ </g>
1466
+ </g>
1467
+ </g>
1468
+ </g>
1469
+ </g>
1470
+ </g>
1471
+ </g>
1472
+ <g id="layout::ylab-l.7-3-7-3.1">
1473
+ <g id="ylab-l.7-3-7-3.1">
1474
+ <g
1475
+ id="layout::ylab-l.7-3-7-3::GRID.VP.24.1"
1476
+ font-size="11"
1477
+ stroke="rgb(0,0,0)"
1478
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1479
+ stroke-opacity="1"
1480
+ font-weight="normal"
1481
+ font-style="normal"
1482
+ >
1483
+ <g
1484
+ id="layout::ylab-l.7-3-7-3::GRID.VP.24::GRID.VP.25.1"
1485
+ >
1486
+ <g id="axis.title.y.left..titleGrob.204.1">
1487
+ <g id="GRID.text.202.1">
1488
+ <g
1489
+ id="GRID.text.202.1.1"
1490
+ transform="translate(5.48, 176.16)"
1491
+ stroke-width="0.1"
1492
+ >
1493
+ <g
1494
+ id="GRID.text.202.1.1.scale"
1495
+ transform="scale(1, -1)"
1496
+ >
1497
+ <text
1498
+ x="0"
1499
+ y="0"
1500
+ id="GRID.text.202.1.1.text"
1501
+ transform="rotate(-90)"
1502
+ text-anchor="middle"
1503
+ font-size="11"
1504
+ stroke="rgb(0,0,0)"
1505
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1506
+ fill="rgb(0,0,0)"
1507
+ stroke-opacity="1"
1508
+ fill-opacity="1"
1509
+ font-weight="normal"
1510
+ font-style="normal"
1511
+ >
1512
+ <tspan
1513
+ id="GRID.text.202.1.1.tspan.1"
1514
+ dy="7.88"
1515
+ x="0"
1516
+ >
1517
+ Continent
1518
+ </tspan>
1519
+ </text>
1520
+ </g>
1521
+ </g>
1522
+ </g>
1523
+ </g>
1524
+ </g>
1525
+ </g>
1526
+ </g>
1527
+ </g>
1528
+ <g id="layout::ylab-r.7-7-7-7.1">
1529
+ <g id="ylab-r.7-7-7-7.1" />
1530
+ </g>
1531
+ <g id="layout::subtitle.4-5-4-5.1">
1532
+ <g id="subtitle.4-5-4-5.1" />
1533
+ </g>
1534
+ <g id="layout::title.3-5-3-5.1">
1535
+ <g id="title.3-5-3-5.1">
1536
+ <g
1537
+ id="layout::title.3-5-3-5::GRID.VP.26.1"
1538
+ font-size="13.2"
1539
+ stroke="rgb(0,0,0)"
1540
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1541
+ stroke-opacity="1"
1542
+ font-weight="normal"
1543
+ font-style="normal"
1544
+ >
1545
+ <g
1546
+ id="layout::title.3-5-3-5::GRID.VP.26::GRID.VP.27.1"
1547
+ >
1548
+ <g id="plot.title..titleGrob.208.1">
1549
+ <g id="GRID.text.205.1">
1550
+ <g
1551
+ id="GRID.text.205.1.1"
1552
+ transform="translate(60.02, 338.52)"
1553
+ stroke-width="0.1"
1554
+ >
1555
+ <g
1556
+ id="GRID.text.205.1.1.scale"
1557
+ transform="scale(1, -1)"
1558
+ >
1559
+ <text
1560
+ x="0"
1561
+ y="0"
1562
+ id="GRID.text.205.1.1.text"
1563
+ text-anchor="start"
1564
+ font-size="13.2"
1565
+ stroke="rgb(0,0,0)"
1566
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1567
+ fill="rgb(0,0,0)"
1568
+ stroke-opacity="1"
1569
+ fill-opacity="1"
1570
+ font-weight="normal"
1571
+ font-style="normal"
1572
+ >
1573
+ <tspan
1574
+ id="GRID.text.205.1.1.tspan.1"
1575
+ dy="9.45"
1576
+ x="0"
1577
+ >
1578
+ Life Expectancy by Continent.
1579
+ </tspan>
1580
+ </text>
1581
+ </g>
1582
+ </g>
1583
+ </g>
1584
+ </g>
1585
+ </g>
1586
+ </g>
1587
+ </g>
1588
+ </g>
1589
+ <g id="layout::caption.10-5-10-5.1">
1590
+ <g id="caption.10-5-10-5.1" />
1591
+ </g>
1592
+ <g id="layout::tag.2-2-2-2.1">
1593
+ <g id="tag.2-2-2-2.1" />
1594
+ </g>
1595
+ </g>
1596
+ </g>
1597
+ </g>
1598
+ </g>
1599
+ </svg>
1600
+ </div>
1601
+ <br />
1602
+ </div>
1603
+ </div>
1604
+ <script>
1605
+ var maidr = {
1606
+ type: 'box',
1607
+ id: 'boxplot1',
1608
+ orientation: 'horz',
1609
+ elements: document.querySelector('#geom_boxplot\\.gTree\\.177\\.1'),
1610
+ labels: {
1611
+ title: 'Life Expectancy by Continent.',
1612
+ x: 'Life Expectancy',
1613
+ y: 'Continent',
1614
+ },
1615
+ axes: {
1616
+ x: {
1617
+ label: 'Life Expectancy',
1618
+ },
1619
+ y: {
1620
+ label: 'Continent',
1621
+ level: ['Africa', 'Americas', 'Asia', 'Europe', 'Oceania'],
1622
+ },
1623
+ },
1624
+ data: [
1625
+ {
1626
+ lower_outlier: [23.599],
1627
+ min: 30,
1628
+ q1: 42.361,
1629
+ q2: 47.792,
1630
+ q3: 54.416,
1631
+ max: 72.301,
1632
+ upper_outlier: [
1633
+ 72.737, 72.801, 73.042, 73.615, 73.923, 73.952, 74.772, 75.744,
1634
+ 76.442,
1635
+ ],
1636
+ },
1637
+ {
1638
+ lower_outlier: [37.579],
1639
+ min: 40.414,
1640
+ q1: 58.373,
1641
+ q2: 67.048,
1642
+ q3: 71.717,
1643
+ max: 80.653,
1644
+ upper_outlier: [],
1645
+ },
1646
+ {
1647
+ lower_outlier: [],
1648
+ min: 28.801,
1649
+ q1: 51.3955,
1650
+ q2: 61.7915,
1651
+ q3: 69.5105,
1652
+ max: 82.603,
1653
+ upper_outlier: [],
1654
+ },
1655
+ {
1656
+ lower_outlier: [
1657
+ 43.585, 48.079, 52.098, 53.82, 54.336, 55.23, 57.005, 57.996,
1658
+ 58.45, 59.164, 59.28, 59.507, 59.6, 59.82,
1659
+ ],
1660
+ min: 61.036,
1661
+ q1: 69.56,
1662
+ q2: 72.241,
1663
+ q3: 75.456,
1664
+ max: 81.757,
1665
+ upper_outlier: [],
1666
+ },
1667
+ {
1668
+ lower_outlier: [],
1669
+ min: 69.12,
1670
+ q1: 71.17,
1671
+ q2: 73.665,
1672
+ q3: 77.555,
1673
+ max: 81.235,
1674
+ upper_outlier: [],
1675
+ },
1676
+ ],
1677
+ };
1678
+ </script>
1679
+ <script src="../src/js/constants.js"></script>
1680
+ <script src="../src/js/audio.js"></script>
1681
+ <script src="../src/js/display.js"></script>
1682
+ <script src="../src/js/barplot.js"></script>
1683
+ <script src="../src/js/boxplot.js"></script>
1684
+ <script src="../src/js/heatmap.js"></script>
1685
+ <script src="../src/js/scatterplot.js"></script>
1686
+ <script src="../src/js/controls.js"></script>
1687
+ <script src="../src/js/init.js"></script>
1688
+ </body>
1689
+ <html></html>
1690
+ </html>