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,122 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"x": 3.7736,
|
|
4
|
+
"y": 76.423
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"x": 4.5578,
|
|
8
|
+
"y": 79.829
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"x": 4.5275,
|
|
12
|
+
"y": 79.441
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"x": 3.8719,
|
|
16
|
+
"y": 74.852
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"x": 4.0286,
|
|
20
|
+
"y": 73.005
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"x": 4.1649,
|
|
24
|
+
"y": 75.748
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"x": 4.3586,
|
|
28
|
+
"y": 76.486
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"x": 4.5475,
|
|
32
|
+
"y": 78.332
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"x": 4.5212,
|
|
36
|
+
"y": 79.313
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"x": 4.4839,
|
|
40
|
+
"y": 80.657
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"x": 4.5075,
|
|
44
|
+
"y": 79.406
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"x": 4.4399,
|
|
48
|
+
"y": 79.483
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"x": 4.2555,
|
|
52
|
+
"y": 73.338
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"x": 4.5585,
|
|
56
|
+
"y": 81.757
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"x": 4.6093,
|
|
60
|
+
"y": 78.885
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"x": 4.4559,
|
|
64
|
+
"y": 80.546
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"x": 3.9663,
|
|
68
|
+
"y": 74.543
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"x": 4.5658,
|
|
72
|
+
"y": 79.762
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"x": 4.6934,
|
|
76
|
+
"y": 80.196
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"x": 4.1872,
|
|
80
|
+
"y": 75.563
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"x": 4.312,
|
|
84
|
+
"y": 78.098
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"x": 4.0338,
|
|
88
|
+
"y": 72.476
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"x": 3.9906,
|
|
92
|
+
"y": 74.002
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"x": 4.2713,
|
|
96
|
+
"y": 74.663
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"x": 4.4111,
|
|
100
|
+
"y": 77.926
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"x": 4.4597,
|
|
104
|
+
"y": 80.941
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"x": 4.5297,
|
|
108
|
+
"y": 80.884
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"x": 4.5741,
|
|
112
|
+
"y": 81.701
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"x": 3.9273,
|
|
116
|
+
"y": 71.777
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"x": 4.5212,
|
|
120
|
+
"y": 79.425
|
|
121
|
+
}
|
|
122
|
+
]
|
|
@@ -0,0 +1,321 @@
|
|
|
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-21 14:17:39"/>
|
|
5
|
+
<gridsvg:argument name="name" value="scatterplot_user_study.svg"/>
|
|
6
|
+
<gridsvg:argument name="exportCoords" value="none"/>
|
|
7
|
+
<gridsvg:argument name="exportMappings" value="none"/>
|
|
8
|
+
<gridsvg:argument name="exportJS" value="none"/>
|
|
9
|
+
<gridsvg:argument name="res" value="72"/>
|
|
10
|
+
<gridsvg:argument name="prefix" value=""/>
|
|
11
|
+
<gridsvg:argument name="addClasses" value="FALSE"/>
|
|
12
|
+
<gridsvg:argument name="indent" value="TRUE"/>
|
|
13
|
+
<gridsvg:argument name="htmlWrapper" value="FALSE"/>
|
|
14
|
+
<gridsvg:argument name="usePaths" value="vpPaths"/>
|
|
15
|
+
<gridsvg:argument name="uniqueNames" value="TRUE"/>
|
|
16
|
+
<gridsvg:separator name="id.sep" value="."/>
|
|
17
|
+
<gridsvg:separator name="gPath.sep" value="::"/>
|
|
18
|
+
<gridsvg:separator name="vpPath.sep" value="::"/>
|
|
19
|
+
</metadata>
|
|
20
|
+
<g transform="translate(0, 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
|
+
<defs>
|
|
23
|
+
<symbol id="gridSVG.pch19" viewBox="-5 -5 10 10" overflow="visible">
|
|
24
|
+
<circle cx="0" cy="0" r="3.75"/>
|
|
25
|
+
</symbol>
|
|
26
|
+
</defs>
|
|
27
|
+
<g id="layout.1">
|
|
28
|
+
<g id="layout.2">
|
|
29
|
+
<defs>
|
|
30
|
+
<clipPath id="layout::background.1-9-12-1.1.clipPath">
|
|
31
|
+
<rect x="0" y="0" width="504" height="504" fill="none" stroke="none"/>
|
|
32
|
+
</clipPath>
|
|
33
|
+
</defs>
|
|
34
|
+
<g id="layout::background.1-9-12-1.1" clip-path="url(#layout::background.1-9-12-1.1.clipPath)">
|
|
35
|
+
<g id="background.1-9-12-1.1">
|
|
36
|
+
<rect id="background.1-9-12-1.1.1" x="0" y="0" width="504" height="504" transform="" stroke-width="1.07" stroke="rgb(255,255,255)" fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="1" fill-opacity="1"/>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<clipPath id="layout::panel.7-5-7-5.1.clipPath">
|
|
41
|
+
<rect x="33.13" y="31.49" width="465.39" height="449.32" fill="none" stroke="none"/>
|
|
42
|
+
</clipPath>
|
|
43
|
+
</defs>
|
|
44
|
+
<g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
|
|
45
|
+
<g id="panel.7-5-7-5.1">
|
|
46
|
+
<g id="grill.gTree.506.1">
|
|
47
|
+
<g id="panel.background..rect.497.1">
|
|
48
|
+
<rect id="panel.background..rect.497.1.1" x="33.13" y="31.49" width="465.39" height="449.32" transform="" stroke-width="1.07" stroke="none" fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1"/>
|
|
49
|
+
</g>
|
|
50
|
+
<g id="panel.grid.minor.y..polyline.499.1">
|
|
51
|
+
<polyline id="panel.grid.minor.y..polyline.499.1.1" points="33.13,101.97 498.52,101.97" 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.499.1.2" points="33.13,183.83 498.52,183.83" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
53
|
+
<polyline id="panel.grid.minor.y..polyline.499.1.3" points="33.13,265.69 498.52,265.69" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
54
|
+
<polyline id="panel.grid.minor.y..polyline.499.1.4" points="33.13,347.55 498.52,347.55" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
55
|
+
<polyline id="panel.grid.minor.y..polyline.499.1.5" points="33.13,429.41 498.52,429.41" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
56
|
+
</g>
|
|
57
|
+
<g id="panel.grid.minor.x..polyline.501.1">
|
|
58
|
+
<polyline id="panel.grid.minor.x..polyline.501.1.1" points="45.15,31.49 45.15,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
59
|
+
<polyline id="panel.grid.minor.x..polyline.501.1.2" points="142.59,31.49 142.59,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
60
|
+
<polyline id="panel.grid.minor.x..polyline.501.1.3" points="240.03,31.49 240.03,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
61
|
+
<polyline id="panel.grid.minor.x..polyline.501.1.4" points="337.47,31.49 337.47,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
62
|
+
<polyline id="panel.grid.minor.x..polyline.501.1.5" points="434.91,31.49 434.91,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
63
|
+
</g>
|
|
64
|
+
<g id="panel.grid.major.y..polyline.503.1">
|
|
65
|
+
<polyline id="panel.grid.major.y..polyline.503.1.1" points="33.13,61.04 498.52,61.04" 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.y..polyline.503.1.2" points="33.13,142.9 498.52,142.9" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
67
|
+
<polyline id="panel.grid.major.y..polyline.503.1.3" points="33.13,224.76 498.52,224.76" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
68
|
+
<polyline id="panel.grid.major.y..polyline.503.1.4" points="33.13,306.62 498.52,306.62" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
69
|
+
<polyline id="panel.grid.major.y..polyline.503.1.5" points="33.13,388.48 498.52,388.48" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
70
|
+
<polyline id="panel.grid.major.y..polyline.503.1.6" points="33.13,470.34 498.52,470.34" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
71
|
+
</g>
|
|
72
|
+
<g id="panel.grid.major.x..polyline.505.1">
|
|
73
|
+
<polyline id="panel.grid.major.x..polyline.505.1.2" points="93.87,31.49 93.87,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
74
|
+
<polyline id="panel.grid.major.x..polyline.505.1.3" points="191.31,31.49 191.31,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
75
|
+
<polyline id="panel.grid.major.x..polyline.505.1.4" points="288.75,31.49 288.75,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
76
|
+
<polyline id="panel.grid.major.x..polyline.505.1.5" points="386.19,31.49 386.19,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
77
|
+
<polyline id="panel.grid.major.x..polyline.505.1.6" points="483.63,31.49 483.63,480.81" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
78
|
+
</g>
|
|
79
|
+
</g>
|
|
80
|
+
<g id="geom_point.points.490.1">
|
|
81
|
+
<use id="geom_point.points.490.1.1" href="#gridSVG.pch19" x="54.28" y="242.07" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
82
|
+
<use id="geom_point.points.490.1.2" href="#gridSVG.pch19" x="348.45" y="381.48" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
83
|
+
<use id="geom_point.points.490.1.3" href="#gridSVG.pch19" x="324.73" y="365.6" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
84
|
+
<use id="geom_point.points.490.1.4" href="#gridSVG.pch19" x="68.99" y="177.77" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
85
|
+
<use id="geom_point.points.490.1.5" href="#gridSVG.pch19" x="100.51" y="102.18" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
86
|
+
<use id="geom_point.points.490.1.6" href="#gridSVG.pch19" x="138.88" y="214.45" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
87
|
+
<use id="geom_point.points.490.1.7" href="#gridSVG.pch19" x="218.92" y="244.65" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
88
|
+
<use id="geom_point.points.490.1.8" href="#gridSVG.pch19" x="340.18" y="320.21" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
89
|
+
<use id="geom_point.points.490.1.9" href="#gridSVG.pch19" x="320" y="360.36" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
90
|
+
<use id="geom_point.points.490.1.10" href="#gridSVG.pch19" x="293.33" y="415.37" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
91
|
+
<use id="geom_point.points.490.1.11" href="#gridSVG.pch19" x="309.9" y="364.17" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
92
|
+
<use id="geom_point.points.490.1.12" href="#gridSVG.pch19" x="264.77" y="367.32" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
93
|
+
<use id="geom_point.points.490.1.13" href="#gridSVG.pch19" x="171.91" y="115.81" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
94
|
+
<use id="geom_point.points.490.1.14" href="#gridSVG.pch19" x="348.98" y="460.39" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
95
|
+
<use id="geom_point.points.490.1.15" href="#gridSVG.pch19" x="392.78" y="342.84" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
96
|
+
<use id="geom_point.points.490.1.16" href="#gridSVG.pch19" x="274.81" y="410.82" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
97
|
+
<use id="geom_point.points.490.1.17" href="#gridSVG.pch19" x="86.6" y="165.13" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
98
|
+
<use id="geom_point.points.490.1.18" href="#gridSVG.pch19" x="354.99" y="378.74" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
99
|
+
<use id="geom_point.points.490.1.19" href="#gridSVG.pch19" x="477.37" y="396.5" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
100
|
+
<use id="geom_point.points.490.1.20" href="#gridSVG.pch19" x="146.39" y="206.87" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
101
|
+
<use id="geom_point.points.490.1.21" href="#gridSVG.pch19" x="196.28" y="310.63" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
102
|
+
<use id="geom_point.points.490.1.22" href="#gridSVG.pch19" x="101.75" y="80.52" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
103
|
+
<use id="geom_point.points.490.1.23" href="#gridSVG.pch19" x="91.79" y="142.98" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
104
|
+
<use id="geom_point.points.490.1.24" href="#gridSVG.pch19" x="178.43" y="170.04" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
105
|
+
<use id="geom_point.points.490.1.25" href="#gridSVG.pch19" x="247.52" y="303.59" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
106
|
+
<use id="geom_point.points.490.1.26" href="#gridSVG.pch19" x="277.26" y="426.99" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
107
|
+
<use id="geom_point.points.490.1.27" href="#gridSVG.pch19" x="326.36" y="424.66" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
108
|
+
<use id="geom_point.points.490.1.28" href="#gridSVG.pch19" x="361.89" y="458.1" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
109
|
+
<use id="geom_point.points.490.1.29" href="#gridSVG.pch19" x="78.85" y="51.91" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
110
|
+
<use id="geom_point.points.490.1.30" href="#gridSVG.pch19" x="319.96" y="364.94" width="5.21" height="5.21" transform=" translate(-2.61,-2.61)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36" stroke-opacity="1" fill-opacity="1"/>
|
|
111
|
+
</g>
|
|
112
|
+
<g id="geom_smooth.gTree.493.1">
|
|
113
|
+
<g id="GRID.polyline.491.1">
|
|
114
|
+
<polyline id="GRID.polyline.491.1.1" points="54.28,171.82 59.64,165.84 64.99,160.45 70.35,155.67 75.7,151.54 81.06,148.09 86.42,145.34 91.77,143.31 97.13,141.99 102.48,141.33 107.84,141.33 113.19,141.95 118.55,143.17 123.9,144.95 129.26,147.28 134.61,150.13 139.97,153.48 145.33,157.76 150.68,163.08 156.04,169.29 161.39,176.26 166.75,183.84 172.1,191.89 177.46,200.27 182.81,208.84 188.17,217.45 193.53,225.98 198.88,234.47 204.24,244.03 209.59,254.64 214.95,266.05 220.3,278.02 225.66,290.29 231.01,302.61 236.37,314.73 241.72,326.41 247.08,337.4 252.44,347.44 257.79,356.29 263.15,363.7 268.5,369.64 273.86,374.72 279.21,379.07 284.57,382.77 289.92,385.91 295.28,388.59 300.63,390.89 305.99,392.91 311.35,394.65 316.7,395.02 322.06,394.77 327.41,395.3 332.77,396.14 338.12,396.77 343.48,397.3 348.83,397.84 354.19,398.49 359.55,399.23 364.9,399.84 370.26,400.32 375.61,400.67 380.97,400.89 386.32,400.97 391.68,400.93 397.03,400.76 402.39,400.46 407.74,400.03 413.1,399.47 418.46,398.79 423.81,397.99 429.17,397.05 434.52,396 439.88,394.82 445.23,393.51 450.59,392.08 455.94,390.53 461.3,388.86 466.66,387.07 472.01,385.15 477.37,383.12" stroke="rgb(51,102,255)" fill="none" stroke-width="2.13" stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round" stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1"/>
|
|
115
|
+
</g>
|
|
116
|
+
</g>
|
|
117
|
+
</g>
|
|
118
|
+
</g>
|
|
119
|
+
<g id="layout::spacer.8-6-8-6.1"/>
|
|
120
|
+
<g id="layout::spacer.8-4-8-4.1"/>
|
|
121
|
+
<g id="layout::spacer.6-6-6-6.1"/>
|
|
122
|
+
<g id="layout::spacer.6-4-6-4.1"/>
|
|
123
|
+
<g id="layout::axis-t.6-5-6-5.1"/>
|
|
124
|
+
<g id="layout::axis-l.7-4-7-4.1">
|
|
125
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.129.1">
|
|
126
|
+
<g id="axis-l.7-4-7-4.1">
|
|
127
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.129::axis.1">
|
|
128
|
+
<g id="axis.1">
|
|
129
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.129::axis::axis.1-1-1-1.1">
|
|
130
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.129::axis::axis.1-1-1-1::GRID.VP.127.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">
|
|
131
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.129::axis::axis.1-1-1-1::GRID.VP.127::GRID.VP.128.1">
|
|
132
|
+
<g id="axis.1-1-1-1.1">
|
|
133
|
+
<g id="GRID.text.513.1">
|
|
134
|
+
<g id="GRID.text.513.1.1" transform="translate(28.2, 61.04)" stroke-width="0.1">
|
|
135
|
+
<g id="GRID.text.513.1.1.scale" transform="scale(1, -1)">
|
|
136
|
+
<text x="0" y="0" id="GRID.text.513.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">
|
|
137
|
+
<tspan id="GRID.text.513.1.1.tspan.1" dy="3.15" x="0">72</tspan>
|
|
138
|
+
</text>
|
|
139
|
+
</g>
|
|
140
|
+
</g>
|
|
141
|
+
<g id="GRID.text.513.1.2" transform="translate(28.2, 142.9)" stroke-width="0.1">
|
|
142
|
+
<g id="GRID.text.513.1.2.scale" transform="scale(1, -1)">
|
|
143
|
+
<text x="0" y="0" id="GRID.text.513.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">
|
|
144
|
+
<tspan id="GRID.text.513.1.2.tspan.1" dy="3.15" x="0">74</tspan>
|
|
145
|
+
</text>
|
|
146
|
+
</g>
|
|
147
|
+
</g>
|
|
148
|
+
<g id="GRID.text.513.1.3" transform="translate(28.2, 224.76)" stroke-width="0.1">
|
|
149
|
+
<g id="GRID.text.513.1.3.scale" transform="scale(1, -1)">
|
|
150
|
+
<text x="0" y="0" id="GRID.text.513.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">
|
|
151
|
+
<tspan id="GRID.text.513.1.3.tspan.1" dy="3.15" x="0">76</tspan>
|
|
152
|
+
</text>
|
|
153
|
+
</g>
|
|
154
|
+
</g>
|
|
155
|
+
<g id="GRID.text.513.1.4" transform="translate(28.2, 306.62)" stroke-width="0.1">
|
|
156
|
+
<g id="GRID.text.513.1.4.scale" transform="scale(1, -1)">
|
|
157
|
+
<text x="0" y="0" id="GRID.text.513.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">
|
|
158
|
+
<tspan id="GRID.text.513.1.4.tspan.1" dy="3.15" x="0">78</tspan>
|
|
159
|
+
</text>
|
|
160
|
+
</g>
|
|
161
|
+
</g>
|
|
162
|
+
<g id="GRID.text.513.1.5" transform="translate(28.2, 388.48)" stroke-width="0.1">
|
|
163
|
+
<g id="GRID.text.513.1.5.scale" transform="scale(1, -1)">
|
|
164
|
+
<text x="0" y="0" id="GRID.text.513.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">
|
|
165
|
+
<tspan id="GRID.text.513.1.5.tspan.1" dy="3.15" x="0">80</tspan>
|
|
166
|
+
</text>
|
|
167
|
+
</g>
|
|
168
|
+
</g>
|
|
169
|
+
<g id="GRID.text.513.1.6" transform="translate(28.2, 470.34)" stroke-width="0.1">
|
|
170
|
+
<g id="GRID.text.513.1.6.scale" transform="scale(1, -1)">
|
|
171
|
+
<text x="0" y="0" id="GRID.text.513.1.6.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">
|
|
172
|
+
<tspan id="GRID.text.513.1.6.tspan.1" dy="3.15" x="0">82</tspan>
|
|
173
|
+
</text>
|
|
174
|
+
</g>
|
|
175
|
+
</g>
|
|
176
|
+
</g>
|
|
177
|
+
</g>
|
|
178
|
+
</g>
|
|
179
|
+
</g>
|
|
180
|
+
</g>
|
|
181
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.129::axis::axis.1-2-1-2.1">
|
|
182
|
+
<g id="axis.1-2-1-2.1">
|
|
183
|
+
<polyline id="axis.1-2-1-2.1.1" points="30.39,61.04 33.13,61.04" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
184
|
+
<polyline id="axis.1-2-1-2.1.2" points="30.39,142.9 33.13,142.9" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
185
|
+
<polyline id="axis.1-2-1-2.1.3" points="30.39,224.76 33.13,224.76" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
186
|
+
<polyline id="axis.1-2-1-2.1.4" points="30.39,306.62 33.13,306.62" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
187
|
+
<polyline id="axis.1-2-1-2.1.5" points="30.39,388.48 33.13,388.48" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
188
|
+
<polyline id="axis.1-2-1-2.1.6" points="30.39,470.34 33.13,470.34" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
189
|
+
</g>
|
|
190
|
+
</g>
|
|
191
|
+
</g>
|
|
192
|
+
</g>
|
|
193
|
+
</g>
|
|
194
|
+
</g>
|
|
195
|
+
</g>
|
|
196
|
+
<g id="layout::axis-r.7-6-7-6.1"/>
|
|
197
|
+
<g id="layout::axis-b.8-5-8-5.1">
|
|
198
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.126.1">
|
|
199
|
+
<g id="axis-b.8-5-8-5.1">
|
|
200
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.126::axis.1">
|
|
201
|
+
<g id="axis.2">
|
|
202
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.126::axis::axis.1-1-1-1.1">
|
|
203
|
+
<g id="axis.1-1-1-1.2">
|
|
204
|
+
<polyline id="axis.1-1-1-1.2.1" points="93.87,28.75 93.87,31.49" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
205
|
+
<polyline id="axis.1-1-1-1.2.2" points="191.31,28.75 191.31,31.49" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
206
|
+
<polyline id="axis.1-1-1-1.2.3" points="288.75,28.75 288.75,31.49" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
207
|
+
<polyline id="axis.1-1-1-1.2.4" points="386.19,28.75 386.19,31.49" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
208
|
+
<polyline id="axis.1-1-1-1.2.5" points="483.63,28.75 483.63,31.49" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1"/>
|
|
209
|
+
</g>
|
|
210
|
+
</g>
|
|
211
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.126::axis::axis.2-1-2-1.1">
|
|
212
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.126::axis::axis.2-1-2-1::GRID.VP.124.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">
|
|
213
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.126::axis::axis.2-1-2-1::GRID.VP.124::GRID.VP.125.1">
|
|
214
|
+
<g id="axis.2-1-2-1.1">
|
|
215
|
+
<g id="GRID.text.509.1">
|
|
216
|
+
<g id="GRID.text.509.1.1" transform="translate(93.87, 26.56)" stroke-width="0.1">
|
|
217
|
+
<g id="GRID.text.509.1.1.scale" transform="scale(1, -1)">
|
|
218
|
+
<text x="0" y="0" id="GRID.text.509.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">
|
|
219
|
+
<tspan id="GRID.text.509.1.1.tspan.1" dy="6.3" x="0">10000</tspan>
|
|
220
|
+
</text>
|
|
221
|
+
</g>
|
|
222
|
+
</g>
|
|
223
|
+
<g id="GRID.text.509.1.2" transform="translate(191.31, 26.56)" stroke-width="0.1">
|
|
224
|
+
<g id="GRID.text.509.1.2.scale" transform="scale(1, -1)">
|
|
225
|
+
<text x="0" y="0" id="GRID.text.509.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">
|
|
226
|
+
<tspan id="GRID.text.509.1.2.tspan.1" dy="6.3" x="0">20000</tspan>
|
|
227
|
+
</text>
|
|
228
|
+
</g>
|
|
229
|
+
</g>
|
|
230
|
+
<g id="GRID.text.509.1.3" transform="translate(288.75, 26.56)" stroke-width="0.1">
|
|
231
|
+
<g id="GRID.text.509.1.3.scale" transform="scale(1, -1)">
|
|
232
|
+
<text x="0" y="0" id="GRID.text.509.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">
|
|
233
|
+
<tspan id="GRID.text.509.1.3.tspan.1" dy="6.3" x="0">30000</tspan>
|
|
234
|
+
</text>
|
|
235
|
+
</g>
|
|
236
|
+
</g>
|
|
237
|
+
<g id="GRID.text.509.1.4" transform="translate(386.19, 26.56)" stroke-width="0.1">
|
|
238
|
+
<g id="GRID.text.509.1.4.scale" transform="scale(1, -1)">
|
|
239
|
+
<text x="0" y="0" id="GRID.text.509.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">
|
|
240
|
+
<tspan id="GRID.text.509.1.4.tspan.1" dy="6.3" x="0">40000</tspan>
|
|
241
|
+
</text>
|
|
242
|
+
</g>
|
|
243
|
+
</g>
|
|
244
|
+
<g id="GRID.text.509.1.5" transform="translate(483.63, 26.56)" stroke-width="0.1">
|
|
245
|
+
<g id="GRID.text.509.1.5.scale" transform="scale(1, -1)">
|
|
246
|
+
<text x="0" y="0" id="GRID.text.509.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">
|
|
247
|
+
<tspan id="GRID.text.509.1.5.tspan.1" dy="6.3" x="0">50000</tspan>
|
|
248
|
+
</text>
|
|
249
|
+
</g>
|
|
250
|
+
</g>
|
|
251
|
+
</g>
|
|
252
|
+
</g>
|
|
253
|
+
</g>
|
|
254
|
+
</g>
|
|
255
|
+
</g>
|
|
256
|
+
</g>
|
|
257
|
+
</g>
|
|
258
|
+
</g>
|
|
259
|
+
</g>
|
|
260
|
+
</g>
|
|
261
|
+
<g id="layout::xlab-t.5-5-5-5.1"/>
|
|
262
|
+
<g id="layout::xlab-b.9-5-9-5.1">
|
|
263
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.130.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">
|
|
264
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.130::GRID.VP.131.1">
|
|
265
|
+
<g id="xlab-b.9-5-9-5.1">
|
|
266
|
+
<g id="GRID.text.517.1">
|
|
267
|
+
<g id="GRID.text.517.1.1" transform="translate(265.82, 15.67)" stroke-width="0.1">
|
|
268
|
+
<g id="GRID.text.517.1.1.scale" transform="scale(1, -1)">
|
|
269
|
+
<text x="0" y="0" id="GRID.text.517.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">
|
|
270
|
+
<tspan id="GRID.text.517.1.1.tspan.1" dy="7.87" x="0">GDP (log10 transformed)</tspan>
|
|
271
|
+
</text>
|
|
272
|
+
</g>
|
|
273
|
+
</g>
|
|
274
|
+
</g>
|
|
275
|
+
</g>
|
|
276
|
+
</g>
|
|
277
|
+
</g>
|
|
278
|
+
</g>
|
|
279
|
+
<g id="layout::ylab-l.7-3-7-3.1">
|
|
280
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.132.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">
|
|
281
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.132::GRID.VP.133.1">
|
|
282
|
+
<g id="ylab-l.7-3-7-3.1">
|
|
283
|
+
<g id="GRID.text.520.1">
|
|
284
|
+
<g id="GRID.text.520.1.1" transform="translate(5.48, 256.15)" stroke-width="0.1">
|
|
285
|
+
<g id="GRID.text.520.1.1.scale" transform="scale(1, -1)">
|
|
286
|
+
<text x="0" y="0" id="GRID.text.520.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">
|
|
287
|
+
<tspan id="GRID.text.520.1.1.tspan.1" dy="7.87" x="0">Life Expectancy</tspan>
|
|
288
|
+
</text>
|
|
289
|
+
</g>
|
|
290
|
+
</g>
|
|
291
|
+
</g>
|
|
292
|
+
</g>
|
|
293
|
+
</g>
|
|
294
|
+
</g>
|
|
295
|
+
</g>
|
|
296
|
+
<g id="layout::ylab-r.7-7-7-7.1"/>
|
|
297
|
+
<g id="layout::subtitle.4-5-4-5.1"/>
|
|
298
|
+
<g id="layout::title.3-5-3-5.1">
|
|
299
|
+
<g id="layout::title.3-5-3-5::GRID.VP.134.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">
|
|
300
|
+
<g id="layout::title.3-5-3-5::GRID.VP.134::GRID.VP.135.1">
|
|
301
|
+
<g id="title.3-5-3-5.1">
|
|
302
|
+
<g id="GRID.text.523.1">
|
|
303
|
+
<g id="GRID.text.523.1.1" transform="translate(33.13, 498.52)" stroke-width="0.1">
|
|
304
|
+
<g id="GRID.text.523.1.1.scale" transform="scale(1, -1)">
|
|
305
|
+
<text x="0" y="0" id="GRID.text.523.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">
|
|
306
|
+
<tspan id="GRID.text.523.1.1.tspan.1" dy="9.45" x="0">The Relationship between GDP and Life Expectancy of European Countries in 2007.</tspan>
|
|
307
|
+
</text>
|
|
308
|
+
</g>
|
|
309
|
+
</g>
|
|
310
|
+
</g>
|
|
311
|
+
</g>
|
|
312
|
+
</g>
|
|
313
|
+
</g>
|
|
314
|
+
</g>
|
|
315
|
+
<g id="layout::caption.10-5-10-5.1"/>
|
|
316
|
+
<g id="layout::tag.2-2-2-2.1"/>
|
|
317
|
+
</g>
|
|
318
|
+
</g>
|
|
319
|
+
</g>
|
|
320
|
+
</g>
|
|
321
|
+
</svg>
|