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,675 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="607px"
2
+ height="440px" viewBox="0 0 607 440" 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-20 22:12:11" />
5
+ <gridsvg:argument name="name" value="boxplot_user_study.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, 440) 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="607" height="440" 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.212.1">
42
+ <rect id="plot.background..rect.212.1.1" x="0" y="0" width="607" height="440"
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="568.38" height="385.33" fill="none" stroke="none" />
51
+ </clipPath>
52
+ </defs>
53
+ <g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
54
+ <g id="panel.7-5-7-5.1">
55
+ <g id="panel-1.gTree.190.1">
56
+ <g id="grill.gTree.188.1">
57
+ <g id="panel.background..rect.181.1">
58
+ <rect id="panel.background..rect.181.1.1" x="33.14" y="31.5" width="568.38"
59
+ height="385.33" transform="" stroke-width="1.07" stroke="none"
60
+ fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0"
61
+ fill-opacity="1" />
62
+ </g>
63
+ <g id="panel.grid.minor.y..polyline.183.1">
64
+ <polyline id="panel.grid.minor.y..polyline.183.1.1"
65
+ points="33.14,87.01 601.52,87.01" 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.183.1.2"
69
+ points="33.14,205.75 601.52,205.75" 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.183.1.3"
73
+ points="33.14,324.49 601.52,324.49" 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
+ </g>
77
+ <g id="panel.grid.major.y..polyline.185.1">
78
+ <polyline id="panel.grid.major.y..polyline.185.1.2"
79
+ points="33.14,146.38 601.52,146.38" stroke="rgb(255,255,255)" fill="none"
80
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
81
+ stroke-opacity="1" fill-opacity="1" />
82
+ <polyline id="panel.grid.major.y..polyline.185.1.3"
83
+ points="33.14,265.12 601.52,265.12" 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.185.1.4"
87
+ points="33.14,383.85 601.52,383.85" 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
+ </g>
91
+ <g id="panel.grid.major.x..polyline.187.1">
92
+ <polyline id="panel.grid.major.x..polyline.187.1.1"
93
+ points="98.72,31.5 98.72,416.82" stroke="rgb(255,255,255)" fill="none"
94
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
95
+ stroke-opacity="1" fill-opacity="1" />
96
+ <polyline id="panel.grid.major.x..polyline.187.1.2"
97
+ points="208.02,31.5 208.02,416.82" 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.187.1.3"
101
+ points="317.33,31.5 317.33,416.82" 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.187.1.4"
105
+ points="426.63,31.5 426.63,416.82" 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.187.1.5"
109
+ points="535.94,31.5 535.94,416.82" 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
+ </g>
113
+ </g>
114
+ <g id="geom_boxplot.gTree.177.1">
115
+ <g id="geom_boxplot.gTree.139.1">
116
+ <g id="geom_point.points.131.1">
117
+ <use id="geom_point.points.131.1.1" href="#gridSVG.pch19" x="98.72" y="340.74"
118
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
119
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
120
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
121
+ <use id="geom_point.points.131.1.2" href="#gridSVG.pch19" x="98.72" y="347.95"
122
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
123
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
124
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
125
+ <use id="geom_point.points.131.1.3" href="#gridSVG.pch19" x="98.72" y="341.12"
126
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
127
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
128
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
129
+ <use id="geom_point.points.131.1.4" href="#gridSVG.pch19" x="98.72" y="345.95"
130
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
131
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
132
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
133
+ <use id="geom_point.points.131.1.5" href="#gridSVG.pch19" x="98.72" y="352.82"
134
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
135
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
136
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
137
+ <use id="geom_point.points.131.1.6" href="#gridSVG.pch19" x="98.72" y="358.59"
138
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
139
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
140
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
141
+ <use id="geom_point.points.131.1.7" href="#gridSVG.pch19" x="98.72" y="362.73"
142
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
143
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
144
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
145
+ <use id="geom_point.points.131.1.8" href="#gridSVG.pch19" x="98.72" y="49.01"
146
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
147
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
148
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
149
+ <use id="geom_point.points.131.1.9" href="#gridSVG.pch19" x="98.72" y="342.55"
150
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
151
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
152
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
153
+ <use id="geom_point.points.131.1.10" href="#gridSVG.pch19" x="98.72"
154
+ y="347.78" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
155
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
156
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
157
+ </g>
158
+ <g id="GRID.segments.133.1">
159
+ <polyline id="GRID.segments.133.1.1" points="98.72,231.94 98.72,338.15"
160
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
161
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
162
+ stroke-opacity="1" fill-opacity="1" />
163
+ <polyline id="GRID.segments.133.1.2" points="98.72,160.47 98.72,87.01"
164
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
165
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
166
+ stroke-opacity="1" fill-opacity="1" />
167
+ </g>
168
+ <g id="geom_crossbar.gTree.138.1">
169
+ <g id="geom_polygon.polygon.136.1">
170
+ <polygon id="geom_polygon.polygon.136.1.1"
171
+ points="57.73,231.94 57.73,160.47 139.71,160.47 139.71,231.94 57.73,231.94"
172
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
173
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
174
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
175
+ </g>
176
+ <g id="GRID.segments.137.1">
177
+ <polyline id="GRID.segments.137.1.1" points="57.73,192.64 139.71,192.64"
178
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
179
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
180
+ stroke-opacity="1" fill-opacity="1" />
181
+ </g>
182
+ </g>
183
+ </g>
184
+ <g id="geom_boxplot.gTree.149.1">
185
+ <g id="geom_point.points.141.1">
186
+ <use id="geom_point.points.141.1.1" href="#gridSVG.pch19" x="208.02"
187
+ y="132.01" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
188
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
189
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
190
+ </g>
191
+ <g id="GRID.segments.143.1">
192
+ <polyline id="GRID.segments.143.1.1" points="208.02,334.58 208.02,387.73"
193
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
194
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
195
+ stroke-opacity="1" fill-opacity="1" />
196
+ <polyline id="GRID.segments.143.1.2" points="208.02,255.68 208.02,148.84"
197
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
198
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
199
+ stroke-opacity="1" fill-opacity="1" />
200
+ </g>
201
+ <g id="geom_crossbar.gTree.148.1">
202
+ <g id="geom_polygon.polygon.146.1">
203
+ <polygon id="geom_polygon.polygon.146.1.1"
204
+ points="167.04,334.58 167.04,255.68 249.01,255.68 249.01,334.58 167.04,334.58"
205
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
206
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
207
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
208
+ </g>
209
+ <g id="GRID.segments.147.1">
210
+ <polyline id="GRID.segments.147.1.1" points="167.04,306.96 249.01,306.96"
211
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
212
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
213
+ stroke-opacity="1" fill-opacity="1" />
214
+ </g>
215
+ </g>
216
+ </g>
217
+ <g id="geom_boxplot.gTree.157.1">
218
+ <g id="GRID.segments.151.1">
219
+ <polyline id="GRID.segments.151.1.1" points="317.33,321.55 317.33,399.31"
220
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
221
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
222
+ stroke-opacity="1" fill-opacity="1" />
223
+ <polyline id="GRID.segments.151.1.2" points="317.33,214.22 317.33,79.89"
224
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
225
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
226
+ stroke-opacity="1" fill-opacity="1" />
227
+ </g>
228
+ <g id="geom_crossbar.gTree.156.1">
229
+ <g id="geom_polygon.polygon.154.1">
230
+ <polygon id="geom_polygon.polygon.154.1.1"
231
+ points="276.34,321.55 276.34,214.22 358.32,214.22 358.32,321.55 276.34,321.55"
232
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
233
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
234
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
235
+ </g>
236
+ <g id="GRID.segments.155.1">
237
+ <polyline id="GRID.segments.155.1.1" points="276.34,275.75 358.32,275.75"
238
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
239
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
240
+ stroke-opacity="1" fill-opacity="1" />
241
+ </g>
242
+ </g>
243
+ </g>
244
+ <g id="geom_boxplot.gTree.167.1">
245
+ <g id="geom_point.points.159.1">
246
+ <use id="geom_point.points.159.1.1" href="#gridSVG.pch19" x="426.63" y="236.8"
247
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
248
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
249
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
250
+ <use id="geom_point.points.159.1.2" href="#gridSVG.pch19" x="426.63"
251
+ y="260.84" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
252
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
253
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
254
+ <use id="geom_point.points.159.1.3" href="#gridSVG.pch19" x="426.63"
255
+ y="228.43" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
256
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
257
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
258
+ <use id="geom_point.points.159.1.4" href="#gridSVG.pch19" x="426.63"
259
+ y="255.92" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
260
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
261
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
262
+ <use id="geom_point.points.159.1.5" href="#gridSVG.pch19" x="426.63"
263
+ y="262.74" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
264
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
265
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
266
+ <use id="geom_point.points.159.1.6" href="#gridSVG.pch19" x="426.63"
267
+ y="260.15" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
268
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
269
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
270
+ <use id="geom_point.points.159.1.7" href="#gridSVG.pch19" x="426.63"
271
+ y="264.05" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
272
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
273
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
274
+ <use id="geom_point.points.159.1.8" href="#gridSVG.pch19" x="426.63"
275
+ y="253.22" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
276
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
277
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
278
+ <use id="geom_point.points.159.1.9" href="#gridSVG.pch19" x="426.63"
279
+ y="167.66" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
280
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
281
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
282
+ <use id="geom_point.points.159.1.10" href="#gridSVG.pch19" x="426.63"
283
+ y="194.34" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
284
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
285
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
286
+ <use id="geom_point.points.159.1.11" href="#gridSVG.pch19" x="426.63"
287
+ y="218.2" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
288
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
289
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
290
+ <use id="geom_point.points.159.1.12" href="#gridSVG.pch19" x="426.63"
291
+ y="231.49" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
292
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
293
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
294
+ <use id="geom_point.points.159.1.13" href="#gridSVG.pch19" x="426.63"
295
+ y="247.34" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
296
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
297
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
298
+ <use id="geom_point.points.159.1.14" href="#gridSVG.pch19" x="426.63"
299
+ y="262.19" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
300
+ stroke="rgb(51,51,51)" fill="rgb(51,51,51)" font-size="5.21"
301
+ stroke-width="1.36" stroke-opacity="1" fill-opacity="1" />
302
+ </g>
303
+ <g id="GRID.segments.161.1">
304
+ <polyline id="GRID.segments.161.1.1" points="426.63,356.84 426.63,394.29"
305
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
306
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
307
+ stroke-opacity="1" fill-opacity="1" />
308
+ <polyline id="GRID.segments.161.1.2" points="426.63,321.93 426.63,271.27"
309
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
310
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
311
+ stroke-opacity="1" fill-opacity="1" />
312
+ </g>
313
+ <g id="geom_crossbar.gTree.166.1">
314
+ <g id="geom_polygon.polygon.164.1">
315
+ <polygon id="geom_polygon.polygon.164.1.1"
316
+ points="385.64,356.84 385.64,321.93 467.62,321.93 467.62,356.84 385.64,356.84"
317
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
318
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
319
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
320
+ </g>
321
+ <g id="GRID.segments.165.1">
322
+ <polyline id="GRID.segments.165.1.1" points="385.64,337.79 467.62,337.79"
323
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
324
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
325
+ stroke-opacity="1" fill-opacity="1" />
326
+ </g>
327
+ </g>
328
+ </g>
329
+ <g id="geom_boxplot.gTree.175.1">
330
+ <g id="GRID.segments.169.1">
331
+ <polyline id="GRID.segments.169.1.1" points="535.94,369.32 535.94,391.19"
332
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
333
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
334
+ stroke-opacity="1" fill-opacity="1" />
335
+ <polyline id="GRID.segments.169.1.2" points="535.94,331.64 535.94,319.26"
336
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
337
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
338
+ stroke-opacity="1" fill-opacity="1" />
339
+ </g>
340
+ <g id="geom_crossbar.gTree.174.1">
341
+ <g id="geom_polygon.polygon.172.1">
342
+ <polygon id="geom_polygon.polygon.172.1.1"
343
+ points="494.95,369.32 494.95,331.64 576.93,331.64 576.93,369.32 494.95,369.32"
344
+ stroke="rgb(51,51,51)" fill="rgb(255,255,255)" stroke-width="1.07"
345
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
346
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
347
+ </g>
348
+ <g id="GRID.segments.173.1">
349
+ <polyline id="GRID.segments.173.1.1" points="494.95,346.24 576.93,346.24"
350
+ stroke="rgb(51,51,51)" fill="none" stroke-width="2.13"
351
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="miter"
352
+ stroke-opacity="1" fill-opacity="1" />
353
+ </g>
354
+ </g>
355
+ </g>
356
+ </g>
357
+ </g>
358
+ </g>
359
+ </g>
360
+ <g id="layout::spacer.8-6-8-6.1">
361
+ <g id="spacer.8-6-8-6.1" />
362
+ </g>
363
+ <g id="layout::spacer.8-4-8-4.1">
364
+ <g id="spacer.8-4-8-4.1" />
365
+ </g>
366
+ <g id="layout::spacer.6-6-6-6.1">
367
+ <g id="spacer.6-6-6-6.1" />
368
+ </g>
369
+ <g id="layout::spacer.6-4-6-4.1">
370
+ <g id="spacer.6-4-6-4.1" />
371
+ </g>
372
+ <g id="layout::axis-t.6-5-6-5.1">
373
+ <g id="axis-t.6-5-6-5.1" />
374
+ </g>
375
+ <g id="layout::axis-l.7-4-7-4.1">
376
+ <g id="axis-l.7-4-7-4.1">
377
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.43.1">
378
+ <g id="GRID.absoluteGrob.198.1">
379
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.43::axis.1">
380
+ <g id="axis.1">
381
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.43::axis::axis.1-1-1-1.1">
382
+ <g id="axis.1-1-1-1.1">
383
+ <g
384
+ id="layout::axis-l.7-4-7-4::GRID.VP.43::axis::axis.1-1-1-1::GRID.VP.41.1"
385
+ font-size="8.8" stroke="rgb(77,77,77)"
386
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
387
+ stroke-opacity="1" font-weight="normal" font-style="normal">
388
+ <g
389
+ id="layout::axis-l.7-4-7-4::GRID.VP.43::axis::axis.1-1-1-1::GRID.VP.41::GRID.VP.42.1">
390
+ <g id="GRID.titleGrob.196.1">
391
+ <g id="GRID.text.195.1">
392
+ <g id="GRID.text.195.1.1" transform="translate(28.21, 146.38)"
393
+ stroke-width="0.1">
394
+ <g id="GRID.text.195.1.1.scale" transform="scale(1, -1)">
395
+ <text x="0" y="0" id="GRID.text.195.1.1.text"
396
+ text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)"
397
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
398
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
399
+ font-weight="normal" font-style="normal">
400
+ <tspan id="GRID.text.195.1.1.tspan.1" dy="3.15" x="0">40</tspan>
401
+ </text>
402
+ </g>
403
+ </g>
404
+ <g id="GRID.text.195.1.2" transform="translate(28.21, 265.12)"
405
+ stroke-width="0.1">
406
+ <g id="GRID.text.195.1.2.scale" transform="scale(1, -1)">
407
+ <text x="0" y="0" id="GRID.text.195.1.2.text"
408
+ text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)"
409
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
410
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
411
+ font-weight="normal" font-style="normal">
412
+ <tspan id="GRID.text.195.1.2.tspan.1" dy="3.15" x="0">60</tspan>
413
+ </text>
414
+ </g>
415
+ </g>
416
+ <g id="GRID.text.195.1.3" transform="translate(28.21, 383.85)"
417
+ stroke-width="0.1">
418
+ <g id="GRID.text.195.1.3.scale" transform="scale(1, -1)">
419
+ <text x="0" y="0" id="GRID.text.195.1.3.text"
420
+ text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)"
421
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
422
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
423
+ font-weight="normal" font-style="normal">
424
+ <tspan id="GRID.text.195.1.3.tspan.1" dy="3.15" x="0">80</tspan>
425
+ </text>
426
+ </g>
427
+ </g>
428
+ </g>
429
+ </g>
430
+ </g>
431
+ </g>
432
+ </g>
433
+ </g>
434
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.43::axis::axis.1-2-1-2.1">
435
+ <g id="axis.1-2-1-2.1">
436
+ <g id="GRID.polyline.197.1">
437
+ <polyline id="GRID.polyline.197.1.1" points="30.4,146.38 33.14,146.38"
438
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
439
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
440
+ fill-opacity="1" />
441
+ <polyline id="GRID.polyline.197.1.2" points="30.4,265.12 33.14,265.12"
442
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
443
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
444
+ fill-opacity="1" />
445
+ <polyline id="GRID.polyline.197.1.3" points="30.4,383.85 33.14,383.85"
446
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
447
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
448
+ fill-opacity="1" />
449
+ </g>
450
+ </g>
451
+ </g>
452
+ </g>
453
+ </g>
454
+ </g>
455
+ </g>
456
+ </g>
457
+ </g>
458
+ <g id="layout::axis-r.7-6-7-6.1">
459
+ <g id="axis-r.7-6-7-6.1" />
460
+ </g>
461
+ <g id="layout::axis-b.8-5-8-5.1">
462
+ <g id="axis-b.8-5-8-5.1">
463
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.40.1">
464
+ <g id="GRID.absoluteGrob.194.1">
465
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.40::axis.1">
466
+ <g id="axis.2">
467
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.40::axis::axis.1-1-1-1.1">
468
+ <g id="axis.1-1-1-1.2">
469
+ <g id="GRID.polyline.193.1">
470
+ <polyline id="GRID.polyline.193.1.1" points="98.72,28.76 98.72,31.5"
471
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
472
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
473
+ fill-opacity="1" />
474
+ <polyline id="GRID.polyline.193.1.2" points="208.02,28.76 208.02,31.5"
475
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
476
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
477
+ fill-opacity="1" />
478
+ <polyline id="GRID.polyline.193.1.3" points="317.33,28.76 317.33,31.5"
479
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
480
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
481
+ fill-opacity="1" />
482
+ <polyline id="GRID.polyline.193.1.4" points="426.63,28.76 426.63,31.5"
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.193.1.5" points="535.94,28.76 535.94,31.5"
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
+ </g>
491
+ </g>
492
+ </g>
493
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.40::axis::axis.2-1-2-1.1">
494
+ <g id="axis.2-1-2-1.1">
495
+ <g
496
+ id="layout::axis-b.8-5-8-5::GRID.VP.40::axis::axis.2-1-2-1::GRID.VP.38.1"
497
+ font-size="8.8" stroke="rgb(77,77,77)"
498
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
499
+ stroke-opacity="1" font-weight="normal" font-style="normal">
500
+ <g
501
+ id="layout::axis-b.8-5-8-5::GRID.VP.40::axis::axis.2-1-2-1::GRID.VP.38::GRID.VP.39.1">
502
+ <g id="GRID.titleGrob.192.1">
503
+ <g id="GRID.text.191.1">
504
+ <g id="GRID.text.191.1.1" transform="translate(98.72, 26.56)"
505
+ stroke-width="0.1">
506
+ <g id="GRID.text.191.1.1.scale" transform="scale(1, -1)">
507
+ <text x="0" y="0" id="GRID.text.191.1.1.text"
508
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
509
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
510
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
511
+ font-weight="normal" font-style="normal">
512
+ <tspan id="GRID.text.191.1.1.tspan.1" dy="6.3" x="0">Africa</tspan>
513
+ </text>
514
+ </g>
515
+ </g>
516
+ <g id="GRID.text.191.1.2" transform="translate(208.02, 26.56)"
517
+ stroke-width="0.1">
518
+ <g id="GRID.text.191.1.2.scale" transform="scale(1, -1)">
519
+ <text x="0" y="0" id="GRID.text.191.1.2.text"
520
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
521
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
522
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
523
+ font-weight="normal" font-style="normal">
524
+ <tspan id="GRID.text.191.1.2.tspan.1" dy="6.3" x="0">
525
+ Americas</tspan>
526
+ </text>
527
+ </g>
528
+ </g>
529
+ <g id="GRID.text.191.1.3" transform="translate(317.33, 26.56)"
530
+ stroke-width="0.1">
531
+ <g id="GRID.text.191.1.3.scale" transform="scale(1, -1)">
532
+ <text x="0" y="0" id="GRID.text.191.1.3.text"
533
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
534
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
535
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
536
+ font-weight="normal" font-style="normal">
537
+ <tspan id="GRID.text.191.1.3.tspan.1" dy="6.3" x="0">Asia</tspan>
538
+ </text>
539
+ </g>
540
+ </g>
541
+ <g id="GRID.text.191.1.4" transform="translate(426.63, 26.56)"
542
+ stroke-width="0.1">
543
+ <g id="GRID.text.191.1.4.scale" transform="scale(1, -1)">
544
+ <text x="0" y="0" id="GRID.text.191.1.4.text"
545
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
546
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
547
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
548
+ font-weight="normal" font-style="normal">
549
+ <tspan id="GRID.text.191.1.4.tspan.1" dy="6.3" x="0">Europe</tspan>
550
+ </text>
551
+ </g>
552
+ </g>
553
+ <g id="GRID.text.191.1.5" transform="translate(535.94, 26.56)"
554
+ stroke-width="0.1">
555
+ <g id="GRID.text.191.1.5.scale" transform="scale(1, -1)">
556
+ <text x="0" y="0" id="GRID.text.191.1.5.text"
557
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
558
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
559
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
560
+ font-weight="normal" font-style="normal">
561
+ <tspan id="GRID.text.191.1.5.tspan.1" dy="6.3" x="0">Oceania</tspan>
562
+ </text>
563
+ </g>
564
+ </g>
565
+ </g>
566
+ </g>
567
+ </g>
568
+ </g>
569
+ </g>
570
+ </g>
571
+ </g>
572
+ </g>
573
+ </g>
574
+ </g>
575
+ </g>
576
+ </g>
577
+ <g id="layout::xlab-t.5-5-5-5.1">
578
+ <g id="xlab-t.5-5-5-5.1" />
579
+ </g>
580
+ <g id="layout::xlab-b.9-5-9-5.1">
581
+ <g id="xlab-b.9-5-9-5.1">
582
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.44.1" font-size="11" stroke="rgb(0,0,0)"
583
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
584
+ stroke-opacity="1" font-weight="normal" font-style="normal">
585
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.44::GRID.VP.45.1">
586
+ <g id="axis.title.x.bottom..titleGrob.201.1">
587
+ <g id="GRID.text.199.1">
588
+ <g id="GRID.text.199.1.1" transform="translate(317.33, 15.67)"
589
+ stroke-width="0.1">
590
+ <g id="GRID.text.199.1.1.scale" transform="scale(1, -1)">
591
+ <text x="0" y="0" id="GRID.text.199.1.1.text" text-anchor="middle"
592
+ font-size="11" stroke="rgb(0,0,0)"
593
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
594
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
595
+ font-weight="normal" font-style="normal">
596
+ <tspan id="GRID.text.199.1.1.tspan.1" dy="7.88" x="0">Continent</tspan>
597
+ </text>
598
+ </g>
599
+ </g>
600
+ </g>
601
+ </g>
602
+ </g>
603
+ </g>
604
+ </g>
605
+ </g>
606
+ <g id="layout::ylab-l.7-3-7-3.1">
607
+ <g id="ylab-l.7-3-7-3.1">
608
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.46.1" font-size="11" stroke="rgb(0,0,0)"
609
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
610
+ stroke-opacity="1" font-weight="normal" font-style="normal">
611
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.46::GRID.VP.47.1">
612
+ <g id="axis.title.y.left..titleGrob.204.1">
613
+ <g id="GRID.text.202.1">
614
+ <g id="GRID.text.202.1.1" transform="translate(5.48, 224.16)"
615
+ stroke-width="0.1">
616
+ <g id="GRID.text.202.1.1.scale" transform="scale(1, -1)">
617
+ <text x="0" y="0" id="GRID.text.202.1.1.text" transform="rotate(-90)"
618
+ text-anchor="middle" font-size="11" stroke="rgb(0,0,0)"
619
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
620
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
621
+ font-weight="normal" font-style="normal">
622
+ <tspan id="GRID.text.202.1.1.tspan.1" dy="7.88" x="0">Life Expectancy</tspan>
623
+ </text>
624
+ </g>
625
+ </g>
626
+ </g>
627
+ </g>
628
+ </g>
629
+ </g>
630
+ </g>
631
+ </g>
632
+ <g id="layout::ylab-r.7-7-7-7.1">
633
+ <g id="ylab-r.7-7-7-7.1" />
634
+ </g>
635
+ <g id="layout::subtitle.4-5-4-5.1">
636
+ <g id="subtitle.4-5-4-5.1" />
637
+ </g>
638
+ <g id="layout::title.3-5-3-5.1">
639
+ <g id="title.3-5-3-5.1">
640
+ <g id="layout::title.3-5-3-5::GRID.VP.48.1" font-size="13.2" stroke="rgb(0,0,0)"
641
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
642
+ stroke-opacity="1" font-weight="normal" font-style="normal">
643
+ <g id="layout::title.3-5-3-5::GRID.VP.48::GRID.VP.49.1">
644
+ <g id="plot.title..titleGrob.207.1">
645
+ <g id="GRID.text.205.1">
646
+ <g id="GRID.text.205.1.1" transform="translate(33.14, 434.52)"
647
+ stroke-width="0.1">
648
+ <g id="GRID.text.205.1.1.scale" transform="scale(1, -1)">
649
+ <text x="0" y="0" id="GRID.text.205.1.1.text" text-anchor="start"
650
+ font-size="13.2" stroke="rgb(0,0,0)"
651
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
652
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
653
+ font-weight="normal" font-style="normal">
654
+ <tspan id="GRID.text.205.1.1.tspan.1" dy="9.45" x="0">Life Expectancy by
655
+ Continent.</tspan>
656
+ </text>
657
+ </g>
658
+ </g>
659
+ </g>
660
+ </g>
661
+ </g>
662
+ </g>
663
+ </g>
664
+ </g>
665
+ <g id="layout::caption.10-5-10-5.1">
666
+ <g id="caption.10-5-10-5.1" />
667
+ </g>
668
+ <g id="layout::tag.2-2-2-2.1">
669
+ <g id="tag.2-2-2-2.1" />
670
+ </g>
671
+ </g>
672
+ </g>
673
+ </g>
674
+ </g>
675
+ </svg>