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.
Files changed (206) hide show
  1. package/.Rbuildignore +1 -0
  2. package/.eslintignore +3 -0
  3. package/.eslintrc.json +6 -0
  4. package/.github/workflows/build.yml +20 -0
  5. package/.prettierignore +3 -0
  6. package/.prettierrc.json +7 -0
  7. package/.vscode/extensions.json +25 -0
  8. package/.vscode/settings.json +30 -0
  9. package/.vscode/tasks.json +57 -0
  10. package/CHANGELOG.md +7 -0
  11. package/CITATION.cff +21 -0
  12. package/CONTRIBUTING.md +87 -0
  13. package/LICENSE.md +595 -0
  14. package/README.md +341 -0
  15. package/dist/maidr.js +8851 -0
  16. package/dist/maidr.min.js +1 -0
  17. package/dist/styles.css +244 -0
  18. package/dist/styles.min.css +1 -0
  19. package/docs/Audio.html +1398 -0
  20. package/docs/Constants.html +256 -0
  21. package/docs/Description.html +582 -0
  22. package/docs/Helper.html +364 -0
  23. package/docs/LogError.html +905 -0
  24. package/docs/Menu.html +665 -0
  25. package/docs/Position.html +174 -0
  26. package/docs/Resources.html +338 -0
  27. package/docs/Review.html +333 -0
  28. package/docs/Tracker.html +965 -0
  29. package/docs/audio.js.html +635 -0
  30. package/docs/constants.js.html +1242 -0
  31. package/docs/display.js.html +1184 -0
  32. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  33. package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
  34. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  35. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  36. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
  37. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  38. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  39. package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
  40. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  41. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  42. package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
  43. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  44. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  45. package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
  46. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  47. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  48. package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
  49. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  50. package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
  51. package/docs/fonts/OpenSans-Semibold-webfont.svg +1830 -0
  52. package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  53. package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
  54. package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  55. package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +1830 -0
  56. package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  57. package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  58. package/docs/index.html +66 -0
  59. package/docs/scripts/linenumber.js +25 -0
  60. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  61. package/docs/scripts/prettify/lang-css.js +2 -0
  62. package/docs/scripts/prettify/prettify.js +28 -0
  63. package/docs/styles/jsdoc-default.css +692 -0
  64. package/docs/styles/prettify-jsdoc.css +111 -0
  65. package/docs/styles/prettify-tomorrow.css +132 -0
  66. package/examples/dev_charts/barplot.html +1056 -0
  67. package/examples/dev_charts/boxplot.html +1856 -0
  68. package/examples/dev_charts/boxplot_flipped.svg +727 -0
  69. package/examples/dev_charts/heatmap.html +1217 -0
  70. package/examples/dev_charts/scatterplot/displ.js +18 -0
  71. package/examples/dev_charts/scatterplot/histogram_for_residual.svg +595 -0
  72. package/examples/dev_charts/scatterplot/hwy.js +15 -0
  73. package/examples/dev_charts/scatterplot/layers/point_layer.json +938 -0
  74. package/examples/dev_charts/scatterplot/layers/smooth_layer.json +322 -0
  75. package/examples/dev_charts/scatterplot/point_layer.js +938 -0
  76. package/examples/dev_charts/scatterplot/prediction_array.js +31 -0
  77. package/examples/dev_charts/scatterplot/prediction_array.json +31 -0
  78. package/examples/dev_charts/scatterplot/residual_array.js +29 -0
  79. package/examples/dev_charts/scatterplot/residual_array.json +29 -0
  80. package/examples/dev_charts/scatterplot/scatterplot.svg +1428 -0
  81. package/examples/dev_charts/scatterplot/scatterplot_data.html +2838 -0
  82. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_point_only.svg +1393 -0
  83. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_bestfit.svg +1424 -0
  84. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_loess_curve.svg +1402 -0
  85. package/examples/dev_charts/scatterplot/smooth_layer.js +322 -0
  86. package/examples/dev_charts/scatterplot.html +4560 -0
  87. package/examples/dodged_bar/dodged_bar.png +0 -0
  88. package/examples/dodged_bar/dodged_bar.svg +198 -0
  89. package/examples/dodged_bar/schema.json +41 -0
  90. package/examples/histogram/histogram_tutorial.svg +482 -0
  91. package/examples/histogram/histogram_tutorial_raw_data.json +362 -0
  92. package/examples/histogram/histogram_user_study.svg +578 -0
  93. package/examples/histogram/histogram_user_study_raw_data.json +362 -0
  94. package/examples/lineplot/lineplot_sample.svg +126 -0
  95. package/examples/lineplot/lineplot_sample_raw_data.json +1 -0
  96. package/examples/lineplot/point+lineplot_sample.svg +700 -0
  97. package/examples/other/audio_oscillator_boxplot.js +95 -0
  98. package/examples/other/barplot_labels.svg +314 -0
  99. package/examples/other/barplot_user_study.svg +313 -0
  100. package/examples/other/boxplot.html +927 -0
  101. package/examples/other/boxplot_data_frame.html +568 -0
  102. package/examples/other/boxplot_label.svg +751 -0
  103. package/examples/other/braille-display_boxplot.js +79 -0
  104. package/examples/other/control_boxplot.js +55 -0
  105. package/examples/other/draft.js +56 -0
  106. package/examples/other/getData.html +400 -0
  107. package/examples/other/getData.js +41 -0
  108. package/examples/other/ggplot_to_svg.R +371 -0
  109. package/examples/other/heatmap.svg +582 -0
  110. package/examples/other/heatmap_label.svg +608 -0
  111. package/examples/other/multiple_barplot.html +2250 -0
  112. package/examples/other/new_scatterplot_user_study_point_layer.json +122 -0
  113. package/examples/other/py_binder_output.html +1167 -0
  114. package/examples/other/scatterplot_label.svg +1429 -0
  115. package/examples/other/seaborn_plot.py +9 -0
  116. package/examples/other/svglite_bar.svg +136 -0
  117. package/examples/other/tutorial_boxplot.svg +727 -0
  118. package/examples/other/tutorial_boxplot_data.json +72 -0
  119. package/examples/other/user_study_boxplot.svg +676 -0
  120. package/examples/stacked_bar/schema.json +41 -0
  121. package/examples/stacked_bar/stack_bar.png +0 -0
  122. package/examples/stacked_bar/stacked_bar.svg +180 -0
  123. package/examples/stacked_normalized_bar/stacked_normalized_bar.png +0 -0
  124. package/examples/stacked_normalized_bar/stacked_normalized_bar.svg +189 -0
  125. package/examples/static/barplot.svg +263 -0
  126. package/examples/static/barplot_diamonds_gridSVG.svg +254 -0
  127. package/examples/static/boxplot.svg +424 -0
  128. package/examples/static/heatmap.svg +373 -0
  129. package/examples/static/heatmap_penguins_table.html +486 -0
  130. package/examples/static/scatterplot.svg +530 -0
  131. package/examples/svglite/task_heatmap.html +802 -0
  132. package/examples/svglite/task_heatmap.svg +111 -0
  133. package/examples/svglite/tutorial_bar.svg +136 -0
  134. package/examples/svglite/tutorial_bar_plot.html +504 -0
  135. package/examples/svglite/tutorial_boxplot.html +1850 -0
  136. package/examples/svglite/tutorial_boxplot.svg +727 -0
  137. package/examples/svglite/tutorial_scatterplot.html +3135 -0
  138. package/examples/svglite/tutorial_scatterplot.svg +311 -0
  139. package/gulpfile.js +49 -0
  140. package/index.html +40 -0
  141. package/jsconfig.json +10 -0
  142. package/jsdoc.json +19 -0
  143. package/package.json +47 -0
  144. package/src/css/styles.css +241 -0
  145. package/src/js/__tests__/audio.test.js +49 -0
  146. package/src/js/__tests__/constants.test.js +622 -0
  147. package/src/js/audio.js +575 -0
  148. package/src/js/barplot.js +254 -0
  149. package/src/js/boxplot.js +682 -0
  150. package/src/js/constants.js +1182 -0
  151. package/src/js/controls.js +3182 -0
  152. package/src/js/display.js +1124 -0
  153. package/src/js/heatmap.js +411 -0
  154. package/src/js/histogram.js +134 -0
  155. package/src/js/init.js +427 -0
  156. package/src/js/lineplot.js +219 -0
  157. package/src/js/scatterplot.js +619 -0
  158. package/src/js/segmented.js +268 -0
  159. package/user_study_pilot/binder_test.html +526 -0
  160. package/user_study_pilot/data/barplot_user_study.svg +492 -0
  161. package/user_study_pilot/data/barplot_user_study_raw_data.json +22 -0
  162. package/user_study_pilot/data/boxplot_tutorial.json +72 -0
  163. package/user_study_pilot/data/boxplot_tutorial_horizontal.svg +727 -0
  164. package/user_study_pilot/data/boxplot_user_study.json +52 -0
  165. package/user_study_pilot/data/boxplot_user_study_vertical.svg +675 -0
  166. package/user_study_pilot/data/boxplot_user_study_vertical_horizontal.svg +676 -0
  167. package/user_study_pilot/data/heatmap_user_study.svg +719 -0
  168. package/user_study_pilot/data/heatmap_user_study_raw_data.json +127 -0
  169. package/user_study_pilot/data/new_barplot_user_study.svg +269 -0
  170. package/user_study_pilot/data/new_heatmap_user_study.svg +367 -0
  171. package/user_study_pilot/data/new_scatterplot_user_study.svg +603 -0
  172. package/user_study_pilot/data/new_scatterplot_user_study_point_layer.json +122 -0
  173. package/user_study_pilot/data/scatterplot_user_study (1).svg +321 -0
  174. package/user_study_pilot/data/scatterplot_user_study.svg +603 -0
  175. package/user_study_pilot/data/scatterplot_user_study_point_layer.json +122 -0
  176. package/user_study_pilot/data/scatterplot_user_study_smooth_layer.json +322 -0
  177. package/user_study_pilot/intro.html +215 -0
  178. package/user_study_pilot/jaws_settings/Chrome.JDF +10 -0
  179. package/user_study_pilot/jaws_settings/Firefox.JDF +10 -0
  180. package/user_study_pilot/jaws_settings/backup_utf8/Chrome.JDF +10 -0
  181. package/user_study_pilot/jaws_settings/backup_utf8/Firefox.JDF +10 -0
  182. package/user_study_pilot/jaws_settings/backup_utf8/msedge.JDF +10 -0
  183. package/user_study_pilot/jaws_settings/msedge.JDF +10 -0
  184. package/user_study_pilot/nvda_settings/chrome.dic +10 -0
  185. package/user_study_pilot/nvda_settings/default.dic +10 -0
  186. package/user_study_pilot/nvda_settings/firefox.dic +10 -0
  187. package/user_study_pilot/nvda_settings/msedge.dic +10 -0
  188. package/user_study_pilot/scatterplot.html +4560 -0
  189. package/user_study_pilot/seaborn_test.html +1059 -0
  190. package/user_study_pilot/svglite_test.html +534 -0
  191. package/user_study_pilot/task1_bar_plot.html +1111 -0
  192. package/user_study_pilot/task2_heatmap.html +1661 -0
  193. package/user_study_pilot/task3_boxplot_horizontal.html +1690 -0
  194. package/user_study_pilot/task3_boxplot_vertical.html +1689 -0
  195. package/user_study_pilot/task4_scatterplot.html +2091 -0
  196. package/user_study_pilot/tutorial1_bar_plot.html +1159 -0
  197. package/user_study_pilot/tutorial2_heatmap.html +1276 -0
  198. package/user_study_pilot/tutorial3_boxplot_horizontal.html +1861 -0
  199. package/user_study_pilot/tutorial3_boxplot_vertical.html +1807 -0
  200. package/user_study_pilot/tutorial4_scatterplot.html +5893 -0
  201. package/user_study_pilot/tutorial5_histogram.html +1553 -0
  202. package/user_study_pilot/tutorial6_lineplot.html +1011 -0
  203. package/user_study_pilot/tutorial7_stacked.html +763 -0
  204. package/user_study_pilot/tutorial8_stacked_normalized.html +796 -0
  205. package/user_study_pilot/tutorial9_dodged_bar.html +831 -0
  206. package/user_study_pilot/voiceover_settings/user_study_VoiceOver Archive.voprefs +573 -0
