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,2091 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Task 4: Scatter Plot</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
+ <!--------- SCATTERPLOT STARTS ---------->
16
+
17
+ <?xml version="1.0" encoding="UTF-8"?>
18
+ <svg
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ xmlns:xlink="http://www.w3.org/1999/xlink"
21
+ width="504px"
22
+ height="504px"
23
+ viewBox="0 0 504 504"
24
+ version="1.1"
25
+ id="scatterplot1"
26
+ tabindex="0"
27
+ >
28
+ <metadata
29
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
30
+ >
31
+ <gridsvg:generator
32
+ name="gridSVG"
33
+ version="1.7-4"
34
+ time="2023-03-21 14:17:39"
35
+ />
36
+ <gridsvg:argument
37
+ name="name"
38
+ value="scatterplot_user_study.svg"
39
+ />
40
+ <gridsvg:argument name="exportCoords" value="none" />
41
+ <gridsvg:argument name="exportMappings" value="none" />
42
+ <gridsvg:argument name="exportJS" value="none" />
43
+ <gridsvg:argument name="res" value="72" />
44
+ <gridsvg:argument name="prefix" value="" />
45
+ <gridsvg:argument name="addClasses" value="FALSE" />
46
+ <gridsvg:argument name="indent" value="TRUE" />
47
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
48
+ <gridsvg:argument name="usePaths" value="vpPaths" />
49
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
50
+ <gridsvg:separator name="id.sep" value="." />
51
+ <gridsvg:separator name="gPath.sep" value="::" />
52
+ <gridsvg:separator name="vpPath.sep" value="::" />
53
+ </metadata>
54
+ <g transform="translate(0, 504) scale(1, -1)">
55
+ <g
56
+ id="gridSVG"
57
+ fill="none"
58
+ stroke="rgb(0,0,0)"
59
+ stroke-dasharray="none"
60
+ stroke-width="0.75"
61
+ font-size="12"
62
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
63
+ opacity="1"
64
+ stroke-linecap="round"
65
+ stroke-linejoin="round"
66
+ stroke-miterlimit="10"
67
+ stroke-opacity="1"
68
+ fill-opacity="0"
69
+ font-weight="normal"
70
+ font-style="normal"
71
+ >
72
+ <defs>
73
+ <symbol
74
+ id="gridSVG.pch19"
75
+ viewBox="-5 -5 10 10"
76
+ overflow="visible"
77
+ >
78
+ <circle cx="0" cy="0" r="3.75" />
79
+ </symbol>
80
+ </defs>
81
+ <g id="layout.1">
82
+ <g id="layout.2">
83
+ <defs>
84
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
85
+ <rect
86
+ x="0"
87
+ y="0"
88
+ width="504"
89
+ height="504"
90
+ fill="none"
91
+ stroke="none"
92
+ />
93
+ </clipPath>
94
+ </defs>
95
+ <g
96
+ id="layout::background.1-9-12-1.1"
97
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)"
98
+ >
99
+ <g id="background.1-9-12-1.1">
100
+ <rect
101
+ id="background.1-9-12-1.1.1"
102
+ x="0"
103
+ y="0"
104
+ width="504"
105
+ height="504"
106
+ transform=""
107
+ stroke-width="1.07"
108
+ stroke="rgb(255,255,255)"
109
+ fill="rgb(255,255,255)"
110
+ stroke-dasharray="none"
111
+ stroke-opacity="1"
112
+ fill-opacity="1"
113
+ />
114
+ </g>
115
+ </g>
116
+ <defs>
117
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
118
+ <rect
119
+ x="33.13"
120
+ y="31.49"
121
+ width="465.39"
122
+ height="449.32"
123
+ fill="none"
124
+ stroke="none"
125
+ />
126
+ </clipPath>
127
+ </defs>
128
+ <g
129
+ id="layout::panel.7-5-7-5.1"
130
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
131
+ >
132
+ <g id="panel.7-5-7-5.1">
133
+ <g id="grill.gTree.506.1">
134
+ <g id="panel.background..rect.497.1">
135
+ <rect
136
+ id="panel.background..rect.497.1.1"
137
+ x="33.13"
138
+ y="31.49"
139
+ width="465.39"
140
+ height="449.32"
141
+ transform=""
142
+ stroke-width="1.07"
143
+ stroke="none"
144
+ fill="rgb(235,235,235)"
145
+ stroke-dasharray="none"
146
+ stroke-opacity="0"
147
+ fill-opacity="1"
148
+ />
149
+ </g>
150
+ <g id="panel.grid.minor.y..polyline.499.1">
151
+ <polyline
152
+ id="panel.grid.minor.y..polyline.499.1.1"
153
+ points="33.13,101.97 498.52,101.97"
154
+ stroke="rgb(255,255,255)"
155
+ fill="none"
156
+ stroke-width="0.53"
157
+ stroke-dasharray="none"
158
+ stroke-linecap="butt"
159
+ stroke-opacity="1"
160
+ fill-opacity="1"
161
+ />
162
+ <polyline
163
+ id="panel.grid.minor.y..polyline.499.1.2"
164
+ points="33.13,183.83 498.52,183.83"
165
+ stroke="rgb(255,255,255)"
166
+ fill="none"
167
+ stroke-width="0.53"
168
+ stroke-dasharray="none"
169
+ stroke-linecap="butt"
170
+ stroke-opacity="1"
171
+ fill-opacity="1"
172
+ />
173
+ <polyline
174
+ id="panel.grid.minor.y..polyline.499.1.3"
175
+ points="33.13,265.69 498.52,265.69"
176
+ stroke="rgb(255,255,255)"
177
+ fill="none"
178
+ stroke-width="0.53"
179
+ stroke-dasharray="none"
180
+ stroke-linecap="butt"
181
+ stroke-opacity="1"
182
+ fill-opacity="1"
183
+ />
184
+ <polyline
185
+ id="panel.grid.minor.y..polyline.499.1.4"
186
+ points="33.13,347.55 498.52,347.55"
187
+ stroke="rgb(255,255,255)"
188
+ fill="none"
189
+ stroke-width="0.53"
190
+ stroke-dasharray="none"
191
+ stroke-linecap="butt"
192
+ stroke-opacity="1"
193
+ fill-opacity="1"
194
+ />
195
+ <polyline
196
+ id="panel.grid.minor.y..polyline.499.1.5"
197
+ points="33.13,429.41 498.52,429.41"
198
+ stroke="rgb(255,255,255)"
199
+ fill="none"
200
+ stroke-width="0.53"
201
+ stroke-dasharray="none"
202
+ stroke-linecap="butt"
203
+ stroke-opacity="1"
204
+ fill-opacity="1"
205
+ />
206
+ </g>
207
+ <g id="panel.grid.minor.x..polyline.501.1">
208
+ <polyline
209
+ id="panel.grid.minor.x..polyline.501.1.1"
210
+ points="45.15,31.49 45.15,480.81"
211
+ stroke="rgb(255,255,255)"
212
+ fill="none"
213
+ stroke-width="0.53"
214
+ stroke-dasharray="none"
215
+ stroke-linecap="butt"
216
+ stroke-opacity="1"
217
+ fill-opacity="1"
218
+ />
219
+ <polyline
220
+ id="panel.grid.minor.x..polyline.501.1.2"
221
+ points="142.59,31.49 142.59,480.81"
222
+ stroke="rgb(255,255,255)"
223
+ fill="none"
224
+ stroke-width="0.53"
225
+ stroke-dasharray="none"
226
+ stroke-linecap="butt"
227
+ stroke-opacity="1"
228
+ fill-opacity="1"
229
+ />
230
+ <polyline
231
+ id="panel.grid.minor.x..polyline.501.1.3"
232
+ points="240.03,31.49 240.03,480.81"
233
+ stroke="rgb(255,255,255)"
234
+ fill="none"
235
+ stroke-width="0.53"
236
+ stroke-dasharray="none"
237
+ stroke-linecap="butt"
238
+ stroke-opacity="1"
239
+ fill-opacity="1"
240
+ />
241
+ <polyline
242
+ id="panel.grid.minor.x..polyline.501.1.4"
243
+ points="337.47,31.49 337.47,480.81"
244
+ stroke="rgb(255,255,255)"
245
+ fill="none"
246
+ stroke-width="0.53"
247
+ stroke-dasharray="none"
248
+ stroke-linecap="butt"
249
+ stroke-opacity="1"
250
+ fill-opacity="1"
251
+ />
252
+ <polyline
253
+ id="panel.grid.minor.x..polyline.501.1.5"
254
+ points="434.91,31.49 434.91,480.81"
255
+ stroke="rgb(255,255,255)"
256
+ fill="none"
257
+ stroke-width="0.53"
258
+ stroke-dasharray="none"
259
+ stroke-linecap="butt"
260
+ stroke-opacity="1"
261
+ fill-opacity="1"
262
+ />
263
+ </g>
264
+ <g id="panel.grid.major.y..polyline.503.1">
265
+ <polyline
266
+ id="panel.grid.major.y..polyline.503.1.1"
267
+ points="33.13,61.04 498.52,61.04"
268
+ stroke="rgb(255,255,255)"
269
+ fill="none"
270
+ stroke-width="1.07"
271
+ stroke-dasharray="none"
272
+ stroke-linecap="butt"
273
+ stroke-opacity="1"
274
+ fill-opacity="1"
275
+ />
276
+ <polyline
277
+ id="panel.grid.major.y..polyline.503.1.2"
278
+ points="33.13,142.9 498.52,142.9"
279
+ stroke="rgb(255,255,255)"
280
+ fill="none"
281
+ stroke-width="1.07"
282
+ stroke-dasharray="none"
283
+ stroke-linecap="butt"
284
+ stroke-opacity="1"
285
+ fill-opacity="1"
286
+ />
287
+ <polyline
288
+ id="panel.grid.major.y..polyline.503.1.3"
289
+ points="33.13,224.76 498.52,224.76"
290
+ stroke="rgb(255,255,255)"
291
+ fill="none"
292
+ stroke-width="1.07"
293
+ stroke-dasharray="none"
294
+ stroke-linecap="butt"
295
+ stroke-opacity="1"
296
+ fill-opacity="1"
297
+ />
298
+ <polyline
299
+ id="panel.grid.major.y..polyline.503.1.4"
300
+ points="33.13,306.62 498.52,306.62"
301
+ stroke="rgb(255,255,255)"
302
+ fill="none"
303
+ stroke-width="1.07"
304
+ stroke-dasharray="none"
305
+ stroke-linecap="butt"
306
+ stroke-opacity="1"
307
+ fill-opacity="1"
308
+ />
309
+ <polyline
310
+ id="panel.grid.major.y..polyline.503.1.5"
311
+ points="33.13,388.48 498.52,388.48"
312
+ stroke="rgb(255,255,255)"
313
+ fill="none"
314
+ stroke-width="1.07"
315
+ stroke-dasharray="none"
316
+ stroke-linecap="butt"
317
+ stroke-opacity="1"
318
+ fill-opacity="1"
319
+ />
320
+ <polyline
321
+ id="panel.grid.major.y..polyline.503.1.6"
322
+ points="33.13,470.34 498.52,470.34"
323
+ stroke="rgb(255,255,255)"
324
+ fill="none"
325
+ stroke-width="1.07"
326
+ stroke-dasharray="none"
327
+ stroke-linecap="butt"
328
+ stroke-opacity="1"
329
+ fill-opacity="1"
330
+ />
331
+ </g>
332
+ <g id="panel.grid.major.x..polyline.505.1">
333
+ <polyline
334
+ id="panel.grid.major.x..polyline.505.1.2"
335
+ points="93.87,31.49 93.87,480.81"
336
+ stroke="rgb(255,255,255)"
337
+ fill="none"
338
+ stroke-width="1.07"
339
+ stroke-dasharray="none"
340
+ stroke-linecap="butt"
341
+ stroke-opacity="1"
342
+ fill-opacity="1"
343
+ />
344
+ <polyline
345
+ id="panel.grid.major.x..polyline.505.1.3"
346
+ points="191.31,31.49 191.31,480.81"
347
+ stroke="rgb(255,255,255)"
348
+ fill="none"
349
+ stroke-width="1.07"
350
+ stroke-dasharray="none"
351
+ stroke-linecap="butt"
352
+ stroke-opacity="1"
353
+ fill-opacity="1"
354
+ />
355
+ <polyline
356
+ id="panel.grid.major.x..polyline.505.1.4"
357
+ points="288.75,31.49 288.75,480.81"
358
+ stroke="rgb(255,255,255)"
359
+ fill="none"
360
+ stroke-width="1.07"
361
+ stroke-dasharray="none"
362
+ stroke-linecap="butt"
363
+ stroke-opacity="1"
364
+ fill-opacity="1"
365
+ />
366
+ <polyline
367
+ id="panel.grid.major.x..polyline.505.1.5"
368
+ points="386.19,31.49 386.19,480.81"
369
+ stroke="rgb(255,255,255)"
370
+ fill="none"
371
+ stroke-width="1.07"
372
+ stroke-dasharray="none"
373
+ stroke-linecap="butt"
374
+ stroke-opacity="1"
375
+ fill-opacity="1"
376
+ />
377
+ <polyline
378
+ id="panel.grid.major.x..polyline.505.1.6"
379
+ points="483.63,31.49 483.63,480.81"
380
+ stroke="rgb(255,255,255)"
381
+ fill="none"
382
+ stroke-width="1.07"
383
+ stroke-dasharray="none"
384
+ stroke-linecap="butt"
385
+ stroke-opacity="1"
386
+ fill-opacity="1"
387
+ />
388
+ </g>
389
+ </g>
390
+ <g id="geom_point.points.490.1">
391
+ <use
392
+ id="geom_point.points.490.1.1"
393
+ href="#gridSVG.pch19"
394
+ x="54.28"
395
+ y="242.07"
396
+ width="5.21"
397
+ height="5.21"
398
+ transform=" translate(-2.61,-2.61)"
399
+ stroke="rgb(0,0,0)"
400
+ fill="rgb(0,0,0)"
401
+ font-size="5.21"
402
+ stroke-width="1.36"
403
+ stroke-opacity="1"
404
+ fill-opacity="1"
405
+ />
406
+ <use
407
+ id="geom_point.points.490.1.2"
408
+ href="#gridSVG.pch19"
409
+ x="348.45"
410
+ y="381.48"
411
+ width="5.21"
412
+ height="5.21"
413
+ transform=" translate(-2.61,-2.61)"
414
+ stroke="rgb(0,0,0)"
415
+ fill="rgb(0,0,0)"
416
+ font-size="5.21"
417
+ stroke-width="1.36"
418
+ stroke-opacity="1"
419
+ fill-opacity="1"
420
+ />
421
+ <use
422
+ id="geom_point.points.490.1.3"
423
+ href="#gridSVG.pch19"
424
+ x="324.73"
425
+ y="365.6"
426
+ width="5.21"
427
+ height="5.21"
428
+ transform=" translate(-2.61,-2.61)"
429
+ stroke="rgb(0,0,0)"
430
+ fill="rgb(0,0,0)"
431
+ font-size="5.21"
432
+ stroke-width="1.36"
433
+ stroke-opacity="1"
434
+ fill-opacity="1"
435
+ />
436
+ <use
437
+ id="geom_point.points.490.1.4"
438
+ href="#gridSVG.pch19"
439
+ x="68.99"
440
+ y="177.77"
441
+ width="5.21"
442
+ height="5.21"
443
+ transform=" translate(-2.61,-2.61)"
444
+ stroke="rgb(0,0,0)"
445
+ fill="rgb(0,0,0)"
446
+ font-size="5.21"
447
+ stroke-width="1.36"
448
+ stroke-opacity="1"
449
+ fill-opacity="1"
450
+ />
451
+ <use
452
+ id="geom_point.points.490.1.5"
453
+ href="#gridSVG.pch19"
454
+ x="100.51"
455
+ y="102.18"
456
+ width="5.21"
457
+ height="5.21"
458
+ transform=" translate(-2.61,-2.61)"
459
+ stroke="rgb(0,0,0)"
460
+ fill="rgb(0,0,0)"
461
+ font-size="5.21"
462
+ stroke-width="1.36"
463
+ stroke-opacity="1"
464
+ fill-opacity="1"
465
+ />
466
+ <use
467
+ id="geom_point.points.490.1.6"
468
+ href="#gridSVG.pch19"
469
+ x="138.88"
470
+ y="214.45"
471
+ width="5.21"
472
+ height="5.21"
473
+ transform=" translate(-2.61,-2.61)"
474
+ stroke="rgb(0,0,0)"
475
+ fill="rgb(0,0,0)"
476
+ font-size="5.21"
477
+ stroke-width="1.36"
478
+ stroke-opacity="1"
479
+ fill-opacity="1"
480
+ />
481
+ <use
482
+ id="geom_point.points.490.1.7"
483
+ href="#gridSVG.pch19"
484
+ x="218.92"
485
+ y="244.65"
486
+ width="5.21"
487
+ height="5.21"
488
+ transform=" translate(-2.61,-2.61)"
489
+ stroke="rgb(0,0,0)"
490
+ fill="rgb(0,0,0)"
491
+ font-size="5.21"
492
+ stroke-width="1.36"
493
+ stroke-opacity="1"
494
+ fill-opacity="1"
495
+ />
496
+ <use
497
+ id="geom_point.points.490.1.8"
498
+ href="#gridSVG.pch19"
499
+ x="340.18"
500
+ y="320.21"
501
+ width="5.21"
502
+ height="5.21"
503
+ transform=" translate(-2.61,-2.61)"
504
+ stroke="rgb(0,0,0)"
505
+ fill="rgb(0,0,0)"
506
+ font-size="5.21"
507
+ stroke-width="1.36"
508
+ stroke-opacity="1"
509
+ fill-opacity="1"
510
+ />
511
+ <use
512
+ id="geom_point.points.490.1.9"
513
+ href="#gridSVG.pch19"
514
+ x="320"
515
+ y="360.36"
516
+ width="5.21"
517
+ height="5.21"
518
+ transform=" translate(-2.61,-2.61)"
519
+ stroke="rgb(0,0,0)"
520
+ fill="rgb(0,0,0)"
521
+ font-size="5.21"
522
+ stroke-width="1.36"
523
+ stroke-opacity="1"
524
+ fill-opacity="1"
525
+ />
526
+ <use
527
+ id="geom_point.points.490.1.10"
528
+ href="#gridSVG.pch19"
529
+ x="293.33"
530
+ y="415.37"
531
+ width="5.21"
532
+ height="5.21"
533
+ transform=" translate(-2.61,-2.61)"
534
+ stroke="rgb(0,0,0)"
535
+ fill="rgb(0,0,0)"
536
+ font-size="5.21"
537
+ stroke-width="1.36"
538
+ stroke-opacity="1"
539
+ fill-opacity="1"
540
+ />
541
+ <use
542
+ id="geom_point.points.490.1.11"
543
+ href="#gridSVG.pch19"
544
+ x="309.9"
545
+ y="364.17"
546
+ width="5.21"
547
+ height="5.21"
548
+ transform=" translate(-2.61,-2.61)"
549
+ stroke="rgb(0,0,0)"
550
+ fill="rgb(0,0,0)"
551
+ font-size="5.21"
552
+ stroke-width="1.36"
553
+ stroke-opacity="1"
554
+ fill-opacity="1"
555
+ />
556
+ <use
557
+ id="geom_point.points.490.1.12"
558
+ href="#gridSVG.pch19"
559
+ x="264.77"
560
+ y="367.32"
561
+ width="5.21"
562
+ height="5.21"
563
+ transform=" translate(-2.61,-2.61)"
564
+ stroke="rgb(0,0,0)"
565
+ fill="rgb(0,0,0)"
566
+ font-size="5.21"
567
+ stroke-width="1.36"
568
+ stroke-opacity="1"
569
+ fill-opacity="1"
570
+ />
571
+ <use
572
+ id="geom_point.points.490.1.13"
573
+ href="#gridSVG.pch19"
574
+ x="171.91"
575
+ y="115.81"
576
+ width="5.21"
577
+ height="5.21"
578
+ transform=" translate(-2.61,-2.61)"
579
+ stroke="rgb(0,0,0)"
580
+ fill="rgb(0,0,0)"
581
+ font-size="5.21"
582
+ stroke-width="1.36"
583
+ stroke-opacity="1"
584
+ fill-opacity="1"
585
+ />
586
+ <use
587
+ id="geom_point.points.490.1.14"
588
+ href="#gridSVG.pch19"
589
+ x="348.98"
590
+ y="460.39"
591
+ width="5.21"
592
+ height="5.21"
593
+ transform=" translate(-2.61,-2.61)"
594
+ stroke="rgb(0,0,0)"
595
+ fill="rgb(0,0,0)"
596
+ font-size="5.21"
597
+ stroke-width="1.36"
598
+ stroke-opacity="1"
599
+ fill-opacity="1"
600
+ />
601
+ <use
602
+ id="geom_point.points.490.1.15"
603
+ href="#gridSVG.pch19"
604
+ x="392.78"
605
+ y="342.84"
606
+ width="5.21"
607
+ height="5.21"
608
+ transform=" translate(-2.61,-2.61)"
609
+ stroke="rgb(0,0,0)"
610
+ fill="rgb(0,0,0)"
611
+ font-size="5.21"
612
+ stroke-width="1.36"
613
+ stroke-opacity="1"
614
+ fill-opacity="1"
615
+ />
616
+ <use
617
+ id="geom_point.points.490.1.16"
618
+ href="#gridSVG.pch19"
619
+ x="274.81"
620
+ y="410.82"
621
+ width="5.21"
622
+ height="5.21"
623
+ transform=" translate(-2.61,-2.61)"
624
+ stroke="rgb(0,0,0)"
625
+ fill="rgb(0,0,0)"
626
+ font-size="5.21"
627
+ stroke-width="1.36"
628
+ stroke-opacity="1"
629
+ fill-opacity="1"
630
+ />
631
+ <use
632
+ id="geom_point.points.490.1.17"
633
+ href="#gridSVG.pch19"
634
+ x="86.6"
635
+ y="165.13"
636
+ width="5.21"
637
+ height="5.21"
638
+ transform=" translate(-2.61,-2.61)"
639
+ stroke="rgb(0,0,0)"
640
+ fill="rgb(0,0,0)"
641
+ font-size="5.21"
642
+ stroke-width="1.36"
643
+ stroke-opacity="1"
644
+ fill-opacity="1"
645
+ />
646
+ <use
647
+ id="geom_point.points.490.1.18"
648
+ href="#gridSVG.pch19"
649
+ x="354.99"
650
+ y="378.74"
651
+ width="5.21"
652
+ height="5.21"
653
+ transform=" translate(-2.61,-2.61)"
654
+ stroke="rgb(0,0,0)"
655
+ fill="rgb(0,0,0)"
656
+ font-size="5.21"
657
+ stroke-width="1.36"
658
+ stroke-opacity="1"
659
+ fill-opacity="1"
660
+ />
661
+ <use
662
+ id="geom_point.points.490.1.19"
663
+ href="#gridSVG.pch19"
664
+ x="477.37"
665
+ y="396.5"
666
+ width="5.21"
667
+ height="5.21"
668
+ transform=" translate(-2.61,-2.61)"
669
+ stroke="rgb(0,0,0)"
670
+ fill="rgb(0,0,0)"
671
+ font-size="5.21"
672
+ stroke-width="1.36"
673
+ stroke-opacity="1"
674
+ fill-opacity="1"
675
+ />
676
+ <use
677
+ id="geom_point.points.490.1.20"
678
+ href="#gridSVG.pch19"
679
+ x="146.39"
680
+ y="206.87"
681
+ width="5.21"
682
+ height="5.21"
683
+ transform=" translate(-2.61,-2.61)"
684
+ stroke="rgb(0,0,0)"
685
+ fill="rgb(0,0,0)"
686
+ font-size="5.21"
687
+ stroke-width="1.36"
688
+ stroke-opacity="1"
689
+ fill-opacity="1"
690
+ />
691
+ <use
692
+ id="geom_point.points.490.1.21"
693
+ href="#gridSVG.pch19"
694
+ x="196.28"
695
+ y="310.63"
696
+ width="5.21"
697
+ height="5.21"
698
+ transform=" translate(-2.61,-2.61)"
699
+ stroke="rgb(0,0,0)"
700
+ fill="rgb(0,0,0)"
701
+ font-size="5.21"
702
+ stroke-width="1.36"
703
+ stroke-opacity="1"
704
+ fill-opacity="1"
705
+ />
706
+ <use
707
+ id="geom_point.points.490.1.22"
708
+ href="#gridSVG.pch19"
709
+ x="101.75"
710
+ y="80.52"
711
+ width="5.21"
712
+ height="5.21"
713
+ transform=" translate(-2.61,-2.61)"
714
+ stroke="rgb(0,0,0)"
715
+ fill="rgb(0,0,0)"
716
+ font-size="5.21"
717
+ stroke-width="1.36"
718
+ stroke-opacity="1"
719
+ fill-opacity="1"
720
+ />
721
+ <use
722
+ id="geom_point.points.490.1.23"
723
+ href="#gridSVG.pch19"
724
+ x="91.79"
725
+ y="142.98"
726
+ width="5.21"
727
+ height="5.21"
728
+ transform=" translate(-2.61,-2.61)"
729
+ stroke="rgb(0,0,0)"
730
+ fill="rgb(0,0,0)"
731
+ font-size="5.21"
732
+ stroke-width="1.36"
733
+ stroke-opacity="1"
734
+ fill-opacity="1"
735
+ />
736
+ <use
737
+ id="geom_point.points.490.1.24"
738
+ href="#gridSVG.pch19"
739
+ x="178.43"
740
+ y="170.04"
741
+ width="5.21"
742
+ height="5.21"
743
+ transform=" translate(-2.61,-2.61)"
744
+ stroke="rgb(0,0,0)"
745
+ fill="rgb(0,0,0)"
746
+ font-size="5.21"
747
+ stroke-width="1.36"
748
+ stroke-opacity="1"
749
+ fill-opacity="1"
750
+ />
751
+ <use
752
+ id="geom_point.points.490.1.25"
753
+ href="#gridSVG.pch19"
754
+ x="247.52"
755
+ y="303.59"
756
+ width="5.21"
757
+ height="5.21"
758
+ transform=" translate(-2.61,-2.61)"
759
+ stroke="rgb(0,0,0)"
760
+ fill="rgb(0,0,0)"
761
+ font-size="5.21"
762
+ stroke-width="1.36"
763
+ stroke-opacity="1"
764
+ fill-opacity="1"
765
+ />
766
+ <use
767
+ id="geom_point.points.490.1.26"
768
+ href="#gridSVG.pch19"
769
+ x="277.26"
770
+ y="426.99"
771
+ width="5.21"
772
+ height="5.21"
773
+ transform=" translate(-2.61,-2.61)"
774
+ stroke="rgb(0,0,0)"
775
+ fill="rgb(0,0,0)"
776
+ font-size="5.21"
777
+ stroke-width="1.36"
778
+ stroke-opacity="1"
779
+ fill-opacity="1"
780
+ />
781
+ <use
782
+ id="geom_point.points.490.1.27"
783
+ href="#gridSVG.pch19"
784
+ x="326.36"
785
+ y="424.66"
786
+ width="5.21"
787
+ height="5.21"
788
+ transform=" translate(-2.61,-2.61)"
789
+ stroke="rgb(0,0,0)"
790
+ fill="rgb(0,0,0)"
791
+ font-size="5.21"
792
+ stroke-width="1.36"
793
+ stroke-opacity="1"
794
+ fill-opacity="1"
795
+ />
796
+ <use
797
+ id="geom_point.points.490.1.28"
798
+ href="#gridSVG.pch19"
799
+ x="361.89"
800
+ y="458.1"
801
+ width="5.21"
802
+ height="5.21"
803
+ transform=" translate(-2.61,-2.61)"
804
+ stroke="rgb(0,0,0)"
805
+ fill="rgb(0,0,0)"
806
+ font-size="5.21"
807
+ stroke-width="1.36"
808
+ stroke-opacity="1"
809
+ fill-opacity="1"
810
+ />
811
+ <use
812
+ id="geom_point.points.490.1.29"
813
+ href="#gridSVG.pch19"
814
+ x="78.85"
815
+ y="51.91"
816
+ width="5.21"
817
+ height="5.21"
818
+ transform=" translate(-2.61,-2.61)"
819
+ stroke="rgb(0,0,0)"
820
+ fill="rgb(0,0,0)"
821
+ font-size="5.21"
822
+ stroke-width="1.36"
823
+ stroke-opacity="1"
824
+ fill-opacity="1"
825
+ />
826
+ <use
827
+ id="geom_point.points.490.1.30"
828
+ href="#gridSVG.pch19"
829
+ x="319.96"
830
+ y="364.94"
831
+ width="5.21"
832
+ height="5.21"
833
+ transform=" translate(-2.61,-2.61)"
834
+ stroke="rgb(0,0,0)"
835
+ fill="rgb(0,0,0)"
836
+ font-size="5.21"
837
+ stroke-width="1.36"
838
+ stroke-opacity="1"
839
+ fill-opacity="1"
840
+ />
841
+ </g>
842
+ <g id="geom_smooth.gTree.493.1">
843
+ <g id="GRID.polyline.491.1">
844
+ <polyline
845
+ id="GRID.polyline.491.1.1"
846
+ points="54.28,171.82 59.64,165.84 64.99,160.45 70.35,155.67 75.7,151.54 81.06,148.09 86.42,145.34 91.77,143.31 97.13,141.99 102.48,141.33 107.84,141.33 113.19,141.95 118.55,143.17 123.9,144.95 129.26,147.28 134.61,150.13 139.97,153.48 145.33,157.76 150.68,163.08 156.04,169.29 161.39,176.26 166.75,183.84 172.1,191.89 177.46,200.27 182.81,208.84 188.17,217.45 193.53,225.98 198.88,234.47 204.24,244.03 209.59,254.64 214.95,266.05 220.3,278.02 225.66,290.29 231.01,302.61 236.37,314.73 241.72,326.41 247.08,337.4 252.44,347.44 257.79,356.29 263.15,363.7 268.5,369.64 273.86,374.72 279.21,379.07 284.57,382.77 289.92,385.91 295.28,388.59 300.63,390.89 305.99,392.91 311.35,394.65 316.7,395.02 322.06,394.77 327.41,395.3 332.77,396.14 338.12,396.77 343.48,397.3 348.83,397.84 354.19,398.49 359.55,399.23 364.9,399.84 370.26,400.32 375.61,400.67 380.97,400.89 386.32,400.97 391.68,400.93 397.03,400.76 402.39,400.46 407.74,400.03 413.1,399.47 418.46,398.79 423.81,397.99 429.17,397.05 434.52,396 439.88,394.82 445.23,393.51 450.59,392.08 455.94,390.53 461.3,388.86 466.66,387.07 472.01,385.15 477.37,383.12"
847
+ stroke="rgb(51,102,255)"
848
+ fill="none"
849
+ stroke-width="2.13"
850
+ stroke-dasharray="none"
851
+ stroke-linecap="butt"
852
+ stroke-linejoin="round"
853
+ stroke-miterlimit="10"
854
+ stroke-opacity="1"
855
+ fill-opacity="1"
856
+ />
857
+ </g>
858
+ </g>
859
+ </g>
860
+ </g>
861
+ <g id="layout::spacer.8-6-8-6.1" />
862
+ <g id="layout::spacer.8-4-8-4.1" />
863
+ <g id="layout::spacer.6-6-6-6.1" />
864
+ <g id="layout::spacer.6-4-6-4.1" />
865
+ <g id="layout::axis-t.6-5-6-5.1" />
866
+ <g id="layout::axis-l.7-4-7-4.1">
867
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.129.1">
868
+ <g id="axis-l.7-4-7-4.1">
869
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.129::axis.1">
870
+ <g id="axis.1">
871
+ <g
872
+ id="layout::axis-l.7-4-7-4::GRID.VP.129::axis::axis.1-1-1-1.1"
873
+ >
874
+ <g
875
+ id="layout::axis-l.7-4-7-4::GRID.VP.129::axis::axis.1-1-1-1::GRID.VP.127.1"
876
+ font-size="8.8"
877
+ stroke="rgb(77,77,77)"
878
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
879
+ stroke-opacity="1"
880
+ font-weight="normal"
881
+ font-style="normal"
882
+ >
883
+ <g
884
+ id="layout::axis-l.7-4-7-4::GRID.VP.129::axis::axis.1-1-1-1::GRID.VP.127::GRID.VP.128.1"
885
+ >
886
+ <g id="axis.1-1-1-1.1">
887
+ <g id="GRID.text.513.1">
888
+ <g
889
+ id="GRID.text.513.1.1"
890
+ transform="translate(28.2, 61.04)"
891
+ stroke-width="0.1"
892
+ >
893
+ <g
894
+ id="GRID.text.513.1.1.scale"
895
+ transform="scale(1, -1)"
896
+ >
897
+ <text
898
+ x="0"
899
+ y="0"
900
+ id="GRID.text.513.1.1.text"
901
+ text-anchor="end"
902
+ font-size="8.8"
903
+ stroke="rgb(77,77,77)"
904
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
905
+ fill="rgb(77,77,77)"
906
+ stroke-opacity="1"
907
+ fill-opacity="1"
908
+ font-weight="normal"
909
+ font-style="normal"
910
+ >
911
+ <tspan
912
+ id="GRID.text.513.1.1.tspan.1"
913
+ dy="3.15"
914
+ x="0"
915
+ >
916
+ 72
917
+ </tspan>
918
+ </text>
919
+ </g>
920
+ </g>
921
+ <g
922
+ id="GRID.text.513.1.2"
923
+ transform="translate(28.2, 142.9)"
924
+ stroke-width="0.1"
925
+ >
926
+ <g
927
+ id="GRID.text.513.1.2.scale"
928
+ transform="scale(1, -1)"
929
+ >
930
+ <text
931
+ x="0"
932
+ y="0"
933
+ id="GRID.text.513.1.2.text"
934
+ text-anchor="end"
935
+ font-size="8.8"
936
+ stroke="rgb(77,77,77)"
937
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
938
+ fill="rgb(77,77,77)"
939
+ stroke-opacity="1"
940
+ fill-opacity="1"
941
+ font-weight="normal"
942
+ font-style="normal"
943
+ >
944
+ <tspan
945
+ id="GRID.text.513.1.2.tspan.1"
946
+ dy="3.15"
947
+ x="0"
948
+ >
949
+ 74
950
+ </tspan>
951
+ </text>
952
+ </g>
953
+ </g>
954
+ <g
955
+ id="GRID.text.513.1.3"
956
+ transform="translate(28.2, 224.76)"
957
+ stroke-width="0.1"
958
+ >
959
+ <g
960
+ id="GRID.text.513.1.3.scale"
961
+ transform="scale(1, -1)"
962
+ >
963
+ <text
964
+ x="0"
965
+ y="0"
966
+ id="GRID.text.513.1.3.text"
967
+ text-anchor="end"
968
+ font-size="8.8"
969
+ stroke="rgb(77,77,77)"
970
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
971
+ fill="rgb(77,77,77)"
972
+ stroke-opacity="1"
973
+ fill-opacity="1"
974
+ font-weight="normal"
975
+ font-style="normal"
976
+ >
977
+ <tspan
978
+ id="GRID.text.513.1.3.tspan.1"
979
+ dy="3.15"
980
+ x="0"
981
+ >
982
+ 76
983
+ </tspan>
984
+ </text>
985
+ </g>
986
+ </g>
987
+ <g
988
+ id="GRID.text.513.1.4"
989
+ transform="translate(28.2, 306.62)"
990
+ stroke-width="0.1"
991
+ >
992
+ <g
993
+ id="GRID.text.513.1.4.scale"
994
+ transform="scale(1, -1)"
995
+ >
996
+ <text
997
+ x="0"
998
+ y="0"
999
+ id="GRID.text.513.1.4.text"
1000
+ text-anchor="end"
1001
+ font-size="8.8"
1002
+ stroke="rgb(77,77,77)"
1003
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1004
+ fill="rgb(77,77,77)"
1005
+ stroke-opacity="1"
1006
+ fill-opacity="1"
1007
+ font-weight="normal"
1008
+ font-style="normal"
1009
+ >
1010
+ <tspan
1011
+ id="GRID.text.513.1.4.tspan.1"
1012
+ dy="3.15"
1013
+ x="0"
1014
+ >
1015
+ 78
1016
+ </tspan>
1017
+ </text>
1018
+ </g>
1019
+ </g>
1020
+ <g
1021
+ id="GRID.text.513.1.5"
1022
+ transform="translate(28.2, 388.48)"
1023
+ stroke-width="0.1"
1024
+ >
1025
+ <g
1026
+ id="GRID.text.513.1.5.scale"
1027
+ transform="scale(1, -1)"
1028
+ >
1029
+ <text
1030
+ x="0"
1031
+ y="0"
1032
+ id="GRID.text.513.1.5.text"
1033
+ text-anchor="end"
1034
+ font-size="8.8"
1035
+ stroke="rgb(77,77,77)"
1036
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1037
+ fill="rgb(77,77,77)"
1038
+ stroke-opacity="1"
1039
+ fill-opacity="1"
1040
+ font-weight="normal"
1041
+ font-style="normal"
1042
+ >
1043
+ <tspan
1044
+ id="GRID.text.513.1.5.tspan.1"
1045
+ dy="3.15"
1046
+ x="0"
1047
+ >
1048
+ 80
1049
+ </tspan>
1050
+ </text>
1051
+ </g>
1052
+ </g>
1053
+ <g
1054
+ id="GRID.text.513.1.6"
1055
+ transform="translate(28.2, 470.34)"
1056
+ stroke-width="0.1"
1057
+ >
1058
+ <g
1059
+ id="GRID.text.513.1.6.scale"
1060
+ transform="scale(1, -1)"
1061
+ >
1062
+ <text
1063
+ x="0"
1064
+ y="0"
1065
+ id="GRID.text.513.1.6.text"
1066
+ text-anchor="end"
1067
+ font-size="8.8"
1068
+ stroke="rgb(77,77,77)"
1069
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1070
+ fill="rgb(77,77,77)"
1071
+ stroke-opacity="1"
1072
+ fill-opacity="1"
1073
+ font-weight="normal"
1074
+ font-style="normal"
1075
+ >
1076
+ <tspan
1077
+ id="GRID.text.513.1.6.tspan.1"
1078
+ dy="3.15"
1079
+ x="0"
1080
+ >
1081
+ 82
1082
+ </tspan>
1083
+ </text>
1084
+ </g>
1085
+ </g>
1086
+ </g>
1087
+ </g>
1088
+ </g>
1089
+ </g>
1090
+ </g>
1091
+ <g
1092
+ id="layout::axis-l.7-4-7-4::GRID.VP.129::axis::axis.1-2-1-2.1"
1093
+ >
1094
+ <g id="axis.1-2-1-2.1">
1095
+ <polyline
1096
+ id="axis.1-2-1-2.1.1"
1097
+ points="30.39,61.04 33.13,61.04"
1098
+ stroke="rgb(51,51,51)"
1099
+ fill="none"
1100
+ stroke-width="1.07"
1101
+ stroke-dasharray="none"
1102
+ stroke-linecap="butt"
1103
+ stroke-opacity="1"
1104
+ fill-opacity="1"
1105
+ />
1106
+ <polyline
1107
+ id="axis.1-2-1-2.1.2"
1108
+ points="30.39,142.9 33.13,142.9"
1109
+ stroke="rgb(51,51,51)"
1110
+ fill="none"
1111
+ stroke-width="1.07"
1112
+ stroke-dasharray="none"
1113
+ stroke-linecap="butt"
1114
+ stroke-opacity="1"
1115
+ fill-opacity="1"
1116
+ />
1117
+ <polyline
1118
+ id="axis.1-2-1-2.1.3"
1119
+ points="30.39,224.76 33.13,224.76"
1120
+ stroke="rgb(51,51,51)"
1121
+ fill="none"
1122
+ stroke-width="1.07"
1123
+ stroke-dasharray="none"
1124
+ stroke-linecap="butt"
1125
+ stroke-opacity="1"
1126
+ fill-opacity="1"
1127
+ />
1128
+ <polyline
1129
+ id="axis.1-2-1-2.1.4"
1130
+ points="30.39,306.62 33.13,306.62"
1131
+ stroke="rgb(51,51,51)"
1132
+ fill="none"
1133
+ stroke-width="1.07"
1134
+ stroke-dasharray="none"
1135
+ stroke-linecap="butt"
1136
+ stroke-opacity="1"
1137
+ fill-opacity="1"
1138
+ />
1139
+ <polyline
1140
+ id="axis.1-2-1-2.1.5"
1141
+ points="30.39,388.48 33.13,388.48"
1142
+ stroke="rgb(51,51,51)"
1143
+ fill="none"
1144
+ stroke-width="1.07"
1145
+ stroke-dasharray="none"
1146
+ stroke-linecap="butt"
1147
+ stroke-opacity="1"
1148
+ fill-opacity="1"
1149
+ />
1150
+ <polyline
1151
+ id="axis.1-2-1-2.1.6"
1152
+ points="30.39,470.34 33.13,470.34"
1153
+ stroke="rgb(51,51,51)"
1154
+ fill="none"
1155
+ stroke-width="1.07"
1156
+ stroke-dasharray="none"
1157
+ stroke-linecap="butt"
1158
+ stroke-opacity="1"
1159
+ fill-opacity="1"
1160
+ />
1161
+ </g>
1162
+ </g>
1163
+ </g>
1164
+ </g>
1165
+ </g>
1166
+ </g>
1167
+ </g>
1168
+ <g id="layout::axis-r.7-6-7-6.1" />
1169
+ <g id="layout::axis-b.8-5-8-5.1">
1170
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.126.1">
1171
+ <g id="axis-b.8-5-8-5.1">
1172
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.126::axis.1">
1173
+ <g id="axis.2">
1174
+ <g
1175
+ id="layout::axis-b.8-5-8-5::GRID.VP.126::axis::axis.1-1-1-1.1"
1176
+ >
1177
+ <g id="axis.1-1-1-1.2">
1178
+ <polyline
1179
+ id="axis.1-1-1-1.2.1"
1180
+ points="93.87,28.75 93.87,31.49"
1181
+ stroke="rgb(51,51,51)"
1182
+ fill="none"
1183
+ stroke-width="1.07"
1184
+ stroke-dasharray="none"
1185
+ stroke-linecap="butt"
1186
+ stroke-opacity="1"
1187
+ fill-opacity="1"
1188
+ />
1189
+ <polyline
1190
+ id="axis.1-1-1-1.2.2"
1191
+ points="191.31,28.75 191.31,31.49"
1192
+ stroke="rgb(51,51,51)"
1193
+ fill="none"
1194
+ stroke-width="1.07"
1195
+ stroke-dasharray="none"
1196
+ stroke-linecap="butt"
1197
+ stroke-opacity="1"
1198
+ fill-opacity="1"
1199
+ />
1200
+ <polyline
1201
+ id="axis.1-1-1-1.2.3"
1202
+ points="288.75,28.75 288.75,31.49"
1203
+ stroke="rgb(51,51,51)"
1204
+ fill="none"
1205
+ stroke-width="1.07"
1206
+ stroke-dasharray="none"
1207
+ stroke-linecap="butt"
1208
+ stroke-opacity="1"
1209
+ fill-opacity="1"
1210
+ />
1211
+ <polyline
1212
+ id="axis.1-1-1-1.2.4"
1213
+ points="386.19,28.75 386.19,31.49"
1214
+ stroke="rgb(51,51,51)"
1215
+ fill="none"
1216
+ stroke-width="1.07"
1217
+ stroke-dasharray="none"
1218
+ stroke-linecap="butt"
1219
+ stroke-opacity="1"
1220
+ fill-opacity="1"
1221
+ />
1222
+ <polyline
1223
+ id="axis.1-1-1-1.2.5"
1224
+ points="483.63,28.75 483.63,31.49"
1225
+ stroke="rgb(51,51,51)"
1226
+ fill="none"
1227
+ stroke-width="1.07"
1228
+ stroke-dasharray="none"
1229
+ stroke-linecap="butt"
1230
+ stroke-opacity="1"
1231
+ fill-opacity="1"
1232
+ />
1233
+ </g>
1234
+ </g>
1235
+ <g
1236
+ id="layout::axis-b.8-5-8-5::GRID.VP.126::axis::axis.2-1-2-1.1"
1237
+ >
1238
+ <g
1239
+ id="layout::axis-b.8-5-8-5::GRID.VP.126::axis::axis.2-1-2-1::GRID.VP.124.1"
1240
+ font-size="8.8"
1241
+ stroke="rgb(77,77,77)"
1242
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1243
+ stroke-opacity="1"
1244
+ font-weight="normal"
1245
+ font-style="normal"
1246
+ >
1247
+ <g
1248
+ id="layout::axis-b.8-5-8-5::GRID.VP.126::axis::axis.2-1-2-1::GRID.VP.124::GRID.VP.125.1"
1249
+ >
1250
+ <g id="axis.2-1-2-1.1">
1251
+ <g id="GRID.text.509.1">
1252
+ <g
1253
+ id="GRID.text.509.1.1"
1254
+ transform="translate(93.87, 26.56)"
1255
+ stroke-width="0.1"
1256
+ >
1257
+ <g
1258
+ id="GRID.text.509.1.1.scale"
1259
+ transform="scale(1, -1)"
1260
+ >
1261
+ <text
1262
+ x="0"
1263
+ y="0"
1264
+ id="GRID.text.509.1.1.text"
1265
+ text-anchor="middle"
1266
+ font-size="8.8"
1267
+ stroke="rgb(77,77,77)"
1268
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1269
+ fill="rgb(77,77,77)"
1270
+ stroke-opacity="1"
1271
+ fill-opacity="1"
1272
+ font-weight="normal"
1273
+ font-style="normal"
1274
+ >
1275
+ <tspan
1276
+ id="GRID.text.509.1.1.tspan.1"
1277
+ dy="6.3"
1278
+ x="0"
1279
+ >
1280
+ 10000
1281
+ </tspan>
1282
+ </text>
1283
+ </g>
1284
+ </g>
1285
+ <g
1286
+ id="GRID.text.509.1.2"
1287
+ transform="translate(191.31, 26.56)"
1288
+ stroke-width="0.1"
1289
+ >
1290
+ <g
1291
+ id="GRID.text.509.1.2.scale"
1292
+ transform="scale(1, -1)"
1293
+ >
1294
+ <text
1295
+ x="0"
1296
+ y="0"
1297
+ id="GRID.text.509.1.2.text"
1298
+ text-anchor="middle"
1299
+ font-size="8.8"
1300
+ stroke="rgb(77,77,77)"
1301
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1302
+ fill="rgb(77,77,77)"
1303
+ stroke-opacity="1"
1304
+ fill-opacity="1"
1305
+ font-weight="normal"
1306
+ font-style="normal"
1307
+ >
1308
+ <tspan
1309
+ id="GRID.text.509.1.2.tspan.1"
1310
+ dy="6.3"
1311
+ x="0"
1312
+ >
1313
+ 20000
1314
+ </tspan>
1315
+ </text>
1316
+ </g>
1317
+ </g>
1318
+ <g
1319
+ id="GRID.text.509.1.3"
1320
+ transform="translate(288.75, 26.56)"
1321
+ stroke-width="0.1"
1322
+ >
1323
+ <g
1324
+ id="GRID.text.509.1.3.scale"
1325
+ transform="scale(1, -1)"
1326
+ >
1327
+ <text
1328
+ x="0"
1329
+ y="0"
1330
+ id="GRID.text.509.1.3.text"
1331
+ text-anchor="middle"
1332
+ font-size="8.8"
1333
+ stroke="rgb(77,77,77)"
1334
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1335
+ fill="rgb(77,77,77)"
1336
+ stroke-opacity="1"
1337
+ fill-opacity="1"
1338
+ font-weight="normal"
1339
+ font-style="normal"
1340
+ >
1341
+ <tspan
1342
+ id="GRID.text.509.1.3.tspan.1"
1343
+ dy="6.3"
1344
+ x="0"
1345
+ >
1346
+ 30000
1347
+ </tspan>
1348
+ </text>
1349
+ </g>
1350
+ </g>
1351
+ <g
1352
+ id="GRID.text.509.1.4"
1353
+ transform="translate(386.19, 26.56)"
1354
+ stroke-width="0.1"
1355
+ >
1356
+ <g
1357
+ id="GRID.text.509.1.4.scale"
1358
+ transform="scale(1, -1)"
1359
+ >
1360
+ <text
1361
+ x="0"
1362
+ y="0"
1363
+ id="GRID.text.509.1.4.text"
1364
+ text-anchor="middle"
1365
+ font-size="8.8"
1366
+ stroke="rgb(77,77,77)"
1367
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1368
+ fill="rgb(77,77,77)"
1369
+ stroke-opacity="1"
1370
+ fill-opacity="1"
1371
+ font-weight="normal"
1372
+ font-style="normal"
1373
+ >
1374
+ <tspan
1375
+ id="GRID.text.509.1.4.tspan.1"
1376
+ dy="6.3"
1377
+ x="0"
1378
+ >
1379
+ 40000
1380
+ </tspan>
1381
+ </text>
1382
+ </g>
1383
+ </g>
1384
+ <g
1385
+ id="GRID.text.509.1.5"
1386
+ transform="translate(483.63, 26.56)"
1387
+ stroke-width="0.1"
1388
+ >
1389
+ <g
1390
+ id="GRID.text.509.1.5.scale"
1391
+ transform="scale(1, -1)"
1392
+ >
1393
+ <text
1394
+ x="0"
1395
+ y="0"
1396
+ id="GRID.text.509.1.5.text"
1397
+ text-anchor="middle"
1398
+ font-size="8.8"
1399
+ stroke="rgb(77,77,77)"
1400
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1401
+ fill="rgb(77,77,77)"
1402
+ stroke-opacity="1"
1403
+ fill-opacity="1"
1404
+ font-weight="normal"
1405
+ font-style="normal"
1406
+ >
1407
+ <tspan
1408
+ id="GRID.text.509.1.5.tspan.1"
1409
+ dy="6.3"
1410
+ x="0"
1411
+ >
1412
+ 50000
1413
+ </tspan>
1414
+ </text>
1415
+ </g>
1416
+ </g>
1417
+ </g>
1418
+ </g>
1419
+ </g>
1420
+ </g>
1421
+ </g>
1422
+ </g>
1423
+ </g>
1424
+ </g>
1425
+ </g>
1426
+ </g>
1427
+ <g id="layout::xlab-t.5-5-5-5.1" />
1428
+ <g id="layout::xlab-b.9-5-9-5.1">
1429
+ <g
1430
+ id="layout::xlab-b.9-5-9-5::GRID.VP.130.1"
1431
+ font-size="11"
1432
+ stroke="rgb(0,0,0)"
1433
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1434
+ stroke-opacity="1"
1435
+ font-weight="normal"
1436
+ font-style="normal"
1437
+ >
1438
+ <g
1439
+ id="layout::xlab-b.9-5-9-5::GRID.VP.130::GRID.VP.131.1"
1440
+ >
1441
+ <g id="xlab-b.9-5-9-5.1">
1442
+ <g id="GRID.text.517.1">
1443
+ <g
1444
+ id="GRID.text.517.1.1"
1445
+ transform="translate(265.82, 15.67)"
1446
+ stroke-width="0.1"
1447
+ >
1448
+ <g
1449
+ id="GRID.text.517.1.1.scale"
1450
+ transform="scale(1, -1)"
1451
+ >
1452
+ <text
1453
+ x="0"
1454
+ y="0"
1455
+ id="GRID.text.517.1.1.text"
1456
+ text-anchor="middle"
1457
+ font-size="11"
1458
+ stroke="rgb(0,0,0)"
1459
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1460
+ fill="rgb(0,0,0)"
1461
+ stroke-opacity="1"
1462
+ fill-opacity="1"
1463
+ font-weight="normal"
1464
+ font-style="normal"
1465
+ >
1466
+ <tspan
1467
+ id="GRID.text.517.1.1.tspan.1"
1468
+ dy="7.87"
1469
+ x="0"
1470
+ >
1471
+ GDP (log10 transformed)
1472
+ </tspan>
1473
+ </text>
1474
+ </g>
1475
+ </g>
1476
+ </g>
1477
+ </g>
1478
+ </g>
1479
+ </g>
1480
+ </g>
1481
+ <g id="layout::ylab-l.7-3-7-3.1">
1482
+ <g
1483
+ id="layout::ylab-l.7-3-7-3::GRID.VP.132.1"
1484
+ font-size="11"
1485
+ stroke="rgb(0,0,0)"
1486
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1487
+ stroke-opacity="1"
1488
+ font-weight="normal"
1489
+ font-style="normal"
1490
+ >
1491
+ <g
1492
+ id="layout::ylab-l.7-3-7-3::GRID.VP.132::GRID.VP.133.1"
1493
+ >
1494
+ <g id="ylab-l.7-3-7-3.1">
1495
+ <g id="GRID.text.520.1">
1496
+ <g
1497
+ id="GRID.text.520.1.1"
1498
+ transform="translate(5.48, 256.15)"
1499
+ stroke-width="0.1"
1500
+ >
1501
+ <g
1502
+ id="GRID.text.520.1.1.scale"
1503
+ transform="scale(1, -1)"
1504
+ >
1505
+ <text
1506
+ x="0"
1507
+ y="0"
1508
+ id="GRID.text.520.1.1.text"
1509
+ transform="rotate(-90)"
1510
+ text-anchor="middle"
1511
+ font-size="11"
1512
+ stroke="rgb(0,0,0)"
1513
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1514
+ fill="rgb(0,0,0)"
1515
+ stroke-opacity="1"
1516
+ fill-opacity="1"
1517
+ font-weight="normal"
1518
+ font-style="normal"
1519
+ >
1520
+ <tspan
1521
+ id="GRID.text.520.1.1.tspan.1"
1522
+ dy="7.87"
1523
+ x="0"
1524
+ >
1525
+ Life Expectancy
1526
+ </tspan>
1527
+ </text>
1528
+ </g>
1529
+ </g>
1530
+ </g>
1531
+ </g>
1532
+ </g>
1533
+ </g>
1534
+ </g>
1535
+ <g id="layout::ylab-r.7-7-7-7.1" />
1536
+ <g id="layout::subtitle.4-5-4-5.1" />
1537
+ <g id="layout::title.3-5-3-5.1">
1538
+ <g
1539
+ id="layout::title.3-5-3-5::GRID.VP.134.1"
1540
+ font-size="13.2"
1541
+ stroke="rgb(0,0,0)"
1542
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1543
+ stroke-opacity="1"
1544
+ font-weight="normal"
1545
+ font-style="normal"
1546
+ >
1547
+ <g
1548
+ id="layout::title.3-5-3-5::GRID.VP.134::GRID.VP.135.1"
1549
+ >
1550
+ <g id="title.3-5-3-5.1">
1551
+ <g id="GRID.text.523.1">
1552
+ <g
1553
+ id="GRID.text.523.1.1"
1554
+ transform="translate(33.13, 498.52)"
1555
+ stroke-width="0.1"
1556
+ >
1557
+ <g
1558
+ id="GRID.text.523.1.1.scale"
1559
+ transform="scale(1, -1)"
1560
+ >
1561
+ <text
1562
+ x="0"
1563
+ y="0"
1564
+ id="GRID.text.523.1.1.text"
1565
+ text-anchor="start"
1566
+ font-size="13.2"
1567
+ stroke="rgb(0,0,0)"
1568
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1569
+ fill="rgb(0,0,0)"
1570
+ stroke-opacity="1"
1571
+ fill-opacity="1"
1572
+ font-weight="normal"
1573
+ font-style="normal"
1574
+ >
1575
+ <tspan
1576
+ id="GRID.text.523.1.1.tspan.1"
1577
+ dy="9.45"
1578
+ x="0"
1579
+ >
1580
+ The Relationship between GDP and Life
1581
+ Expectancy of European Countries in 2007.
1582
+ </tspan>
1583
+ </text>
1584
+ </g>
1585
+ </g>
1586
+ </g>
1587
+ </g>
1588
+ </g>
1589
+ </g>
1590
+ </g>
1591
+ <g id="layout::caption.10-5-10-5.1" />
1592
+ <g id="layout::tag.2-2-2-2.1" />
1593
+ </g>
1594
+ </g>
1595
+ </g>
1596
+ </g>
1597
+ </svg>
1598
+
1599
+ <!---------- SCATTERPLOT ENDS ----------->
1600
+ </div>
1601
+ <br />
1602
+ </div>
1603
+ </div>
1604
+ <script>
1605
+ var maidr = {
1606
+ type: ['point', 'smooth'],
1607
+ id: 'scatterplot1',
1608
+ x_group_label: 'GDP (log10 transformed)',
1609
+ y_group_label: 'Life Expectancy',
1610
+ name: 'Task 4: Scatterplot',
1611
+ title:
1612
+ 'The Relationship between GDP and Life Expectancy of European Countries in 2007.',
1613
+ elements: [
1614
+ document.querySelectorAll('g[id^="geom_point"] > use'),
1615
+ document.querySelector(
1616
+ 'g[id^="geom_smooth.gTree"] > g[id^="GRID.polyline"] > polyline[id^="GRID.polyline"]'
1617
+ ),
1618
+ ],
1619
+ axes: {
1620
+ x: {
1621
+ label: 'GDP (log10 transformed)',
1622
+ },
1623
+ y: {
1624
+ label: 'Life Expectancy',
1625
+ },
1626
+ },
1627
+ labels: {
1628
+ title:
1629
+ 'The Relationship between GDP and Life Expectancy of European Countries in 2007.',
1630
+ x: 'GDP (log10 transformed)',
1631
+ y: 'Life Expectancy',
1632
+ },
1633
+ data: [
1634
+ [
1635
+ {
1636
+ x: 5937.0295,
1637
+ y: 76.423,
1638
+ },
1639
+ {
1640
+ x: 36126.4927,
1641
+ y: 79.829,
1642
+ },
1643
+ {
1644
+ x: 33692.6051,
1645
+ y: 79.441,
1646
+ },
1647
+ {
1648
+ x: 7446.2988,
1649
+ y: 74.852,
1650
+ },
1651
+ {
1652
+ x: 10680.7928,
1653
+ y: 73.005,
1654
+ },
1655
+ {
1656
+ x: 14619.2227,
1657
+ y: 75.748,
1658
+ },
1659
+ {
1660
+ x: 22833.3085,
1661
+ y: 76.486,
1662
+ },
1663
+ {
1664
+ x: 35278.4187,
1665
+ y: 78.332,
1666
+ },
1667
+ {
1668
+ x: 33207.0844,
1669
+ y: 79.313,
1670
+ },
1671
+ {
1672
+ x: 30470.0167,
1673
+ y: 80.657,
1674
+ },
1675
+ {
1676
+ x: 32170.3744,
1677
+ y: 79.406,
1678
+ },
1679
+ {
1680
+ x: 27538.4119,
1681
+ y: 79.483,
1682
+ },
1683
+ {
1684
+ x: 18008.9444,
1685
+ y: 73.338,
1686
+ },
1687
+ {
1688
+ x: 36180.7892,
1689
+ y: 81.757,
1690
+ },
1691
+ {
1692
+ x: 40675.9964,
1693
+ y: 78.885,
1694
+ },
1695
+ {
1696
+ x: 28569.7197,
1697
+ y: 80.546,
1698
+ },
1699
+ {
1700
+ x: 9253.8961,
1701
+ y: 74.543,
1702
+ },
1703
+ {
1704
+ x: 36797.9333,
1705
+ y: 79.762,
1706
+ },
1707
+ {
1708
+ x: 49357.1902,
1709
+ y: 80.196,
1710
+ },
1711
+ {
1712
+ x: 15389.9247,
1713
+ y: 75.563,
1714
+ },
1715
+ {
1716
+ x: 20509.6478,
1717
+ y: 78.098,
1718
+ },
1719
+ {
1720
+ x: 10808.4756,
1721
+ y: 72.476,
1722
+ },
1723
+ {
1724
+ x: 9786.5347,
1725
+ y: 74.002,
1726
+ },
1727
+ {
1728
+ x: 18678.3144,
1729
+ y: 74.663,
1730
+ },
1731
+ {
1732
+ x: 25768.2576,
1733
+ y: 77.926,
1734
+ },
1735
+ {
1736
+ x: 28821.0637,
1737
+ y: 80.941,
1738
+ },
1739
+ {
1740
+ x: 33859.7484,
1741
+ y: 80.884,
1742
+ },
1743
+ {
1744
+ x: 37506.4191,
1745
+ y: 81.701,
1746
+ },
1747
+ {
1748
+ x: 8458.2764,
1749
+ y: 71.777,
1750
+ },
1751
+ {
1752
+ x: 33203.2613,
1753
+ y: 79.425,
1754
+ },
1755
+ ],
1756
+ [
1757
+ {
1758
+ x: 3.7736,
1759
+ y: 76.0718,
1760
+ },
1761
+ {
1762
+ x: 3.7852,
1763
+ y: 75.836,
1764
+ },
1765
+ {
1766
+ x: 3.7969,
1767
+ y: 75.6113,
1768
+ },
1769
+ {
1770
+ x: 3.8085,
1771
+ y: 75.3978,
1772
+ },
1773
+ {
1774
+ x: 3.8201,
1775
+ y: 75.1953,
1776
+ },
1777
+ {
1778
+ x: 3.8318,
1779
+ y: 75.004,
1780
+ },
1781
+ {
1782
+ x: 3.8434,
1783
+ y: 74.8237,
1784
+ },
1785
+ {
1786
+ x: 3.8551,
1787
+ y: 74.6545,
1788
+ },
1789
+ {
1790
+ x: 3.8667,
1791
+ y: 74.4964,
1792
+ },
1793
+ {
1794
+ x: 3.8784,
1795
+ y: 74.3494,
1796
+ },
1797
+ {
1798
+ x: 3.89,
1799
+ y: 74.2134,
1800
+ },
1801
+ {
1802
+ x: 3.9016,
1803
+ y: 74.0884,
1804
+ },
1805
+ {
1806
+ x: 3.9133,
1807
+ y: 73.9746,
1808
+ },
1809
+ {
1810
+ x: 3.9249,
1811
+ y: 73.8717,
1812
+ },
1813
+ {
1814
+ x: 3.9366,
1815
+ y: 73.7799,
1816
+ },
1817
+ {
1818
+ x: 3.9482,
1819
+ y: 73.6991,
1820
+ },
1821
+ {
1822
+ x: 3.9599,
1823
+ y: 73.6294,
1824
+ },
1825
+ {
1826
+ x: 3.9715,
1827
+ y: 73.571,
1828
+ },
1829
+ {
1830
+ x: 3.9831,
1831
+ y: 73.5267,
1832
+ },
1833
+ {
1834
+ x: 3.9948,
1835
+ y: 73.4966,
1836
+ },
1837
+ {
1838
+ x: 4.0064,
1839
+ y: 73.4801,
1840
+ },
1841
+ {
1842
+ x: 4.0181,
1843
+ y: 73.4766,
1844
+ },
1845
+ {
1846
+ x: 4.0297,
1847
+ y: 73.4857,
1848
+ },
1849
+ {
1850
+ x: 4.0414,
1851
+ y: 73.5066,
1852
+ },
1853
+ {
1854
+ x: 4.053,
1855
+ y: 73.5389,
1856
+ },
1857
+ {
1858
+ x: 4.0646,
1859
+ y: 73.5819,
1860
+ },
1861
+ {
1862
+ x: 4.0763,
1863
+ y: 73.6353,
1864
+ },
1865
+ {
1866
+ x: 4.0879,
1867
+ y: 73.6982,
1868
+ },
1869
+ {
1870
+ x: 4.0996,
1871
+ y: 73.7703,
1872
+ },
1873
+ {
1874
+ x: 4.1112,
1875
+ y: 73.8509,
1876
+ },
1877
+ {
1878
+ x: 4.1229,
1879
+ y: 73.9395,
1880
+ },
1881
+ {
1882
+ x: 4.1345,
1883
+ y: 74.0356,
1884
+ },
1885
+ {
1886
+ x: 4.1461,
1887
+ y: 74.1385,
1888
+ },
1889
+ {
1890
+ x: 4.1578,
1891
+ y: 74.2477,
1892
+ },
1893
+ {
1894
+ x: 4.1694,
1895
+ y: 74.363,
1896
+ },
1897
+ {
1898
+ x: 4.1811,
1899
+ y: 74.4879,
1900
+ },
1901
+ {
1902
+ x: 4.1927,
1903
+ y: 74.6225,
1904
+ },
1905
+ {
1906
+ x: 4.2044,
1907
+ y: 74.7661,
1908
+ },
1909
+ {
1910
+ x: 4.216,
1911
+ y: 74.9178,
1912
+ },
1913
+ {
1914
+ x: 4.2276,
1915
+ y: 75.0767,
1916
+ },
1917
+ {
1918
+ x: 4.2393,
1919
+ y: 75.2419,
1920
+ },
1921
+ {
1922
+ x: 4.2509,
1923
+ y: 75.4127,
1924
+ },
1925
+ {
1926
+ x: 4.2626,
1927
+ y: 75.5881,
1928
+ },
1929
+ {
1930
+ x: 4.2742,
1931
+ y: 75.7674,
1932
+ },
1933
+ {
1934
+ x: 4.2859,
1935
+ y: 75.9496,
1936
+ },
1937
+ {
1938
+ x: 4.2975,
1939
+ y: 76.134,
1940
+ },
1941
+ {
1942
+ x: 4.3091,
1943
+ y: 76.3196,
1944
+ },
1945
+ {
1946
+ x: 4.3208,
1947
+ y: 76.5206,
1948
+ },
1949
+ {
1950
+ x: 4.3324,
1951
+ y: 76.7668,
1952
+ },
1953
+ {
1954
+ x: 4.3441,
1955
+ y: 77.0495,
1956
+ },
1957
+ {
1958
+ x: 4.3557,
1959
+ y: 77.3585,
1960
+ },
1961
+ {
1962
+ x: 4.3674,
1963
+ y: 77.6837,
1964
+ },
1965
+ {
1966
+ x: 4.379,
1967
+ y: 78.0146,
1968
+ },
1969
+ {
1970
+ x: 4.3906,
1971
+ y: 78.3412,
1972
+ },
1973
+ {
1974
+ x: 4.4023,
1975
+ y: 78.6531,
1976
+ },
1977
+ {
1978
+ x: 4.4139,
1979
+ y: 78.9401,
1980
+ },
1981
+ {
1982
+ x: 4.4256,
1983
+ y: 79.192,
1984
+ },
1985
+ {
1986
+ x: 4.4372,
1987
+ y: 79.3985,
1988
+ },
1989
+ {
1990
+ x: 4.4489,
1991
+ y: 79.5553,
1992
+ },
1993
+ {
1994
+ x: 4.4605,
1995
+ y: 79.6761,
1996
+ },
1997
+ {
1998
+ x: 4.4721,
1999
+ y: 79.7709,
2000
+ },
2001
+ {
2002
+ x: 4.4838,
2003
+ y: 79.8493,
2004
+ },
2005
+ {
2006
+ x: 4.4954,
2007
+ y: 79.921,
2008
+ },
2009
+ {
2010
+ x: 4.5071,
2011
+ y: 79.9958,
2012
+ },
2013
+ {
2014
+ x: 4.5187,
2015
+ y: 80.0652,
2016
+ },
2017
+ {
2018
+ x: 4.5304,
2019
+ y: 80.1218,
2020
+ },
2021
+ {
2022
+ x: 4.542,
2023
+ y: 80.1693,
2024
+ },
2025
+ {
2026
+ x: 4.5536,
2027
+ y: 80.2033,
2028
+ },
2029
+ {
2030
+ x: 4.5653,
2031
+ y: 80.2251,
2032
+ },
2033
+ {
2034
+ x: 4.5769,
2035
+ y: 80.2356,
2036
+ },
2037
+ {
2038
+ x: 4.5886,
2039
+ y: 80.2345,
2040
+ },
2041
+ {
2042
+ x: 4.6002,
2043
+ y: 80.2218,
2044
+ },
2045
+ {
2046
+ x: 4.6119,
2047
+ y: 80.1974,
2048
+ },
2049
+ {
2050
+ x: 4.6235,
2051
+ y: 80.1611,
2052
+ },
2053
+ {
2054
+ x: 4.6351,
2055
+ y: 80.1129,
2056
+ },
2057
+ {
2058
+ x: 4.6468,
2059
+ y: 80.0525,
2060
+ },
2061
+ {
2062
+ x: 4.6584,
2063
+ y: 79.9798,
2064
+ },
2065
+ {
2066
+ x: 4.6701,
2067
+ y: 79.8948,
2068
+ },
2069
+ {
2070
+ x: 4.6817,
2071
+ y: 79.7972,
2072
+ },
2073
+ {
2074
+ x: 4.6934,
2075
+ y: 79.6871,
2076
+ },
2077
+ ],
2078
+ ],
2079
+ };
2080
+ </script>
2081
+ <script src="../src/js/constants.js"></script>
2082
+ <script src="../src/js/audio.js"></script>
2083
+ <script src="../src/js/display.js"></script>
2084
+ <script src="../src/js/barplot.js"></script>
2085
+ <script src="../src/js/boxplot.js"></script>
2086
+ <script src="../src/js/heatmap.js"></script>
2087
+ <script src="../src/js/scatterplot.js"></script>
2088
+ <script src="../src/js/controls.js"></script>
2089
+ <script src="../src/js/init.js"></script>
2090
+ </body>
2091
+ </html>