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,603 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1224px"
2
+ height="903px" viewBox="0 0 1224 903" 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-21 17:35:30" />
5
+ <gridsvg:argument name="name" value="scatterplot_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, 903) 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="1224" height="903" 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.55.1">
42
+ <rect id="plot.background..rect.55.1.1" x="0" y="0" width="1224" height="903"
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="1185.38" height="848.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.30.1">
56
+ <g id="grill.gTree.28.1">
57
+ <g id="panel.background..rect.19.1">
58
+ <rect id="panel.background..rect.19.1.1" x="33.14" y="31.5" width="1185.38"
59
+ height="848.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.21.1">
64
+ <polyline id="panel.grid.minor.y..polyline.21.1.1"
65
+ points="33.14,164.56 1218.52,164.56" 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.21.1.2"
69
+ points="33.14,319.11 1218.52,319.11" 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.21.1.3"
73
+ points="33.14,473.66 1218.52,473.66" stroke="rgb(255,255,255)" fill="none"
74
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
75
+ stroke-opacity="1" fill-opacity="1" />
76
+ <polyline id="panel.grid.minor.y..polyline.21.1.4"
77
+ points="33.14,628.21 1218.52,628.21" stroke="rgb(255,255,255)" fill="none"
78
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
79
+ stroke-opacity="1" fill-opacity="1" />
80
+ <polyline id="panel.grid.minor.y..polyline.21.1.5"
81
+ points="33.14,782.77 1218.52,782.77" stroke="rgb(255,255,255)" fill="none"
82
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
83
+ stroke-opacity="1" fill-opacity="1" />
84
+ </g>
85
+ <g id="panel.grid.minor.x..polyline.23.1">
86
+ <polyline id="panel.grid.minor.x..polyline.23.1.1"
87
+ points="72.81,31.5 72.81,879.82" stroke="rgb(255,255,255)" fill="none"
88
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
89
+ stroke-opacity="1" fill-opacity="1" />
90
+ <polyline id="panel.grid.minor.x..polyline.23.1.2"
91
+ points="631.81,31.5 631.81,879.82" stroke="rgb(255,255,255)" fill="none"
92
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
93
+ stroke-opacity="1" fill-opacity="1" />
94
+ <polyline id="panel.grid.minor.x..polyline.23.1.3"
95
+ points="1041.26,31.5 1041.26,879.82" stroke="rgb(255,255,255)" fill="none"
96
+ stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
97
+ stroke-opacity="1" fill-opacity="1" />
98
+ </g>
99
+ <g id="panel.grid.major.y..polyline.25.1">
100
+ <polyline id="panel.grid.major.y..polyline.25.1.1"
101
+ points="33.14,87.29 1218.52,87.29" 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.y..polyline.25.1.2"
105
+ points="33.14,241.84 1218.52,241.84" 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.y..polyline.25.1.3"
109
+ points="33.14,396.39 1218.52,396.39" stroke="rgb(255,255,255)" fill="none"
110
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
111
+ stroke-opacity="1" fill-opacity="1" />
112
+ <polyline id="panel.grid.major.y..polyline.25.1.4"
113
+ points="33.14,550.94 1218.52,550.94" stroke="rgb(255,255,255)" fill="none"
114
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
115
+ stroke-opacity="1" fill-opacity="1" />
116
+ <polyline id="panel.grid.major.y..polyline.25.1.5"
117
+ points="33.14,705.49 1218.52,705.49" stroke="rgb(255,255,255)" fill="none"
118
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
119
+ stroke-opacity="1" fill-opacity="1" />
120
+ <polyline id="panel.grid.major.y..polyline.25.1.6"
121
+ points="33.14,860.04 1218.52,860.04" stroke="rgb(255,255,255)" fill="none"
122
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
123
+ stroke-opacity="1" fill-opacity="1" />
124
+ </g>
125
+ <g id="panel.grid.major.x..polyline.27.1">
126
+ <polyline id="panel.grid.major.x..polyline.27.1.2"
127
+ points="352.31,31.5 352.31,879.82" stroke="rgb(255,255,255)" fill="none"
128
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
129
+ stroke-opacity="1" fill-opacity="1" />
130
+ <polyline id="panel.grid.major.x..polyline.27.1.3"
131
+ points="911.3,31.5 911.3,879.82" stroke="rgb(255,255,255)" fill="none"
132
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
133
+ stroke-opacity="1" fill-opacity="1" />
134
+ <polyline id="panel.grid.major.x..polyline.27.1.4"
135
+ points="1171.22,31.5 1171.22,879.82" stroke="rgb(255,255,255)" fill="none"
136
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
137
+ stroke-opacity="1" fill-opacity="1" />
138
+ </g>
139
+ </g>
140
+ <g id="geom_point.points.12.1">
141
+ <use id="geom_point.points.12.1.1" href="#gridSVG.pch19" x="87.02" y="429.08"
142
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
143
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
144
+ stroke-opacity="1" fill-opacity="1" />
145
+ <use id="geom_point.points.12.1.2" href="#gridSVG.pch19" x="1005.86" y="692.28"
146
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
147
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
148
+ stroke-opacity="1" fill-opacity="1" />
149
+ <use id="geom_point.points.12.1.3" href="#gridSVG.pch19" x="970.37" y="662.29"
150
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
151
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
152
+ stroke-opacity="1" fill-opacity="1" />
153
+ <use id="geom_point.points.12.1.4" href="#gridSVG.pch19" x="202.27" y="307.68"
154
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
155
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
156
+ stroke-opacity="1" fill-opacity="1" />
157
+ <use id="geom_point.points.12.1.5" href="#gridSVG.pch19" x="385.82" y="164.95"
158
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
159
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
160
+ stroke-opacity="1" fill-opacity="1" />
161
+ <use id="geom_point.points.12.1.6" href="#gridSVG.pch19" x="545.53" y="376.92"
162
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
163
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
164
+ stroke-opacity="1" fill-opacity="1" />
165
+ <use id="geom_point.points.12.1.7" href="#gridSVG.pch19" x="772.41" y="433.95"
166
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
167
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
168
+ stroke-opacity="1" fill-opacity="1" />
169
+ <use id="geom_point.points.12.1.8" href="#gridSVG.pch19" x="993.77" y="576.6"
170
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
171
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
172
+ stroke-opacity="1" fill-opacity="1" />
173
+ <use id="geom_point.points.12.1.9" href="#gridSVG.pch19" x="962.98" y="652.4"
174
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
175
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
176
+ stroke-opacity="1" fill-opacity="1" />
177
+ <use id="geom_point.points.12.1.10" href="#gridSVG.pch19" x="919.21" y="756.26"
178
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
179
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
180
+ stroke-opacity="1" fill-opacity="1" />
181
+ <use id="geom_point.points.12.1.11" href="#gridSVG.pch19" x="946.84" y="659.59"
182
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
183
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
184
+ stroke-opacity="1" fill-opacity="1" />
185
+ <use id="geom_point.points.12.1.12" href="#gridSVG.pch19" x="867.74" y="665.54"
186
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
187
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
188
+ stroke-opacity="1" fill-opacity="1" />
189
+ <use id="geom_point.points.12.1.13" href="#gridSVG.pch19" x="651.64" y="190.68"
190
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
191
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
192
+ stroke-opacity="1" fill-opacity="1" />
193
+ <use id="geom_point.points.12.1.14" href="#gridSVG.pch19" x="1006.62" y="841.26"
194
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
195
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
196
+ stroke-opacity="1" fill-opacity="1" />
197
+ <use id="geom_point.points.12.1.15" href="#gridSVG.pch19" x="1066.21" y="619.33"
198
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
199
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
200
+ stroke-opacity="1" fill-opacity="1" />
201
+ <use id="geom_point.points.12.1.16" href="#gridSVG.pch19" x="886.45" y="747.68"
202
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
203
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
204
+ stroke-opacity="1" fill-opacity="1" />
205
+ <use id="geom_point.points.12.1.17" href="#gridSVG.pch19" x="312.85" y="283.8"
206
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
207
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
208
+ stroke-opacity="1" fill-opacity="1" />
209
+ <use id="geom_point.points.12.1.18" href="#gridSVG.pch19" x="1015.23" y="687.1"
210
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
211
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
212
+ stroke-opacity="1" fill-opacity="1" />
213
+ <use id="geom_point.points.12.1.19" href="#gridSVG.pch19" x="1164.64" y="720.64"
214
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
215
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
216
+ stroke-opacity="1" fill-opacity="1" />
217
+ <use id="geom_point.points.12.1.20" href="#gridSVG.pch19" x="571.67" y="362.62"
218
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
219
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
220
+ stroke-opacity="1" fill-opacity="1" />
221
+ <use id="geom_point.points.12.1.21" href="#gridSVG.pch19" x="717.8" y="558.51"
222
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
223
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
224
+ stroke-opacity="1" fill-opacity="1" />
225
+ <use id="geom_point.points.12.1.22" href="#gridSVG.pch19" x="391.87" y="124.07"
226
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
227
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
228
+ stroke-opacity="1" fill-opacity="1" />
229
+ <use id="geom_point.points.12.1.23" href="#gridSVG.pch19" x="341.33" y="241.99"
230
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
231
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
232
+ stroke-opacity="1" fill-opacity="1" />
233
+ <use id="geom_point.points.12.1.24" href="#gridSVG.pch19" x="670.21" y="293.07"
234
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
235
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
236
+ stroke-opacity="1" fill-opacity="1" />
237
+ <use id="geom_point.points.12.1.25" href="#gridSVG.pch19" x="833.94" y="545.22"
238
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
239
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
240
+ stroke-opacity="1" fill-opacity="1" />
241
+ <use id="geom_point.points.12.1.26" href="#gridSVG.pch19" x="890.91" y="778.21"
242
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
243
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
244
+ stroke-opacity="1" fill-opacity="1" />
245
+ <use id="geom_point.points.12.1.27" href="#gridSVG.pch19" x="972.89" y="773.8"
246
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
247
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
248
+ stroke-opacity="1" fill-opacity="1" />
249
+ <use id="geom_point.points.12.1.28" href="#gridSVG.pch19" x="1024.93" y="836.93"
250
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
251
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
252
+ stroke-opacity="1" fill-opacity="1" />
253
+ <use id="geom_point.points.12.1.29" href="#gridSVG.pch19" x="267.11" y="70.06"
254
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
255
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
256
+ stroke-opacity="1" fill-opacity="1" />
257
+ <use id="geom_point.points.12.1.30" href="#gridSVG.pch19" x="962.92" y="661.06"
258
+ width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
259
+ stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
260
+ stroke-opacity="1" fill-opacity="1" />
261
+ </g>
262
+ <g id="geom_smooth.gTree.15.1">
263
+ <g id="GRID.polyline.13.1">
264
+ <polyline id="GRID.polyline.13.1.1"
265
+ points="87.02,401.94 100.66,383.72 114.3,366.36 127.94,349.85 141.58,334.21 155.22,319.42 168.86,305.49 182.5,292.42 196.15,280.2 209.79,268.84 223.43,258.33 237.07,248.67 250.71,239.87 264.35,231.93 277.99,224.83 291.63,218.59 305.27,213.2 318.91,208.69 332.55,205.27 346.19,202.94 359.83,201.66 373.48,201.4 387.12,202.09 400.76,203.71 414.4,206.21 428.04,209.53 441.68,213.65 455.32,218.52 468.96,224.09 482.6,230.32 496.24,237.17 509.88,244.59 523.52,252.54 537.16,260.98 550.8,269.89 564.45,279.54 578.09,289.95 591.73,301.04 605.37,312.76 619.01,325.04 632.65,337.81 646.29,351 659.93,364.56 673.57,378.41 687.21,392.5 700.85,406.74 714.49,421.09 728.13,436.62 741.78,455.64 755.42,477.49 769.06,501.37 782.7,526.49 796.34,552.07 809.98,577.3 823.62,601.41 837.26,623.59 850.9,643.05 864.54,659.01 878.18,671.13 891.82,680.46 905.46,687.78 919.11,693.84 932.75,699.39 946.39,705.16 960.03,710.52 973.67,714.91 987.31,718.57 1000.95,721.2 1014.59,722.89 1028.23,723.69 1041.87,723.61 1055.51,722.63 1069.15,720.75 1082.79,717.94 1096.44,714.21 1110.08,709.54 1123.72,703.93 1137.36,697.36 1151,689.82 1164.64,681.31"
266
+ stroke="rgb(51,102,255)" fill="none" stroke-width="2.13"
267
+ stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
268
+ stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
269
+ </g>
270
+ </g>
271
+ </g>
272
+ </g>
273
+ </g>
274
+ <g id="layout::spacer.8-6-8-6.1">
275
+ <g id="spacer.8-6-8-6.1" />
276
+ </g>
277
+ <g id="layout::spacer.8-4-8-4.1">
278
+ <g id="spacer.8-4-8-4.1" />
279
+ </g>
280
+ <g id="layout::spacer.6-6-6-6.1">
281
+ <g id="spacer.6-6-6-6.1" />
282
+ </g>
283
+ <g id="layout::spacer.6-4-6-4.1">
284
+ <g id="spacer.6-4-6-4.1" />
285
+ </g>
286
+ <g id="layout::axis-t.6-5-6-5.1">
287
+ <g id="axis-t.6-5-6-5.1" />
288
+ </g>
289
+ <g id="layout::axis-l.7-4-7-4.1">
290
+ <g id="axis-l.7-4-7-4.1">
291
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
292
+ <g id="GRID.absoluteGrob.39.1">
293
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
294
+ <g id="axis.1">
295
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1">
296
+ <g id="axis.1-1-1-1.1">
297
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
298
+ font-size="8.8" stroke="rgb(77,77,77)"
299
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
300
+ stroke-opacity="1" font-weight="normal" font-style="normal">
301
+ <g
302
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1">
303
+ <g id="GRID.titleGrob.37.1">
304
+ <g id="GRID.text.36.1">
305
+ <g id="GRID.text.36.1.1" transform="translate(28.21, 87.29)"
306
+ stroke-width="0.1">
307
+ <g id="GRID.text.36.1.1.scale" transform="scale(1, -1)">
308
+ <text x="0" y="0" id="GRID.text.36.1.1.text" text-anchor="end"
309
+ font-size="8.8" stroke="rgb(77,77,77)"
310
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
311
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
312
+ font-weight="normal" font-style="normal">
313
+ <tspan id="GRID.text.36.1.1.tspan.1" dy="3.15" x="0">72</tspan>
314
+ </text>
315
+ </g>
316
+ </g>
317
+ <g id="GRID.text.36.1.2" transform="translate(28.21, 241.84)"
318
+ stroke-width="0.1">
319
+ <g id="GRID.text.36.1.2.scale" transform="scale(1, -1)">
320
+ <text x="0" y="0" id="GRID.text.36.1.2.text" text-anchor="end"
321
+ font-size="8.8" stroke="rgb(77,77,77)"
322
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
323
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
324
+ font-weight="normal" font-style="normal">
325
+ <tspan id="GRID.text.36.1.2.tspan.1" dy="3.15" x="0">74</tspan>
326
+ </text>
327
+ </g>
328
+ </g>
329
+ <g id="GRID.text.36.1.3" transform="translate(28.21, 396.39)"
330
+ stroke-width="0.1">
331
+ <g id="GRID.text.36.1.3.scale" transform="scale(1, -1)">
332
+ <text x="0" y="0" id="GRID.text.36.1.3.text" text-anchor="end"
333
+ font-size="8.8" stroke="rgb(77,77,77)"
334
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
335
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
336
+ font-weight="normal" font-style="normal">
337
+ <tspan id="GRID.text.36.1.3.tspan.1" dy="3.15" x="0">76</tspan>
338
+ </text>
339
+ </g>
340
+ </g>
341
+ <g id="GRID.text.36.1.4" transform="translate(28.21, 550.94)"
342
+ stroke-width="0.1">
343
+ <g id="GRID.text.36.1.4.scale" transform="scale(1, -1)">
344
+ <text x="0" y="0" id="GRID.text.36.1.4.text" text-anchor="end"
345
+ font-size="8.8" stroke="rgb(77,77,77)"
346
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
347
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
348
+ font-weight="normal" font-style="normal">
349
+ <tspan id="GRID.text.36.1.4.tspan.1" dy="3.15" x="0">78</tspan>
350
+ </text>
351
+ </g>
352
+ </g>
353
+ <g id="GRID.text.36.1.5" transform="translate(28.21, 705.49)"
354
+ stroke-width="0.1">
355
+ <g id="GRID.text.36.1.5.scale" transform="scale(1, -1)">
356
+ <text x="0" y="0" id="GRID.text.36.1.5.text" text-anchor="end"
357
+ font-size="8.8" stroke="rgb(77,77,77)"
358
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
359
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
360
+ font-weight="normal" font-style="normal">
361
+ <tspan id="GRID.text.36.1.5.tspan.1" dy="3.15" x="0">80</tspan>
362
+ </text>
363
+ </g>
364
+ </g>
365
+ <g id="GRID.text.36.1.6" transform="translate(28.21, 860.04)"
366
+ stroke-width="0.1">
367
+ <g id="GRID.text.36.1.6.scale" transform="scale(1, -1)">
368
+ <text x="0" y="0" id="GRID.text.36.1.6.text" text-anchor="end"
369
+ font-size="8.8" stroke="rgb(77,77,77)"
370
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
371
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
372
+ font-weight="normal" font-style="normal">
373
+ <tspan id="GRID.text.36.1.6.tspan.1" dy="3.15" x="0">82</tspan>
374
+ </text>
375
+ </g>
376
+ </g>
377
+ </g>
378
+ </g>
379
+ </g>
380
+ </g>
381
+ </g>
382
+ </g>
383
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1">
384
+ <g id="axis.1-2-1-2.1">
385
+ <g id="GRID.polyline.38.1">
386
+ <polyline id="GRID.polyline.38.1.1" points="30.4,87.29 33.14,87.29"
387
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
388
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
389
+ fill-opacity="1" />
390
+ <polyline id="GRID.polyline.38.1.2" points="30.4,241.84 33.14,241.84"
391
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
392
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
393
+ fill-opacity="1" />
394
+ <polyline id="GRID.polyline.38.1.3" points="30.4,396.39 33.14,396.39"
395
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
396
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
397
+ fill-opacity="1" />
398
+ <polyline id="GRID.polyline.38.1.4" points="30.4,550.94 33.14,550.94"
399
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
400
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
401
+ fill-opacity="1" />
402
+ <polyline id="GRID.polyline.38.1.5" points="30.4,705.49 33.14,705.49"
403
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
404
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
405
+ fill-opacity="1" />
406
+ <polyline id="GRID.polyline.38.1.6" points="30.4,860.04 33.14,860.04"
407
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
408
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
409
+ fill-opacity="1" />
410
+ </g>
411
+ </g>
412
+ </g>
413
+ </g>
414
+ </g>
415
+ </g>
416
+ </g>
417
+ </g>
418
+ </g>
419
+ <g id="layout::axis-r.7-6-7-6.1">
420
+ <g id="axis-r.7-6-7-6.1" />
421
+ </g>
422
+ <g id="layout::axis-b.8-5-8-5.1">
423
+ <g id="axis-b.8-5-8-5.1">
424
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
425
+ <g id="GRID.absoluteGrob.35.1">
426
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
427
+ <g id="axis.2">
428
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1">
429
+ <g id="axis.1-1-1-1.2">
430
+ <g id="GRID.polyline.34.1">
431
+ <polyline id="GRID.polyline.34.1.1" points="352.31,28.76 352.31,31.5"
432
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
433
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
434
+ fill-opacity="1" />
435
+ <polyline id="GRID.polyline.34.1.2" points="911.3,28.76 911.3,31.5"
436
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
437
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
438
+ fill-opacity="1" />
439
+ <polyline id="GRID.polyline.34.1.3" points="1171.22,28.76 1171.22,31.5"
440
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
441
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
442
+ fill-opacity="1" />
443
+ </g>
444
+ </g>
445
+ </g>
446
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1">
447
+ <g id="axis.2-1-2-1.1">
448
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
449
+ font-size="8.8" stroke="rgb(77,77,77)"
450
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
451
+ stroke-opacity="1" font-weight="normal" font-style="normal">
452
+ <g
453
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1">
454
+ <g id="GRID.titleGrob.33.1">
455
+ <g id="GRID.text.31.1">
456
+ <g id="GRID.text.31.1.1" transform="translate(352.31, 26.56)"
457
+ stroke-width="0.1">
458
+ <g id="GRID.text.31.1.1.scale" transform="scale(1, -1)">
459
+ <text x="0" y="0" id="GRID.text.31.1.1.text"
460
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
461
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
462
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
463
+ font-weight="normal" font-style="normal">
464
+ <tspan id="GRID.text.31.1.1.tspan.1" dy="6.3" x="0">10,000</tspan>
465
+ </text>
466
+ </g>
467
+ </g>
468
+ <g id="GRID.text.31.1.2" transform="translate(911.3, 26.56)"
469
+ stroke-width="0.1">
470
+ <g id="GRID.text.31.1.2.scale" transform="scale(1, -1)">
471
+ <text x="0" y="0" id="GRID.text.31.1.2.text"
472
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
473
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
474
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
475
+ font-weight="normal" font-style="normal">
476
+ <tspan id="GRID.text.31.1.2.tspan.1" dy="6.3" x="0">30,000</tspan>
477
+ </text>
478
+ </g>
479
+ </g>
480
+ <g id="GRID.text.31.1.3" transform="translate(1171.22, 26.56)"
481
+ stroke-width="0.1">
482
+ <g id="GRID.text.31.1.3.scale" transform="scale(1, -1)">
483
+ <text x="0" y="0" id="GRID.text.31.1.3.text"
484
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
485
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
486
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
487
+ font-weight="normal" font-style="normal">
488
+ <tspan id="GRID.text.31.1.3.tspan.1" dy="6.3" x="0">50,000</tspan>
489
+ </text>
490
+ </g>
491
+ </g>
492
+ </g>
493
+ </g>
494
+ </g>
495
+ </g>
496
+ </g>
497
+ </g>
498
+ </g>
499
+ </g>
500
+ </g>
501
+ </g>
502
+ </g>
503
+ </g>
504
+ <g id="layout::xlab-t.5-5-5-5.1">
505
+ <g id="xlab-t.5-5-5-5.1" />
506
+ </g>
507
+ <g id="layout::xlab-b.9-5-9-5.1">
508
+ <g id="xlab-b.9-5-9-5.1">
509
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7.1" font-size="11" stroke="rgb(0,0,0)"
510
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
511
+ stroke-opacity="1" font-weight="normal" font-style="normal">
512
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
513
+ <g id="axis.title.x.bottom..titleGrob.43.1">
514
+ <g id="GRID.text.40.1">
515
+ <g id="GRID.text.40.1.1" transform="translate(625.83, 15.67)"
516
+ stroke-width="0.1">
517
+ <g id="GRID.text.40.1.1.scale" transform="scale(1, -1)">
518
+ <text x="0" y="0" id="GRID.text.40.1.1.text" text-anchor="middle"
519
+ font-size="11" stroke="rgb(0,0,0)"
520
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
521
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
522
+ font-weight="normal" font-style="normal">
523
+ <tspan id="GRID.text.40.1.1.tspan.1" dy="7.88" x="0">GDP (log10
524
+ transformed)</tspan>
525
+ </text>
526
+ </g>
527
+ </g>
528
+ </g>
529
+ </g>
530
+ </g>
531
+ </g>
532
+ </g>
533
+ </g>
534
+ <g id="layout::ylab-l.7-3-7-3.1">
535
+ <g id="ylab-l.7-3-7-3.1">
536
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9.1" font-size="11" stroke="rgb(0,0,0)"
537
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
538
+ stroke-opacity="1" font-weight="normal" font-style="normal">
539
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
540
+ <g id="axis.title.y.left..titleGrob.46.1">
541
+ <g id="GRID.text.44.1">
542
+ <g id="GRID.text.44.1.1" transform="translate(5.48, 455.66)"
543
+ stroke-width="0.1">
544
+ <g id="GRID.text.44.1.1.scale" transform="scale(1, -1)">
545
+ <text x="0" y="0" id="GRID.text.44.1.1.text" transform="rotate(-90)"
546
+ text-anchor="middle" font-size="11" stroke="rgb(0,0,0)"
547
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
548
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
549
+ font-weight="normal" font-style="normal">
550
+ <tspan id="GRID.text.44.1.1.tspan.1" dy="7.88" x="0">Life Expectancy</tspan>
551
+ </text>
552
+ </g>
553
+ </g>
554
+ </g>
555
+ </g>
556
+ </g>
557
+ </g>
558
+ </g>
559
+ </g>
560
+ <g id="layout::ylab-r.7-7-7-7.1">
561
+ <g id="ylab-r.7-7-7-7.1" />
562
+ </g>
563
+ <g id="layout::subtitle.4-5-4-5.1">
564
+ <g id="subtitle.4-5-4-5.1" />
565
+ </g>
566
+ <g id="layout::title.3-5-3-5.1">
567
+ <g id="title.3-5-3-5.1">
568
+ <g id="layout::title.3-5-3-5::GRID.VP.11.1" font-size="13.2" stroke="rgb(0,0,0)"
569
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
570
+ stroke-opacity="1" font-weight="normal" font-style="normal">
571
+ <g id="layout::title.3-5-3-5::GRID.VP.11::GRID.VP.12.1">
572
+ <g id="plot.title..titleGrob.50.1">
573
+ <g id="GRID.text.47.1">
574
+ <g id="GRID.text.47.1.1" transform="translate(33.14, 897.52)"
575
+ stroke-width="0.1">
576
+ <g id="GRID.text.47.1.1.scale" transform="scale(1, -1)">
577
+ <text x="0" y="0" id="GRID.text.47.1.1.text" text-anchor="start"
578
+ font-size="13.2" stroke="rgb(0,0,0)"
579
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
580
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
581
+ font-weight="normal" font-style="normal">
582
+ <tspan id="GRID.text.47.1.1.tspan.1" dy="9.45" x="0">The Relationship
583
+ between GDP and Life Expectancy of European Countries in 2007.</tspan>
584
+ </text>
585
+ </g>
586
+ </g>
587
+ </g>
588
+ </g>
589
+ </g>
590
+ </g>
591
+ </g>
592
+ </g>
593
+ <g id="layout::caption.10-5-10-5.1">
594
+ <g id="caption.10-5-10-5.1" />
595
+ </g>
596
+ <g id="layout::tag.2-2-2-2.1">
597
+ <g id="tag.2-2-2-2.1" />
598
+ </g>
599
+ </g>
600
+ </g>
601
+ </g>
602
+ </g>
603
+ </svg>