@@ -0,0 +1,18 @@
1
+ var displ = [
2
+ 1.8, 1.8, 2.0, 2.0, 2.8, 2.8, 3.1, 1.8, 1.8, 2.0, 2.0, 2.8, 2.8, 3.1, 3.1,
3
+ 2.8, 3.1, 4.2, 5.3, 5.3, 5.3, 5.7, 6.0, 5.7, 5.7, 6.2, 6.2, 7.0, 5.3, 5.3,
4
+ 5.7, 6.5, 2.4, 2.4, 3.1, 3.5, 3.6, 2.4, 3.0, 3.3, 3.3, 3.3, 3.3, 3.3, 3.8,
5
+ 3.8, 3.8, 4.0, 3.7, 3.7, 3.9, 3.9, 4.7, 4.7, 4.7, 5.2, 5.2, 3.9, 4.7, 4.7,
6
+ 4.7, 5.2, 5.7, 5.9, 4.7, 4.7, 4.7, 4.7, 4.7, 4.7, 5.2, 5.2, 5.7, 5.9, 4.6,
7
+ 5.4, 5.4, 4.0, 4.0, 4.0, 4.0, 4.6, 5.0, 4.2, 4.2, 4.6, 4.6, 4.6, 5.4, 5.4,
8
+ 3.8, 3.8, 4.0, 4.0, 4.6, 4.6, 4.6, 4.6, 5.4, 1.6, 1.6, 1.6, 1.6, 1.6, 1.8,
9
+ 1.8, 1.8, 2.0, 2.4, 2.4, 2.4, 2.4, 2.5, 2.5, 3.3, 2.0, 2.0, 2.0, 2.0, 2.7,
10
+ 2.7, 2.7, 3.0, 3.7, 4.0, 4.7, 4.7, 4.7, 5.7, 6.1, 4.0, 4.2, 4.4, 4.6, 5.4,
11
+ 5.4, 5.4, 4.0, 4.0, 4.6, 5.0, 2.4, 2.4, 2.5, 2.5, 3.5, 3.5, 3.0, 3.0, 3.5,
12
+ 3.3, 3.3, 4.0, 5.6, 3.1, 3.8, 3.8, 3.8, 5.3, 2.5, 2.5, 2.5, 2.5, 2.5, 2.5,
13
+ 2.2, 2.2, 2.5, 2.5, 2.5, 2.5, 2.5, 2.5, 2.7, 2.7, 3.4, 3.4, 4.0, 4.7, 2.2,
14
+ 2.2, 2.4, 2.4, 3.0, 3.0, 3.5, 2.2, 2.2, 2.4, 2.4, 3.0, 3.0, 3.3, 1.8, 1.8,
15
+ 1.8, 1.8, 1.8, 4.7, 5.7, 2.7, 2.7, 2.7, 3.4, 3.4, 4.0, 4.0, 2.0, 2.0, 2.0,
16
+ 2.0, 2.8, 1.9, 2.0, 2.0, 2.0, 2.0, 2.5, 2.5, 2.8, 2.8, 1.9, 1.9, 2.0, 2.0,
17
+ 2.5, 2.5, 1.8, 1.8, 2.0, 2.0, 2.8, 2.8, 3.6,
18
+ ];
@@ -0,0 +1,595 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="672px"
2
+ height="672px" viewBox="0 0 672 672" version="1.1">
3
+ <metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
4
+ <gridsvg:generator name="gridSVG" version="1.7-4" time="2022-11-03 21:17:48" />
5
+ <gridsvg:argument name="name" value="histogram_for_residual.svg" />
6
+ <gridsvg:argument name="exportCoords" value="none" />
7
+ <gridsvg:argument name="exportMappings" value="none" />
8
+ <gridsvg:argument name="exportJS" value="none" />
9
+ <gridsvg:argument name="res" value="96" />
10
+ <gridsvg:argument name="prefix" value="" />
11
+ <gridsvg:argument name="addClasses" value="FALSE" />
12
+ <gridsvg:argument name="indent" value="TRUE" />
13
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
14
+ <gridsvg:argument name="usePaths" value="vpPaths" />
15
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
16
+ <gridsvg:separator name="id.sep" value="." />
17
+ <gridsvg:separator name="gPath.sep" value="::" />
18
+ <gridsvg:separator name="vpPath.sep" value="::" />
19
+ </metadata>
20
+ <g transform="translate(0, 672) scale(1, -1)">
21
+ <g id="gridSVG" fill="none" stroke="rgb(0,0,0)" stroke-dasharray="none" stroke-width="1"
22
+ font-size="16"
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="0" font-weight="normal" font-style="normal">
26
+ <g id="layout.1">
27
+ <g id="layout.2">
28
+ <defs>
29
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
30
+ <rect x="0" y="0" width="672" height="672" fill="none" stroke="none" />
31
+ </clipPath>
32
+ </defs>
33
+ <g id="layout::background.1-9-12-1.1"
34
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)">
35
+ <g id="background.1-9-12-1.1">
36
+ <g id="plot.background..rect.105.1">
37
+ <rect id="plot.background..rect.105.1.1" x="0" y="0" width="672" height="672"
38
+ transform="" stroke-width="1.42" stroke="rgb(255,255,255)" fill="rgb(255,255,255)"
39
+ stroke-dasharray="none" stroke-opacity="1" fill-opacity="1" />
40
+ </g>
41
+ </g>
42
+ </g>
43
+ <defs>
44
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
45
+ <rect x="46.53" y="44.53" width="618.16" height="620.16" fill="none" stroke="none" />
46
+ </clipPath>
47
+ </defs>
48
+ <g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
49
+ <g id="panel.7-5-7-5.1">
50
+ <g id="panel-1.gTree.85.1">
51
+ <g id="grill.gTree.83.1">
52
+ <g id="panel.background..rect.74.1">
53
+ <rect id="panel.background..rect.74.1.1" x="46.53" y="44.53" width="618.16"
54
+ height="620.16" transform="" stroke-width="1.42" stroke="none"
55
+ fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0"
56
+ fill-opacity="1" />
57
+ </g>
58
+ <g id="panel.grid.minor.y..polyline.76.1">
59
+ <polyline id="panel.grid.minor.y..polyline.76.1.1"
60
+ points="46.53,141.48 664.69,141.48" stroke="rgb(255,255,255)" fill="none"
61
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
62
+ stroke-opacity="1" fill-opacity="1" />
63
+ <polyline id="panel.grid.minor.y..polyline.76.1.2"
64
+ points="46.53,278.98 664.69,278.98" stroke="rgb(255,255,255)" fill="none"
65
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
66
+ stroke-opacity="1" fill-opacity="1" />
67
+ <polyline id="panel.grid.minor.y..polyline.76.1.3"
68
+ points="46.53,416.49 664.69,416.49" stroke="rgb(255,255,255)" fill="none"
69
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
70
+ stroke-opacity="1" fill-opacity="1" />
71
+ <polyline id="panel.grid.minor.y..polyline.76.1.4" points="46.53,554 664.69,554"
72
+ stroke="rgb(255,255,255)" fill="none" stroke-width="0.71"
73
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
74
+ fill-opacity="1" />
75
+ </g>
76
+ <g id="panel.grid.minor.x..polyline.78.1">
77
+ <polyline id="panel.grid.minor.x..polyline.78.1.1"
78
+ points="68.35,44.53 68.35,664.69" stroke="rgb(255,255,255)" fill="none"
79
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
80
+ stroke-opacity="1" fill-opacity="1" />
81
+ <polyline id="panel.grid.minor.x..polyline.78.1.2"
82
+ points="191.18,44.53 191.18,664.69" stroke="rgb(255,255,255)" fill="none"
83
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
84
+ stroke-opacity="1" fill-opacity="1" />
85
+ <polyline id="panel.grid.minor.x..polyline.78.1.3" points="314,44.53 314,664.69"
86
+ stroke="rgb(255,255,255)" fill="none" stroke-width="0.71"
87
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
88
+ fill-opacity="1" />
89
+ <polyline id="panel.grid.minor.x..polyline.78.1.4"
90
+ points="436.82,44.53 436.82,664.69" stroke="rgb(255,255,255)" fill="none"
91
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
92
+ stroke-opacity="1" fill-opacity="1" />
93
+ <polyline id="panel.grid.minor.x..polyline.78.1.5"
94
+ points="559.65,44.53 559.65,664.69" stroke="rgb(255,255,255)" fill="none"
95
+ stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt"
96
+ stroke-opacity="1" fill-opacity="1" />
97
+ </g>
98
+ <g id="panel.grid.major.y..polyline.80.1">
99
+ <polyline id="panel.grid.major.y..polyline.80.1.1"
100
+ points="46.53,72.72 664.69,72.72" stroke="rgb(255,255,255)" fill="none"
101
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
102
+ stroke-opacity="1" fill-opacity="1" />
103
+ <polyline id="panel.grid.major.y..polyline.80.1.2"
104
+ points="46.53,210.23 664.69,210.23" stroke="rgb(255,255,255)" fill="none"
105
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
106
+ stroke-opacity="1" fill-opacity="1" />
107
+ <polyline id="panel.grid.major.y..polyline.80.1.3"
108
+ points="46.53,347.74 664.69,347.74" stroke="rgb(255,255,255)" fill="none"
109
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
110
+ stroke-opacity="1" fill-opacity="1" />
111
+ <polyline id="panel.grid.major.y..polyline.80.1.4"
112
+ points="46.53,485.25 664.69,485.25" stroke="rgb(255,255,255)" fill="none"
113
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
114
+ stroke-opacity="1" fill-opacity="1" />
115
+ <polyline id="panel.grid.major.y..polyline.80.1.5"
116
+ points="46.53,622.75 664.69,622.75" stroke="rgb(255,255,255)" fill="none"
117
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
118
+ stroke-opacity="1" fill-opacity="1" />
119
+ </g>
120
+ <g id="panel.grid.major.x..polyline.82.1">
121
+ <polyline id="panel.grid.major.x..polyline.82.1.2"
122
+ points="129.76,44.53 129.76,664.69" stroke="rgb(255,255,255)" fill="none"
123
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
124
+ stroke-opacity="1" fill-opacity="1" />
125
+ <polyline id="panel.grid.major.x..polyline.82.1.3"
126
+ points="252.59,44.53 252.59,664.69" stroke="rgb(255,255,255)" fill="none"
127
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
128
+ stroke-opacity="1" fill-opacity="1" />
129
+ <polyline id="panel.grid.major.x..polyline.82.1.4"
130
+ points="375.41,44.53 375.41,664.69" stroke="rgb(255,255,255)" fill="none"
131
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
132
+ stroke-opacity="1" fill-opacity="1" />
133
+ <polyline id="panel.grid.major.x..polyline.82.1.5"
134
+ points="498.23,44.53 498.23,664.69" stroke="rgb(255,255,255)" fill="none"
135
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
136
+ stroke-opacity="1" fill-opacity="1" />
137
+ <polyline id="panel.grid.major.x..polyline.82.1.6"
138
+ points="621.06,44.53 621.06,664.69" stroke="rgb(255,255,255)" fill="none"
139
+ stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt"
140
+ stroke-opacity="1" fill-opacity="1" />
141
+ </g>
142
+ </g>
143
+ <g id="geom_rect.rect.70.1">
144
+ <rect id="geom_rect.rect.70.1.1" x="74.63" y="72.72" width="18.73" height="151.26"
145
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
146
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
147
+ stroke-opacity="0" fill-opacity="1" />
148
+ <rect id="geom_rect.rect.70.1.2" x="93.36" y="72.72" width="18.73" height="55"
149
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
150
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
151
+ stroke-opacity="0" fill-opacity="1" />
152
+ <rect id="geom_rect.rect.70.1.3" x="112.1" y="72.72" width="18.73" height="0"
153
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
154
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
155
+ stroke-opacity="0" fill-opacity="1" />
156
+ <rect id="geom_rect.rect.70.1.4" x="130.83" y="72.72" width="18.73"
157
+ height="151.26" transform="" stroke="none" fill="rgb(89,89,89)"
158
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
159
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
160
+ <rect id="geom_rect.rect.70.1.5" x="149.56" y="72.72" width="18.73"
161
+ height="137.51" transform="" stroke="none" fill="rgb(89,89,89)"
162
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
163
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
164
+ <rect id="geom_rect.rect.70.1.6" x="168.29" y="72.72" width="18.73"
165
+ height="123.76" transform="" stroke="none" fill="rgb(89,89,89)"
166
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
167
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
168
+ <rect id="geom_rect.rect.70.1.7" x="187.03" y="72.72" width="18.73"
169
+ height="357.52" transform="" stroke="none" fill="rgb(89,89,89)"
170
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
171
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
172
+ <rect id="geom_rect.rect.70.1.8" x="205.76" y="72.72" width="18.73"
173
+ height="247.51" transform="" stroke="none" fill="rgb(89,89,89)"
174
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
175
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
176
+ <rect id="geom_rect.rect.70.1.9" x="224.49" y="72.72" width="18.73"
177
+ height="275.02" transform="" stroke="none" fill="rgb(89,89,89)"
178
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
179
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
180
+ <rect id="geom_rect.rect.70.1.10" x="243.22" y="72.72" width="18.73"
181
+ height="563.78" transform="" stroke="none" fill="rgb(89,89,89)"
182
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
183
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
184
+ <rect id="geom_rect.rect.70.1.11" x="261.95" y="72.72" width="18.73"
185
+ height="137.51" transform="" stroke="none" fill="rgb(89,89,89)"
186
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
187
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
188
+ <rect id="geom_rect.rect.70.1.12" x="280.69" y="72.72" width="18.73"
189
+ height="151.26" transform="" stroke="none" fill="rgb(89,89,89)"
190
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
191
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
192
+ <rect id="geom_rect.rect.70.1.13" x="299.42" y="72.72" width="18.73"
193
+ height="261.26" transform="" stroke="none" fill="rgb(89,89,89)"
194
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
195
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
196
+ <rect id="geom_rect.rect.70.1.14" x="318.15" y="72.72" width="18.73"
197
+ height="137.51" transform="" stroke="none" fill="rgb(89,89,89)"
198
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
199
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
200
+ <rect id="geom_rect.rect.70.1.15" x="336.88" y="72.72" width="18.73"
201
+ height="165.01" transform="" stroke="none" fill="rgb(89,89,89)"
202
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
203
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
204
+ <rect id="geom_rect.rect.70.1.16" x="355.61" y="72.72" width="18.73"
205
+ height="68.75" transform="" stroke="none" fill="rgb(89,89,89)"
206
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
207
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
208
+ <rect id="geom_rect.rect.70.1.17" x="374.35" y="72.72" width="18.73"
209
+ height="68.75" transform="" stroke="none" fill="rgb(89,89,89)"
210
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
211
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
212
+ <rect id="geom_rect.rect.70.1.18" x="393.08" y="72.72" width="18.73" height="0"
213
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
214
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
215
+ stroke-opacity="0" fill-opacity="1" />
216
+ <rect id="geom_rect.rect.70.1.19" x="411.81" y="72.72" width="18.73" height="27.5"
217
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
218
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
219
+ stroke-opacity="0" fill-opacity="1" />
220
+ <rect id="geom_rect.rect.70.1.20" x="430.54" y="72.72" width="18.73" height="27.5"
221
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
222
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
223
+ stroke-opacity="0" fill-opacity="1" />
224
+ <rect id="geom_rect.rect.70.1.21" x="449.27" y="72.72" width="18.73"
225
+ height="13.75" transform="" stroke="none" fill="rgb(89,89,89)"
226
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
227
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
228
+ <rect id="geom_rect.rect.70.1.22" x="468.01" y="72.72" width="18.73" height="0"
229
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
230
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
231
+ stroke-opacity="0" fill-opacity="1" />
232
+ <rect id="geom_rect.rect.70.1.23" x="486.74" y="72.72" width="18.73" height="0"
233
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
234
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
235
+ stroke-opacity="0" fill-opacity="1" />
236
+ <rect id="geom_rect.rect.70.1.24" x="505.47" y="72.72" width="18.73"
237
+ height="13.75" transform="" stroke="none" fill="rgb(89,89,89)"
238
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
239
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
240
+ <rect id="geom_rect.rect.70.1.25" x="524.2" y="72.72" width="18.73" height="13.75"
241
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
242
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
243
+ stroke-opacity="0" fill-opacity="1" />
244
+ <rect id="geom_rect.rect.70.1.26" x="542.94" y="72.72" width="18.73" height="27.5"
245
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
246
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
247
+ stroke-opacity="0" fill-opacity="1" />
248
+ <rect id="geom_rect.rect.70.1.27" x="561.67" y="72.72" width="18.73"
249
+ height="13.75" transform="" stroke="none" fill="rgb(89,89,89)"
250
+ stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter"
251
+ stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
252
+ <rect id="geom_rect.rect.70.1.28" x="580.4" y="72.72" width="18.73" height="0"
253
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
254
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
255
+ stroke-opacity="0" fill-opacity="1" />
256
+ <rect id="geom_rect.rect.70.1.29" x="599.13" y="72.72" width="18.73" height="0"
257
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
258
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
259
+ stroke-opacity="0" fill-opacity="1" />
260
+ <rect id="geom_rect.rect.70.1.30" x="617.86" y="72.72" width="18.73" height="27.5"
261
+ transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42"
262
+ stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square"
263
+ stroke-opacity="0" fill-opacity="1" />
264
+ </g>
265
+ </g>
266
+ </g>
267
+ </g>
268
+ <g id="layout::spacer.8-6-8-6.1">
269
+ <g id="spacer.8-6-8-6.1" />
270
+ </g>
271
+ <g id="layout::spacer.8-4-8-4.1">
272
+ <g id="spacer.8-4-8-4.1" />
273
+ </g>
274
+ <g id="layout::spacer.6-6-6-6.1">
275
+ <g id="spacer.6-6-6-6.1" />
276
+ </g>
277
+ <g id="layout::spacer.6-4-6-4.1">
278
+ <g id="spacer.6-4-6-4.1" />
279
+ </g>
280
+ <g id="layout::axis-t.6-5-6-5.1">
281
+ <g id="axis-t.6-5-6-5.1" />
282
+ </g>
283
+ <g id="layout::axis-l.7-4-7-4.1">
284
+ <g id="axis-l.7-4-7-4.1">
285
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.17.1">
286
+ <g id="GRID.absoluteGrob.93.1">
287
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.17::axis.1">
288
+ <g id="axis.1">
289
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.17::axis::axis.1-1-1-1.1">
290
+ <g id="axis.1-1-1-1.1">
291
+ <g
292
+ id="layout::axis-l.7-4-7-4::GRID.VP.17::axis::axis.1-1-1-1::GRID.VP.15.1"
293
+ font-size="11.73" stroke="rgb(77,77,77)"
294
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
295
+ stroke-opacity="1" font-weight="normal" font-style="normal">
296
+ <g
297
+ id="layout::axis-l.7-4-7-4::GRID.VP.17::axis::axis.1-1-1-1::GRID.VP.15::GRID.VP.16.1">
298
+ <g id="GRID.titleGrob.91.1">
299
+ <g id="GRID.text.90.1">
300
+ <g id="GRID.text.90.1.1" transform="translate(39.96, 72.72)"
301
+ stroke-width="0.1">
302
+ <g id="GRID.text.90.1.1.scale" transform="scale(1, -1)">
303
+ <text x="0" y="0" id="GRID.text.90.1.1.text" text-anchor="end"
304
+ font-size="11.73" stroke="rgb(77,77,77)"
305
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
306
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
307
+ font-weight="normal" font-style="normal">
308
+ <tspan id="GRID.text.90.1.1.tspan.1" dy="5" x="0">0</tspan>
309
+ </text>
310
+ </g>
311
+ </g>
312
+ <g id="GRID.text.90.1.2" transform="translate(39.96, 210.23)"
313
+ stroke-width="0.1">
314
+ <g id="GRID.text.90.1.2.scale" transform="scale(1, -1)">
315
+ <text x="0" y="0" id="GRID.text.90.1.2.text" text-anchor="end"
316
+ font-size="11.73" stroke="rgb(77,77,77)"
317
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
318
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
319
+ font-weight="normal" font-style="normal">
320
+ <tspan id="GRID.text.90.1.2.tspan.1" dy="5" x="0">10</tspan>
321
+ </text>
322
+ </g>
323
+ </g>
324
+ <g id="GRID.text.90.1.3" transform="translate(39.96, 347.74)"
325
+ stroke-width="0.1">
326
+ <g id="GRID.text.90.1.3.scale" transform="scale(1, -1)">
327
+ <text x="0" y="0" id="GRID.text.90.1.3.text" text-anchor="end"
328
+ font-size="11.73" stroke="rgb(77,77,77)"
329
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
330
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
331
+ font-weight="normal" font-style="normal">
332
+ <tspan id="GRID.text.90.1.3.tspan.1" dy="5" x="0">20</tspan>
333
+ </text>
334
+ </g>
335
+ </g>
336
+ <g id="GRID.text.90.1.4" transform="translate(39.96, 485.25)"
337
+ stroke-width="0.1">
338
+ <g id="GRID.text.90.1.4.scale" transform="scale(1, -1)">
339
+ <text x="0" y="0" id="GRID.text.90.1.4.text" text-anchor="end"
340
+ font-size="11.73" stroke="rgb(77,77,77)"
341
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
342
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
343
+ font-weight="normal" font-style="normal">
344
+ <tspan id="GRID.text.90.1.4.tspan.1" dy="5" x="0">30</tspan>
345
+ </text>
346
+ </g>
347
+ </g>
348
+ <g id="GRID.text.90.1.5" transform="translate(39.96, 622.75)"
349
+ stroke-width="0.1">
350
+ <g id="GRID.text.90.1.5.scale" transform="scale(1, -1)">
351
+ <text x="0" y="0" id="GRID.text.90.1.5.text" text-anchor="end"
352
+ font-size="11.73" stroke="rgb(77,77,77)"
353
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
354
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
355
+ font-weight="normal" font-style="normal">
356
+ <tspan id="GRID.text.90.1.5.tspan.1" dy="5" x="0">40</tspan>
357
+ </text>
358
+ </g>
359
+ </g>
360
+ </g>
361
+ </g>
362
+ </g>
363
+ </g>
364
+ </g>
365
+ </g>
366
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.17::axis::axis.1-2-1-2.1">
367
+ <g id="axis.1-2-1-2.1">
368
+ <g id="GRID.polyline.92.1">
369
+ <polyline id="GRID.polyline.92.1.1" points="42.88,72.72 46.53,72.72"
370
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
371
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
372
+ fill-opacity="1" />
373
+ <polyline id="GRID.polyline.92.1.2" points="42.88,210.23 46.53,210.23"
374
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
375
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
376
+ fill-opacity="1" />
377
+ <polyline id="GRID.polyline.92.1.3" points="42.88,347.74 46.53,347.74"
378
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
379
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
380
+ fill-opacity="1" />
381
+ <polyline id="GRID.polyline.92.1.4" points="42.88,485.25 46.53,485.25"
382
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
383
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
384
+ fill-opacity="1" />
385
+ <polyline id="GRID.polyline.92.1.5" points="42.88,622.75 46.53,622.75"
386
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
387
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
388
+ fill-opacity="1" />
389
+ </g>
390
+ </g>
391
+ </g>
392
+ </g>
393
+ </g>
394
+ </g>
395
+ </g>
396
+ </g>
397
+ </g>
398
+ <g id="layout::axis-r.7-6-7-6.1">
399
+ <g id="axis-r.7-6-7-6.1" />
400
+ </g>
401
+ <g id="layout::axis-b.8-5-8-5.1">
402
+ <g id="axis-b.8-5-8-5.1">
403
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.14.1">
404
+ <g id="GRID.absoluteGrob.89.1">
405
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.14::axis.1">
406
+ <g id="axis.2">
407
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.14::axis::axis.1-1-1-1.1">
408
+ <g id="axis.1-1-1-1.2">
409
+ <g id="GRID.polyline.88.1">
410
+ <polyline id="GRID.polyline.88.1.1" points="129.76,40.88 129.76,44.53"
411
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
412
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
413
+ fill-opacity="1" />
414
+ <polyline id="GRID.polyline.88.1.2" points="252.59,40.88 252.59,44.53"
415
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
416
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
417
+ fill-opacity="1" />
418
+ <polyline id="GRID.polyline.88.1.3" points="375.41,40.88 375.41,44.53"
419
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
420
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
421
+ fill-opacity="1" />
422
+ <polyline id="GRID.polyline.88.1.4" points="498.23,40.88 498.23,44.53"
423
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
424
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
425
+ fill-opacity="1" />
426
+ <polyline id="GRID.polyline.88.1.5" points="621.06,40.88 621.06,44.53"
427
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.42"
428
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
429
+ fill-opacity="1" />
430
+ </g>
431
+ </g>
432
+ </g>
433
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.14::axis::axis.2-1-2-1.1">
434
+ <g id="axis.2-1-2-1.1">
435
+ <g
436
+ id="layout::axis-b.8-5-8-5::GRID.VP.14::axis::axis.2-1-2-1::GRID.VP.12.1"
437
+ font-size="11.73" stroke="rgb(77,77,77)"
438
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
439
+ stroke-opacity="1" font-weight="normal" font-style="normal">
440
+ <g
441
+ id="layout::axis-b.8-5-8-5::GRID.VP.14::axis::axis.2-1-2-1::GRID.VP.12::GRID.VP.13.1">
442
+ <g id="GRID.titleGrob.87.1">
443
+ <g id="GRID.text.86.1">
444
+ <g id="GRID.text.86.1.1" transform="translate(129.76, 37.96)"
445
+ stroke-width="0.1">
446
+ <g id="GRID.text.86.1.1.scale" transform="scale(1, -1)">
447
+ <text x="0" y="0" id="GRID.text.86.1.1.text"
448
+ text-anchor="middle" font-size="11.73"
449
+ stroke="rgb(77,77,77)"
450
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
451
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
452
+ font-weight="normal" font-style="normal">
453
+ <tspan id="GRID.text.86.1.1.tspan.1" dy="10" x="0">-5</tspan>
454
+ </text>
455
+ </g>
456
+ </g>
457
+ <g id="GRID.text.86.1.2" transform="translate(252.59, 37.96)"
458
+ stroke-width="0.1">
459
+ <g id="GRID.text.86.1.2.scale" transform="scale(1, -1)">
460
+ <text x="0" y="0" id="GRID.text.86.1.2.text"
461
+ text-anchor="middle" font-size="11.73"
462
+ stroke="rgb(77,77,77)"
463
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
464
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
465
+ font-weight="normal" font-style="normal">
466
+ <tspan id="GRID.text.86.1.2.tspan.1" dy="10" x="0">0</tspan>
467
+ </text>
468
+ </g>
469
+ </g>
470
+ <g id="GRID.text.86.1.3" transform="translate(375.41, 37.96)"
471
+ stroke-width="0.1">
472
+ <g id="GRID.text.86.1.3.scale" transform="scale(1, -1)">
473
+ <text x="0" y="0" id="GRID.text.86.1.3.text"
474
+ text-anchor="middle" font-size="11.73"
475
+ stroke="rgb(77,77,77)"
476
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
477
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
478
+ font-weight="normal" font-style="normal">
479
+ <tspan id="GRID.text.86.1.3.tspan.1" dy="10" x="0">5</tspan>
480
+ </text>
481
+ </g>
482
+ </g>
483
+ <g id="GRID.text.86.1.4" transform="translate(498.23, 37.96)"
484
+ stroke-width="0.1">
485
+ <g id="GRID.text.86.1.4.scale" transform="scale(1, -1)">
486
+ <text x="0" y="0" id="GRID.text.86.1.4.text"
487
+ text-anchor="middle" font-size="11.73"
488
+ stroke="rgb(77,77,77)"
489
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
490
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
491
+ font-weight="normal" font-style="normal">
492
+ <tspan id="GRID.text.86.1.4.tspan.1" dy="10" x="0">10</tspan>
493
+ </text>
494
+ </g>
495
+ </g>
496
+ <g id="GRID.text.86.1.5" transform="translate(621.06, 37.96)"
497
+ stroke-width="0.1">
498
+ <g id="GRID.text.86.1.5.scale" transform="scale(1, -1)">
499
+ <text x="0" y="0" id="GRID.text.86.1.5.text"
500
+ text-anchor="middle" font-size="11.73"
501
+ stroke="rgb(77,77,77)"
502
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
503
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
504
+ font-weight="normal" font-style="normal">
505
+ <tspan id="GRID.text.86.1.5.tspan.1" dy="10" x="0">15</tspan>
506
+ </text>
507
+ </g>
508
+ </g>
509
+ </g>
510
+ </g>
511
+ </g>
512
+ </g>
513
+ </g>
514
+ </g>
515
+ </g>
516
+ </g>
517
+ </g>
518
+ </g>
519
+ </g>
520
+ </g>
521
+ <g id="layout::xlab-t.5-5-5-5.1">
522
+ <g id="xlab-t.5-5-5-5.1" />
523
+ </g>
524
+ <g id="layout::xlab-b.9-5-9-5.1">
525
+ <g id="xlab-b.9-5-9-5.1">
526
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.18.1" font-size="14.67" stroke="rgb(0,0,0)"
527
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
528
+ stroke-opacity="1" font-weight="normal" font-style="normal">
529
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.18::GRID.VP.19.1">
530
+ <g id="axis.title.x.bottom..titleGrob.96.1">
531
+ <g id="GRID.text.94.1">
532
+ <g id="GRID.text.94.1.1" transform="translate(355.61, 22.31)"
533
+ stroke-width="0.1">
534
+ <g id="GRID.text.94.1.1.scale" transform="scale(1, -1)">
535
+ <text x="0" y="0" id="GRID.text.94.1.1.text" text-anchor="middle"
536
+ font-size="14.67" stroke="rgb(0,0,0)"
537
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
538
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
539
+ font-weight="normal" font-style="normal">
540
+ <tspan id="GRID.text.94.1.1.tspan.1" dy="12" x="0">.resid</tspan>
541
+ </text>
542
+ </g>
543
+ </g>
544
+ </g>
545
+ </g>
546
+ </g>
547
+ </g>
548
+ </g>
549
+ </g>
550
+ <g id="layout::ylab-l.7-3-7-3.1">
551
+ <g id="ylab-l.7-3-7-3.1">
552
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.20.1" font-size="14.67" stroke="rgb(0,0,0)"
553
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
554
+ stroke-opacity="1" font-weight="normal" font-style="normal">
555
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.20::GRID.VP.21.1">
556
+ <g id="axis.title.y.left..titleGrob.99.1">
557
+ <g id="GRID.text.97.1">
558
+ <g id="GRID.text.97.1.1" transform="translate(7.31, 354.61)"
559
+ stroke-width="0.1">
560
+ <g id="GRID.text.97.1.1.scale" transform="scale(1, -1)">
561
+ <text x="0" y="0" id="GRID.text.97.1.1.text" transform="rotate(-90)"
562
+ text-anchor="middle" font-size="14.67" stroke="rgb(0,0,0)"
563
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
564
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
565
+ font-weight="normal" font-style="normal">
566
+ <tspan id="GRID.text.97.1.1.tspan.1" dy="12" x="0">count</tspan>
567
+ </text>
568
+ </g>
569
+ </g>
570
+ </g>
571
+ </g>
572
+ </g>
573
+ </g>
574
+ </g>
575
+ </g>
576
+ <g id="layout::ylab-r.7-7-7-7.1">
577
+ <g id="ylab-r.7-7-7-7.1" />
578
+ </g>
579
+ <g id="layout::subtitle.4-5-4-5.1">
580
+ <g id="subtitle.4-5-4-5.1" />
581
+ </g>
582
+ <g id="layout::title.3-5-3-5.1">
583
+ <g id="title.3-5-3-5.1" />
584
+ </g>
585
+ <g id="layout::caption.10-5-10-5.1">
586
+ <g id="caption.10-5-10-5.1" />
587
+ </g>
588
+ <g id="layout::tag.2-2-2-2.1">
589
+ <g id="tag.2-2-2-2.1" />
590
+ </g>
591
+ </g>
592
+ </g>
593
+ </g>
594
+ </g>
595
+ </svg>