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.
- package/.Rbuildignore +1 -0
- package/.eslintignore +3 -0
- package/.eslintrc.json +6 -0
- package/.github/workflows/build.yml +20 -0
- package/.prettierignore +3 -0
- package/.prettierrc.json +7 -0
- package/.vscode/extensions.json +25 -0
- package/.vscode/settings.json +30 -0
- package/.vscode/tasks.json +57 -0
- package/CHANGELOG.md +7 -0
- package/CITATION.cff +21 -0
- package/CONTRIBUTING.md +87 -0
- package/LICENSE.md +595 -0
- package/README.md +341 -0
- package/dist/maidr.js +8851 -0
- package/dist/maidr.min.js +1 -0
- package/dist/styles.css +244 -0
- package/dist/styles.min.css +1 -0
- package/docs/Audio.html +1398 -0
- package/docs/Constants.html +256 -0
- package/docs/Description.html +582 -0
- package/docs/Helper.html +364 -0
- package/docs/LogError.html +905 -0
- package/docs/Menu.html +665 -0
- package/docs/Position.html +174 -0
- package/docs/Resources.html +338 -0
- package/docs/Review.html +333 -0
- package/docs/Tracker.html +965 -0
- package/docs/audio.js.html +635 -0
- package/docs/constants.js.html +1242 -0
- package/docs/display.js.html +1184 -0
- package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
- package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
- package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
- package/docs/index.html +66 -0
- package/docs/scripts/linenumber.js +25 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/docs/scripts/prettify/lang-css.js +2 -0
- package/docs/scripts/prettify/prettify.js +28 -0
- package/docs/styles/jsdoc-default.css +692 -0
- package/docs/styles/prettify-jsdoc.css +111 -0
- package/docs/styles/prettify-tomorrow.css +132 -0
- package/examples/dev_charts/barplot.html +1056 -0
- package/examples/dev_charts/boxplot.html +1856 -0
- package/examples/dev_charts/boxplot_flipped.svg +727 -0
- package/examples/dev_charts/heatmap.html +1217 -0
- package/examples/dev_charts/scatterplot/displ.js +18 -0
- package/examples/dev_charts/scatterplot/histogram_for_residual.svg +595 -0
- package/examples/dev_charts/scatterplot/hwy.js +15 -0
- package/examples/dev_charts/scatterplot/layers/point_layer.json +938 -0
- package/examples/dev_charts/scatterplot/layers/smooth_layer.json +322 -0
- package/examples/dev_charts/scatterplot/point_layer.js +938 -0
- package/examples/dev_charts/scatterplot/prediction_array.js +31 -0
- package/examples/dev_charts/scatterplot/prediction_array.json +31 -0
- package/examples/dev_charts/scatterplot/residual_array.js +29 -0
- package/examples/dev_charts/scatterplot/residual_array.json +29 -0
- package/examples/dev_charts/scatterplot/scatterplot.svg +1428 -0
- package/examples/dev_charts/scatterplot/scatterplot_data.html +2838 -0
- package/examples/dev_charts/scatterplot/scatterplot_no_jitter_point_only.svg +1393 -0
- package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_bestfit.svg +1424 -0
- package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_loess_curve.svg +1402 -0
- package/examples/dev_charts/scatterplot/smooth_layer.js +322 -0
- package/examples/dev_charts/scatterplot.html +4560 -0
- package/examples/dodged_bar/dodged_bar.png +0 -0
- package/examples/dodged_bar/dodged_bar.svg +198 -0
- package/examples/dodged_bar/schema.json +41 -0
- package/examples/histogram/histogram_tutorial.svg +482 -0
- package/examples/histogram/histogram_tutorial_raw_data.json +362 -0
- package/examples/histogram/histogram_user_study.svg +578 -0
- package/examples/histogram/histogram_user_study_raw_data.json +362 -0
- package/examples/lineplot/lineplot_sample.svg +126 -0
- package/examples/lineplot/lineplot_sample_raw_data.json +1 -0
- package/examples/lineplot/point+lineplot_sample.svg +700 -0
- package/examples/other/audio_oscillator_boxplot.js +95 -0
- package/examples/other/barplot_labels.svg +314 -0
- package/examples/other/barplot_user_study.svg +313 -0
- package/examples/other/boxplot.html +927 -0
- package/examples/other/boxplot_data_frame.html +568 -0
- package/examples/other/boxplot_label.svg +751 -0
- package/examples/other/braille-display_boxplot.js +79 -0
- package/examples/other/control_boxplot.js +55 -0
- package/examples/other/draft.js +56 -0
- package/examples/other/getData.html +400 -0
- package/examples/other/getData.js +41 -0
- package/examples/other/ggplot_to_svg.R +371 -0
- package/examples/other/heatmap.svg +582 -0
- package/examples/other/heatmap_label.svg +608 -0
- package/examples/other/multiple_barplot.html +2250 -0
- package/examples/other/new_scatterplot_user_study_point_layer.json +122 -0
- package/examples/other/py_binder_output.html +1167 -0
- package/examples/other/scatterplot_label.svg +1429 -0
- package/examples/other/seaborn_plot.py +9 -0
- package/examples/other/svglite_bar.svg +136 -0
- package/examples/other/tutorial_boxplot.svg +727 -0
- package/examples/other/tutorial_boxplot_data.json +72 -0
- package/examples/other/user_study_boxplot.svg +676 -0
- package/examples/stacked_bar/schema.json +41 -0
- package/examples/stacked_bar/stack_bar.png +0 -0
- package/examples/stacked_bar/stacked_bar.svg +180 -0
- package/examples/stacked_normalized_bar/stacked_normalized_bar.png +0 -0
- package/examples/stacked_normalized_bar/stacked_normalized_bar.svg +189 -0
- package/examples/static/barplot.svg +263 -0
- package/examples/static/barplot_diamonds_gridSVG.svg +254 -0
- package/examples/static/boxplot.svg +424 -0
- package/examples/static/heatmap.svg +373 -0
- package/examples/static/heatmap_penguins_table.html +486 -0
- package/examples/static/scatterplot.svg +530 -0
- package/examples/svglite/task_heatmap.html +802 -0
- package/examples/svglite/task_heatmap.svg +111 -0
- package/examples/svglite/tutorial_bar.svg +136 -0
- package/examples/svglite/tutorial_bar_plot.html +504 -0
- package/examples/svglite/tutorial_boxplot.html +1850 -0
- package/examples/svglite/tutorial_boxplot.svg +727 -0
- package/examples/svglite/tutorial_scatterplot.html +3135 -0
- package/examples/svglite/tutorial_scatterplot.svg +311 -0
- package/gulpfile.js +49 -0
- package/index.html +40 -0
- package/jsconfig.json +10 -0
- package/jsdoc.json +19 -0
- package/package.json +47 -0
- package/src/css/styles.css +241 -0
- package/src/js/__tests__/audio.test.js +49 -0
- package/src/js/__tests__/constants.test.js +622 -0
- package/src/js/audio.js +575 -0
- package/src/js/barplot.js +254 -0
- package/src/js/boxplot.js +682 -0
- package/src/js/constants.js +1182 -0
- package/src/js/controls.js +3182 -0
- package/src/js/display.js +1124 -0
- package/src/js/heatmap.js +411 -0
- package/src/js/histogram.js +134 -0
- package/src/js/init.js +427 -0
- package/src/js/lineplot.js +219 -0
- package/src/js/scatterplot.js +619 -0
- package/src/js/segmented.js +268 -0
- package/user_study_pilot/binder_test.html +526 -0
- package/user_study_pilot/data/barplot_user_study.svg +492 -0
- package/user_study_pilot/data/barplot_user_study_raw_data.json +22 -0
- package/user_study_pilot/data/boxplot_tutorial.json +72 -0
- package/user_study_pilot/data/boxplot_tutorial_horizontal.svg +727 -0
- package/user_study_pilot/data/boxplot_user_study.json +52 -0
- package/user_study_pilot/data/boxplot_user_study_vertical.svg +675 -0
- package/user_study_pilot/data/boxplot_user_study_vertical_horizontal.svg +676 -0
- package/user_study_pilot/data/heatmap_user_study.svg +719 -0
- package/user_study_pilot/data/heatmap_user_study_raw_data.json +127 -0
- package/user_study_pilot/data/new_barplot_user_study.svg +269 -0
- package/user_study_pilot/data/new_heatmap_user_study.svg +367 -0
- package/user_study_pilot/data/new_scatterplot_user_study.svg +603 -0
- package/user_study_pilot/data/new_scatterplot_user_study_point_layer.json +122 -0
- package/user_study_pilot/data/scatterplot_user_study (1).svg +321 -0
- package/user_study_pilot/data/scatterplot_user_study.svg +603 -0
- package/user_study_pilot/data/scatterplot_user_study_point_layer.json +122 -0
- package/user_study_pilot/data/scatterplot_user_study_smooth_layer.json +322 -0
- package/user_study_pilot/intro.html +215 -0
- package/user_study_pilot/jaws_settings/Chrome.JDF +10 -0
- package/user_study_pilot/jaws_settings/Firefox.JDF +10 -0
- package/user_study_pilot/jaws_settings/backup_utf8/Chrome.JDF +10 -0
- package/user_study_pilot/jaws_settings/backup_utf8/Firefox.JDF +10 -0
- package/user_study_pilot/jaws_settings/backup_utf8/msedge.JDF +10 -0
- package/user_study_pilot/jaws_settings/msedge.JDF +10 -0
- package/user_study_pilot/nvda_settings/chrome.dic +10 -0
- package/user_study_pilot/nvda_settings/default.dic +10 -0
- package/user_study_pilot/nvda_settings/firefox.dic +10 -0
- package/user_study_pilot/nvda_settings/msedge.dic +10 -0
- package/user_study_pilot/scatterplot.html +4560 -0
- package/user_study_pilot/seaborn_test.html +1059 -0
- package/user_study_pilot/svglite_test.html +534 -0
- package/user_study_pilot/task1_bar_plot.html +1111 -0
- package/user_study_pilot/task2_heatmap.html +1661 -0
- package/user_study_pilot/task3_boxplot_horizontal.html +1690 -0
- package/user_study_pilot/task3_boxplot_vertical.html +1689 -0
- package/user_study_pilot/task4_scatterplot.html +2091 -0
- package/user_study_pilot/tutorial1_bar_plot.html +1159 -0
- package/user_study_pilot/tutorial2_heatmap.html +1276 -0
- package/user_study_pilot/tutorial3_boxplot_horizontal.html +1861 -0
- package/user_study_pilot/tutorial3_boxplot_vertical.html +1807 -0
- package/user_study_pilot/tutorial4_scatterplot.html +5893 -0
- package/user_study_pilot/tutorial5_histogram.html +1553 -0
- package/user_study_pilot/tutorial6_lineplot.html +1011 -0
- package/user_study_pilot/tutorial7_stacked.html +763 -0
- package/user_study_pilot/tutorial8_stacked_normalized.html +796 -0
- package/user_study_pilot/tutorial9_dodged_bar.html +831 -0
- package/user_study_pilot/voiceover_settings/user_study_VoiceOver Archive.voprefs +573 -0
|
@@ -0,0 +1,313 @@
|
|
|
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="800px" height="600px" viewBox="0 0 800 600" version="1.1">
|
|
3
|
+
<metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
|
|
4
|
+
<gridsvg:generator name="gridSVG" version="1.7-5" time="2023-04-21 06:49:32"/>
|
|
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, 600) scale(1, -1)">
|
|
21
|
+
<g id="gridSVG" fill="rgb(255,255,255)" 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="1" 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="800" height="600" 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
|
+
<g id="plot.background..rect.181.1">
|
|
32
|
+
<rect id="plot.background..rect.181.1.1" x="0" y="0" width="800" height="600" transform="" stroke-width="1.07" stroke="rgb(255,255,255)" fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="1" fill-opacity="1"/>
|
|
33
|
+
</g>
|
|
34
|
+
</g>
|
|
35
|
+
</g>
|
|
36
|
+
<defs>
|
|
37
|
+
<clipPath id="layout::panel.7-5-7-5.1.clipPath">
|
|
38
|
+
<rect x="48.07" y="31.5" width="746.45" height="545.33" fill="none" stroke="none"/>
|
|
39
|
+
</clipPath>
|
|
40
|
+
</defs>
|
|
41
|
+
<g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
|
|
42
|
+
<g id="panel.7-5-7-5.1">
|
|
43
|
+
<g id="panel-1.gTree.159.1">
|
|
44
|
+
<g id="grill.gTree.157.1">
|
|
45
|
+
<g id="panel.background..rect.150.1">
|
|
46
|
+
<rect id="panel.background..rect.150.1.1" x="48.07" y="31.5" width="746.45" height="545.33" transform="" stroke-width="1.07" stroke="none" fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1"/>
|
|
47
|
+
</g>
|
|
48
|
+
<g id="panel.grid.minor.y..polyline.152.1">
|
|
49
|
+
<polyline id="panel.grid.minor.y..polyline.152.1.1" points="48.07,121.31 794.52,121.31" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
50
|
+
<polyline id="panel.grid.minor.y..polyline.152.1.2" points="48.07,251.36 794.52,251.36" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
51
|
+
<polyline id="panel.grid.minor.y..polyline.152.1.3" points="48.07,381.41 794.52,381.41" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
52
|
+
<polyline id="panel.grid.minor.y..polyline.152.1.4" points="48.07,511.46 794.52,511.46" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
53
|
+
</g>
|
|
54
|
+
<g id="panel.grid.major.y..polyline.154.1">
|
|
55
|
+
<polyline id="panel.grid.major.y..polyline.154.1.1" points="48.07,56.28 794.52,56.28" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
56
|
+
<polyline id="panel.grid.major.y..polyline.154.1.2" points="48.07,186.34 794.52,186.34" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
57
|
+
<polyline id="panel.grid.major.y..polyline.154.1.3" points="48.07,316.39 794.52,316.39" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
58
|
+
<polyline id="panel.grid.major.y..polyline.154.1.4" points="48.07,446.44 794.52,446.44" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
59
|
+
<polyline id="panel.grid.major.y..polyline.154.1.5" points="48.07,576.49 794.52,576.49" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
60
|
+
</g>
|
|
61
|
+
<g id="panel.grid.major.x..polyline.156.1">
|
|
62
|
+
<polyline id="panel.grid.major.x..polyline.156.1.1" points="134.2,31.5 134.2,576.82" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
63
|
+
<polyline id="panel.grid.major.x..polyline.156.1.2" points="277.75,31.5 277.75,576.82" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
64
|
+
<polyline id="panel.grid.major.x..polyline.156.1.3" points="421.3,31.5 421.3,576.82" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
65
|
+
<polyline id="panel.grid.major.x..polyline.156.1.4" points="564.84,31.5 564.84,576.82" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
66
|
+
<polyline id="panel.grid.major.x..polyline.156.1.5" points="708.39,31.5 708.39,576.82" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
67
|
+
</g>
|
|
68
|
+
</g>
|
|
69
|
+
<g id="geom_rect.rect.146.1">
|
|
70
|
+
<rect id="geom_rect.rect.146.1.1" x="69.6" y="56.28" width="129.19" height="120.89" 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.146.1.2" x="213.15" y="56.28" width="129.19" height="116.9" 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
|
+
<rect id="geom_rect.rect.146.1.3" x="356.7" y="56.28" width="129.19" height="495.75" 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"/>
|
|
73
|
+
<rect id="geom_rect.rect.146.1.4" x="500.25" y="56.28" width="129.19" height="76.22" 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"/>
|
|
74
|
+
<rect id="geom_rect.rect.146.1.5" x="643.8" y="56.28" width="129.19" height="3.19" 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"/>
|
|
75
|
+
</g>
|
|
76
|
+
</g>
|
|
77
|
+
</g>
|
|
78
|
+
</g>
|
|
79
|
+
<g id="layout::spacer.8-6-8-6.1">
|
|
80
|
+
<g id="spacer.8-6-8-6.1"/>
|
|
81
|
+
</g>
|
|
82
|
+
<g id="layout::spacer.8-4-8-4.1">
|
|
83
|
+
<g id="spacer.8-4-8-4.1"/>
|
|
84
|
+
</g>
|
|
85
|
+
<g id="layout::spacer.6-6-6-6.1">
|
|
86
|
+
<g id="spacer.6-6-6-6.1"/>
|
|
87
|
+
</g>
|
|
88
|
+
<g id="layout::spacer.6-4-6-4.1">
|
|
89
|
+
<g id="spacer.6-4-6-4.1"/>
|
|
90
|
+
</g>
|
|
91
|
+
<g id="layout::axis-t.6-5-6-5.1">
|
|
92
|
+
<g id="axis-t.6-5-6-5.1"/>
|
|
93
|
+
</g>
|
|
94
|
+
<g id="layout::axis-l.7-4-7-4.1">
|
|
95
|
+
<g id="axis-l.7-4-7-4.1">
|
|
96
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.40.1">
|
|
97
|
+
<g id="GRID.absoluteGrob.167.1">
|
|
98
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.40::axis.1">
|
|
99
|
+
<g id="axis.1">
|
|
100
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.40::axis::axis.1-1-1-1.1">
|
|
101
|
+
<g id="axis.1-1-1-1.1">
|
|
102
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.40::axis::axis.1-1-1-1::GRID.VP.38.1" font-size="8.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">
|
|
103
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.40::axis::axis.1-1-1-1::GRID.VP.38::GRID.VP.39.1">
|
|
104
|
+
<g id="GRID.titleGrob.165.1">
|
|
105
|
+
<g id="GRID.text.164.1">
|
|
106
|
+
<g id="GRID.text.164.1.1" transform="translate(43.14, 56.28)" stroke-width="0.1">
|
|
107
|
+
<g id="GRID.text.164.1.1.scale" transform="scale(1, -1)">
|
|
108
|
+
<text x="0" y="0" id="GRID.text.164.1.1.text" text-anchor="end" font-size="8.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">
|
|
109
|
+
<tspan id="GRID.text.164.1.1.tspan.1" dy="3.15" x="0">0</tspan>
|
|
110
|
+
</text>
|
|
111
|
+
</g>
|
|
112
|
+
</g>
|
|
113
|
+
<g id="GRID.text.164.1.2" transform="translate(43.14, 186.34)" stroke-width="0.1">
|
|
114
|
+
<g id="GRID.text.164.1.2.scale" transform="scale(1, -1)">
|
|
115
|
+
<text x="0" y="0" id="GRID.text.164.1.2.text" text-anchor="end" font-size="8.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">
|
|
116
|
+
<tspan id="GRID.text.164.1.2.tspan.1" dy="3.15" x="0">1e+09</tspan>
|
|
117
|
+
</text>
|
|
118
|
+
</g>
|
|
119
|
+
</g>
|
|
120
|
+
<g id="GRID.text.164.1.3" transform="translate(43.14, 316.39)" stroke-width="0.1">
|
|
121
|
+
<g id="GRID.text.164.1.3.scale" transform="scale(1, -1)">
|
|
122
|
+
<text x="0" y="0" id="GRID.text.164.1.3.text" text-anchor="end" font-size="8.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">
|
|
123
|
+
<tspan id="GRID.text.164.1.3.tspan.1" dy="3.15" x="0">2e+09</tspan>
|
|
124
|
+
</text>
|
|
125
|
+
</g>
|
|
126
|
+
</g>
|
|
127
|
+
<g id="GRID.text.164.1.4" transform="translate(43.14, 446.44)" stroke-width="0.1">
|
|
128
|
+
<g id="GRID.text.164.1.4.scale" transform="scale(1, -1)">
|
|
129
|
+
<text x="0" y="0" id="GRID.text.164.1.4.text" text-anchor="end" font-size="8.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">
|
|
130
|
+
<tspan id="GRID.text.164.1.4.tspan.1" dy="3.15" x="0">3e+09</tspan>
|
|
131
|
+
</text>
|
|
132
|
+
</g>
|
|
133
|
+
</g>
|
|
134
|
+
<g id="GRID.text.164.1.5" transform="translate(43.14, 576.49)" stroke-width="0.1">
|
|
135
|
+
<g id="GRID.text.164.1.5.scale" transform="scale(1, -1)">
|
|
136
|
+
<text x="0" y="0" id="GRID.text.164.1.5.text" text-anchor="end" font-size="8.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">
|
|
137
|
+
<tspan id="GRID.text.164.1.5.tspan.1" dy="3.15" x="0">4e+09</tspan>
|
|
138
|
+
</text>
|
|
139
|
+
</g>
|
|
140
|
+
</g>
|
|
141
|
+
</g>
|
|
142
|
+
</g>
|
|
143
|
+
</g>
|
|
144
|
+
</g>
|
|
145
|
+
</g>
|
|
146
|
+
</g>
|
|
147
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.40::axis::axis.1-2-1-2.1">
|
|
148
|
+
<g id="axis.1-2-1-2.1">
|
|
149
|
+
<g id="GRID.polyline.166.1">
|
|
150
|
+
<polyline id="GRID.polyline.166.1.1" points="45.33,56.28 48.07,56.28" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
151
|
+
<polyline id="GRID.polyline.166.1.2" points="45.33,186.34 48.07,186.34" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
152
|
+
<polyline id="GRID.polyline.166.1.3" points="45.33,316.39 48.07,316.39" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
153
|
+
<polyline id="GRID.polyline.166.1.4" points="45.33,446.44 48.07,446.44" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
154
|
+
<polyline id="GRID.polyline.166.1.5" points="45.33,576.49 48.07,576.49" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
155
|
+
</g>
|
|
156
|
+
</g>
|
|
157
|
+
</g>
|
|
158
|
+
</g>
|
|
159
|
+
</g>
|
|
160
|
+
</g>
|
|
161
|
+
</g>
|
|
162
|
+
</g>
|
|
163
|
+
</g>
|
|
164
|
+
<g id="layout::axis-r.7-6-7-6.1">
|
|
165
|
+
<g id="axis-r.7-6-7-6.1"/>
|
|
166
|
+
</g>
|
|
167
|
+
<g id="layout::axis-b.8-5-8-5.1">
|
|
168
|
+
<g id="axis-b.8-5-8-5.1">
|
|
169
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.37.1">
|
|
170
|
+
<g id="GRID.absoluteGrob.163.1">
|
|
171
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.37::axis.1">
|
|
172
|
+
<g id="axis.2">
|
|
173
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.37::axis::axis.1-1-1-1.1">
|
|
174
|
+
<g id="axis.1-1-1-1.2">
|
|
175
|
+
<g id="GRID.polyline.162.1">
|
|
176
|
+
<polyline id="GRID.polyline.162.1.1" points="134.2,28.76 134.2,31.5" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
177
|
+
<polyline id="GRID.polyline.162.1.2" points="277.75,28.76 277.75,31.5" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
178
|
+
<polyline id="GRID.polyline.162.1.3" points="421.3,28.76 421.3,31.5" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
179
|
+
<polyline id="GRID.polyline.162.1.4" points="564.84,28.76 564.84,31.5" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
180
|
+
<polyline id="GRID.polyline.162.1.5" points="708.39,28.76 708.39,31.5" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
181
|
+
</g>
|
|
182
|
+
</g>
|
|
183
|
+
</g>
|
|
184
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.37::axis::axis.2-1-2-1.1">
|
|
185
|
+
<g id="axis.2-1-2-1.1">
|
|
186
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.37::axis::axis.2-1-2-1::GRID.VP.35.1" font-size="8.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">
|
|
187
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.37::axis::axis.2-1-2-1::GRID.VP.35::GRID.VP.36.1">
|
|
188
|
+
<g id="GRID.titleGrob.161.1">
|
|
189
|
+
<g id="GRID.text.160.1">
|
|
190
|
+
<g id="GRID.text.160.1.1" transform="translate(134.2, 26.56)" stroke-width="0.1">
|
|
191
|
+
<g id="GRID.text.160.1.1.scale" transform="scale(1, -1)">
|
|
192
|
+
<text x="0" y="0" id="GRID.text.160.1.1.text" text-anchor="middle" font-size="8.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">
|
|
193
|
+
<tspan id="GRID.text.160.1.1.tspan.1" dy="6.3" x="0">Africa</tspan>
|
|
194
|
+
</text>
|
|
195
|
+
</g>
|
|
196
|
+
</g>
|
|
197
|
+
<g id="GRID.text.160.1.2" transform="translate(277.75, 26.56)" stroke-width="0.1">
|
|
198
|
+
<g id="GRID.text.160.1.2.scale" transform="scale(1, -1)">
|
|
199
|
+
<text x="0" y="0" id="GRID.text.160.1.2.text" text-anchor="middle" font-size="8.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">
|
|
200
|
+
<tspan id="GRID.text.160.1.2.tspan.1" dy="6.3" x="0">Americas</tspan>
|
|
201
|
+
</text>
|
|
202
|
+
</g>
|
|
203
|
+
</g>
|
|
204
|
+
<g id="GRID.text.160.1.3" transform="translate(421.3, 26.56)" stroke-width="0.1">
|
|
205
|
+
<g id="GRID.text.160.1.3.scale" transform="scale(1, -1)">
|
|
206
|
+
<text x="0" y="0" id="GRID.text.160.1.3.text" text-anchor="middle" font-size="8.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">
|
|
207
|
+
<tspan id="GRID.text.160.1.3.tspan.1" dy="6.3" x="0">Asia</tspan>
|
|
208
|
+
</text>
|
|
209
|
+
</g>
|
|
210
|
+
</g>
|
|
211
|
+
<g id="GRID.text.160.1.4" transform="translate(564.84, 26.56)" stroke-width="0.1">
|
|
212
|
+
<g id="GRID.text.160.1.4.scale" transform="scale(1, -1)">
|
|
213
|
+
<text x="0" y="0" id="GRID.text.160.1.4.text" text-anchor="middle" font-size="8.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">
|
|
214
|
+
<tspan id="GRID.text.160.1.4.tspan.1" dy="6.3" x="0">Europe</tspan>
|
|
215
|
+
</text>
|
|
216
|
+
</g>
|
|
217
|
+
</g>
|
|
218
|
+
<g id="GRID.text.160.1.5" transform="translate(708.39, 26.56)" stroke-width="0.1">
|
|
219
|
+
<g id="GRID.text.160.1.5.scale" transform="scale(1, -1)">
|
|
220
|
+
<text x="0" y="0" id="GRID.text.160.1.5.text" text-anchor="middle" font-size="8.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">
|
|
221
|
+
<tspan id="GRID.text.160.1.5.tspan.1" dy="6.3" x="0">Oceania</tspan>
|
|
222
|
+
</text>
|
|
223
|
+
</g>
|
|
224
|
+
</g>
|
|
225
|
+
</g>
|
|
226
|
+
</g>
|
|
227
|
+
</g>
|
|
228
|
+
</g>
|
|
229
|
+
</g>
|
|
230
|
+
</g>
|
|
231
|
+
</g>
|
|
232
|
+
</g>
|
|
233
|
+
</g>
|
|
234
|
+
</g>
|
|
235
|
+
</g>
|
|
236
|
+
</g>
|
|
237
|
+
<g id="layout::xlab-t.5-5-5-5.1">
|
|
238
|
+
<g id="xlab-t.5-5-5-5.1"/>
|
|
239
|
+
</g>
|
|
240
|
+
<g id="layout::xlab-b.9-5-9-5.1">
|
|
241
|
+
<g id="xlab-b.9-5-9-5.1">
|
|
242
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.41.1" font-size="11" 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">
|
|
243
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.41::GRID.VP.42.1">
|
|
244
|
+
<g id="axis.title.x.bottom..titleGrob.170.1">
|
|
245
|
+
<g id="GRID.text.168.1">
|
|
246
|
+
<g id="GRID.text.168.1.1" transform="translate(421.3, 15.67)" stroke-width="0.1">
|
|
247
|
+
<g id="GRID.text.168.1.1.scale" transform="scale(1, -1)">
|
|
248
|
+
<text x="0" y="0" id="GRID.text.168.1.1.text" text-anchor="middle" font-size="11" 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">
|
|
249
|
+
<tspan id="GRID.text.168.1.1.tspan.1" dy="7.88" x="0">Continent</tspan>
|
|
250
|
+
</text>
|
|
251
|
+
</g>
|
|
252
|
+
</g>
|
|
253
|
+
</g>
|
|
254
|
+
</g>
|
|
255
|
+
</g>
|
|
256
|
+
</g>
|
|
257
|
+
</g>
|
|
258
|
+
</g>
|
|
259
|
+
<g id="layout::ylab-l.7-3-7-3.1">
|
|
260
|
+
<g id="ylab-l.7-3-7-3.1">
|
|
261
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.43.1" font-size="11" 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">
|
|
262
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.43::GRID.VP.44.1">
|
|
263
|
+
<g id="axis.title.y.left..titleGrob.173.1">
|
|
264
|
+
<g id="GRID.text.171.1">
|
|
265
|
+
<g id="GRID.text.171.1.1" transform="translate(5.48, 304.16)" stroke-width="0.1">
|
|
266
|
+
<g id="GRID.text.171.1.1.scale" transform="scale(1, -1)">
|
|
267
|
+
<text x="0" y="0" id="GRID.text.171.1.1.text" transform="rotate(-90)" text-anchor="middle" font-size="11" 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">
|
|
268
|
+
<tspan id="GRID.text.171.1.1.tspan.1" dy="7.88" x="0">Total Population</tspan>
|
|
269
|
+
</text>
|
|
270
|
+
</g>
|
|
271
|
+
</g>
|
|
272
|
+
</g>
|
|
273
|
+
</g>
|
|
274
|
+
</g>
|
|
275
|
+
</g>
|
|
276
|
+
</g>
|
|
277
|
+
</g>
|
|
278
|
+
<g id="layout::ylab-r.7-7-7-7.1">
|
|
279
|
+
<g id="ylab-r.7-7-7-7.1"/>
|
|
280
|
+
</g>
|
|
281
|
+
<g id="layout::subtitle.4-5-4-5.1">
|
|
282
|
+
<g id="subtitle.4-5-4-5.1"/>
|
|
283
|
+
</g>
|
|
284
|
+
<g id="layout::title.3-5-3-5.1">
|
|
285
|
+
<g id="title.3-5-3-5.1">
|
|
286
|
+
<g id="layout::title.3-5-3-5::GRID.VP.45.1" font-size="13.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">
|
|
287
|
+
<g id="layout::title.3-5-3-5::GRID.VP.45::GRID.VP.46.1">
|
|
288
|
+
<g id="plot.title..titleGrob.176.1">
|
|
289
|
+
<g id="GRID.text.174.1">
|
|
290
|
+
<g id="GRID.text.174.1.1" transform="translate(48.07, 594.52)" stroke-width="0.1">
|
|
291
|
+
<g id="GRID.text.174.1.1.scale" transform="scale(1, -1)">
|
|
292
|
+
<text x="0" y="0" id="GRID.text.174.1.1.text" text-anchor="start" font-size="13.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">
|
|
293
|
+
<tspan id="GRID.text.174.1.1.tspan.1" dy="9.45" x="0">The Total Population of Each Continent in 2007.</tspan>
|
|
294
|
+
</text>
|
|
295
|
+
</g>
|
|
296
|
+
</g>
|
|
297
|
+
</g>
|
|
298
|
+
</g>
|
|
299
|
+
</g>
|
|
300
|
+
</g>
|
|
301
|
+
</g>
|
|
302
|
+
</g>
|
|
303
|
+
<g id="layout::caption.10-5-10-5.1">
|
|
304
|
+
<g id="caption.10-5-10-5.1"/>
|
|
305
|
+
</g>
|
|
306
|
+
<g id="layout::tag.2-2-2-2.1">
|
|
307
|
+
<g id="tag.2-2-2-2.1"/>
|
|
308
|
+
</g>
|
|
309
|
+
</g>
|
|
310
|
+
</g>
|
|
311
|
+
</g>
|
|
312
|
+
</g>
|
|
313
|
+
</svg>
|