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,367 @@
|
|
|
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-02-24 21:08:17"/>
|
|
5
|
+
<gridsvg:argument name="name" value="/Users/yilinxia/heatmap_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-11-12-1.1.clipPath">
|
|
26
|
+
<rect x="0" y="50.3" width="504" height="403.4" fill="none" stroke="none"/>
|
|
27
|
+
</clipPath>
|
|
28
|
+
</defs>
|
|
29
|
+
<g id="layout::background.1-11-12-1.1" clip-path="url(#layout::background.1-11-12-1.1.clipPath)">
|
|
30
|
+
<g id="background.1-11-12-1.1">
|
|
31
|
+
<rect id="background.1-11-12-1.1.1" x="0" y="50.3" width="504" height="403.4" transform="" stroke-width="1.07" 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="60.01" y="81.79" width="348.73" height="348.73" 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.1460.1">
|
|
42
|
+
<g id="panel.background..rect.1455.1">
|
|
43
|
+
<rect id="panel.background..rect.1455.1.1" x="60.01" y="81.79" width="348.73" height="348.73" transform="" stroke-width="1.07" stroke="none" fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1"/>
|
|
44
|
+
</g>
|
|
45
|
+
<g id="panel.grid.major.y..polyline.1457.1">
|
|
46
|
+
<polyline id="panel.grid.major.y..polyline.1457.1.1" points="60.01,122.03 408.74,122.03" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
47
|
+
<polyline id="panel.grid.major.y..polyline.1457.1.2" points="60.01,189.09 408.74,189.09" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
48
|
+
<polyline id="panel.grid.major.y..polyline.1457.1.3" points="60.01,256.15 408.74,256.15" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
49
|
+
<polyline id="panel.grid.major.y..polyline.1457.1.4" points="60.01,323.22 408.74,323.22" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
50
|
+
<polyline id="panel.grid.major.y..polyline.1457.1.5" points="60.01,390.28 408.74,390.28" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
51
|
+
</g>
|
|
52
|
+
<g id="panel.grid.major.x..polyline.1459.1">
|
|
53
|
+
<polyline id="panel.grid.major.x..polyline.1459.1.1" points="100.25,81.79 100.25,430.52" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
54
|
+
<polyline id="panel.grid.major.x..polyline.1459.1.2" points="167.31,81.79 167.31,430.52" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
55
|
+
<polyline id="panel.grid.major.x..polyline.1459.1.3" points="234.38,81.79 234.38,430.52" 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.x..polyline.1459.1.4" points="301.44,81.79 301.44,430.52" 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.x..polyline.1459.1.5" points="368.5,81.79 368.5,430.52" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
58
|
+
</g>
|
|
59
|
+
</g>
|
|
60
|
+
<g id="geom_rect.rect.1451.1">
|
|
61
|
+
<rect id="geom_rect.rect.1451.1.1" x="66.72" y="88.5" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(86,177,247)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
62
|
+
<rect id="geom_rect.rect.1451.1.2" x="66.72" y="155.56" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(72,148,208)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
63
|
+
<rect id="geom_rect.rect.1451.1.3" x="66.72" y="222.62" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(72,149,209)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
64
|
+
<rect id="geom_rect.rect.1451.1.4" x="66.72" y="289.68" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(48,100,144)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
65
|
+
<rect id="geom_rect.rect.1451.1.5" x="66.72" y="356.75" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(40,85,124)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
66
|
+
<rect id="geom_rect.rect.1451.1.6" x="133.78" y="88.5" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(86,177,247)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
67
|
+
<rect id="geom_rect.rect.1451.1.7" x="133.78" y="155.56" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(71,147,206)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
68
|
+
<rect id="geom_rect.rect.1451.1.8" x="133.78" y="222.62" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(69,143,202)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
69
|
+
<rect id="geom_rect.rect.1451.1.9" x="133.78" y="289.68" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(48,101,145)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
70
|
+
<rect id="geom_rect.rect.1451.1.10" x="133.78" y="356.75" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(39,83,121)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
71
|
+
<rect id="geom_rect.rect.1451.1.11" x="200.84" y="88.5" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(86,176,246)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
72
|
+
<rect id="geom_rect.rect.1451.1.12" x="200.84" y="155.56" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(69,142,200)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
73
|
+
<rect id="geom_rect.rect.1451.1.13" x="200.84" y="222.62" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(66,137,194)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
74
|
+
<rect id="geom_rect.rect.1451.1.14" x="200.84" y="289.68" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(43,91,132)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
75
|
+
<rect id="geom_rect.rect.1451.1.15" x="200.84" y="356.75" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(32,68,101)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
76
|
+
<rect id="geom_rect.rect.1451.1.16" x="267.91" y="88.5" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(85,175,245)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
77
|
+
<rect id="geom_rect.rect.1451.1.17" x="267.91" y="155.56" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(68,140,198)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
78
|
+
<rect id="geom_rect.rect.1451.1.18" x="267.91" y="222.62" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(65,136,191)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
79
|
+
<rect id="geom_rect.rect.1451.1.19" x="267.91" y="289.68" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(37,79,116)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
80
|
+
<rect id="geom_rect.rect.1451.1.20" x="267.91" y="356.75" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(25,55,84)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
81
|
+
<rect id="geom_rect.rect.1451.1.21" x="334.97" y="88.5" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(84,173,241)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
82
|
+
<rect id="geom_rect.rect.1451.1.22" x="334.97" y="155.56" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(63,131,186)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
83
|
+
<rect id="geom_rect.rect.1451.1.23" x="334.97" y="222.62" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(60,124,176)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
84
|
+
<rect id="geom_rect.rect.1451.1.24" x="334.97" y="289.68" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(30,64,95)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
85
|
+
<rect id="geom_rect.rect.1451.1.25" x="334.97" y="356.75" width="67.06" height="67.06" transform="" stroke="rgb(0,0,0)" fill="rgb(19,43,67)" stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
86
|
+
</g>
|
|
87
|
+
</g>
|
|
88
|
+
</g>
|
|
89
|
+
<g id="layout::spacer.8-6-8-6.1"/>
|
|
90
|
+
<g id="layout::spacer.8-4-8-4.1"/>
|
|
91
|
+
<g id="layout::spacer.6-6-6-6.1"/>
|
|
92
|
+
<g id="layout::spacer.6-4-6-4.1"/>
|
|
93
|
+
<g id="layout::axis-t.6-5-6-5.1"/>
|
|
94
|
+
<g id="layout::axis-l.7-4-7-4.1">
|
|
95
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.500.1">
|
|
96
|
+
<g id="axis-l.7-4-7-4.1">
|
|
97
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.500::axis.1">
|
|
98
|
+
<g id="axis.1">
|
|
99
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.500::axis::axis.1-1-1-1.1">
|
|
100
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.500::axis::axis.1-1-1-1::GRID.VP.498.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">
|
|
101
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.500::axis::axis.1-1-1-1::GRID.VP.498::GRID.VP.499.1">
|
|
102
|
+
<g id="axis.1-1-1-1.1">
|
|
103
|
+
<g id="GRID.text.1467.1">
|
|
104
|
+
<g id="GRID.text.1467.1.1" transform="translate(55.08, 122.03)" stroke-width="0.1">
|
|
105
|
+
<g id="GRID.text.1467.1.1.scale" transform="scale(1, -1)">
|
|
106
|
+
<text x="0" y="0" id="GRID.text.1467.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">
|
|
107
|
+
<tspan id="GRID.text.1467.1.1.tspan.1" dy="3.15" x="0">Africa</tspan>
|
|
108
|
+
</text>
|
|
109
|
+
</g>
|
|
110
|
+
</g>
|
|
111
|
+
<g id="GRID.text.1467.1.2" transform="translate(55.08, 189.09)" stroke-width="0.1">
|
|
112
|
+
<g id="GRID.text.1467.1.2.scale" transform="scale(1, -1)">
|
|
113
|
+
<text x="0" y="0" id="GRID.text.1467.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">
|
|
114
|
+
<tspan id="GRID.text.1467.1.2.tspan.1" dy="3.15" x="0">Americas</tspan>
|
|
115
|
+
</text>
|
|
116
|
+
</g>
|
|
117
|
+
</g>
|
|
118
|
+
<g id="GRID.text.1467.1.3" transform="translate(55.08, 256.15)" stroke-width="0.1">
|
|
119
|
+
<g id="GRID.text.1467.1.3.scale" transform="scale(1, -1)">
|
|
120
|
+
<text x="0" y="0" id="GRID.text.1467.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">
|
|
121
|
+
<tspan id="GRID.text.1467.1.3.tspan.1" dy="3.15" x="0">Asia</tspan>
|
|
122
|
+
</text>
|
|
123
|
+
</g>
|
|
124
|
+
</g>
|
|
125
|
+
<g id="GRID.text.1467.1.4" transform="translate(55.08, 323.22)" stroke-width="0.1">
|
|
126
|
+
<g id="GRID.text.1467.1.4.scale" transform="scale(1, -1)">
|
|
127
|
+
<text x="0" y="0" id="GRID.text.1467.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">
|
|
128
|
+
<tspan id="GRID.text.1467.1.4.tspan.1" dy="3.15" x="0">Europe</tspan>
|
|
129
|
+
</text>
|
|
130
|
+
</g>
|
|
131
|
+
</g>
|
|
132
|
+
<g id="GRID.text.1467.1.5" transform="translate(55.08, 390.28)" stroke-width="0.1">
|
|
133
|
+
<g id="GRID.text.1467.1.5.scale" transform="scale(1, -1)">
|
|
134
|
+
<text x="0" y="0" id="GRID.text.1467.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">
|
|
135
|
+
<tspan id="GRID.text.1467.1.5.tspan.1" dy="3.15" x="0">Oceania</tspan>
|
|
136
|
+
</text>
|
|
137
|
+
</g>
|
|
138
|
+
</g>
|
|
139
|
+
</g>
|
|
140
|
+
</g>
|
|
141
|
+
</g>
|
|
142
|
+
</g>
|
|
143
|
+
</g>
|
|
144
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.500::axis::axis.1-2-1-2.1">
|
|
145
|
+
<g id="axis.1-2-1-2.1">
|
|
146
|
+
<polyline id="axis.1-2-1-2.1.1" points="57.27,122.03 60.01,122.03" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
147
|
+
<polyline id="axis.1-2-1-2.1.2" points="57.27,189.09 60.01,189.09" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
148
|
+
<polyline id="axis.1-2-1-2.1.3" points="57.27,256.15 60.01,256.15" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
149
|
+
<polyline id="axis.1-2-1-2.1.4" points="57.27,323.22 60.01,323.22" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
150
|
+
<polyline id="axis.1-2-1-2.1.5" points="57.27,390.28 60.01,390.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
|
+
</g>
|
|
152
|
+
</g>
|
|
153
|
+
</g>
|
|
154
|
+
</g>
|
|
155
|
+
</g>
|
|
156
|
+
</g>
|
|
157
|
+
</g>
|
|
158
|
+
<g id="layout::axis-r.7-6-7-6.1"/>
|
|
159
|
+
<g id="layout::axis-b.8-5-8-5.1">
|
|
160
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.497.1">
|
|
161
|
+
<g id="axis-b.8-5-8-5.1">
|
|
162
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.497::axis.1">
|
|
163
|
+
<g id="axis.2">
|
|
164
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.497::axis::axis.1-1-1-1.1">
|
|
165
|
+
<g id="axis.1-1-1-1.2">
|
|
166
|
+
<polyline id="axis.1-1-1-1.2.1" points="100.25,79.05 100.25,81.79" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
167
|
+
<polyline id="axis.1-1-1-1.2.2" points="167.31,79.05 167.31,81.79" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
168
|
+
<polyline id="axis.1-1-1-1.2.3" points="234.38,79.05 234.38,81.79" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
169
|
+
<polyline id="axis.1-1-1-1.2.4" points="301.44,79.05 301.44,81.79" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
170
|
+
<polyline id="axis.1-1-1-1.2.5" points="368.5,79.05 368.5,81.79" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
171
|
+
</g>
|
|
172
|
+
</g>
|
|
173
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.497::axis::axis.2-1-2-1.1">
|
|
174
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.497::axis::axis.2-1-2-1::GRID.VP.495.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">
|
|
175
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.497::axis::axis.2-1-2-1::GRID.VP.495::GRID.VP.496.1">
|
|
176
|
+
<g id="axis.2-1-2-1.1">
|
|
177
|
+
<g id="GRID.text.1463.1">
|
|
178
|
+
<g id="GRID.text.1463.1.1" transform="translate(100.25, 76.86)" stroke-width="0.1">
|
|
179
|
+
<g id="GRID.text.1463.1.1.scale" transform="scale(1, -1)">
|
|
180
|
+
<text x="0" y="0" id="GRID.text.1463.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">
|
|
181
|
+
<tspan id="GRID.text.1463.1.1.tspan.1" dy="6.3" x="0">1987</tspan>
|
|
182
|
+
</text>
|
|
183
|
+
</g>
|
|
184
|
+
</g>
|
|
185
|
+
<g id="GRID.text.1463.1.2" transform="translate(167.31, 76.86)" stroke-width="0.1">
|
|
186
|
+
<g id="GRID.text.1463.1.2.scale" transform="scale(1, -1)">
|
|
187
|
+
<text x="0" y="0" id="GRID.text.1463.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">
|
|
188
|
+
<tspan id="GRID.text.1463.1.2.tspan.1" dy="6.3" x="0">1992</tspan>
|
|
189
|
+
</text>
|
|
190
|
+
</g>
|
|
191
|
+
</g>
|
|
192
|
+
<g id="GRID.text.1463.1.3" transform="translate(234.38, 76.86)" stroke-width="0.1">
|
|
193
|
+
<g id="GRID.text.1463.1.3.scale" transform="scale(1, -1)">
|
|
194
|
+
<text x="0" y="0" id="GRID.text.1463.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">
|
|
195
|
+
<tspan id="GRID.text.1463.1.3.tspan.1" dy="6.3" x="0">1997</tspan>
|
|
196
|
+
</text>
|
|
197
|
+
</g>
|
|
198
|
+
</g>
|
|
199
|
+
<g id="GRID.text.1463.1.4" transform="translate(301.44, 76.86)" stroke-width="0.1">
|
|
200
|
+
<g id="GRID.text.1463.1.4.scale" transform="scale(1, -1)">
|
|
201
|
+
<text x="0" y="0" id="GRID.text.1463.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">
|
|
202
|
+
<tspan id="GRID.text.1463.1.4.tspan.1" dy="6.3" x="0">2002</tspan>
|
|
203
|
+
</text>
|
|
204
|
+
</g>
|
|
205
|
+
</g>
|
|
206
|
+
<g id="GRID.text.1463.1.5" transform="translate(368.5, 76.86)" stroke-width="0.1">
|
|
207
|
+
<g id="GRID.text.1463.1.5.scale" transform="scale(1, -1)">
|
|
208
|
+
<text x="0" y="0" id="GRID.text.1463.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">
|
|
209
|
+
<tspan id="GRID.text.1463.1.5.tspan.1" dy="6.3" x="0">2007</tspan>
|
|
210
|
+
</text>
|
|
211
|
+
</g>
|
|
212
|
+
</g>
|
|
213
|
+
</g>
|
|
214
|
+
</g>
|
|
215
|
+
</g>
|
|
216
|
+
</g>
|
|
217
|
+
</g>
|
|
218
|
+
</g>
|
|
219
|
+
</g>
|
|
220
|
+
</g>
|
|
221
|
+
</g>
|
|
222
|
+
</g>
|
|
223
|
+
<g id="layout::xlab-t.5-5-5-5.1"/>
|
|
224
|
+
<g id="layout::xlab-b.9-5-9-5.1">
|
|
225
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.501.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">
|
|
226
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.501::GRID.VP.502.1">
|
|
227
|
+
<g id="xlab-b.9-5-9-5.1">
|
|
228
|
+
<g id="GRID.text.1471.1">
|
|
229
|
+
<g id="GRID.text.1471.1.1" transform="translate(234.38, 65.97)" stroke-width="0.1">
|
|
230
|
+
<g id="GRID.text.1471.1.1.scale" transform="scale(1, -1)">
|
|
231
|
+
<text x="0" y="0" id="GRID.text.1471.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">
|
|
232
|
+
<tspan id="GRID.text.1471.1.1.tspan.1" dy="7.87" x="0">Year</tspan>
|
|
233
|
+
</text>
|
|
234
|
+
</g>
|
|
235
|
+
</g>
|
|
236
|
+
</g>
|
|
237
|
+
</g>
|
|
238
|
+
</g>
|
|
239
|
+
</g>
|
|
240
|
+
</g>
|
|
241
|
+
<g id="layout::ylab-l.7-3-7-3.1">
|
|
242
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.503.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::ylab-l.7-3-7-3::GRID.VP.503::GRID.VP.504.1">
|
|
244
|
+
<g id="ylab-l.7-3-7-3.1">
|
|
245
|
+
<g id="GRID.text.1474.1">
|
|
246
|
+
<g id="GRID.text.1474.1.1" transform="translate(5.48, 256.15)" stroke-width="0.1">
|
|
247
|
+
<g id="GRID.text.1474.1.1.scale" transform="scale(1, -1)">
|
|
248
|
+
<text x="0" y="0" id="GRID.text.1474.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">
|
|
249
|
+
<tspan id="GRID.text.1474.1.1.tspan.1" dy="7.87" x="0">Continent</tspan>
|
|
250
|
+
</text>
|
|
251
|
+
</g>
|
|
252
|
+
</g>
|
|
253
|
+
</g>
|
|
254
|
+
</g>
|
|
255
|
+
</g>
|
|
256
|
+
</g>
|
|
257
|
+
</g>
|
|
258
|
+
<g id="layout::ylab-r.7-7-7-7.1"/>
|
|
259
|
+
<g id="layout::guide-box.7-9-7-9.1">
|
|
260
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511.1">
|
|
261
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9.1">
|
|
262
|
+
<g id="guide-box.7-9-7-9.1">
|
|
263
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::legend.box.background.2-4-4-2.1"/>
|
|
264
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3.1">
|
|
265
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510.1">
|
|
266
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3.1">
|
|
267
|
+
<g id="guides.3-3-3-3.1">
|
|
268
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::background.1-6-5-1.1">
|
|
269
|
+
<g id="background.1-6-5-1.1">
|
|
270
|
+
<rect id="background.1-6-5-1.1.1" x="419.7" y="199.64" width="78.82" height="113.03" transform="" stroke-width="1.07" stroke="none" fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1"/>
|
|
271
|
+
</g>
|
|
272
|
+
</g>
|
|
273
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::bar.4-2-4-2.1">
|
|
274
|
+
<g id="bar.4-2-4-2.1">
|
|
275
|
+
<g id="bar.4-2-4-2.1.1" transform="translate(425.18, 205.12)" stroke="none" stroke-opacity="0">
|
|
276
|
+
<g id="bar.4-2-4-2.1.1.scale" transform="scale(17.28, 86.4)">
|
|
277
|
+
<image x="0" y="0" width="1" height="1" transform="scale(1, -1) translate(0, -1)" xlink:href="data:image/png;base64,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 AElFTkSuQmCC" preserveAspectRatio="none"/>
|
|
278
|
+
</g>
|
|
279
|
+
</g>
|
|
280
|
+
</g>
|
|
281
|
+
</g>
|
|
282
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::label.4-4-4-4.1">
|
|
283
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::label.4-4-4-4::GRID.VP.507.1" font-size="8.8" 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">
|
|
284
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::label.4-4-4-4::GRID.VP.507::GRID.VP.508.1">
|
|
285
|
+
<g id="label.4-4-4-4.1">
|
|
286
|
+
<g id="GRID.text.1481.1">
|
|
287
|
+
<g id="GRID.text.1481.1.2" transform="translate(447.94, 229.41)" stroke-width="0.1">
|
|
288
|
+
<g id="GRID.text.1481.1.2.scale" transform="scale(1, -1)">
|
|
289
|
+
<text x="0" y="0" id="GRID.text.1481.1.2.text" text-anchor="start" font-size="8.8" 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">
|
|
290
|
+
<tspan id="GRID.text.1481.1.2.tspan.1" dy="3.15" x="0">10000</tspan>
|
|
291
|
+
</text>
|
|
292
|
+
</g>
|
|
293
|
+
</g>
|
|
294
|
+
<g id="GRID.text.1481.1.3" transform="translate(447.94, 260.69)" stroke-width="0.1">
|
|
295
|
+
<g id="GRID.text.1481.1.3.scale" transform="scale(1, -1)">
|
|
296
|
+
<text x="0" y="0" id="GRID.text.1481.1.3.text" text-anchor="start" font-size="8.8" 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">
|
|
297
|
+
<tspan id="GRID.text.1481.1.3.tspan.1" dy="3.15" x="0">20000</tspan>
|
|
298
|
+
</text>
|
|
299
|
+
</g>
|
|
300
|
+
</g>
|
|
301
|
+
</g>
|
|
302
|
+
</g>
|
|
303
|
+
</g>
|
|
304
|
+
</g>
|
|
305
|
+
</g>
|
|
306
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::title.2-5-2-2.1">
|
|
307
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::title.2-5-2-2::GRID.VP.509.1">
|
|
308
|
+
<g id="title.2-5-2-2.1">
|
|
309
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::title.2-5-2-2::GRID.VP.509::GRID.VP.505.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">
|
|
310
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::title.2-5-2-2::GRID.VP.509::GRID.VP.505::GRID.VP.506.1">
|
|
311
|
+
<g id="guide.title.titleGrob.1480.1">
|
|
312
|
+
<g id="GRID.text.1478.1">
|
|
313
|
+
<g id="GRID.text.1478.1.1" transform="translate(425.18, 302.09)" stroke-width="0.1">
|
|
314
|
+
<g id="GRID.text.1478.1.1.scale" transform="scale(1, -1)">
|
|
315
|
+
<text x="0" y="0" id="GRID.text.1478.1.1.text" text-anchor="start" 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">
|
|
316
|
+
<tspan id="GRID.text.1478.1.1.tspan.1" dy="3.94" x="0">Average GDP</tspan>
|
|
317
|
+
</text>
|
|
318
|
+
</g>
|
|
319
|
+
</g>
|
|
320
|
+
</g>
|
|
321
|
+
</g>
|
|
322
|
+
</g>
|
|
323
|
+
</g>
|
|
324
|
+
</g>
|
|
325
|
+
</g>
|
|
326
|
+
</g>
|
|
327
|
+
<g id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::ticks.4-2-4-2.1">
|
|
328
|
+
<g id="ticks.4-2-4-2.1">
|
|
329
|
+
<polyline id="ticks.4-2-4-2.1.2" points="425.18,229.41 428.63,229.41" stroke="rgb(255,255,255)" stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1" fill="none"/>
|
|
330
|
+
<polyline id="ticks.4-2-4-2.1.3" points="425.18,260.69 428.63,260.69" stroke="rgb(255,255,255)" stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1" fill="none"/>
|
|
331
|
+
<polyline id="ticks.4-2-4-2.1.6" points="439,229.41 442.46,229.41" stroke="rgb(255,255,255)" stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1" fill="none"/>
|
|
332
|
+
<polyline id="ticks.4-2-4-2.1.7" points="439,260.69 442.46,260.69" stroke="rgb(255,255,255)" stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1" fill="none"/>
|
|
333
|
+
</g>
|
|
334
|
+
</g>
|
|
335
|
+
</g>
|
|
336
|
+
</g>
|
|
337
|
+
</g>
|
|
338
|
+
</g>
|
|
339
|
+
</g>
|
|
340
|
+
</g>
|
|
341
|
+
</g>
|
|
342
|
+
</g>
|
|
343
|
+
<g id="layout::subtitle.4-5-4-5.1"/>
|
|
344
|
+
<g id="layout::title.3-5-3-5.1">
|
|
345
|
+
<g id="layout::title.3-5-3-5::GRID.VP.512.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">
|
|
346
|
+
<g id="layout::title.3-5-3-5::GRID.VP.512::GRID.VP.513.1">
|
|
347
|
+
<g id="title.3-5-3-5.1">
|
|
348
|
+
<g id="GRID.text.1488.1">
|
|
349
|
+
<g id="GRID.text.1488.1.1" transform="translate(60.01, 448.22)" stroke-width="0.1">
|
|
350
|
+
<g id="GRID.text.1488.1.1.scale" transform="scale(1, -1)">
|
|
351
|
+
<text x="0" y="0" id="GRID.text.1488.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">
|
|
352
|
+
<tspan id="GRID.text.1488.1.1.tspan.1" dy="9.45" x="0">Average GDP per Continent by Year.</tspan>
|
|
353
|
+
</text>
|
|
354
|
+
</g>
|
|
355
|
+
</g>
|
|
356
|
+
</g>
|
|
357
|
+
</g>
|
|
358
|
+
</g>
|
|
359
|
+
</g>
|
|
360
|
+
</g>
|
|
361
|
+
<g id="layout::caption.10-5-10-5.1"/>
|
|
362
|
+
<g id="layout::tag.2-2-2-2.1"/>
|
|
363
|
+
</g>
|
|
364
|
+
</g>
|
|
365
|
+
</g>
|
|
366
|
+
</g>
|
|
367
|
+
</svg>
|