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,1424 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="618px"
|
|
2
|
+
height="556px" viewBox="0 0 618 556" 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-12-15 18:40:14" />
|
|
5
|
+
<gridsvg:argument name="name" value="scatterplot_no_jitter_with_bestfit.svg" />
|
|
6
|
+
<gridsvg:argument name="exportCoords" value="none" />
|
|
7
|
+
<gridsvg:argument name="exportMappings" value="none" />
|
|
8
|
+
<gridsvg:argument name="exportJS" value="none" />
|
|
9
|
+
<gridsvg:argument name="res" value="72" />
|
|
10
|
+
<gridsvg:argument name="prefix" value="" />
|
|
11
|
+
<gridsvg:argument name="addClasses" value="FALSE" />
|
|
12
|
+
<gridsvg:argument name="indent" value="TRUE" />
|
|
13
|
+
<gridsvg:argument name="htmlWrapper" value="FALSE" />
|
|
14
|
+
<gridsvg:argument name="usePaths" value="vpPaths" />
|
|
15
|
+
<gridsvg:argument name="uniqueNames" value="TRUE" />
|
|
16
|
+
<gridsvg:separator name="id.sep" value="." />
|
|
17
|
+
<gridsvg:separator name="gPath.sep" value="::" />
|
|
18
|
+
<gridsvg:separator name="vpPath.sep" value="::" />
|
|
19
|
+
</metadata>
|
|
20
|
+
<g transform="translate(0, 556) scale(1, -1)">
|
|
21
|
+
<g id="gridSVG" fill="rgb(255,255,255)" stroke="rgb(0,0,0)" stroke-dasharray="none"
|
|
22
|
+
stroke-width="0.75" font-size="12"
|
|
23
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
24
|
+
opacity="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
|
|
25
|
+
stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
26
|
+
<defs>
|
|
27
|
+
<symbol id="gridSVG.pch19" viewBox="-5 -5 10 10" overflow="visible">
|
|
28
|
+
<circle cx="0" cy="0" r="3.75" />
|
|
29
|
+
</symbol>
|
|
30
|
+
</defs>
|
|
31
|
+
<g id="layout.1">
|
|
32
|
+
<g id="layout.2">
|
|
33
|
+
<defs>
|
|
34
|
+
<clipPath id="layout::background.1-9-12-1.1.clipPath">
|
|
35
|
+
<rect x="0" y="0" width="618" height="556" fill="none" stroke="none" />
|
|
36
|
+
</clipPath>
|
|
37
|
+
</defs>
|
|
38
|
+
<g id="layout::background.1-9-12-1.1"
|
|
39
|
+
clip-path="url(#layout::background.1-9-12-1.1.clipPath)">
|
|
40
|
+
<g id="background.1-9-12-1.1">
|
|
41
|
+
<g id="plot.background..rect.104.1">
|
|
42
|
+
<rect id="plot.background..rect.104.1.1" x="0" y="0" width="618" height="556"
|
|
43
|
+
transform="" stroke-width="1.07" stroke="rgb(255,255,255)" fill="rgb(255,255,255)"
|
|
44
|
+
stroke-dasharray="none" stroke-opacity="1" fill-opacity="1" />
|
|
45
|
+
</g>
|
|
46
|
+
</g>
|
|
47
|
+
</g>
|
|
48
|
+
<defs>
|
|
49
|
+
<clipPath id="layout::panel.7-5-7-5.1.clipPath">
|
|
50
|
+
<rect x="33.14" y="31.5" width="579.38" height="519.02" fill="none" stroke="none" />
|
|
51
|
+
</clipPath>
|
|
52
|
+
</defs>
|
|
53
|
+
<g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
|
|
54
|
+
<g id="panel.7-5-7-5.1">
|
|
55
|
+
<g id="panel-1.gTree.84.1">
|
|
56
|
+
<g id="grill.gTree.82.1">
|
|
57
|
+
<g id="panel.background..rect.73.1">
|
|
58
|
+
<rect id="panel.background..rect.73.1.1" x="33.14" y="31.5" width="579.38"
|
|
59
|
+
height="519.02" transform="" stroke-width="1.07" stroke="none"
|
|
60
|
+
fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0"
|
|
61
|
+
fill-opacity="1" />
|
|
62
|
+
</g>
|
|
63
|
+
<g id="panel.grid.minor.y..polyline.75.1">
|
|
64
|
+
<polyline id="panel.grid.minor.y..polyline.75.1.1"
|
|
65
|
+
points="33.14,112.49 612.52,112.49" stroke="rgb(255,255,255)" fill="none"
|
|
66
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
67
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
68
|
+
<polyline id="panel.grid.minor.y..polyline.75.1.2"
|
|
69
|
+
points="33.14,255.4 612.52,255.4" stroke="rgb(255,255,255)" fill="none"
|
|
70
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
71
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
72
|
+
<polyline id="panel.grid.minor.y..polyline.75.1.3"
|
|
73
|
+
points="33.14,398.31 612.52,398.31" stroke="rgb(255,255,255)" fill="none"
|
|
74
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
75
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
76
|
+
<polyline id="panel.grid.minor.y..polyline.75.1.4"
|
|
77
|
+
points="33.14,541.22 612.52,541.22" stroke="rgb(255,255,255)" fill="none"
|
|
78
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
79
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
80
|
+
</g>
|
|
81
|
+
<g id="panel.grid.minor.x..polyline.77.1">
|
|
82
|
+
<polyline id="panel.grid.minor.x..polyline.77.1.1"
|
|
83
|
+
points="49.72,31.5 49.72,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
84
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
85
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
86
|
+
<polyline id="panel.grid.minor.x..polyline.77.1.2"
|
|
87
|
+
points="147.26,31.5 147.26,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
88
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
89
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
90
|
+
<polyline id="panel.grid.minor.x..polyline.77.1.3"
|
|
91
|
+
points="244.8,31.5 244.8,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
92
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
93
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
94
|
+
<polyline id="panel.grid.minor.x..polyline.77.1.4"
|
|
95
|
+
points="342.34,31.5 342.34,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
96
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
97
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
98
|
+
<polyline id="panel.grid.minor.x..polyline.77.1.5"
|
|
99
|
+
points="439.88,31.5 439.88,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
100
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
101
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
102
|
+
<polyline id="panel.grid.minor.x..polyline.77.1.6"
|
|
103
|
+
points="537.42,31.5 537.42,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
104
|
+
stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt"
|
|
105
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
106
|
+
</g>
|
|
107
|
+
<g id="panel.grid.major.y..polyline.79.1">
|
|
108
|
+
<polyline id="panel.grid.major.y..polyline.79.1.1"
|
|
109
|
+
points="33.14,41.03 612.52,41.03" stroke="rgb(255,255,255)" fill="none"
|
|
110
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
111
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
112
|
+
<polyline id="panel.grid.major.y..polyline.79.1.2"
|
|
113
|
+
points="33.14,183.94 612.52,183.94" stroke="rgb(255,255,255)" fill="none"
|
|
114
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
115
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
116
|
+
<polyline id="panel.grid.major.y..polyline.79.1.3"
|
|
117
|
+
points="33.14,326.85 612.52,326.85" stroke="rgb(255,255,255)" fill="none"
|
|
118
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
119
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
120
|
+
<polyline id="panel.grid.major.y..polyline.79.1.4"
|
|
121
|
+
points="33.14,469.76 612.52,469.76" stroke="rgb(255,255,255)" fill="none"
|
|
122
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
123
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
124
|
+
</g>
|
|
125
|
+
<g id="panel.grid.major.x..polyline.81.1">
|
|
126
|
+
<polyline id="panel.grid.major.x..polyline.81.1.2"
|
|
127
|
+
points="98.49,31.5 98.49,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
128
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
129
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
130
|
+
<polyline id="panel.grid.major.x..polyline.81.1.3"
|
|
131
|
+
points="196.03,31.5 196.03,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
132
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
133
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
134
|
+
<polyline id="panel.grid.major.x..polyline.81.1.4"
|
|
135
|
+
points="293.57,31.5 293.57,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
136
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
137
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
138
|
+
<polyline id="panel.grid.major.x..polyline.81.1.5"
|
|
139
|
+
points="391.11,31.5 391.11,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
140
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
141
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
142
|
+
<polyline id="panel.grid.major.x..polyline.81.1.6"
|
|
143
|
+
points="488.65,31.5 488.65,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
144
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
145
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
146
|
+
<polyline id="panel.grid.major.x..polyline.81.1.7"
|
|
147
|
+
points="586.18,31.5 586.18,550.52" stroke="rgb(255,255,255)" fill="none"
|
|
148
|
+
stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
|
|
149
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
150
|
+
</g>
|
|
151
|
+
</g>
|
|
152
|
+
<g id="geom_point.points.66.1">
|
|
153
|
+
<use id="geom_point.points.66.1.1" href="#gridSVG.pch19" x="78.98" y="312.56"
|
|
154
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
155
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
156
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
157
|
+
<use id="geom_point.points.66.1.2" href="#gridSVG.pch19" x="78.98" y="312.56"
|
|
158
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
159
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
160
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
161
|
+
<use id="geom_point.points.66.1.3" href="#gridSVG.pch19" x="98.49" y="341.14"
|
|
162
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
163
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
164
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
165
|
+
<use id="geom_point.points.66.1.4" href="#gridSVG.pch19" x="98.49" y="326.85"
|
|
166
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
167
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
168
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
169
|
+
<use id="geom_point.points.66.1.5" href="#gridSVG.pch19" x="176.52" y="269.69"
|
|
170
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
171
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
172
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
173
|
+
<use id="geom_point.points.66.1.6" href="#gridSVG.pch19" x="176.52" y="269.69"
|
|
174
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
175
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
176
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
177
|
+
<use id="geom_point.points.66.1.7" href="#gridSVG.pch19" x="205.78" y="283.98"
|
|
178
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
179
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
180
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
181
|
+
<use id="geom_point.points.66.1.8" href="#gridSVG.pch19" x="78.98" y="269.69"
|
|
182
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
183
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
184
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
185
|
+
<use id="geom_point.points.66.1.9" href="#gridSVG.pch19" x="78.98" y="255.4"
|
|
186
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
187
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
188
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
189
|
+
<use id="geom_point.points.66.1.10" href="#gridSVG.pch19" x="98.49" y="298.27"
|
|
190
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
191
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
192
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
193
|
+
<use id="geom_point.points.66.1.11" href="#gridSVG.pch19" x="98.49" y="283.98"
|
|
194
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
195
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
196
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
197
|
+
<use id="geom_point.points.66.1.12" href="#gridSVG.pch19" x="176.52" y="255.4"
|
|
198
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
199
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
200
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
201
|
+
<use id="geom_point.points.66.1.13" href="#gridSVG.pch19" x="176.52" y="255.4"
|
|
202
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
203
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
204
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
205
|
+
<use id="geom_point.points.66.1.14" href="#gridSVG.pch19" x="205.78" y="255.4"
|
|
206
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
207
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
208
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
209
|
+
<use id="geom_point.points.66.1.15" href="#gridSVG.pch19" x="205.78" y="255.4"
|
|
210
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
211
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
212
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
213
|
+
<use id="geom_point.points.66.1.16" href="#gridSVG.pch19" x="176.52" y="241.11"
|
|
214
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
215
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
216
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
217
|
+
<use id="geom_point.points.66.1.17" href="#gridSVG.pch19" x="205.78" y="255.4"
|
|
218
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
219
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
220
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
221
|
+
<use id="geom_point.points.66.1.18" href="#gridSVG.pch19" x="313.08" y="226.82"
|
|
222
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
223
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
224
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
225
|
+
<use id="geom_point.points.66.1.19" href="#gridSVG.pch19" x="420.37" y="183.94"
|
|
226
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
227
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
228
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
229
|
+
<use id="geom_point.points.66.1.20" href="#gridSVG.pch19" x="420.37" y="112.49"
|
|
230
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
231
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
232
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
233
|
+
<use id="geom_point.points.66.1.21" href="#gridSVG.pch19" x="420.37" y="183.94"
|
|
234
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
235
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
236
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
237
|
+
<use id="geom_point.points.66.1.22" href="#gridSVG.pch19" x="459.38" y="141.07"
|
|
238
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
239
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
240
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
241
|
+
<use id="geom_point.points.66.1.23" href="#gridSVG.pch19" x="488.65" y="141.07"
|
|
242
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
243
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
244
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
245
|
+
<use id="geom_point.points.66.1.24" href="#gridSVG.pch19" x="459.38" y="269.69"
|
|
246
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
247
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
248
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
249
|
+
<use id="geom_point.points.66.1.25" href="#gridSVG.pch19" x="459.38" y="226.82"
|
|
250
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
251
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
252
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
253
|
+
<use id="geom_point.points.66.1.26" href="#gridSVG.pch19" x="508.15" y="269.69"
|
|
254
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
255
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
256
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
257
|
+
<use id="geom_point.points.66.1.27" href="#gridSVG.pch19" x="508.15" y="255.4"
|
|
258
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
259
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
260
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
261
|
+
<use id="geom_point.points.66.1.28" href="#gridSVG.pch19" x="586.18" y="241.11"
|
|
262
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
263
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
264
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
265
|
+
<use id="geom_point.points.66.1.29" href="#gridSVG.pch19" x="420.37" y="169.65"
|
|
266
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
267
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
268
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
269
|
+
<use id="geom_point.points.66.1.30" href="#gridSVG.pch19" x="420.37" y="98.2"
|
|
270
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
271
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
272
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
273
|
+
<use id="geom_point.points.66.1.31" href="#gridSVG.pch19" x="459.38" y="112.49"
|
|
274
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
275
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
276
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
277
|
+
<use id="geom_point.points.66.1.32" href="#gridSVG.pch19" x="537.42" y="141.07"
|
|
278
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
279
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
280
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
281
|
+
<use id="geom_point.points.66.1.33" href="#gridSVG.pch19" x="137.5" y="283.98"
|
|
282
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
283
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
284
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
285
|
+
<use id="geom_point.points.66.1.34" href="#gridSVG.pch19" x="137.5" y="326.85"
|
|
286
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
287
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
288
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
289
|
+
<use id="geom_point.points.66.1.35" href="#gridSVG.pch19" x="205.78" y="269.69"
|
|
290
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
291
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
292
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
293
|
+
<use id="geom_point.points.66.1.36" href="#gridSVG.pch19" x="244.8" y="312.56"
|
|
294
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
295
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
296
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
297
|
+
<use id="geom_point.points.66.1.37" href="#gridSVG.pch19" x="254.55" y="269.69"
|
|
298
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
299
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
300
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
301
|
+
<use id="geom_point.points.66.1.38" href="#gridSVG.pch19" x="137.5" y="241.11"
|
|
302
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
303
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
304
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
305
|
+
<use id="geom_point.points.66.1.39" href="#gridSVG.pch19" x="196.03" y="241.11"
|
|
306
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
307
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
308
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
309
|
+
<use id="geom_point.points.66.1.40" href="#gridSVG.pch19" x="225.29" y="212.53"
|
|
310
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
311
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
312
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
313
|
+
<use id="geom_point.points.66.1.41" href="#gridSVG.pch19" x="225.29" y="212.53"
|
|
314
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
315
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
316
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
317
|
+
<use id="geom_point.points.66.1.42" href="#gridSVG.pch19" x="225.29" y="241.11"
|
|
318
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
319
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
320
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
321
|
+
<use id="geom_point.points.66.1.43" href="#gridSVG.pch19" x="225.29" y="241.11"
|
|
322
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
323
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
324
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
325
|
+
<use id="geom_point.points.66.1.44" href="#gridSVG.pch19" x="225.29" y="141.07"
|
|
326
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
327
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
328
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
329
|
+
<use id="geom_point.points.66.1.45" href="#gridSVG.pch19" x="274.06" y="212.53"
|
|
330
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
331
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
332
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
333
|
+
<use id="geom_point.points.66.1.46" href="#gridSVG.pch19" x="274.06" y="198.23"
|
|
334
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
335
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
336
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
337
|
+
<use id="geom_point.points.66.1.47" href="#gridSVG.pch19" x="274.06" y="226.82"
|
|
338
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
339
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
340
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
341
|
+
<use id="geom_point.points.66.1.48" href="#gridSVG.pch19" x="293.57" y="226.82"
|
|
342
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
343
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
344
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
345
|
+
<use id="geom_point.points.66.1.49" href="#gridSVG.pch19" x="264.31" y="169.65"
|
|
346
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
347
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
348
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
349
|
+
<use id="geom_point.points.66.1.50" href="#gridSVG.pch19" x="264.31" y="155.36"
|
|
350
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
351
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
352
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
353
|
+
<use id="geom_point.points.66.1.51" href="#gridSVG.pch19" x="283.81" y="141.07"
|
|
354
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
355
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
356
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
357
|
+
<use id="geom_point.points.66.1.52" href="#gridSVG.pch19" x="283.81" y="141.07"
|
|
358
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
359
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
360
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
361
|
+
<use id="geom_point.points.66.1.53" href="#gridSVG.pch19" x="361.84" y="169.65"
|
|
362
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
363
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
364
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
365
|
+
<use id="geom_point.points.66.1.54" href="#gridSVG.pch19" x="361.84" y="169.65"
|
|
366
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
367
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
368
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
369
|
+
<use id="geom_point.points.66.1.55" href="#gridSVG.pch19" x="361.84" y="69.61"
|
|
370
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
371
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
372
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
373
|
+
<use id="geom_point.points.66.1.56" href="#gridSVG.pch19" x="410.61" y="141.07"
|
|
374
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
375
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
376
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
377
|
+
<use id="geom_point.points.66.1.57" href="#gridSVG.pch19" x="410.61" y="112.49"
|
|
378
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
379
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
380
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
381
|
+
<use id="geom_point.points.66.1.58" href="#gridSVG.pch19" x="283.81" y="141.07"
|
|
382
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
383
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
384
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
385
|
+
<use id="geom_point.points.66.1.59" href="#gridSVG.pch19" x="361.84" y="141.07"
|
|
386
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
387
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
388
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
389
|
+
<use id="geom_point.points.66.1.60" href="#gridSVG.pch19" x="361.84" y="69.61"
|
|
390
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
391
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
392
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
393
|
+
<use id="geom_point.points.66.1.61" href="#gridSVG.pch19" x="361.84" y="141.07"
|
|
394
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
395
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
396
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
397
|
+
<use id="geom_point.points.66.1.62" href="#gridSVG.pch19" x="410.61" y="126.78"
|
|
398
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
399
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
400
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
401
|
+
<use id="geom_point.points.66.1.63" href="#gridSVG.pch19" x="459.38" y="155.36"
|
|
402
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
403
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
404
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
405
|
+
<use id="geom_point.points.66.1.64" href="#gridSVG.pch19" x="478.89" y="112.49"
|
|
406
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
407
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
408
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
409
|
+
<use id="geom_point.points.66.1.65" href="#gridSVG.pch19" x="361.84" y="126.78"
|
|
410
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
411
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
412
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
413
|
+
<use id="geom_point.points.66.1.66" href="#gridSVG.pch19" x="361.84" y="69.61"
|
|
414
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
415
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
416
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
417
|
+
<use id="geom_point.points.66.1.67" href="#gridSVG.pch19" x="361.84" y="141.07"
|
|
418
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
419
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
420
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
421
|
+
<use id="geom_point.points.66.1.68" href="#gridSVG.pch19" x="361.84" y="141.07"
|
|
422
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
423
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
424
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
425
|
+
<use id="geom_point.points.66.1.69" href="#gridSVG.pch19" x="361.84" y="126.78"
|
|
426
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
427
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
428
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
429
|
+
<use id="geom_point.points.66.1.70" href="#gridSVG.pch19" x="361.84" y="69.61"
|
|
430
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
431
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
432
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
433
|
+
<use id="geom_point.points.66.1.71" href="#gridSVG.pch19" x="410.61" y="112.49"
|
|
434
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
435
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
436
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
437
|
+
<use id="geom_point.points.66.1.72" href="#gridSVG.pch19" x="410.61" y="126.78"
|
|
438
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
439
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
440
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
441
|
+
<use id="geom_point.points.66.1.73" href="#gridSVG.pch19" x="459.38" y="141.07"
|
|
442
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
443
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
444
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
445
|
+
<use id="geom_point.points.66.1.74" href="#gridSVG.pch19" x="478.89" y="112.49"
|
|
446
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
447
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
448
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
449
|
+
<use id="geom_point.points.66.1.75" href="#gridSVG.pch19" x="352.09" y="141.07"
|
|
450
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
451
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
452
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
453
|
+
<use id="geom_point.points.66.1.76" href="#gridSVG.pch19" x="430.12" y="141.07"
|
|
454
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
455
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
456
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
457
|
+
<use id="geom_point.points.66.1.77" href="#gridSVG.pch19" x="430.12" y="155.36"
|
|
458
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
459
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
460
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
461
|
+
<use id="geom_point.points.66.1.78" href="#gridSVG.pch19" x="293.57" y="141.07"
|
|
462
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
463
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
464
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
465
|
+
<use id="geom_point.points.66.1.79" href="#gridSVG.pch19" x="293.57" y="169.65"
|
|
466
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
467
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
468
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
469
|
+
<use id="geom_point.points.66.1.80" href="#gridSVG.pch19" x="293.57" y="141.07"
|
|
470
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
471
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
472
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
473
|
+
<use id="geom_point.points.66.1.81" href="#gridSVG.pch19" x="293.57" y="169.65"
|
|
474
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
475
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
476
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
477
|
+
<use id="geom_point.points.66.1.82" href="#gridSVG.pch19" x="352.09" y="169.65"
|
|
478
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
479
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
480
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
481
|
+
<use id="geom_point.points.66.1.83" href="#gridSVG.pch19" x="391.11" y="141.07"
|
|
482
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
483
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
484
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
485
|
+
<use id="geom_point.points.66.1.84" href="#gridSVG.pch19" x="313.08" y="141.07"
|
|
486
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
487
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
488
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
489
|
+
<use id="geom_point.points.66.1.85" href="#gridSVG.pch19" x="313.08" y="141.07"
|
|
490
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
491
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
492
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
493
|
+
<use id="geom_point.points.66.1.86" href="#gridSVG.pch19" x="352.09" y="126.78"
|
|
494
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
495
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
496
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
497
|
+
<use id="geom_point.points.66.1.87" href="#gridSVG.pch19" x="352.09" y="126.78"
|
|
498
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
499
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
500
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
501
|
+
<use id="geom_point.points.66.1.88" href="#gridSVG.pch19" x="352.09" y="141.07"
|
|
502
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
503
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
504
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
505
|
+
<use id="geom_point.points.66.1.89" href="#gridSVG.pch19" x="430.12" y="112.49"
|
|
506
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
507
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
508
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
509
|
+
<use id="geom_point.points.66.1.90" href="#gridSVG.pch19" x="430.12" y="141.07"
|
|
510
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
511
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
512
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
513
|
+
<use id="geom_point.points.66.1.91" href="#gridSVG.pch19" x="274.06" y="269.69"
|
|
514
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
515
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
516
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
517
|
+
<use id="geom_point.points.66.1.92" href="#gridSVG.pch19" x="274.06" y="255.4"
|
|
518
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
519
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
520
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
521
|
+
<use id="geom_point.points.66.1.93" href="#gridSVG.pch19" x="293.57" y="269.69"
|
|
522
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
523
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
524
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
525
|
+
<use id="geom_point.points.66.1.94" href="#gridSVG.pch19" x="293.57" y="241.11"
|
|
526
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
527
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
528
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
529
|
+
<use id="geom_point.points.66.1.95" href="#gridSVG.pch19" x="352.09" y="198.23"
|
|
530
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
531
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
532
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
533
|
+
<use id="geom_point.points.66.1.96" href="#gridSVG.pch19" x="352.09" y="212.53"
|
|
534
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
535
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
536
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
537
|
+
<use id="geom_point.points.66.1.97" href="#gridSVG.pch19" x="352.09" y="226.82"
|
|
538
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
539
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
540
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
541
|
+
<use id="geom_point.points.66.1.98" href="#gridSVG.pch19" x="352.09" y="212.53"
|
|
542
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
543
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
544
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
545
|
+
<use id="geom_point.points.66.1.99" href="#gridSVG.pch19" x="430.12" y="183.94"
|
|
546
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
547
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
548
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
549
|
+
<use id="geom_point.points.66.1.100" href="#gridSVG.pch19" x="59.47" y="369.73"
|
|
550
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
551
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
552
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
553
|
+
<use id="geom_point.points.66.1.101" href="#gridSVG.pch19" x="59.47" y="355.44"
|
|
554
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
555
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
556
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
557
|
+
<use id="geom_point.points.66.1.102" href="#gridSVG.pch19" x="59.47" y="355.44"
|
|
558
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
559
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
560
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
561
|
+
<use id="geom_point.points.66.1.103" href="#gridSVG.pch19" x="59.47" y="312.56"
|
|
562
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
563
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
564
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
565
|
+
<use id="geom_point.points.66.1.104" href="#gridSVG.pch19" x="59.47" y="355.44"
|
|
566
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
567
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
568
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
569
|
+
<use id="geom_point.points.66.1.105" href="#gridSVG.pch19" x="78.98" y="384.02"
|
|
570
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
571
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
572
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
573
|
+
<use id="geom_point.points.66.1.106" href="#gridSVG.pch19" x="78.98" y="412.6"
|
|
574
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
575
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
576
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
577
|
+
<use id="geom_point.points.66.1.107" href="#gridSVG.pch19" x="78.98" y="412.6"
|
|
578
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
579
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
580
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
581
|
+
<use id="geom_point.points.66.1.108" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
582
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
583
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
584
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
585
|
+
<use id="geom_point.points.66.1.109" href="#gridSVG.pch19" x="137.5" y="269.69"
|
|
586
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
587
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
588
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
589
|
+
<use id="geom_point.points.66.1.110" href="#gridSVG.pch19" x="137.5" y="283.98"
|
|
590
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
591
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
592
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
593
|
+
<use id="geom_point.points.66.1.111" href="#gridSVG.pch19" x="137.5" y="326.85"
|
|
594
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
595
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
596
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
597
|
+
<use id="geom_point.points.66.1.112" href="#gridSVG.pch19" x="137.5" y="341.14"
|
|
598
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
599
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
600
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
601
|
+
<use id="geom_point.points.66.1.113" href="#gridSVG.pch19" x="147.26" y="269.69"
|
|
602
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
603
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
604
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
605
|
+
<use id="geom_point.points.66.1.114" href="#gridSVG.pch19" x="147.26" y="269.69"
|
|
606
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
607
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
608
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
609
|
+
<use id="geom_point.points.66.1.115" href="#gridSVG.pch19" x="225.29" y="298.27"
|
|
610
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
611
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
612
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
613
|
+
<use id="geom_point.points.66.1.116" href="#gridSVG.pch19" x="98.49" y="269.69"
|
|
614
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
615
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
616
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
617
|
+
<use id="geom_point.points.66.1.117" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
618
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
619
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
620
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
621
|
+
<use id="geom_point.points.66.1.118" href="#gridSVG.pch19" x="98.49" y="298.27"
|
|
622
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
623
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
624
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
625
|
+
<use id="geom_point.points.66.1.119" href="#gridSVG.pch19" x="98.49" y="283.98"
|
|
626
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
627
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
628
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
629
|
+
<use id="geom_point.points.66.1.120" href="#gridSVG.pch19" x="166.77" y="241.11"
|
|
630
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
631
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
632
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
633
|
+
<use id="geom_point.points.66.1.121" href="#gridSVG.pch19" x="166.77" y="241.11"
|
|
634
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
635
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
636
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
637
|
+
<use id="geom_point.points.66.1.122" href="#gridSVG.pch19" x="166.77" y="241.11"
|
|
638
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
639
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
640
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
641
|
+
<use id="geom_point.points.66.1.123" href="#gridSVG.pch19" x="196.03" y="212.53"
|
|
642
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
643
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
644
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
645
|
+
<use id="geom_point.points.66.1.124" href="#gridSVG.pch19" x="264.31" y="169.65"
|
|
646
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
647
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
648
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
649
|
+
<use id="geom_point.points.66.1.125" href="#gridSVG.pch19" x="293.57" y="183.94"
|
|
650
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
651
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
652
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
653
|
+
<use id="geom_point.points.66.1.126" href="#gridSVG.pch19" x="361.84" y="141.07"
|
|
654
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
655
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
656
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
657
|
+
<use id="geom_point.points.66.1.127" href="#gridSVG.pch19" x="361.84" y="69.61"
|
|
658
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
659
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
660
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
661
|
+
<use id="geom_point.points.66.1.128" href="#gridSVG.pch19" x="361.84" y="169.65"
|
|
662
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
663
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
664
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
665
|
+
<use id="geom_point.points.66.1.129" href="#gridSVG.pch19" x="459.38" y="155.36"
|
|
666
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
667
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
668
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
669
|
+
<use id="geom_point.points.66.1.130" href="#gridSVG.pch19" x="498.4" y="98.2"
|
|
670
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
671
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
672
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
673
|
+
<use id="geom_point.points.66.1.131" href="#gridSVG.pch19" x="293.57" y="112.49"
|
|
674
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
675
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
676
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
677
|
+
<use id="geom_point.points.66.1.132" href="#gridSVG.pch19" x="313.08" y="155.36"
|
|
678
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
679
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
680
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
681
|
+
<use id="geom_point.points.66.1.133" href="#gridSVG.pch19" x="332.58" y="155.36"
|
|
682
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
683
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
684
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
685
|
+
<use id="geom_point.points.66.1.134" href="#gridSVG.pch19" x="352.09" y="112.49"
|
|
686
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
687
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
688
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
689
|
+
<use id="geom_point.points.66.1.135" href="#gridSVG.pch19" x="430.12" y="141.07"
|
|
690
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
691
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
692
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
693
|
+
<use id="geom_point.points.66.1.136" href="#gridSVG.pch19" x="430.12" y="126.78"
|
|
694
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
695
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
696
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
697
|
+
<use id="geom_point.points.66.1.137" href="#gridSVG.pch19" x="430.12" y="155.36"
|
|
698
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
699
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
700
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
701
|
+
<use id="geom_point.points.66.1.138" href="#gridSVG.pch19" x="293.57" y="141.07"
|
|
702
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
703
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
704
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
705
|
+
<use id="geom_point.points.66.1.139" href="#gridSVG.pch19" x="293.57" y="169.65"
|
|
706
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
707
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
708
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
709
|
+
<use id="geom_point.points.66.1.140" href="#gridSVG.pch19" x="352.09" y="169.65"
|
|
710
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
711
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
712
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
713
|
+
<use id="geom_point.points.66.1.141" href="#gridSVG.pch19" x="391.11" y="141.07"
|
|
714
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
715
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
716
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
717
|
+
<use id="geom_point.points.66.1.142" href="#gridSVG.pch19" x="137.5" y="312.56"
|
|
718
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
719
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
720
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
721
|
+
<use id="geom_point.points.66.1.143" href="#gridSVG.pch19" x="137.5" y="283.98"
|
|
722
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
723
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
724
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
725
|
+
<use id="geom_point.points.66.1.144" href="#gridSVG.pch19" x="147.26" y="341.14"
|
|
726
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
727
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
728
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
729
|
+
<use id="geom_point.points.66.1.145" href="#gridSVG.pch19" x="147.26" y="355.44"
|
|
730
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
731
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
732
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
733
|
+
<use id="geom_point.points.66.1.146" href="#gridSVG.pch19" x="244.8" y="283.98"
|
|
734
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
735
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
736
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
737
|
+
<use id="geom_point.points.66.1.147" href="#gridSVG.pch19" x="244.8" y="269.69"
|
|
738
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
739
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
740
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
741
|
+
<use id="geom_point.points.66.1.148" href="#gridSVG.pch19" x="196.03" y="269.69"
|
|
742
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
743
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
744
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
745
|
+
<use id="geom_point.points.66.1.149" href="#gridSVG.pch19" x="196.03" y="255.4"
|
|
746
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
747
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
748
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
749
|
+
<use id="geom_point.points.66.1.150" href="#gridSVG.pch19" x="244.8" y="255.4"
|
|
750
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
751
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
752
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
753
|
+
<use id="geom_point.points.66.1.151" href="#gridSVG.pch19" x="225.29" y="141.07"
|
|
754
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
755
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
756
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
757
|
+
<use id="geom_point.points.66.1.152" href="#gridSVG.pch19" x="225.29" y="141.07"
|
|
758
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
759
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
760
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
761
|
+
<use id="geom_point.points.66.1.153" href="#gridSVG.pch19" x="293.57" y="183.94"
|
|
762
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
763
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
764
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
765
|
+
<use id="geom_point.points.66.1.154" href="#gridSVG.pch19" x="449.63" y="155.36"
|
|
766
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
767
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
768
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
769
|
+
<use id="geom_point.points.66.1.155" href="#gridSVG.pch19" x="205.78" y="269.69"
|
|
770
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
771
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
772
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
773
|
+
<use id="geom_point.points.66.1.156" href="#gridSVG.pch19" x="274.06" y="269.69"
|
|
774
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
775
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
776
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
777
|
+
<use id="geom_point.points.66.1.157" href="#gridSVG.pch19" x="274.06" y="283.98"
|
|
778
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
779
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
780
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
781
|
+
<use id="geom_point.points.66.1.158" href="#gridSVG.pch19" x="274.06" y="298.27"
|
|
782
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
783
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
784
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
785
|
+
<use id="geom_point.points.66.1.159" href="#gridSVG.pch19" x="420.37" y="255.4"
|
|
786
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
787
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
788
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
789
|
+
<use id="geom_point.points.66.1.160" href="#gridSVG.pch19" x="147.26" y="255.4"
|
|
790
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
791
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
792
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
793
|
+
<use id="geom_point.points.66.1.161" href="#gridSVG.pch19" x="147.26" y="241.11"
|
|
794
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
795
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
796
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
797
|
+
<use id="geom_point.points.66.1.162" href="#gridSVG.pch19" x="147.26" y="283.98"
|
|
798
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
799
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
800
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
801
|
+
<use id="geom_point.points.66.1.163" href="#gridSVG.pch19" x="147.26" y="255.4"
|
|
802
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
803
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
804
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
805
|
+
<use id="geom_point.points.66.1.164" href="#gridSVG.pch19" x="147.26" y="269.69"
|
|
806
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
807
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
808
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
809
|
+
<use id="geom_point.points.66.1.165" href="#gridSVG.pch19" x="147.26" y="226.82"
|
|
810
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
811
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
812
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
813
|
+
<use id="geom_point.points.66.1.166" href="#gridSVG.pch19" x="118" y="269.69"
|
|
814
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
815
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
816
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
817
|
+
<use id="geom_point.points.66.1.167" href="#gridSVG.pch19" x="118" y="269.69"
|
|
818
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
819
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
820
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
821
|
+
<use id="geom_point.points.66.1.168" href="#gridSVG.pch19" x="147.26" y="269.69"
|
|
822
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
823
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
824
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
825
|
+
<use id="geom_point.points.66.1.169" href="#gridSVG.pch19" x="147.26" y="269.69"
|
|
826
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
827
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
828
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
829
|
+
<use id="geom_point.points.66.1.170" href="#gridSVG.pch19" x="147.26" y="255.4"
|
|
830
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
831
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
832
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
833
|
+
<use id="geom_point.points.66.1.171" href="#gridSVG.pch19" x="147.26" y="283.98"
|
|
834
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
835
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
836
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
837
|
+
<use id="geom_point.points.66.1.172" href="#gridSVG.pch19" x="147.26" y="255.4"
|
|
838
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
839
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
840
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
841
|
+
<use id="geom_point.points.66.1.173" href="#gridSVG.pch19" x="147.26" y="283.98"
|
|
842
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
843
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
844
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
845
|
+
<use id="geom_point.points.66.1.174" href="#gridSVG.pch19" x="166.77" y="183.94"
|
|
846
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
847
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
848
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
849
|
+
<use id="geom_point.points.66.1.175" href="#gridSVG.pch19" x="166.77" y="183.94"
|
|
850
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
851
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
852
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
853
|
+
<use id="geom_point.points.66.1.176" href="#gridSVG.pch19" x="235.04" y="169.65"
|
|
854
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
855
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
856
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
857
|
+
<use id="geom_point.points.66.1.177" href="#gridSVG.pch19" x="235.04" y="141.07"
|
|
858
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
859
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
860
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
861
|
+
<use id="geom_point.points.66.1.178" href="#gridSVG.pch19" x="293.57" y="183.94"
|
|
862
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
863
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
864
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
865
|
+
<use id="geom_point.points.66.1.179" href="#gridSVG.pch19" x="361.84" y="141.07"
|
|
866
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
867
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
868
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
869
|
+
<use id="geom_point.points.66.1.180" href="#gridSVG.pch19" x="118" y="312.56"
|
|
870
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
871
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
872
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
873
|
+
<use id="geom_point.points.66.1.181" href="#gridSVG.pch19" x="118" y="283.98"
|
|
874
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
875
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
876
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
877
|
+
<use id="geom_point.points.66.1.182" href="#gridSVG.pch19" x="137.5" y="341.14"
|
|
878
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
879
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
880
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
881
|
+
<use id="geom_point.points.66.1.183" href="#gridSVG.pch19" x="137.5" y="341.14"
|
|
882
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
883
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
884
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
885
|
+
<use id="geom_point.points.66.1.184" href="#gridSVG.pch19" x="196.03" y="269.69"
|
|
886
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
887
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
888
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
889
|
+
<use id="geom_point.points.66.1.185" href="#gridSVG.pch19" x="196.03" y="269.69"
|
|
890
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
891
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
892
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
893
|
+
<use id="geom_point.points.66.1.186" href="#gridSVG.pch19" x="244.8" y="298.27"
|
|
894
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
895
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
896
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
897
|
+
<use id="geom_point.points.66.1.187" href="#gridSVG.pch19" x="118" y="283.98"
|
|
898
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
899
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
900
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
901
|
+
<use id="geom_point.points.66.1.188" href="#gridSVG.pch19" x="118" y="312.56"
|
|
902
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
903
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
904
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
905
|
+
<use id="geom_point.points.66.1.189" href="#gridSVG.pch19" x="137.5" y="341.14"
|
|
906
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
907
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
908
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
909
|
+
<use id="geom_point.points.66.1.190" href="#gridSVG.pch19" x="137.5" y="341.14"
|
|
910
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
911
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
912
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
913
|
+
<use id="geom_point.points.66.1.191" href="#gridSVG.pch19" x="196.03" y="269.69"
|
|
914
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
915
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
916
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
917
|
+
<use id="geom_point.points.66.1.192" href="#gridSVG.pch19" x="196.03" y="269.69"
|
|
918
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
919
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
920
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
921
|
+
<use id="geom_point.points.66.1.193" href="#gridSVG.pch19" x="225.29" y="283.98"
|
|
922
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
923
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
924
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
925
|
+
<use id="geom_point.points.66.1.194" href="#gridSVG.pch19" x="78.98" y="326.85"
|
|
926
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
927
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
928
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
929
|
+
<use id="geom_point.points.66.1.195" href="#gridSVG.pch19" x="78.98" y="369.73"
|
|
930
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
931
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
932
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
933
|
+
<use id="geom_point.points.66.1.196" href="#gridSVG.pch19" x="78.98" y="398.31"
|
|
934
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
935
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
936
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
937
|
+
<use id="geom_point.points.66.1.197" href="#gridSVG.pch19" x="78.98" y="426.89"
|
|
938
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
939
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
940
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
941
|
+
<use id="geom_point.points.66.1.198" href="#gridSVG.pch19" x="78.98" y="398.31"
|
|
942
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
943
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
944
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
945
|
+
<use id="geom_point.points.66.1.199" href="#gridSVG.pch19" x="361.84" y="112.49"
|
|
946
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
947
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
948
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
949
|
+
<use id="geom_point.points.66.1.200" href="#gridSVG.pch19" x="459.38" y="155.36"
|
|
950
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
951
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
952
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
953
|
+
<use id="geom_point.points.66.1.201" href="#gridSVG.pch19" x="166.77" y="183.94"
|
|
954
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
955
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
956
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
957
|
+
<use id="geom_point.points.66.1.202" href="#gridSVG.pch19" x="166.77" y="183.94"
|
|
958
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
959
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
960
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
961
|
+
<use id="geom_point.points.66.1.203" href="#gridSVG.pch19" x="166.77" y="212.53"
|
|
962
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
963
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
964
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
965
|
+
<use id="geom_point.points.66.1.204" href="#gridSVG.pch19" x="235.04" y="141.07"
|
|
966
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
967
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
968
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
969
|
+
<use id="geom_point.points.66.1.205" href="#gridSVG.pch19" x="235.04" y="169.65"
|
|
970
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
971
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
972
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
973
|
+
<use id="geom_point.points.66.1.206" href="#gridSVG.pch19" x="293.57" y="155.36"
|
|
974
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
975
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
976
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
977
|
+
<use id="geom_point.points.66.1.207" href="#gridSVG.pch19" x="293.57" y="183.94"
|
|
978
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
979
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
980
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
981
|
+
<use id="geom_point.points.66.1.208" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
982
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
983
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
984
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
985
|
+
<use id="geom_point.points.66.1.209" href="#gridSVG.pch19" x="98.49" y="269.69"
|
|
986
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
987
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
988
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
989
|
+
<use id="geom_point.points.66.1.210" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
990
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
991
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
992
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
993
|
+
<use id="geom_point.points.66.1.211" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
994
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
995
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
996
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
997
|
+
<use id="geom_point.points.66.1.212" href="#gridSVG.pch19" x="176.52" y="241.11"
|
|
998
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
999
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1000
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1001
|
+
<use id="geom_point.points.66.1.213" href="#gridSVG.pch19" x="88.74" y="526.93"
|
|
1002
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1003
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1004
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1005
|
+
<use id="geom_point.points.66.1.214" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
1006
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1007
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1008
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1009
|
+
<use id="geom_point.points.66.1.215" href="#gridSVG.pch19" x="98.49" y="269.69"
|
|
1010
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1011
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1012
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1013
|
+
<use id="geom_point.points.66.1.216" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
1014
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1015
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1016
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1017
|
+
<use id="geom_point.points.66.1.217" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
1018
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1019
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1020
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1021
|
+
<use id="geom_point.points.66.1.218" href="#gridSVG.pch19" x="147.26" y="312.56"
|
|
1022
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1023
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1024
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1025
|
+
<use id="geom_point.points.66.1.219" href="#gridSVG.pch19" x="147.26" y="312.56"
|
|
1026
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1027
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1028
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1029
|
+
<use id="geom_point.points.66.1.220" href="#gridSVG.pch19" x="176.52" y="226.82"
|
|
1030
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1031
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1032
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1033
|
+
<use id="geom_point.points.66.1.221" href="#gridSVG.pch19" x="176.52" y="241.11"
|
|
1034
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1035
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1036
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1037
|
+
<use id="geom_point.points.66.1.222" href="#gridSVG.pch19" x="88.74" y="526.93"
|
|
1038
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1039
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1040
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1041
|
+
<use id="geom_point.points.66.1.223" href="#gridSVG.pch19" x="88.74" y="484.06"
|
|
1042
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1043
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1044
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1045
|
+
<use id="geom_point.points.66.1.224" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
1046
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1047
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1048
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1049
|
+
<use id="geom_point.points.66.1.225" href="#gridSVG.pch19" x="98.49" y="269.69"
|
|
1050
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1051
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1052
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1053
|
+
<use id="geom_point.points.66.1.226" href="#gridSVG.pch19" x="147.26" y="298.27"
|
|
1054
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1055
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1056
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1057
|
+
<use id="geom_point.points.66.1.227" href="#gridSVG.pch19" x="147.26" y="312.56"
|
|
1058
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1059
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1060
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1061
|
+
<use id="geom_point.points.66.1.228" href="#gridSVG.pch19" x="78.98" y="312.56"
|
|
1062
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1063
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1064
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1065
|
+
<use id="geom_point.points.66.1.229" href="#gridSVG.pch19" x="78.98" y="312.56"
|
|
1066
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1067
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1068
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1069
|
+
<use id="geom_point.points.66.1.230" href="#gridSVG.pch19" x="98.49" y="298.27"
|
|
1070
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1071
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1072
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1073
|
+
<use id="geom_point.points.66.1.231" href="#gridSVG.pch19" x="98.49" y="312.56"
|
|
1074
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1075
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1076
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1077
|
+
<use id="geom_point.points.66.1.232" href="#gridSVG.pch19" x="176.52" y="269.69"
|
|
1078
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1079
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1080
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1081
|
+
<use id="geom_point.points.66.1.233" href="#gridSVG.pch19" x="176.52" y="269.69"
|
|
1082
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1083
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1084
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1085
|
+
<use id="geom_point.points.66.1.234" href="#gridSVG.pch19" x="254.55" y="269.69"
|
|
1086
|
+
width="5.21" height="5.21" transform=" translate(-2.61,-2.61)"
|
|
1087
|
+
stroke="rgb(0,0,0)" fill="rgb(0,0,0)" font-size="5.21" stroke-width="1.36"
|
|
1088
|
+
stroke-opacity="1" fill-opacity="1" />
|
|
1089
|
+
</g>
|
|
1090
|
+
<g id="geom_smooth.gTree.69.1">
|
|
1091
|
+
<g id="GRID.polyline.67.1">
|
|
1092
|
+
<polyline id="GRID.polyline.67.1.1"
|
|
1093
|
+
points="59.47,327.55 66.14,324.1 72.81,320.65 79.48,317.2 86.14,313.75 92.81,310.31 99.48,306.86 106.14,303.41 112.81,299.96 119.48,296.51 126.15,293.06 132.81,289.61 139.48,286.16 146.15,282.71 152.81,279.27 159.48,275.82 166.15,272.37 172.82,268.92 179.48,265.47 186.15,262.02 192.82,258.57 199.49,255.12 206.15,251.67 212.82,248.23 219.49,244.78 226.15,241.33 232.82,237.88 239.49,234.43 246.16,230.98 252.82,227.53 259.49,224.08 266.16,220.63 272.82,217.19 279.49,213.74 286.16,210.29 292.83,206.84 299.49,203.39 306.16,199.94 312.83,196.49 319.5,193.04 326.16,189.59 332.83,186.15 339.5,182.7 346.16,179.25 352.83,175.8 359.5,172.35 366.17,168.9 372.83,165.45 379.5,162 386.17,158.55 392.84,155.11 399.5,151.66 406.17,148.21 412.84,144.76 419.5,141.31 426.17,137.86 432.84,134.41 439.51,130.96 446.17,127.51 452.84,124.07 459.51,120.62 466.17,117.17 472.84,113.72 479.51,110.27 486.18,106.82 492.84,103.37 499.51,99.92 506.18,96.47 512.85,93.03 519.51,89.58 526.18,86.13 532.85,82.68 539.51,79.23 546.18,75.78 552.85,72.33 559.52,68.88 566.18,65.43 572.85,61.99 579.52,58.54 586.18,55.09"
|
|
1094
|
+
stroke="rgb(51,102,255)" fill="none" stroke-width="2.13"
|
|
1095
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-linejoin="round"
|
|
1096
|
+
stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" />
|
|
1097
|
+
</g>
|
|
1098
|
+
</g>
|
|
1099
|
+
</g>
|
|
1100
|
+
</g>
|
|
1101
|
+
</g>
|
|
1102
|
+
<g id="layout::spacer.8-6-8-6.1">
|
|
1103
|
+
<g id="spacer.8-6-8-6.1" />
|
|
1104
|
+
</g>
|
|
1105
|
+
<g id="layout::spacer.8-4-8-4.1">
|
|
1106
|
+
<g id="spacer.8-4-8-4.1" />
|
|
1107
|
+
</g>
|
|
1108
|
+
<g id="layout::spacer.6-6-6-6.1">
|
|
1109
|
+
<g id="spacer.6-6-6-6.1" />
|
|
1110
|
+
</g>
|
|
1111
|
+
<g id="layout::spacer.6-4-6-4.1">
|
|
1112
|
+
<g id="spacer.6-4-6-4.1" />
|
|
1113
|
+
</g>
|
|
1114
|
+
<g id="layout::axis-t.6-5-6-5.1">
|
|
1115
|
+
<g id="axis-t.6-5-6-5.1" />
|
|
1116
|
+
</g>
|
|
1117
|
+
<g id="layout::axis-l.7-4-7-4.1">
|
|
1118
|
+
<g id="axis-l.7-4-7-4.1">
|
|
1119
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.17.1">
|
|
1120
|
+
<g id="GRID.absoluteGrob.92.1">
|
|
1121
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.17::axis.1">
|
|
1122
|
+
<g id="axis.1">
|
|
1123
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.17::axis::axis.1-1-1-1.1">
|
|
1124
|
+
<g id="axis.1-1-1-1.1">
|
|
1125
|
+
<g
|
|
1126
|
+
id="layout::axis-l.7-4-7-4::GRID.VP.17::axis::axis.1-1-1-1::GRID.VP.15.1"
|
|
1127
|
+
font-size="8.8" stroke="rgb(77,77,77)"
|
|
1128
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1129
|
+
stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
1130
|
+
<g
|
|
1131
|
+
id="layout::axis-l.7-4-7-4::GRID.VP.17::axis::axis.1-1-1-1::GRID.VP.15::GRID.VP.16.1">
|
|
1132
|
+
<g id="GRID.titleGrob.90.1">
|
|
1133
|
+
<g id="GRID.text.89.1">
|
|
1134
|
+
<g id="GRID.text.89.1.1" transform="translate(28.21, 41.03)"
|
|
1135
|
+
stroke-width="0.1">
|
|
1136
|
+
<g id="GRID.text.89.1.1.scale" transform="scale(1, -1)">
|
|
1137
|
+
<text x="0" y="0" id="GRID.text.89.1.1.text" text-anchor="end"
|
|
1138
|
+
font-size="8.8" stroke="rgb(77,77,77)"
|
|
1139
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1140
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1141
|
+
font-weight="normal" font-style="normal">
|
|
1142
|
+
<tspan id="GRID.text.89.1.1.tspan.1" dy="3.15" x="0">10</tspan>
|
|
1143
|
+
</text>
|
|
1144
|
+
</g>
|
|
1145
|
+
</g>
|
|
1146
|
+
<g id="GRID.text.89.1.2" transform="translate(28.21, 183.94)"
|
|
1147
|
+
stroke-width="0.1">
|
|
1148
|
+
<g id="GRID.text.89.1.2.scale" transform="scale(1, -1)">
|
|
1149
|
+
<text x="0" y="0" id="GRID.text.89.1.2.text" text-anchor="end"
|
|
1150
|
+
font-size="8.8" stroke="rgb(77,77,77)"
|
|
1151
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1152
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1153
|
+
font-weight="normal" font-style="normal">
|
|
1154
|
+
<tspan id="GRID.text.89.1.2.tspan.1" dy="3.15" x="0">20</tspan>
|
|
1155
|
+
</text>
|
|
1156
|
+
</g>
|
|
1157
|
+
</g>
|
|
1158
|
+
<g id="GRID.text.89.1.3" transform="translate(28.21, 326.85)"
|
|
1159
|
+
stroke-width="0.1">
|
|
1160
|
+
<g id="GRID.text.89.1.3.scale" transform="scale(1, -1)">
|
|
1161
|
+
<text x="0" y="0" id="GRID.text.89.1.3.text" text-anchor="end"
|
|
1162
|
+
font-size="8.8" stroke="rgb(77,77,77)"
|
|
1163
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1164
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1165
|
+
font-weight="normal" font-style="normal">
|
|
1166
|
+
<tspan id="GRID.text.89.1.3.tspan.1" dy="3.15" x="0">30</tspan>
|
|
1167
|
+
</text>
|
|
1168
|
+
</g>
|
|
1169
|
+
</g>
|
|
1170
|
+
<g id="GRID.text.89.1.4" transform="translate(28.21, 469.76)"
|
|
1171
|
+
stroke-width="0.1">
|
|
1172
|
+
<g id="GRID.text.89.1.4.scale" transform="scale(1, -1)">
|
|
1173
|
+
<text x="0" y="0" id="GRID.text.89.1.4.text" text-anchor="end"
|
|
1174
|
+
font-size="8.8" stroke="rgb(77,77,77)"
|
|
1175
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1176
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1177
|
+
font-weight="normal" font-style="normal">
|
|
1178
|
+
<tspan id="GRID.text.89.1.4.tspan.1" dy="3.15" x="0">40</tspan>
|
|
1179
|
+
</text>
|
|
1180
|
+
</g>
|
|
1181
|
+
</g>
|
|
1182
|
+
</g>
|
|
1183
|
+
</g>
|
|
1184
|
+
</g>
|
|
1185
|
+
</g>
|
|
1186
|
+
</g>
|
|
1187
|
+
</g>
|
|
1188
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.17::axis::axis.1-2-1-2.1">
|
|
1189
|
+
<g id="axis.1-2-1-2.1">
|
|
1190
|
+
<g id="GRID.polyline.91.1">
|
|
1191
|
+
<polyline id="GRID.polyline.91.1.1" points="30.4,41.03 33.14,41.03"
|
|
1192
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1193
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1194
|
+
fill-opacity="1" />
|
|
1195
|
+
<polyline id="GRID.polyline.91.1.2" points="30.4,183.94 33.14,183.94"
|
|
1196
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1197
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1198
|
+
fill-opacity="1" />
|
|
1199
|
+
<polyline id="GRID.polyline.91.1.3" points="30.4,326.85 33.14,326.85"
|
|
1200
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1201
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1202
|
+
fill-opacity="1" />
|
|
1203
|
+
<polyline id="GRID.polyline.91.1.4" points="30.4,469.76 33.14,469.76"
|
|
1204
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1205
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1206
|
+
fill-opacity="1" />
|
|
1207
|
+
</g>
|
|
1208
|
+
</g>
|
|
1209
|
+
</g>
|
|
1210
|
+
</g>
|
|
1211
|
+
</g>
|
|
1212
|
+
</g>
|
|
1213
|
+
</g>
|
|
1214
|
+
</g>
|
|
1215
|
+
</g>
|
|
1216
|
+
<g id="layout::axis-r.7-6-7-6.1">
|
|
1217
|
+
<g id="axis-r.7-6-7-6.1" />
|
|
1218
|
+
</g>
|
|
1219
|
+
<g id="layout::axis-b.8-5-8-5.1">
|
|
1220
|
+
<g id="axis-b.8-5-8-5.1">
|
|
1221
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.14.1">
|
|
1222
|
+
<g id="GRID.absoluteGrob.88.1">
|
|
1223
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.14::axis.1">
|
|
1224
|
+
<g id="axis.2">
|
|
1225
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.14::axis::axis.1-1-1-1.1">
|
|
1226
|
+
<g id="axis.1-1-1-1.2">
|
|
1227
|
+
<g id="GRID.polyline.87.1">
|
|
1228
|
+
<polyline id="GRID.polyline.87.1.1" points="98.49,28.76 98.49,31.5"
|
|
1229
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1230
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1231
|
+
fill-opacity="1" />
|
|
1232
|
+
<polyline id="GRID.polyline.87.1.2" points="196.03,28.76 196.03,31.5"
|
|
1233
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1234
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1235
|
+
fill-opacity="1" />
|
|
1236
|
+
<polyline id="GRID.polyline.87.1.3" points="293.57,28.76 293.57,31.5"
|
|
1237
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1238
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1239
|
+
fill-opacity="1" />
|
|
1240
|
+
<polyline id="GRID.polyline.87.1.4" points="391.11,28.76 391.11,31.5"
|
|
1241
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1242
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1243
|
+
fill-opacity="1" />
|
|
1244
|
+
<polyline id="GRID.polyline.87.1.5" points="488.65,28.76 488.65,31.5"
|
|
1245
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1246
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1247
|
+
fill-opacity="1" />
|
|
1248
|
+
<polyline id="GRID.polyline.87.1.6" points="586.18,28.76 586.18,31.5"
|
|
1249
|
+
stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
|
|
1250
|
+
stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
|
|
1251
|
+
fill-opacity="1" />
|
|
1252
|
+
</g>
|
|
1253
|
+
</g>
|
|
1254
|
+
</g>
|
|
1255
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.14::axis::axis.2-1-2-1.1">
|
|
1256
|
+
<g id="axis.2-1-2-1.1">
|
|
1257
|
+
<g
|
|
1258
|
+
id="layout::axis-b.8-5-8-5::GRID.VP.14::axis::axis.2-1-2-1::GRID.VP.12.1"
|
|
1259
|
+
font-size="8.8" stroke="rgb(77,77,77)"
|
|
1260
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1261
|
+
stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
1262
|
+
<g
|
|
1263
|
+
id="layout::axis-b.8-5-8-5::GRID.VP.14::axis::axis.2-1-2-1::GRID.VP.12::GRID.VP.13.1">
|
|
1264
|
+
<g id="GRID.titleGrob.86.1">
|
|
1265
|
+
<g id="GRID.text.85.1">
|
|
1266
|
+
<g id="GRID.text.85.1.1" transform="translate(98.49, 26.56)"
|
|
1267
|
+
stroke-width="0.1">
|
|
1268
|
+
<g id="GRID.text.85.1.1.scale" transform="scale(1, -1)">
|
|
1269
|
+
<text x="0" y="0" id="GRID.text.85.1.1.text"
|
|
1270
|
+
text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
|
|
1271
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1272
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1273
|
+
font-weight="normal" font-style="normal">
|
|
1274
|
+
<tspan id="GRID.text.85.1.1.tspan.1" dy="6.3" x="0">2</tspan>
|
|
1275
|
+
</text>
|
|
1276
|
+
</g>
|
|
1277
|
+
</g>
|
|
1278
|
+
<g id="GRID.text.85.1.2" transform="translate(196.03, 26.56)"
|
|
1279
|
+
stroke-width="0.1">
|
|
1280
|
+
<g id="GRID.text.85.1.2.scale" transform="scale(1, -1)">
|
|
1281
|
+
<text x="0" y="0" id="GRID.text.85.1.2.text"
|
|
1282
|
+
text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
|
|
1283
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1284
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1285
|
+
font-weight="normal" font-style="normal">
|
|
1286
|
+
<tspan id="GRID.text.85.1.2.tspan.1" dy="6.3" x="0">3</tspan>
|
|
1287
|
+
</text>
|
|
1288
|
+
</g>
|
|
1289
|
+
</g>
|
|
1290
|
+
<g id="GRID.text.85.1.3" transform="translate(293.57, 26.56)"
|
|
1291
|
+
stroke-width="0.1">
|
|
1292
|
+
<g id="GRID.text.85.1.3.scale" transform="scale(1, -1)">
|
|
1293
|
+
<text x="0" y="0" id="GRID.text.85.1.3.text"
|
|
1294
|
+
text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
|
|
1295
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1296
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1297
|
+
font-weight="normal" font-style="normal">
|
|
1298
|
+
<tspan id="GRID.text.85.1.3.tspan.1" dy="6.3" x="0">4</tspan>
|
|
1299
|
+
</text>
|
|
1300
|
+
</g>
|
|
1301
|
+
</g>
|
|
1302
|
+
<g id="GRID.text.85.1.4" transform="translate(391.11, 26.56)"
|
|
1303
|
+
stroke-width="0.1">
|
|
1304
|
+
<g id="GRID.text.85.1.4.scale" transform="scale(1, -1)">
|
|
1305
|
+
<text x="0" y="0" id="GRID.text.85.1.4.text"
|
|
1306
|
+
text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
|
|
1307
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1308
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1309
|
+
font-weight="normal" font-style="normal">
|
|
1310
|
+
<tspan id="GRID.text.85.1.4.tspan.1" dy="6.3" x="0">5</tspan>
|
|
1311
|
+
</text>
|
|
1312
|
+
</g>
|
|
1313
|
+
</g>
|
|
1314
|
+
<g id="GRID.text.85.1.5" transform="translate(488.65, 26.56)"
|
|
1315
|
+
stroke-width="0.1">
|
|
1316
|
+
<g id="GRID.text.85.1.5.scale" transform="scale(1, -1)">
|
|
1317
|
+
<text x="0" y="0" id="GRID.text.85.1.5.text"
|
|
1318
|
+
text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
|
|
1319
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1320
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1321
|
+
font-weight="normal" font-style="normal">
|
|
1322
|
+
<tspan id="GRID.text.85.1.5.tspan.1" dy="6.3" x="0">6</tspan>
|
|
1323
|
+
</text>
|
|
1324
|
+
</g>
|
|
1325
|
+
</g>
|
|
1326
|
+
<g id="GRID.text.85.1.6" transform="translate(586.18, 26.56)"
|
|
1327
|
+
stroke-width="0.1">
|
|
1328
|
+
<g id="GRID.text.85.1.6.scale" transform="scale(1, -1)">
|
|
1329
|
+
<text x="0" y="0" id="GRID.text.85.1.6.text"
|
|
1330
|
+
text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
|
|
1331
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1332
|
+
fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
|
|
1333
|
+
font-weight="normal" font-style="normal">
|
|
1334
|
+
<tspan id="GRID.text.85.1.6.tspan.1" dy="6.3" x="0">7</tspan>
|
|
1335
|
+
</text>
|
|
1336
|
+
</g>
|
|
1337
|
+
</g>
|
|
1338
|
+
</g>
|
|
1339
|
+
</g>
|
|
1340
|
+
</g>
|
|
1341
|
+
</g>
|
|
1342
|
+
</g>
|
|
1343
|
+
</g>
|
|
1344
|
+
</g>
|
|
1345
|
+
</g>
|
|
1346
|
+
</g>
|
|
1347
|
+
</g>
|
|
1348
|
+
</g>
|
|
1349
|
+
</g>
|
|
1350
|
+
<g id="layout::xlab-t.5-5-5-5.1">
|
|
1351
|
+
<g id="xlab-t.5-5-5-5.1" />
|
|
1352
|
+
</g>
|
|
1353
|
+
<g id="layout::xlab-b.9-5-9-5.1">
|
|
1354
|
+
<g id="xlab-b.9-5-9-5.1">
|
|
1355
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.18.1" font-size="11" stroke="rgb(0,0,0)"
|
|
1356
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1357
|
+
stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
1358
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.18::GRID.VP.19.1">
|
|
1359
|
+
<g id="axis.title.x.bottom..titleGrob.95.1">
|
|
1360
|
+
<g id="GRID.text.93.1">
|
|
1361
|
+
<g id="GRID.text.93.1.1" transform="translate(322.83, 15.67)"
|
|
1362
|
+
stroke-width="0.1">
|
|
1363
|
+
<g id="GRID.text.93.1.1.scale" transform="scale(1, -1)">
|
|
1364
|
+
<text x="0" y="0" id="GRID.text.93.1.1.text" text-anchor="middle"
|
|
1365
|
+
font-size="11" stroke="rgb(0,0,0)"
|
|
1366
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1367
|
+
fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
|
|
1368
|
+
font-weight="normal" font-style="normal">
|
|
1369
|
+
<tspan id="GRID.text.93.1.1.tspan.1" dy="7.88" x="0">displ</tspan>
|
|
1370
|
+
</text>
|
|
1371
|
+
</g>
|
|
1372
|
+
</g>
|
|
1373
|
+
</g>
|
|
1374
|
+
</g>
|
|
1375
|
+
</g>
|
|
1376
|
+
</g>
|
|
1377
|
+
</g>
|
|
1378
|
+
</g>
|
|
1379
|
+
<g id="layout::ylab-l.7-3-7-3.1">
|
|
1380
|
+
<g id="ylab-l.7-3-7-3.1">
|
|
1381
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.20.1" font-size="11" stroke="rgb(0,0,0)"
|
|
1382
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1383
|
+
stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
1384
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.20::GRID.VP.21.1">
|
|
1385
|
+
<g id="axis.title.y.left..titleGrob.98.1">
|
|
1386
|
+
<g id="GRID.text.96.1">
|
|
1387
|
+
<g id="GRID.text.96.1.1" transform="translate(5.48, 291.01)"
|
|
1388
|
+
stroke-width="0.1">
|
|
1389
|
+
<g id="GRID.text.96.1.1.scale" transform="scale(1, -1)">
|
|
1390
|
+
<text x="0" y="0" id="GRID.text.96.1.1.text" transform="rotate(-90)"
|
|
1391
|
+
text-anchor="middle" font-size="11" stroke="rgb(0,0,0)"
|
|
1392
|
+
font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
|
|
1393
|
+
fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
|
|
1394
|
+
font-weight="normal" font-style="normal">
|
|
1395
|
+
<tspan id="GRID.text.96.1.1.tspan.1" dy="7.88" x="0">hwy</tspan>
|
|
1396
|
+
</text>
|
|
1397
|
+
</g>
|
|
1398
|
+
</g>
|
|
1399
|
+
</g>
|
|
1400
|
+
</g>
|
|
1401
|
+
</g>
|
|
1402
|
+
</g>
|
|
1403
|
+
</g>
|
|
1404
|
+
</g>
|
|
1405
|
+
<g id="layout::ylab-r.7-7-7-7.1">
|
|
1406
|
+
<g id="ylab-r.7-7-7-7.1" />
|
|
1407
|
+
</g>
|
|
1408
|
+
<g id="layout::subtitle.4-5-4-5.1">
|
|
1409
|
+
<g id="subtitle.4-5-4-5.1" />
|
|
1410
|
+
</g>
|
|
1411
|
+
<g id="layout::title.3-5-3-5.1">
|
|
1412
|
+
<g id="title.3-5-3-5.1" />
|
|
1413
|
+
</g>
|
|
1414
|
+
<g id="layout::caption.10-5-10-5.1">
|
|
1415
|
+
<g id="caption.10-5-10-5.1" />
|
|
1416
|
+
</g>
|
|
1417
|
+
<g id="layout::tag.2-2-2-2.1">
|
|
1418
|
+
<g id="tag.2-2-2-2.1" />
|
|
1419
|
+
</g>
|
|
1420
|
+
</g>
|
|
1421
|
+
</g>
|
|
1422
|
+
</g>
|
|
1423
|
+
</g>
|
|
1424
|
+
</svg>
|