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,127 @@
1
+ [
2
+ {
3
+ "year": "1987",
4
+ "continent": "Africa",
5
+ "mean_gdp": 2282.67
6
+ },
7
+ {
8
+ "year": "1987",
9
+ "continent": "Americas",
10
+ "mean_gdp": 7793.4
11
+ },
12
+ {
13
+ "year": "1987",
14
+ "continent": "Asia",
15
+ "mean_gdp": 7608.23
16
+ },
17
+ {
18
+ "year": "1987",
19
+ "continent": "Europe",
20
+ "mean_gdp": 17214.31
21
+ },
22
+ {
23
+ "year": "1987",
24
+ "continent": "Oceania",
25
+ "mean_gdp": 20448.04
26
+ },
27
+ {
28
+ "year": "1992",
29
+ "continent": "Africa",
30
+ "mean_gdp": 2281.81
31
+ },
32
+ {
33
+ "year": "1992",
34
+ "continent": "Americas",
35
+ "mean_gdp": 8044.93
36
+ },
37
+ {
38
+ "year": "1992",
39
+ "continent": "Asia",
40
+ "mean_gdp": 8639.69
41
+ },
42
+ {
43
+ "year": "1992",
44
+ "continent": "Europe",
45
+ "mean_gdp": 17061.57
46
+ },
47
+ {
48
+ "year": "1992",
49
+ "continent": "Oceania",
50
+ "mean_gdp": 20894.05
51
+ },
52
+ {
53
+ "year": "1997",
54
+ "continent": "Africa",
55
+ "mean_gdp": 2378.76
56
+ },
57
+ {
58
+ "year": "1997",
59
+ "continent": "Americas",
60
+ "mean_gdp": 8889.3
61
+ },
62
+ {
63
+ "year": "1997",
64
+ "continent": "Asia",
65
+ "mean_gdp": 9834.09
66
+ },
67
+ {
68
+ "year": "1997",
69
+ "continent": "Europe",
70
+ "mean_gdp": 19076.78
71
+ },
72
+ {
73
+ "year": "1997",
74
+ "continent": "Oceania",
75
+ "mean_gdp": 24024.18
76
+ },
77
+ {
78
+ "year": "2002",
79
+ "continent": "Africa",
80
+ "mean_gdp": 2599.39
81
+ },
82
+ {
83
+ "year": "2002",
84
+ "continent": "Americas",
85
+ "mean_gdp": 9287.68
86
+ },
87
+ {
88
+ "year": "2002",
89
+ "continent": "Asia",
90
+ "mean_gdp": 10174.09
91
+ },
92
+ {
93
+ "year": "2002",
94
+ "continent": "Europe",
95
+ "mean_gdp": 21711.73
96
+ },
97
+ {
98
+ "year": "2002",
99
+ "continent": "Oceania",
100
+ "mean_gdp": 26938.78
101
+ },
102
+ {
103
+ "year": "2007",
104
+ "continent": "Africa",
105
+ "mean_gdp": 3089.03
106
+ },
107
+ {
108
+ "year": "2007",
109
+ "continent": "Americas",
110
+ "mean_gdp": 11003.03
111
+ },
112
+ {
113
+ "year": "2007",
114
+ "continent": "Asia",
115
+ "mean_gdp": 12473.03
116
+ },
117
+ {
118
+ "year": "2007",
119
+ "continent": "Europe",
120
+ "mean_gdp": 25054.48
121
+ },
122
+ {
123
+ "year": "2007",
124
+ "continent": "Oceania",
125
+ "mean_gdp": 29810.19
126
+ }
127
+ ]
@@ -0,0 +1,269 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="504px" height="504px" viewBox="0 0 504 504" 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-03-02 17:56:35"/>
5
+ <gridsvg:argument name="name" value="barplot_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, 504) scale(1, -1)">
21
+ <g id="gridSVG" fill="none" stroke="rgb(0,0,0)" stroke-dasharray="none" stroke-width="0.75" font-size="12" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" opacity="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-opacity="1" fill-opacity="0" font-weight="normal" font-style="normal">
22
+ <g id="layout.1">
23
+ <g id="layout.2">
24
+ <defs>
25
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
26
+ <rect x="0" y="0" width="504" height="504" fill="none" stroke="none"/>
27
+ </clipPath>
28
+ </defs>
29
+ <g id="layout::background.1-9-12-1.1" clip-path="url(#layout::background.1-9-12-1.1.clipPath)">
30
+ <g id="background.1-9-12-1.1">
31
+ <rect id="background.1-9-12-1.1.1" x="0" y="0" width="504" height="504" transform="" stroke-width="1.55" stroke="rgb(255,255,255)" fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="1" fill-opacity="1"/>
32
+ </g>
33
+ </g>
34
+ <defs>
35
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
36
+ <rect x="69.9" y="45.8" width="426.13" height="424.47" fill="none" stroke="none"/>
37
+ </clipPath>
38
+ </defs>
39
+ <g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
40
+ <g id="panel.7-5-7-5.1">
41
+ <g id="grill.gTree.321.1">
42
+ <g id="panel.background..rect.314.1">
43
+ <rect id="panel.background..rect.314.1.1" x="69.9" y="45.8" width="426.13" height="424.47" transform="" stroke-width="1.55" stroke="none" fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1"/>
44
+ </g>
45
+ <g id="panel.grid.minor.y..polyline.316.1">
46
+ <polyline id="panel.grid.minor.y..polyline.316.1.1" points="69.9,115.71 496.03,115.71" stroke="rgb(255,255,255)" fill="none" stroke-width="0.78" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
47
+ <polyline id="panel.grid.minor.y..polyline.316.1.2" points="69.9,216.94 496.03,216.94" stroke="rgb(255,255,255)" fill="none" stroke-width="0.78" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
48
+ <polyline id="panel.grid.minor.y..polyline.316.1.3" points="69.9,318.17 496.03,318.17" stroke="rgb(255,255,255)" fill="none" stroke-width="0.78" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
49
+ <polyline id="panel.grid.minor.y..polyline.316.1.4" points="69.9,419.4 496.03,419.4" stroke="rgb(255,255,255)" fill="none" stroke-width="0.78" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
50
+ </g>
51
+ <g id="panel.grid.major.y..polyline.318.1">
52
+ <polyline id="panel.grid.major.y..polyline.318.1.1" points="69.9,65.1 496.03,65.1" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
53
+ <polyline id="panel.grid.major.y..polyline.318.1.2" points="69.9,166.33 496.03,166.33" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
54
+ <polyline id="panel.grid.major.y..polyline.318.1.3" points="69.9,267.56 496.03,267.56" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
55
+ <polyline id="panel.grid.major.y..polyline.318.1.4" points="69.9,368.79 496.03,368.79" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
56
+ <polyline id="panel.grid.major.y..polyline.318.1.5" points="69.9,470.02 496.03,470.02" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
57
+ </g>
58
+ <g id="panel.grid.major.x..polyline.320.1">
59
+ <polyline id="panel.grid.major.x..polyline.320.1.1" points="119.07,45.8 119.07,470.28" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
60
+ <polyline id="panel.grid.major.x..polyline.320.1.2" points="201.02,45.8 201.02,470.28" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
61
+ <polyline id="panel.grid.major.x..polyline.320.1.3" points="282.96,45.8 282.96,470.28" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
62
+ <polyline id="panel.grid.major.x..polyline.320.1.4" points="364.91,45.8 364.91,470.28" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
63
+ <polyline id="panel.grid.major.x..polyline.320.1.5" points="446.86,45.8 446.86,470.28" stroke="rgb(255,255,255)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
64
+ </g>
65
+ </g>
66
+ <g id="geom_rect.rect.310.1">
67
+ <rect id="geom_rect.rect.310.1.1" x="82.19" y="65.1" width="73.75" height="94.1" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="0" fill-opacity="1"/>
68
+ <rect id="geom_rect.rect.310.1.2" x="164.14" y="65.1" width="73.75" height="90.99" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="0" fill-opacity="1"/>
69
+ <rect id="geom_rect.rect.310.1.3" x="246.09" y="65.1" width="73.75" height="385.88" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="0" fill-opacity="1"/>
70
+ <rect id="geom_rect.rect.310.1.4" x="328.04" y="65.1" width="73.75" height="59.33" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="0" fill-opacity="1"/>
71
+ <rect id="geom_rect.rect.310.1.5" x="409.98" y="65.1" width="73.75" height="2.49" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="0" fill-opacity="1"/>
72
+ </g>
73
+ </g>
74
+ </g>
75
+ <g id="layout::spacer.8-6-8-6.1"/>
76
+ <g id="layout::spacer.8-4-8-4.1"/>
77
+ <g id="layout::spacer.6-6-6-6.1"/>
78
+ <g id="layout::spacer.6-4-6-4.1"/>
79
+ <g id="layout::axis-t.6-5-6-5.1"/>
80
+ <g id="layout::axis-l.7-4-7-4.1">
81
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78.1">
82
+ <g id="axis-l.7-4-7-4.1">
83
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78::axis.1">
84
+ <g id="axis.1">
85
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-1-1-1.1">
86
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-1-1-1::GRID.VP.76.1" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
87
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-1-1-1::GRID.VP.76::GRID.VP.77.1">
88
+ <g id="axis.1-1-1-1.1">
89
+ <g id="GRID.text.329.1">
90
+ <g id="GRID.text.329.1.1" transform="translate(62.73, 65.1)" stroke-width="0.1">
91
+ <g id="GRID.text.329.1.1.scale" transform="scale(1, -1)">
92
+ <text x="0" y="0" id="GRID.text.329.1.1.text" text-anchor="end" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
93
+ <tspan id="GRID.text.329.1.1.tspan.1" dy="4.58" x="0">0</tspan>
94
+ </text>
95
+ </g>
96
+ </g>
97
+ <g id="GRID.text.329.1.2" transform="translate(62.73, 166.33)" stroke-width="0.1">
98
+ <g id="GRID.text.329.1.2.scale" transform="scale(1, -1)">
99
+ <text x="0" y="0" id="GRID.text.329.1.2.text" text-anchor="end" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
100
+ <tspan id="GRID.text.329.1.2.tspan.1" dy="4.58" x="0">1e+09</tspan>
101
+ </text>
102
+ </g>
103
+ </g>
104
+ <g id="GRID.text.329.1.3" transform="translate(62.73, 267.56)" stroke-width="0.1">
105
+ <g id="GRID.text.329.1.3.scale" transform="scale(1, -1)">
106
+ <text x="0" y="0" id="GRID.text.329.1.3.text" text-anchor="end" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
107
+ <tspan id="GRID.text.329.1.3.tspan.1" dy="4.58" x="0">2e+09</tspan>
108
+ </text>
109
+ </g>
110
+ </g>
111
+ <g id="GRID.text.329.1.4" transform="translate(62.73, 368.79)" stroke-width="0.1">
112
+ <g id="GRID.text.329.1.4.scale" transform="scale(1, -1)">
113
+ <text x="0" y="0" id="GRID.text.329.1.4.text" text-anchor="end" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
114
+ <tspan id="GRID.text.329.1.4.tspan.1" dy="4.58" x="0">3e+09</tspan>
115
+ </text>
116
+ </g>
117
+ </g>
118
+ <g id="GRID.text.329.1.5" transform="translate(62.73, 470.02)" stroke-width="0.1">
119
+ <g id="GRID.text.329.1.5.scale" transform="scale(1, -1)">
120
+ <text x="0" y="0" id="GRID.text.329.1.5.text" text-anchor="end" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
121
+ <tspan id="GRID.text.329.1.5.tspan.1" dy="4.58" x="0">4e+09</tspan>
122
+ </text>
123
+ </g>
124
+ </g>
125
+ </g>
126
+ </g>
127
+ </g>
128
+ </g>
129
+ </g>
130
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-2-1-2.1">
131
+ <g id="axis.1-2-1-2.1">
132
+ <polyline id="axis.1-2-1-2.1.1" points="65.91,65.1 69.9,65.1" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
133
+ <polyline id="axis.1-2-1-2.1.2" points="65.91,166.33 69.9,166.33" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
134
+ <polyline id="axis.1-2-1-2.1.3" points="65.91,267.56 69.9,267.56" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
135
+ <polyline id="axis.1-2-1-2.1.4" points="65.91,368.79 69.9,368.79" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
136
+ <polyline id="axis.1-2-1-2.1.5" points="65.91,470.02 69.9,470.02" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
137
+ </g>
138
+ </g>
139
+ </g>
140
+ </g>
141
+ </g>
142
+ </g>
143
+ </g>
144
+ <g id="layout::axis-r.7-6-7-6.1"/>
145
+ <g id="layout::axis-b.8-5-8-5.1">
146
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75.1">
147
+ <g id="axis-b.8-5-8-5.1">
148
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75::axis.1">
149
+ <g id="axis.2">
150
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.1-1-1-1.1">
151
+ <g id="axis.1-1-1-1.2">
152
+ <polyline id="axis.1-1-1-1.2.1" points="119.07,41.82 119.07,45.8" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
153
+ <polyline id="axis.1-1-1-1.2.2" points="201.02,41.82 201.02,45.8" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
154
+ <polyline id="axis.1-1-1-1.2.3" points="282.96,41.82 282.96,45.8" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
155
+ <polyline id="axis.1-1-1-1.2.4" points="364.91,41.82 364.91,45.8" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
156
+ <polyline id="axis.1-1-1-1.2.5" points="446.86,41.82 446.86,45.8" stroke="rgb(51,51,51)" fill="none" stroke-width="1.55" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
157
+ </g>
158
+ </g>
159
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.2-1-2-1.1">
160
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.2-1-2-1::GRID.VP.73.1" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
161
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.2-1-2-1::GRID.VP.73::GRID.VP.74.1">
162
+ <g id="axis.2-1-2-1.1">
163
+ <g id="GRID.text.324.1">
164
+ <g id="GRID.text.324.1.1" transform="translate(119.07, 38.63)" stroke-width="0.1">
165
+ <g id="GRID.text.324.1.1.scale" transform="scale(1, -1)">
166
+ <text x="0" y="0" id="GRID.text.324.1.1.text" text-anchor="middle" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
167
+ <tspan id="GRID.text.324.1.1.tspan.1" dy="9.16" x="0">Africa</tspan>
168
+ </text>
169
+ </g>
170
+ </g>
171
+ <g id="GRID.text.324.1.2" transform="translate(201.02, 38.63)" stroke-width="0.1">
172
+ <g id="GRID.text.324.1.2.scale" transform="scale(1, -1)">
173
+ <text x="0" y="0" id="GRID.text.324.1.2.text" text-anchor="middle" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
174
+ <tspan id="GRID.text.324.1.2.tspan.1" dy="9.16" x="0">Americas</tspan>
175
+ </text>
176
+ </g>
177
+ </g>
178
+ <g id="GRID.text.324.1.3" transform="translate(282.96, 38.63)" stroke-width="0.1">
179
+ <g id="GRID.text.324.1.3.scale" transform="scale(1, -1)">
180
+ <text x="0" y="0" id="GRID.text.324.1.3.text" text-anchor="middle" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
181
+ <tspan id="GRID.text.324.1.3.tspan.1" dy="9.16" x="0">Asia</tspan>
182
+ </text>
183
+ </g>
184
+ </g>
185
+ <g id="GRID.text.324.1.4" transform="translate(364.91, 38.63)" stroke-width="0.1">
186
+ <g id="GRID.text.324.1.4.scale" transform="scale(1, -1)">
187
+ <text x="0" y="0" id="GRID.text.324.1.4.text" text-anchor="middle" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
188
+ <tspan id="GRID.text.324.1.4.tspan.1" dy="9.16" x="0">Europe</tspan>
189
+ </text>
190
+ </g>
191
+ </g>
192
+ <g id="GRID.text.324.1.5" transform="translate(446.86, 38.63)" stroke-width="0.1">
193
+ <g id="GRID.text.324.1.5.scale" transform="scale(1, -1)">
194
+ <text x="0" y="0" id="GRID.text.324.1.5.text" text-anchor="middle" font-size="12.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
195
+ <tspan id="GRID.text.324.1.5.tspan.1" dy="9.16" x="0">Oceania</tspan>
196
+ </text>
197
+ </g>
198
+ </g>
199
+ </g>
200
+ </g>
201
+ </g>
202
+ </g>
203
+ </g>
204
+ </g>
205
+ </g>
206
+ </g>
207
+ </g>
208
+ </g>
209
+ <g id="layout::xlab-t.5-5-5-5.1"/>
210
+ <g id="layout::xlab-b.9-5-9-5.1">
211
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.79.1" font-size="16" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
212
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.79::GRID.VP.80.1">
213
+ <g id="xlab-b.9-5-9-5.1">
214
+ <g id="GRID.text.333.1">
215
+ <g id="GRID.text.333.1.1" transform="translate(282.96, 22.79)" stroke-width="0.1">
216
+ <g id="GRID.text.333.1.1.scale" transform="scale(1, -1)">
217
+ <text x="0" y="0" id="GRID.text.333.1.1.text" text-anchor="middle" font-size="16" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
218
+ <tspan id="GRID.text.333.1.1.tspan.1" dy="11.45" x="0">Continent</tspan>
219
+ </text>
220
+ </g>
221
+ </g>
222
+ </g>
223
+ </g>
224
+ </g>
225
+ </g>
226
+ </g>
227
+ <g id="layout::ylab-l.7-3-7-3.1">
228
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.81.1" font-size="16" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
229
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.81::GRID.VP.82.1">
230
+ <g id="ylab-l.7-3-7-3.1">
231
+ <g id="GRID.text.337.1">
232
+ <g id="GRID.text.337.1.1" transform="translate(7.97, 258.04)" stroke-width="0.1">
233
+ <g id="GRID.text.337.1.1.scale" transform="scale(1, -1)">
234
+ <text x="0" y="0" id="GRID.text.337.1.1.text" transform="rotate(-90)" text-anchor="middle" font-size="16" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
235
+ <tspan id="GRID.text.337.1.1.tspan.1" dy="11.45" x="0">Total Population</tspan>
236
+ </text>
237
+ </g>
238
+ </g>
239
+ </g>
240
+ </g>
241
+ </g>
242
+ </g>
243
+ </g>
244
+ <g id="layout::ylab-r.7-7-7-7.1"/>
245
+ <g id="layout::subtitle.4-5-4-5.1"/>
246
+ <g id="layout::title.3-5-3-5.1">
247
+ <g id="layout::title.3-5-3-5::GRID.VP.83.1" font-size="19.2" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
248
+ <g id="layout::title.3-5-3-5::GRID.VP.83::GRID.VP.84.1">
249
+ <g id="title.3-5-3-5.1">
250
+ <g id="GRID.text.340.1">
251
+ <g id="GRID.text.340.1.1" transform="translate(69.9, 496.03)" stroke-width="0.1">
252
+ <g id="GRID.text.340.1.1.scale" transform="scale(1, -1)">
253
+ <text x="0" y="0" id="GRID.text.340.1.1.text" text-anchor="start" font-size="19.2" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
254
+ <tspan id="GRID.text.340.1.1.tspan.1" dy="13.74" x="0">The Total Population of Each Continent in 2007.</tspan>
255
+ </text>
256
+ </g>
257
+ </g>
258
+ </g>
259
+ </g>
260
+ </g>
261
+ </g>
262
+ </g>
263
+ <g id="layout::caption.10-5-10-5.1"/>
264
+ <g id="layout::tag.2-2-2-2.1"/>
265
+ </g>
266
+ </g>
267
+ </g>
268
+ </g>
269
+ </svg>