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,530 @@
|
|
|
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="672px" height="672px" viewBox="0 0 672 672" 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="2022-09-20 08:57:49" />
|
|
5
|
+
<gridsvg:argument name="name" value="scatterplot.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="96" />
|
|
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, 672) scale(1, -1)">
|
|
21
|
+
<g id="gridSVG" fill="none" stroke="rgb(0,0,0)" stroke-dasharray="none" stroke-width="1" font-size="16" 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="672" height="672" 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
|
+
<g id="plot.background..rect.39.1">
|
|
37
|
+
<rect id="plot.background..rect.39.1.1" x="0" y="0" width="672" height="672" transform="" stroke-width="1.42" stroke="rgb(255,255,255)" fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="1" fill-opacity="1" />
|
|
38
|
+
</g>
|
|
39
|
+
</g>
|
|
40
|
+
</g>
|
|
41
|
+
<defs>
|
|
42
|
+
<clipPath id="layout::panel.7-5-7-5.1.clipPath">
|
|
43
|
+
<rect x="46.53" y="44.53" width="618.16" height="620.16" fill="none" stroke="none" />
|
|
44
|
+
</clipPath>
|
|
45
|
+
</defs>
|
|
46
|
+
<g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
|
|
47
|
+
<g id="panel.7-5-7-5.1">
|
|
48
|
+
<g id="panel-1.gTree.17.1">
|
|
49
|
+
<g id="grill.gTree.15.1">
|
|
50
|
+
<g id="panel.background..rect.6.1">
|
|
51
|
+
<rect id="panel.background..rect.6.1.1" x="46.53" y="44.53" width="618.16" height="620.16" transform="" stroke-width="1.42" stroke="none" fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1" />
|
|
52
|
+
</g>
|
|
53
|
+
<g id="panel.grid.minor.y..polyline.8.1">
|
|
54
|
+
<polyline id="panel.grid.minor.y..polyline.8.1.1" points="46.53,129.87 664.69,129.87" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
55
|
+
<polyline id="panel.grid.minor.y..polyline.8.1.2" points="46.53,303.1 664.69,303.1" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
56
|
+
<polyline id="panel.grid.minor.y..polyline.8.1.3" points="46.53,476.33 664.69,476.33" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
57
|
+
<polyline id="panel.grid.minor.y..polyline.8.1.4" points="46.53,649.55 664.69,649.55" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
58
|
+
</g>
|
|
59
|
+
<g id="panel.grid.minor.x..polyline.10.1">
|
|
60
|
+
<polyline id="panel.grid.minor.x..polyline.10.1.1" points="67.9,44.53 67.9,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
61
|
+
<polyline id="panel.grid.minor.x..polyline.10.1.2" points="171.44,44.53 171.44,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
62
|
+
<polyline id="panel.grid.minor.x..polyline.10.1.3" points="274.99,44.53 274.99,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
63
|
+
<polyline id="panel.grid.minor.x..polyline.10.1.4" points="378.53,44.53 378.53,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
64
|
+
<polyline id="panel.grid.minor.x..polyline.10.1.5" points="482.07,44.53 482.07,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
65
|
+
<polyline id="panel.grid.minor.x..polyline.10.1.6" points="585.61,44.53 585.61,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
66
|
+
</g>
|
|
67
|
+
<g id="panel.grid.major.y..polyline.12.1">
|
|
68
|
+
<polyline id="panel.grid.major.y..polyline.12.1.2" points="46.53,216.49 664.69,216.49" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
69
|
+
<polyline id="panel.grid.major.y..polyline.12.1.3" points="46.53,389.71 664.69,389.71" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
70
|
+
<polyline id="panel.grid.major.y..polyline.12.1.4" points="46.53,562.94 664.69,562.94" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
71
|
+
</g>
|
|
72
|
+
<g id="panel.grid.major.x..polyline.14.1">
|
|
73
|
+
<polyline id="panel.grid.major.x..polyline.14.1.2" points="119.67,44.53 119.67,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
74
|
+
<polyline id="panel.grid.major.x..polyline.14.1.3" points="223.21,44.53 223.21,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
75
|
+
<polyline id="panel.grid.major.x..polyline.14.1.4" points="326.76,44.53 326.76,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
76
|
+
<polyline id="panel.grid.major.x..polyline.14.1.5" points="430.3,44.53 430.3,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
77
|
+
<polyline id="panel.grid.major.x..polyline.14.1.6" points="533.84,44.53 533.84,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
78
|
+
<polyline id="panel.grid.major.x..polyline.14.1.7" points="637.38,44.53 637.38,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
79
|
+
</g>
|
|
80
|
+
</g>
|
|
81
|
+
<g id="geom_point.points.2.1">
|
|
82
|
+
<use id="geom_point.points.2.1.1" href="#gridSVG.pch19" x="96.48" y="377.15" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
83
|
+
<use id="geom_point.points.2.1.2" href="#gridSVG.pch19" x="98.09" y="370.59" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
84
|
+
<use id="geom_point.points.2.1.3" href="#gridSVG.pch19" x="123.52" y="406.96" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
85
|
+
<use id="geom_point.points.2.1.4" href="#gridSVG.pch19" x="116.56" y="390.31" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
86
|
+
<use id="geom_point.points.2.1.5" href="#gridSVG.pch19" x="201.86" y="315.62" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
87
|
+
<use id="geom_point.points.2.1.6" href="#gridSVG.pch19" x="198.46" y="319.65" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
88
|
+
<use id="geom_point.points.2.1.7" href="#gridSVG.pch19" x="237.22" y="331.79" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
89
|
+
<use id="geom_point.points.2.1.8" href="#gridSVG.pch19" x="101.19" y="319.43" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
90
|
+
<use id="geom_point.points.2.1.9" href="#gridSVG.pch19" x="100.67" y="305.38" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
91
|
+
<use id="geom_point.points.2.1.10" href="#gridSVG.pch19" x="120.01" y="360.49" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
92
|
+
<use id="geom_point.points.2.1.11" href="#gridSVG.pch19" x="121.02" y="339.1" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
93
|
+
<use id="geom_point.points.2.1.12" href="#gridSVG.pch19" x="199.51" y="302.88" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
94
|
+
<use id="geom_point.points.2.1.13" href="#gridSVG.pch19" x="203.76" y="297.12" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
95
|
+
<use id="geom_point.points.2.1.14" href="#gridSVG.pch19" x="230.65" y="301.11" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
96
|
+
<use id="geom_point.points.2.1.15" href="#gridSVG.pch19" x="234.45" y="306.05" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
97
|
+
<use id="geom_point.points.2.1.16" href="#gridSVG.pch19" x="202.93" y="284.79" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
98
|
+
<use id="geom_point.points.2.1.17" href="#gridSVG.pch19" x="235.99" y="306.72" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
99
|
+
<use id="geom_point.points.2.1.18" href="#gridSVG.pch19" x="349.25" y="272.27" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
100
|
+
<use id="geom_point.points.2.1.19" href="#gridSVG.pch19" x="461.32" y="211.04" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
101
|
+
<use id="geom_point.points.2.1.20" href="#gridSVG.pch19" x="458.3" y="131.15" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
102
|
+
<use id="geom_point.points.2.1.21" href="#gridSVG.pch19" x="461.98" y="218.94" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
103
|
+
<use id="geom_point.points.2.1.22" href="#gridSVG.pch19" x="502.16" y="170.77" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
104
|
+
<use id="geom_point.points.2.1.23" href="#gridSVG.pch19" x="536.21" y="166.52" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
105
|
+
<use id="geom_point.points.2.1.24" href="#gridSVG.pch19" x="504.61" y="318.96" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
106
|
+
<use id="geom_point.points.2.1.25" href="#gridSVG.pch19" x="499.12" y="264.54" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
107
|
+
<use id="geom_point.points.2.1.26" href="#gridSVG.pch19" x="551.58" y="315.26" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
108
|
+
<use id="geom_point.points.2.1.27" href="#gridSVG.pch19" x="554.49" y="305.8" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
109
|
+
<use id="geom_point.points.2.1.28" href="#gridSVG.pch19" x="636.6" y="288.14" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
110
|
+
<use id="geom_point.points.2.1.29" href="#gridSVG.pch19" x="461.45" y="202.84" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
111
|
+
<use id="geom_point.points.2.1.30" href="#gridSVG.pch19" x="459.93" y="116.88" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
112
|
+
<use id="geom_point.points.2.1.31" href="#gridSVG.pch19" x="499.08" y="135.46" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
113
|
+
<use id="geom_point.points.2.1.32" href="#gridSVG.pch19" x="587.61" y="169.09" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
114
|
+
<use id="geom_point.points.2.1.33" href="#gridSVG.pch19" x="158.89" y="334.95" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
115
|
+
<use id="geom_point.points.2.1.34" href="#gridSVG.pch19" x="157.42" y="391.43" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
116
|
+
<use id="geom_point.points.2.1.35" href="#gridSVG.pch19" x="234.58" y="325.33" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
117
|
+
<use id="geom_point.points.2.1.36" href="#gridSVG.pch19" x="271.77" y="365.73" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
118
|
+
<use id="geom_point.points.2.1.37" href="#gridSVG.pch19" x="283.81" y="321.29" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
119
|
+
<use id="geom_point.points.2.1.38" href="#gridSVG.pch19" x="157.38" y="288.2" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
120
|
+
<use id="geom_point.points.2.1.39" href="#gridSVG.pch19" x="226.18" y="283.8" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
121
|
+
<use id="geom_point.points.2.1.40" href="#gridSVG.pch19" x="252.16" y="257.61" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
122
|
+
<use id="geom_point.points.2.1.41" href="#gridSVG.pch19" x="250.6" y="256.2" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
123
|
+
<use id="geom_point.points.2.1.42" href="#gridSVG.pch19" x="250.43" y="287.99" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
124
|
+
<use id="geom_point.points.2.1.43" href="#gridSVG.pch19" x="253.94" y="287.48" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
125
|
+
<use id="geom_point.points.2.1.44" href="#gridSVG.pch19" x="252.98" y="170.24" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
126
|
+
<use id="geom_point.points.2.1.45" href="#gridSVG.pch19" x="303.88" y="251.67" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
127
|
+
<use id="geom_point.points.2.1.46" href="#gridSVG.pch19" x="304.4" y="227.94" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
128
|
+
<use id="geom_point.points.2.1.47" href="#gridSVG.pch19" x="306.93" y="272.03" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
129
|
+
<use id="geom_point.points.2.1.48" href="#gridSVG.pch19" x="323.61" y="264.28" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
130
|
+
<use id="geom_point.points.2.1.49" href="#gridSVG.pch19" x="294.41" y="204.41" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
131
|
+
<use id="geom_point.points.2.1.50" href="#gridSVG.pch19" x="292.39" y="180.71" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
132
|
+
<use id="geom_point.points.2.1.51" href="#gridSVG.pch19" x="316.26" y="159.62" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
133
|
+
<use id="geom_point.points.2.1.52" href="#gridSVG.pch19" x="312.77" y="158.22" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
134
|
+
<use id="geom_point.points.2.1.53" href="#gridSVG.pch19" x="395.79" y="199.5" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
135
|
+
<use id="geom_point.points.2.1.54" href="#gridSVG.pch19" x="397.24" y="198.2" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
136
|
+
<use id="geom_point.points.2.1.55" href="#gridSVG.pch19" x="402.49" y="81.46" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
137
|
+
<use id="geom_point.points.2.1.56" href="#gridSVG.pch19" x="451.33" y="165.06" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
138
|
+
<use id="geom_point.points.2.1.57" href="#gridSVG.pch19" x="454.16" y="128.75" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
139
|
+
<use id="geom_point.points.2.1.58" href="#gridSVG.pch19" x="317.56" y="163.33" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
140
|
+
<use id="geom_point.points.2.1.59" href="#gridSVG.pch19" x="398.76" y="170.2" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
141
|
+
<use id="geom_point.points.2.1.60" href="#gridSVG.pch19" x="398.31" y="83.59" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
142
|
+
<use id="geom_point.points.2.1.61" href="#gridSVG.pch19" x="399.49" y="160.11" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
143
|
+
<use id="geom_point.points.2.1.62" href="#gridSVG.pch19" x="454.46" y="141.04" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
144
|
+
<use id="geom_point.points.2.1.63" href="#gridSVG.pch19" x="503.25" y="183.27" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
145
|
+
<use id="geom_point.points.2.1.64" href="#gridSVG.pch19" x="523.22" y="132.88" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
146
|
+
<use id="geom_point.points.2.1.65" href="#gridSVG.pch19" x="401.95" y="142.88" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
147
|
+
<use id="geom_point.points.2.1.66" href="#gridSVG.pch19" x="396.12" y="72.72" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
148
|
+
<use id="geom_point.points.2.1.67" href="#gridSVG.pch19" x="402.19" y="169.01" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
149
|
+
<use id="geom_point.points.2.1.68" href="#gridSVG.pch19" x="400.75" y="168.95" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
150
|
+
<use id="geom_point.points.2.1.69" href="#gridSVG.pch19" x="400.93" y="152.83" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
151
|
+
<use id="geom_point.points.2.1.70" href="#gridSVG.pch19" x="396.29" y="80.94" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
152
|
+
<use id="geom_point.points.2.1.71" href="#gridSVG.pch19" x="449.81" y="134.4" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
153
|
+
<use id="geom_point.points.2.1.72" href="#gridSVG.pch19" x="454" y="141.3" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
154
|
+
<use id="geom_point.points.2.1.73" href="#gridSVG.pch19" x="505.66" y="169.18" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
155
|
+
<use id="geom_point.points.2.1.74" href="#gridSVG.pch19" x="520.66" y="125.47" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
156
|
+
<use id="geom_point.points.2.1.75" href="#gridSVG.pch19" x="386.75" y="165.42" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
157
|
+
<use id="geom_point.points.2.1.76" href="#gridSVG.pch19" x="475.31" y="161.52" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
158
|
+
<use id="geom_point.points.2.1.77" href="#gridSVG.pch19" x="473.14" y="188.15" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
159
|
+
<use id="geom_point.points.2.1.78" href="#gridSVG.pch19" x="327.54" y="167.35" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
160
|
+
<use id="geom_point.points.2.1.79" href="#gridSVG.pch19" x="327.55" y="197.89" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
161
|
+
<use id="geom_point.points.2.1.80" href="#gridSVG.pch19" x="329.07" y="166.85" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
162
|
+
<use id="geom_point.points.2.1.81" href="#gridSVG.pch19" x="325.52" y="192.71" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
163
|
+
<use id="geom_point.points.2.1.82" href="#gridSVG.pch19" x="389.13" y="192.54" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
164
|
+
<use id="geom_point.points.2.1.83" href="#gridSVG.pch19" x="429.02" y="168.18" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
165
|
+
<use id="geom_point.points.2.1.84" href="#gridSVG.pch19" x="346.78" y="170.44" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
166
|
+
<use id="geom_point.points.2.1.85" href="#gridSVG.pch19" x="346.41" y="167.47" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
167
|
+
<use id="geom_point.points.2.1.86" href="#gridSVG.pch19" x="390.13" y="152.04" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
168
|
+
<use id="geom_point.points.2.1.87" href="#gridSVG.pch19" x="389.18" y="144.56" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
169
|
+
<use id="geom_point.points.2.1.88" href="#gridSVG.pch19" x="393.01" y="160.22" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
170
|
+
<use id="geom_point.points.2.1.89" href="#gridSVG.pch19" x="472.51" y="124.49" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
171
|
+
<use id="geom_point.points.2.1.90" href="#gridSVG.pch19" x="475.24" y="166.06" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
172
|
+
<use id="geom_point.points.2.1.91" href="#gridSVG.pch19" x="309.74" y="325.69" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
173
|
+
<use id="geom_point.points.2.1.92" href="#gridSVG.pch19" x="304.64" y="296.51" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
174
|
+
<use id="geom_point.points.2.1.93" href="#gridSVG.pch19" x="329.89" y="321.86" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
175
|
+
<use id="geom_point.points.2.1.94" href="#gridSVG.pch19" x="328.03" y="287.23" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
176
|
+
<use id="geom_point.points.2.1.95" href="#gridSVG.pch19" x="389.75" y="234.97" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
177
|
+
<use id="geom_point.points.2.1.96" href="#gridSVG.pch19" x="391.63" y="251.29" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
178
|
+
<use id="geom_point.points.2.1.97" href="#gridSVG.pch19" x="388.11" y="271.1" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
179
|
+
<use id="geom_point.points.2.1.98" href="#gridSVG.pch19" x="388.25" y="249.57" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
180
|
+
<use id="geom_point.points.2.1.99" href="#gridSVG.pch19" x="473.88" y="222.52" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
181
|
+
<use id="geom_point.points.2.1.100" href="#gridSVG.pch19" x="74.63" y="439.04" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
182
|
+
<use id="geom_point.points.2.1.101" href="#gridSVG.pch19" x="75.49" y="430.27" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
183
|
+
<use id="geom_point.points.2.1.102" href="#gridSVG.pch19" x="80.08" y="422.04" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
184
|
+
<use id="geom_point.points.2.1.103" href="#gridSVG.pch19" x="76.52" y="368.12" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
185
|
+
<use id="geom_point.points.2.1.104" href="#gridSVG.pch19" x="76.11" y="419.79" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
186
|
+
<use id="geom_point.points.2.1.105" href="#gridSVG.pch19" x="98.44" y="458.21" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
187
|
+
<use id="geom_point.points.2.1.106" href="#gridSVG.pch19" x="101.95" y="490.92" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
188
|
+
<use id="geom_point.points.2.1.107" href="#gridSVG.pch19" x="95.64" y="489.18" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
189
|
+
<use id="geom_point.points.2.1.108" href="#gridSVG.pch19" x="123.23" y="375.43" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
190
|
+
<use id="geom_point.points.2.1.109" href="#gridSVG.pch19" x="157.7" y="316.52" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
191
|
+
<use id="geom_point.points.2.1.110" href="#gridSVG.pch19" x="159.16" y="331.51" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
192
|
+
<use id="geom_point.points.2.1.111" href="#gridSVG.pch19" x="162.14" y="386.12" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
193
|
+
<use id="geom_point.points.2.1.112" href="#gridSVG.pch19" x="164.35" y="403.48" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
194
|
+
<use id="geom_point.points.2.1.113" href="#gridSVG.pch19" x="172.12" y="316" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
195
|
+
<use id="geom_point.points.2.1.114" href="#gridSVG.pch19" x="169.27" y="318.48" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
196
|
+
<use id="geom_point.points.2.1.115" href="#gridSVG.pch19" x="252.52" y="355.6" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
197
|
+
<use id="geom_point.points.2.1.116" href="#gridSVG.pch19" x="116.24" y="325.42" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
198
|
+
<use id="geom_point.points.2.1.117" href="#gridSVG.pch19" x="119.16" y="375.18" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
199
|
+
<use id="geom_point.points.2.1.118" href="#gridSVG.pch19" x="122.58" y="351.15" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
200
|
+
<use id="geom_point.points.2.1.119" href="#gridSVG.pch19" x="118.23" y="343.55" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
201
|
+
<use id="geom_point.points.2.1.120" href="#gridSVG.pch19" x="195.7" y="282.01" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
202
|
+
<use id="geom_point.points.2.1.121" href="#gridSVG.pch19" x="195.83" y="283.5" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
203
|
+
<use id="geom_point.points.2.1.122" href="#gridSVG.pch19" x="191.65" y="280.45" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
204
|
+
<use id="geom_point.points.2.1.123" href="#gridSVG.pch19" x="220.76" y="253.14" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
205
|
+
<use id="geom_point.points.2.1.124" href="#gridSVG.pch19" x="296.6" y="201.2" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
206
|
+
<use id="geom_point.points.2.1.125" href="#gridSVG.pch19" x="323.85" y="222.16" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
207
|
+
<use id="geom_point.points.2.1.126" href="#gridSVG.pch19" x="402.97" y="164.94" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
208
|
+
<use id="geom_point.points.2.1.127" href="#gridSVG.pch19" x="401.56" y="75.24" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
209
|
+
<use id="geom_point.points.2.1.128" href="#gridSVG.pch19" x="403.02" y="199.4" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
210
|
+
<use id="geom_point.points.2.1.129" href="#gridSVG.pch19" x="502.59" y="178.55" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
211
|
+
<use id="geom_point.points.2.1.130" href="#gridSVG.pch19" x="544.02" y="117.75" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
212
|
+
<use id="geom_point.points.2.1.131" href="#gridSVG.pch19" x="324.87" y="123.89" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
213
|
+
<use id="geom_point.points.2.1.132" href="#gridSVG.pch19" x="349.7" y="179.79" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
214
|
+
<use id="geom_point.points.2.1.133" href="#gridSVG.pch19" x="372.06" y="184.09" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
215
|
+
<use id="geom_point.points.2.1.134" href="#gridSVG.pch19" x="388.83" y="124.67" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
216
|
+
<use id="geom_point.points.2.1.135" href="#gridSVG.pch19" x="473.24" y="171.38" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
217
|
+
<use id="geom_point.points.2.1.136" href="#gridSVG.pch19" x="471.26" y="147.99" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
218
|
+
<use id="geom_point.points.2.1.137" href="#gridSVG.pch19" x="472.32" y="187.16" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
219
|
+
<use id="geom_point.points.2.1.138" href="#gridSVG.pch19" x="328.88" y="162.83" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
220
|
+
<use id="geom_point.points.2.1.139" href="#gridSVG.pch19" x="324.82" y="199.33" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
221
|
+
<use id="geom_point.points.2.1.140" href="#gridSVG.pch19" x="391.05" y="205.31" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
222
|
+
<use id="geom_point.points.2.1.141" href="#gridSVG.pch19" x="432.31" y="169.5" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
223
|
+
<use id="geom_point.points.2.1.142" href="#gridSVG.pch19" x="163.27" y="372.68" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
224
|
+
<use id="geom_point.points.2.1.143" href="#gridSVG.pch19" x="163.94" y="340.43" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
225
|
+
<use id="geom_point.points.2.1.144" href="#gridSVG.pch19" x="174" y="411.59" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
226
|
+
<use id="geom_point.points.2.1.145" href="#gridSVG.pch19" x="171.23" y="424.22" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
227
|
+
<use id="geom_point.points.2.1.146" href="#gridSVG.pch19" x="272.59" y="332.27" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
228
|
+
<use id="geom_point.points.2.1.147" href="#gridSVG.pch19" x="273.66" y="320.45" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
229
|
+
<use id="geom_point.points.2.1.148" href="#gridSVG.pch19" x="219.66" y="315.71" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
230
|
+
<use id="geom_point.points.2.1.149" href="#gridSVG.pch19" x="222.11" y="300.08" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
231
|
+
<use id="geom_point.points.2.1.150" href="#gridSVG.pch19" x="271.63" y="296.7" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
232
|
+
<use id="geom_point.points.2.1.151" href="#gridSVG.pch19" x="250.17" y="160" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
233
|
+
<use id="geom_point.points.2.1.152" href="#gridSVG.pch19" x="256.22" y="168.65" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
234
|
+
<use id="geom_point.points.2.1.153" href="#gridSVG.pch19" x="326.21" y="215.41" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
235
|
+
<use id="geom_point.points.2.1.154" href="#gridSVG.pch19" x="494.53" y="187.42" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
236
|
+
<use id="geom_point.points.2.1.155" href="#gridSVG.pch19" x="233.62" y="322.14" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
237
|
+
<use id="geom_point.points.2.1.156" href="#gridSVG.pch19" x="305.61" y="321.67" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
238
|
+
<use id="geom_point.points.2.1.157" href="#gridSVG.pch19" x="305.87" y="331.75" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
239
|
+
<use id="geom_point.points.2.1.158" href="#gridSVG.pch19" x="308.88" y="361.21" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
240
|
+
<use id="geom_point.points.2.1.159" href="#gridSVG.pch19" x="460.87" y="305.93" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
241
|
+
<use id="geom_point.points.2.1.160" href="#gridSVG.pch19" x="172.09" y="298.19" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
242
|
+
<use id="geom_point.points.2.1.161" href="#gridSVG.pch19" x="167.35" y="284.8" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
243
|
+
<use id="geom_point.points.2.1.162" href="#gridSVG.pch19" x="167.52" y="331.54" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
244
|
+
<use id="geom_point.points.2.1.163" href="#gridSVG.pch19" x="173.32" y="304.63" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
245
|
+
<use id="geom_point.points.2.1.164" href="#gridSVG.pch19" x="168.78" y="324.92" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
246
|
+
<use id="geom_point.points.2.1.165" href="#gridSVG.pch19" x="175.54" y="263.03" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
247
|
+
<use id="geom_point.points.2.1.166" href="#gridSVG.pch19" x="144.3" y="325.79" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
248
|
+
<use id="geom_point.points.2.1.167" href="#gridSVG.pch19" x="138.76" y="323.66" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
249
|
+
<use id="geom_point.points.2.1.168" href="#gridSVG.pch19" x="168.85" y="318.12" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
250
|
+
<use id="geom_point.points.2.1.169" href="#gridSVG.pch19" x="172.71" y="313.93" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
251
|
+
<use id="geom_point.points.2.1.170" href="#gridSVG.pch19" x="168.96" y="309.33" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
252
|
+
<use id="geom_point.points.2.1.171" href="#gridSVG.pch19" x="175.36" y="342.07" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
253
|
+
<use id="geom_point.points.2.1.172" href="#gridSVG.pch19" x="168.02" y="304.6" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
254
|
+
<use id="geom_point.points.2.1.173" href="#gridSVG.pch19" x="172.66" y="340.26" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
255
|
+
<use id="geom_point.points.2.1.174" href="#gridSVG.pch19" x="188.97" y="213.31" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
256
|
+
<use id="geom_point.points.2.1.175" href="#gridSVG.pch19" x="194.23" y="223.37" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
257
|
+
<use id="geom_point.points.2.1.176" href="#gridSVG.pch19" x="262.09" y="193.51" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
258
|
+
<use id="geom_point.points.2.1.177" href="#gridSVG.pch19" x="262.57" y="159.25" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
259
|
+
<use id="geom_point.points.2.1.178" href="#gridSVG.pch19" x="330.33" y="214.48" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
260
|
+
<use id="geom_point.points.2.1.179" href="#gridSVG.pch19" x="398.79" y="167.65" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
261
|
+
<use id="geom_point.points.2.1.180" href="#gridSVG.pch19" x="143.85" y="367.51" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
262
|
+
<use id="geom_point.points.2.1.181" href="#gridSVG.pch19" x="141.19" y="344.16" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
263
|
+
<use id="geom_point.points.2.1.182" href="#gridSVG.pch19" x="159.89" y="409.82" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
264
|
+
<use id="geom_point.points.2.1.183" href="#gridSVG.pch19" x="158.04" y="402.84" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
265
|
+
<use id="geom_point.points.2.1.184" href="#gridSVG.pch19" x="221.34" y="318.54" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
266
|
+
<use id="geom_point.points.2.1.185" href="#gridSVG.pch19" x="226.11" y="323.81" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
267
|
+
<use id="geom_point.points.2.1.186" href="#gridSVG.pch19" x="271.57" y="354.24" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
268
|
+
<use id="geom_point.points.2.1.187" href="#gridSVG.pch19" x="139.42" y="340.45" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
269
|
+
<use id="geom_point.points.2.1.188" href="#gridSVG.pch19" x="138.78" y="374.35" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
270
|
+
<use id="geom_point.points.2.1.189" href="#gridSVG.pch19" x="160.78" y="412.01" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
271
|
+
<use id="geom_point.points.2.1.190" href="#gridSVG.pch19" x="164.52" y="408.51" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
272
|
+
<use id="geom_point.points.2.1.191" href="#gridSVG.pch19" x="220.98" y="326.51" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
273
|
+
<use id="geom_point.points.2.1.192" href="#gridSVG.pch19" x="220.6" y="317.72" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
274
|
+
<use id="geom_point.points.2.1.193" href="#gridSVG.pch19" x="258.32" y="339.22" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
275
|
+
<use id="geom_point.points.2.1.194" href="#gridSVG.pch19" x="99.78" y="395.36" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
276
|
+
<use id="geom_point.points.2.1.195" href="#gridSVG.pch19" x="96.74" y="438.37" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
277
|
+
<use id="geom_point.points.2.1.196" href="#gridSVG.pch19" x="98.86" y="479.51" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
278
|
+
<use id="geom_point.points.2.1.197" href="#gridSVG.pch19" x="102.85" y="507.1" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
279
|
+
<use id="geom_point.points.2.1.198" href="#gridSVG.pch19" x="95.94" y="479.21" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
280
|
+
<use id="geom_point.points.2.1.199" href="#gridSVG.pch19" x="396.76" y="127.98" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
281
|
+
<use id="geom_point.points.2.1.200" href="#gridSVG.pch19" x="500.38" y="188.5" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
282
|
+
<use id="geom_point.points.2.1.201" href="#gridSVG.pch19" x="194.62" y="220.62" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
283
|
+
<use id="geom_point.points.2.1.202" href="#gridSVG.pch19" x="191.34" y="214.94" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
284
|
+
<use id="geom_point.points.2.1.203" href="#gridSVG.pch19" x="191.73" y="251.56" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
285
|
+
<use id="geom_point.points.2.1.204" href="#gridSVG.pch19" x="268.65" y="168.87" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
286
|
+
<use id="geom_point.points.2.1.205" href="#gridSVG.pch19" x="267.11" y="199.75" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
287
|
+
<use id="geom_point.points.2.1.206" href="#gridSVG.pch19" x="330.24" y="178.28" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
288
|
+
<use id="geom_point.points.2.1.207" href="#gridSVG.pch19" x="323.94" y="210.92" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
289
|
+
<use id="geom_point.points.2.1.208" href="#gridSVG.pch19" x="122.07" y="369.87" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
290
|
+
<use id="geom_point.points.2.1.209" href="#gridSVG.pch19" x="122.49" y="323.94" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
291
|
+
<use id="geom_point.points.2.1.210" href="#gridSVG.pch19" x="117.68" y="376.93" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
292
|
+
<use id="geom_point.points.2.1.211" href="#gridSVG.pch19" x="119.12" y="376.34" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
293
|
+
<use id="geom_point.points.2.1.212" href="#gridSVG.pch19" x="204.27" y="283.88" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
294
|
+
<use id="geom_point.points.2.1.213" href="#gridSVG.pch19" x="105.43" y="636.5" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
295
|
+
<use id="geom_point.points.2.1.214" href="#gridSVG.pch19" x="122.93" y="366.4" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
296
|
+
<use id="geom_point.points.2.1.215" href="#gridSVG.pch19" x="121.75" y="326.62" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
297
|
+
<use id="geom_point.points.2.1.216" href="#gridSVG.pch19" x="119.99" y="376.22" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
298
|
+
<use id="geom_point.points.2.1.217" href="#gridSVG.pch19" x="118.08" y="379.26" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
299
|
+
<use id="geom_point.points.2.1.218" href="#gridSVG.pch19" x="168.82" y="368.79" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
300
|
+
<use id="geom_point.points.2.1.219" href="#gridSVG.pch19" x="171.88" y="367.29" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
301
|
+
<use id="geom_point.points.2.1.220" href="#gridSVG.pch19" x="199.69" y="262.07" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
302
|
+
<use id="geom_point.points.2.1.221" href="#gridSVG.pch19" x="198.46" y="290.43" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
303
|
+
<use id="geom_point.points.2.1.222" href="#gridSVG.pch19" x="112.53" y="628.66" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
304
|
+
<use id="geom_point.points.2.1.223" href="#gridSVG.pch19" x="105.26" y="573.67" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
305
|
+
<use id="geom_point.points.2.1.224" href="#gridSVG.pch19" x="121.46" y="377.29" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
306
|
+
<use id="geom_point.points.2.1.225" href="#gridSVG.pch19" x="120.9" y="316.02" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
307
|
+
<use id="geom_point.points.2.1.226" href="#gridSVG.pch19" x="174.88" y="348.98" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
308
|
+
<use id="geom_point.points.2.1.227" href="#gridSVG.pch19" x="174.95" y="375.9" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
309
|
+
<use id="geom_point.points.2.1.228" href="#gridSVG.pch19" x="102.53" y="372.81" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
310
|
+
<use id="geom_point.points.2.1.229" href="#gridSVG.pch19" x="98.2" y="375.67" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
311
|
+
<use id="geom_point.points.2.1.230" href="#gridSVG.pch19" x="122.34" y="352.58" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
312
|
+
<use id="geom_point.points.2.1.231" href="#gridSVG.pch19" x="121.45" y="373.32" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
313
|
+
<use id="geom_point.points.2.1.232" href="#gridSVG.pch19" x="205.82" y="321.2" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
314
|
+
<use id="geom_point.points.2.1.233" href="#gridSVG.pch19" x="205.74" y="319.43" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
315
|
+
<use id="geom_point.points.2.1.234" href="#gridSVG.pch19" x="287.08" y="318.24" width="6.95" height="6.95" transform=" translate(-3.48,-3.48)" stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="6.95" stroke-width="1.35" stroke-opacity="1" fill-opacity="1" />
|
|
316
|
+
</g>
|
|
317
|
+
</g>
|
|
318
|
+
</g>
|
|
319
|
+
</g>
|
|
320
|
+
<g id="layout::spacer.8-6-8-6.1">
|
|
321
|
+
<g id="spacer.8-6-8-6.1" />
|
|
322
|
+
</g>
|
|
323
|
+
<g id="layout::spacer.8-4-8-4.1">
|
|
324
|
+
<g id="spacer.8-4-8-4.1" />
|
|
325
|
+
</g>
|
|
326
|
+
<g id="layout::spacer.6-6-6-6.1">
|
|
327
|
+
<g id="spacer.6-6-6-6.1" />
|
|
328
|
+
</g>
|
|
329
|
+
<g id="layout::spacer.6-4-6-4.1">
|
|
330
|
+
<g id="spacer.6-4-6-4.1" />
|
|
331
|
+
</g>
|
|
332
|
+
<g id="layout::axis-t.6-5-6-5.1">
|
|
333
|
+
<g id="axis-t.6-5-6-5.1" />
|
|
334
|
+
</g>
|
|
335
|
+
<g id="layout::axis-l.7-4-7-4.1">
|
|
336
|
+
<g id="axis-l.7-4-7-4.1">
|
|
337
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
|
|
338
|
+
<g id="GRID.absoluteGrob.26.1">
|
|
339
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
|
|
340
|
+
<g id="axis.1">
|
|
341
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1">
|
|
342
|
+
<g id="axis.1-1-1-1.1">
|
|
343
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1" font-size="11.73" 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">
|
|
344
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1">
|
|
345
|
+
<g id="GRID.titleGrob.24.1">
|
|
346
|
+
<g id="GRID.text.23.1">
|
|
347
|
+
<g id="GRID.text.23.1.1" transform="translate(39.96, 216.49)" stroke-width="0.1">
|
|
348
|
+
<g id="GRID.text.23.1.1.scale" transform="scale(1, -1)">
|
|
349
|
+
<text x="0" y="0" id="GRID.text.23.1.1.text" text-anchor="end" font-size="11.73" 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">
|
|
350
|
+
<tspan id="GRID.text.23.1.1.tspan.1" dy="5" x="0">20</tspan>
|
|
351
|
+
</text>
|
|
352
|
+
</g>
|
|
353
|
+
</g>
|
|
354
|
+
<g id="GRID.text.23.1.2" transform="translate(39.96, 389.71)" stroke-width="0.1">
|
|
355
|
+
<g id="GRID.text.23.1.2.scale" transform="scale(1, -1)">
|
|
356
|
+
<text x="0" y="0" id="GRID.text.23.1.2.text" text-anchor="end" font-size="11.73" 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">
|
|
357
|
+
<tspan id="GRID.text.23.1.2.tspan.1" dy="5" x="0">30</tspan>
|
|
358
|
+
</text>
|
|
359
|
+
</g>
|
|
360
|
+
</g>
|
|
361
|
+
<g id="GRID.text.23.1.3" transform="translate(39.96, 562.94)" stroke-width="0.1">
|
|
362
|
+
<g id="GRID.text.23.1.3.scale" transform="scale(1, -1)">
|
|
363
|
+
<text x="0" y="0" id="GRID.text.23.1.3.text" text-anchor="end" font-size="11.73" 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">
|
|
364
|
+
<tspan id="GRID.text.23.1.3.tspan.1" dy="5" x="0">40</tspan>
|
|
365
|
+
</text>
|
|
366
|
+
</g>
|
|
367
|
+
</g>
|
|
368
|
+
</g>
|
|
369
|
+
</g>
|
|
370
|
+
</g>
|
|
371
|
+
</g>
|
|
372
|
+
</g>
|
|
373
|
+
</g>
|
|
374
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1">
|
|
375
|
+
<g id="axis.1-2-1-2.1">
|
|
376
|
+
<g id="GRID.polyline.25.1">
|
|
377
|
+
<polyline id="GRID.polyline.25.1.1" points="42.88,216.49 46.53,216.49" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
378
|
+
<polyline id="GRID.polyline.25.1.2" points="42.88,389.71 46.53,389.71" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
379
|
+
<polyline id="GRID.polyline.25.1.3" points="42.88,562.94 46.53,562.94" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
380
|
+
</g>
|
|
381
|
+
</g>
|
|
382
|
+
</g>
|
|
383
|
+
</g>
|
|
384
|
+
</g>
|
|
385
|
+
</g>
|
|
386
|
+
</g>
|
|
387
|
+
</g>
|
|
388
|
+
</g>
|
|
389
|
+
<g id="layout::axis-r.7-6-7-6.1">
|
|
390
|
+
<g id="axis-r.7-6-7-6.1" />
|
|
391
|
+
</g>
|
|
392
|
+
<g id="layout::axis-b.8-5-8-5.1">
|
|
393
|
+
<g id="axis-b.8-5-8-5.1">
|
|
394
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
|
|
395
|
+
<g id="GRID.absoluteGrob.22.1">
|
|
396
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
|
|
397
|
+
<g id="axis.2">
|
|
398
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1">
|
|
399
|
+
<g id="axis.1-1-1-1.2">
|
|
400
|
+
<g id="GRID.polyline.21.1">
|
|
401
|
+
<polyline id="GRID.polyline.21.1.1" points="119.67,40.88 119.67,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
402
|
+
<polyline id="GRID.polyline.21.1.2" points="223.21,40.88 223.21,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
403
|
+
<polyline id="GRID.polyline.21.1.3" points="326.76,40.88 326.76,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
404
|
+
<polyline id="GRID.polyline.21.1.4" points="430.3,40.88 430.3,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
405
|
+
<polyline id="GRID.polyline.21.1.5" points="533.84,40.88 533.84,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
406
|
+
<polyline id="GRID.polyline.21.1.6" points="637.38,40.88 637.38,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
407
|
+
</g>
|
|
408
|
+
</g>
|
|
409
|
+
</g>
|
|
410
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1">
|
|
411
|
+
<g id="axis.2-1-2-1.1">
|
|
412
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1" font-size="11.73" 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">
|
|
413
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1">
|
|
414
|
+
<g id="GRID.titleGrob.20.1">
|
|
415
|
+
<g id="GRID.text.18.1">
|
|
416
|
+
<g id="GRID.text.18.1.1" transform="translate(119.67, 37.96)" stroke-width="0.1">
|
|
417
|
+
<g id="GRID.text.18.1.1.scale" transform="scale(1, -1)">
|
|
418
|
+
<text x="0" y="0" id="GRID.text.18.1.1.text" text-anchor="middle" font-size="11.73" 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">
|
|
419
|
+
<tspan id="GRID.text.18.1.1.tspan.1" dy="10" x="0">2</tspan>
|
|
420
|
+
</text>
|
|
421
|
+
</g>
|
|
422
|
+
</g>
|
|
423
|
+
<g id="GRID.text.18.1.2" transform="translate(223.21, 37.96)" stroke-width="0.1">
|
|
424
|
+
<g id="GRID.text.18.1.2.scale" transform="scale(1, -1)">
|
|
425
|
+
<text x="0" y="0" id="GRID.text.18.1.2.text" text-anchor="middle" font-size="11.73" 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">
|
|
426
|
+
<tspan id="GRID.text.18.1.2.tspan.1" dy="10" x="0">3</tspan>
|
|
427
|
+
</text>
|
|
428
|
+
</g>
|
|
429
|
+
</g>
|
|
430
|
+
<g id="GRID.text.18.1.3" transform="translate(326.76, 37.96)" stroke-width="0.1">
|
|
431
|
+
<g id="GRID.text.18.1.3.scale" transform="scale(1, -1)">
|
|
432
|
+
<text x="0" y="0" id="GRID.text.18.1.3.text" text-anchor="middle" font-size="11.73" 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">
|
|
433
|
+
<tspan id="GRID.text.18.1.3.tspan.1" dy="10" x="0">4</tspan>
|
|
434
|
+
</text>
|
|
435
|
+
</g>
|
|
436
|
+
</g>
|
|
437
|
+
<g id="GRID.text.18.1.4" transform="translate(430.3, 37.96)" stroke-width="0.1">
|
|
438
|
+
<g id="GRID.text.18.1.4.scale" transform="scale(1, -1)">
|
|
439
|
+
<text x="0" y="0" id="GRID.text.18.1.4.text" text-anchor="middle" font-size="11.73" 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">
|
|
440
|
+
<tspan id="GRID.text.18.1.4.tspan.1" dy="10" x="0">5</tspan>
|
|
441
|
+
</text>
|
|
442
|
+
</g>
|
|
443
|
+
</g>
|
|
444
|
+
<g id="GRID.text.18.1.5" transform="translate(533.84, 37.96)" stroke-width="0.1">
|
|
445
|
+
<g id="GRID.text.18.1.5.scale" transform="scale(1, -1)">
|
|
446
|
+
<text x="0" y="0" id="GRID.text.18.1.5.text" text-anchor="middle" font-size="11.73" 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">
|
|
447
|
+
<tspan id="GRID.text.18.1.5.tspan.1" dy="10" x="0">6</tspan>
|
|
448
|
+
</text>
|
|
449
|
+
</g>
|
|
450
|
+
</g>
|
|
451
|
+
<g id="GRID.text.18.1.6" transform="translate(637.38, 37.96)" stroke-width="0.1">
|
|
452
|
+
<g id="GRID.text.18.1.6.scale" transform="scale(1, -1)">
|
|
453
|
+
<text x="0" y="0" id="GRID.text.18.1.6.text" text-anchor="middle" font-size="11.73" 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">
|
|
454
|
+
<tspan id="GRID.text.18.1.6.tspan.1" dy="10" x="0">7</tspan>
|
|
455
|
+
</text>
|
|
456
|
+
</g>
|
|
457
|
+
</g>
|
|
458
|
+
</g>
|
|
459
|
+
</g>
|
|
460
|
+
</g>
|
|
461
|
+
</g>
|
|
462
|
+
</g>
|
|
463
|
+
</g>
|
|
464
|
+
</g>
|
|
465
|
+
</g>
|
|
466
|
+
</g>
|
|
467
|
+
</g>
|
|
468
|
+
</g>
|
|
469
|
+
</g>
|
|
470
|
+
<g id="layout::xlab-t.5-5-5-5.1">
|
|
471
|
+
<g id="xlab-t.5-5-5-5.1" />
|
|
472
|
+
</g>
|
|
473
|
+
<g id="layout::xlab-b.9-5-9-5.1">
|
|
474
|
+
<g id="xlab-b.9-5-9-5.1">
|
|
475
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.7.1" font-size="14.67" 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">
|
|
476
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
|
|
477
|
+
<g id="axis.title.x.bottom..titleGrob.30.1">
|
|
478
|
+
<g id="GRID.text.27.1">
|
|
479
|
+
<g id="GRID.text.27.1.1" transform="translate(355.61, 22.31)" stroke-width="0.1">
|
|
480
|
+
<g id="GRID.text.27.1.1.scale" transform="scale(1, -1)">
|
|
481
|
+
<text x="0" y="0" id="GRID.text.27.1.1.text" text-anchor="middle" font-size="14.67" 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">
|
|
482
|
+
<tspan id="GRID.text.27.1.1.tspan.1" dy="12" x="0">displ</tspan>
|
|
483
|
+
</text>
|
|
484
|
+
</g>
|
|
485
|
+
</g>
|
|
486
|
+
</g>
|
|
487
|
+
</g>
|
|
488
|
+
</g>
|
|
489
|
+
</g>
|
|
490
|
+
</g>
|
|
491
|
+
</g>
|
|
492
|
+
<g id="layout::ylab-l.7-3-7-3.1">
|
|
493
|
+
<g id="ylab-l.7-3-7-3.1">
|
|
494
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.9.1" font-size="14.67" 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">
|
|
495
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
|
|
496
|
+
<g id="axis.title.y.left..titleGrob.33.1">
|
|
497
|
+
<g id="GRID.text.31.1">
|
|
498
|
+
<g id="GRID.text.31.1.1" transform="translate(7.31, 354.61)" stroke-width="0.1">
|
|
499
|
+
<g id="GRID.text.31.1.1.scale" transform="scale(1, -1)">
|
|
500
|
+
<text x="0" y="0" id="GRID.text.31.1.1.text" transform="rotate(-90)" text-anchor="middle" font-size="14.67" 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">
|
|
501
|
+
<tspan id="GRID.text.31.1.1.tspan.1" dy="12" x="0">hwy</tspan>
|
|
502
|
+
</text>
|
|
503
|
+
</g>
|
|
504
|
+
</g>
|
|
505
|
+
</g>
|
|
506
|
+
</g>
|
|
507
|
+
</g>
|
|
508
|
+
</g>
|
|
509
|
+
</g>
|
|
510
|
+
</g>
|
|
511
|
+
<g id="layout::ylab-r.7-7-7-7.1">
|
|
512
|
+
<g id="ylab-r.7-7-7-7.1" />
|
|
513
|
+
</g>
|
|
514
|
+
<g id="layout::subtitle.4-5-4-5.1">
|
|
515
|
+
<g id="subtitle.4-5-4-5.1" />
|
|
516
|
+
</g>
|
|
517
|
+
<g id="layout::title.3-5-3-5.1">
|
|
518
|
+
<g id="title.3-5-3-5.1" />
|
|
519
|
+
</g>
|
|
520
|
+
<g id="layout::caption.10-5-10-5.1">
|
|
521
|
+
<g id="caption.10-5-10-5.1" />
|
|
522
|
+
</g>
|
|
523
|
+
<g id="layout::tag.2-2-2-2.1">
|
|
524
|
+
<g id="tag.2-2-2-2.1" />
|
|
525
|
+
</g>
|
|
526
|
+
</g>
|
|
527
|
+
</g>
|
|
528
|
+
</g>
|
|
529
|
+
</g>
|
|
530
|
+
</svg>
|