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,373 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="672px" height="672px" viewBox="0 0 672 672" version="1.1">
3
+ <metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
4
+ <gridsvg:generator name="gridSVG" version="1.7-4" time="2022-09-20 12:44:54" />
5
+ <gridsvg:argument name="name" value="heatmap.svg" />
6
+ <gridsvg:argument name="exportCoords" value="none" />
7
+ <gridsvg:argument name="exportMappings" value="none" />
8
+ <gridsvg:argument name="exportJS" value="none" />
9
+ <gridsvg:argument name="res" value="96" />
10
+ <gridsvg:argument name="prefix" value="" />
11
+ <gridsvg:argument name="addClasses" value="FALSE" />
12
+ <gridsvg:argument name="indent" value="TRUE" />
13
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
14
+ <gridsvg:argument name="usePaths" value="vpPaths" />
15
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
16
+ <gridsvg:separator name="id.sep" value="." />
17
+ <gridsvg:separator name="gPath.sep" value="::" />
18
+ <gridsvg:separator name="vpPath.sep" value="::" />
19
+ </metadata>
20
+ <g transform="translate(0, 672) scale(1, -1)">
21
+ <g id="gridSVG" fill="none" stroke="rgb(0,0,0)" stroke-dasharray="none" stroke-width="1" font-size="16" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" opacity="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-opacity="1" fill-opacity="0" font-weight="normal" font-style="normal">
22
+ <g id="layout.1">
23
+ <g id="layout.2">
24
+ <defs>
25
+ <clipPath id="layout::background.1-11-12-1.1.clipPath">
26
+ <rect x="0" y="61.28" width="672" height="549.43" fill="none" stroke="none" />
27
+ </clipPath>
28
+ </defs>
29
+ <g id="layout::background.1-11-12-1.1" clip-path="url(#layout::background.1-11-12-1.1.clipPath)">
30
+ <g id="background.1-11-12-1.1">
31
+ <g id="plot.background..rect.46.1">
32
+ <rect id="plot.background..rect.46.1.1" x="0" y="61.28" width="672" height="549.43" transform="" stroke-width="1.42" stroke="rgb(255,255,255)" fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="1" fill-opacity="1" />
33
+ </g>
34
+ </g>
35
+ </g>
36
+ <defs>
37
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
38
+ <rect x="86.53" y="105.82" width="497.59" height="497.59" fill="none" stroke="none" />
39
+ </clipPath>
40
+ </defs>
41
+ <g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
42
+ <g id="panel.7-5-7-5.1">
43
+ <g id="panel-1.gTree.13.1">
44
+ <g id="grill.gTree.11.1">
45
+ <g id="panel.background..rect.6.1">
46
+ <rect id="panel.background..rect.6.1.1" x="86.53" y="105.82" width="497.59" height="497.59" transform="" stroke-width="1.42" stroke="none" fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1" />
47
+ </g>
48
+ <g id="panel.grid.major.y..polyline.8.1">
49
+ <polyline id="panel.grid.major.y..polyline.8.1.1" points="86.53,199.12 584.12,199.12" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
50
+ <polyline id="panel.grid.major.y..polyline.8.1.2" points="86.53,354.61 584.12,354.61" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
51
+ <polyline id="panel.grid.major.y..polyline.8.1.3" points="86.53,510.11 584.12,510.11" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
52
+ </g>
53
+ <g id="panel.grid.major.x..polyline.10.1">
54
+ <polyline id="panel.grid.major.x..polyline.10.1.1" points="179.83,105.82 179.83,603.41" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
55
+ <polyline id="panel.grid.major.x..polyline.10.1.2" points="335.33,105.82 335.33,603.41" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
56
+ <polyline id="panel.grid.major.x..polyline.10.1.3" points="490.83,105.82 490.83,603.41" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
57
+ </g>
58
+ </g>
59
+ <g id="geom_rect.rect.2.1">
60
+ <rect id="geom_rect.rect.2.1.1" x="102.08" y="432.36" width="155.5" height="155.5" transform="" stroke="rgb(0,0,0)" fill="rgb(86,177,247)" stroke-width="0.28" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="1" fill-opacity="1" />
61
+ <rect id="geom_rect.rect.2.1.2" x="257.58" y="276.87" width="155.5" height="155.5" transform="" stroke="rgb(0,0,0)" fill="rgb(38,80,117)" stroke-width="0.28" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="1" fill-opacity="1" />
62
+ <rect id="geom_rect.rect.2.1.3" x="257.58" y="121.37" width="155.5" height="155.5" transform="" stroke="rgb(0,0,0)" fill="rgb(28,61,91)" stroke-width="0.28" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="1" fill-opacity="1" />
63
+ <rect id="geom_rect.rect.2.1.4" x="413.08" y="121.37" width="155.5" height="155.5" transform="" stroke="rgb(0,0,0)" fill="rgb(25,55,83)" stroke-width="0.28" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="1" fill-opacity="1" />
64
+ <rect id="geom_rect.rect.2.1.5" x="102.08" y="121.37" width="155.5" height="155.5" transform="" stroke="rgb(0,0,0)" fill="rgb(19,43,67)" stroke-width="0.28" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="1" fill-opacity="1" />
65
+ </g>
66
+ </g>
67
+ </g>
68
+ </g>
69
+ <g id="layout::spacer.8-6-8-6.1">
70
+ <g id="spacer.8-6-8-6.1" />
71
+ </g>
72
+ <g id="layout::spacer.8-4-8-4.1">
73
+ <g id="spacer.8-4-8-4.1" />
74
+ </g>
75
+ <g id="layout::spacer.6-6-6-6.1">
76
+ <g id="spacer.6-6-6-6.1" />
77
+ </g>
78
+ <g id="layout::spacer.6-4-6-4.1">
79
+ <g id="spacer.6-4-6-4.1" />
80
+ </g>
81
+ <g id="layout::axis-t.6-5-6-5.1">
82
+ <g id="axis-t.6-5-6-5.1" />
83
+ </g>
84
+ <g id="layout::axis-l.7-4-7-4.1">
85
+ <g id="axis-l.7-4-7-4.1">
86
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
87
+ <g id="GRID.absoluteGrob.22.1">
88
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
89
+ <g id="axis.1">
90
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1">
91
+ <g id="axis.1-1-1-1.1">
92
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
93
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1">
94
+ <g id="GRID.titleGrob.20.1">
95
+ <g id="GRID.text.19.1">
96
+ <g id="GRID.text.19.1.1" transform="translate(79.96, 199.12)" stroke-width="0.1">
97
+ <g id="GRID.text.19.1.1.scale" transform="scale(1, -1)">
98
+ <text x="0" y="0" id="GRID.text.19.1.1.text" text-anchor="end" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
99
+ <tspan id="GRID.text.19.1.1.tspan.1" dy="5" x="0">Adelie</tspan>
100
+ </text>
101
+ </g>
102
+ </g>
103
+ <g id="GRID.text.19.1.2" transform="translate(79.96, 354.61)" stroke-width="0.1">
104
+ <g id="GRID.text.19.1.2.scale" transform="scale(1, -1)">
105
+ <text x="0" y="0" id="GRID.text.19.1.2.text" text-anchor="end" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
106
+ <tspan id="GRID.text.19.1.2.tspan.1" dy="5" x="0">Chinstrap</tspan>
107
+ </text>
108
+ </g>
109
+ </g>
110
+ <g id="GRID.text.19.1.3" transform="translate(79.96, 510.11)" stroke-width="0.1">
111
+ <g id="GRID.text.19.1.3.scale" transform="scale(1, -1)">
112
+ <text x="0" y="0" id="GRID.text.19.1.3.text" text-anchor="end" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
113
+ <tspan id="GRID.text.19.1.3.tspan.1" dy="5" x="0">Gentoo</tspan>
114
+ </text>
115
+ </g>
116
+ </g>
117
+ </g>
118
+ </g>
119
+ </g>
120
+ </g>
121
+ </g>
122
+ </g>
123
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1">
124
+ <g id="axis.1-2-1-2.1">
125
+ <g id="GRID.polyline.21.1">
126
+ <polyline id="GRID.polyline.21.1.1" points="82.88,199.12 86.53,199.12" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
127
+ <polyline id="GRID.polyline.21.1.2" points="82.88,354.61 86.53,354.61" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
128
+ <polyline id="GRID.polyline.21.1.3" points="82.88,510.11 86.53,510.11" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
129
+ </g>
130
+ </g>
131
+ </g>
132
+ </g>
133
+ </g>
134
+ </g>
135
+ </g>
136
+ </g>
137
+ </g>
138
+ <g id="layout::axis-r.7-6-7-6.1">
139
+ <g id="axis-r.7-6-7-6.1" />
140
+ </g>
141
+ <g id="layout::axis-b.8-5-8-5.1">
142
+ <g id="axis-b.8-5-8-5.1">
143
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
144
+ <g id="GRID.absoluteGrob.18.1">
145
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
146
+ <g id="axis.2">
147
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1">
148
+ <g id="axis.1-1-1-1.2">
149
+ <g id="GRID.polyline.17.1">
150
+ <polyline id="GRID.polyline.17.1.1" points="179.83,102.17 179.83,105.82" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
151
+ <polyline id="GRID.polyline.17.1.2" points="335.33,102.17 335.33,105.82" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
152
+ <polyline id="GRID.polyline.17.1.3" points="490.83,102.17 490.83,105.82" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
153
+ </g>
154
+ </g>
155
+ </g>
156
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1">
157
+ <g id="axis.2-1-2-1.1">
158
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
159
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1">
160
+ <g id="GRID.titleGrob.16.1">
161
+ <g id="GRID.text.14.1">
162
+ <g id="GRID.text.14.1.1" transform="translate(179.83, 99.24)" stroke-width="0.1">
163
+ <g id="GRID.text.14.1.1.scale" transform="scale(1, -1)">
164
+ <text x="0" y="0" id="GRID.text.14.1.1.text" text-anchor="middle" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
165
+ <tspan id="GRID.text.14.1.1.tspan.1" dy="10" x="0">Biscoe</tspan>
166
+ </text>
167
+ </g>
168
+ </g>
169
+ <g id="GRID.text.14.1.2" transform="translate(335.33, 99.24)" stroke-width="0.1">
170
+ <g id="GRID.text.14.1.2.scale" transform="scale(1, -1)">
171
+ <text x="0" y="0" id="GRID.text.14.1.2.text" text-anchor="middle" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
172
+ <tspan id="GRID.text.14.1.2.tspan.1" dy="10" x="0">Dream</tspan>
173
+ </text>
174
+ </g>
175
+ </g>
176
+ <g id="GRID.text.14.1.3" transform="translate(490.83, 99.24)" stroke-width="0.1">
177
+ <g id="GRID.text.14.1.3.scale" transform="scale(1, -1)">
178
+ <text x="0" y="0" id="GRID.text.14.1.3.text" text-anchor="middle" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
179
+ <tspan id="GRID.text.14.1.3.tspan.1" dy="10" x="0">Torgersen</tspan>
180
+ </text>
181
+ </g>
182
+ </g>
183
+ </g>
184
+ </g>
185
+ </g>
186
+ </g>
187
+ </g>
188
+ </g>
189
+ </g>
190
+ </g>
191
+ </g>
192
+ </g>
193
+ </g>
194
+ </g>
195
+ <g id="layout::xlab-t.5-5-5-5.1">
196
+ <g id="xlab-t.5-5-5-5.1" />
197
+ </g>
198
+ <g id="layout::xlab-b.9-5-9-5.1">
199
+ <g id="xlab-b.9-5-9-5.1">
200
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7.1" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
201
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
202
+ <g id="axis.title.x.bottom..titleGrob.26.1">
203
+ <g id="GRID.text.23.1">
204
+ <g id="GRID.text.23.1.1" transform="translate(335.33, 83.59)" stroke-width="0.1">
205
+ <g id="GRID.text.23.1.1.scale" transform="scale(1, -1)">
206
+ <text x="0" y="0" id="GRID.text.23.1.1.text" text-anchor="middle" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
207
+ <tspan id="GRID.text.23.1.1.tspan.1" dy="12" x="0">island</tspan>
208
+ </text>
209
+ </g>
210
+ </g>
211
+ </g>
212
+ </g>
213
+ </g>
214
+ </g>
215
+ </g>
216
+ </g>
217
+ <g id="layout::ylab-l.7-3-7-3.1">
218
+ <g id="ylab-l.7-3-7-3.1">
219
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9.1" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
220
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
221
+ <g id="axis.title.y.left..titleGrob.29.1">
222
+ <g id="GRID.text.27.1">
223
+ <g id="GRID.text.27.1.1" transform="translate(7.31, 354.61)" stroke-width="0.1">
224
+ <g id="GRID.text.27.1.1.scale" transform="scale(1, -1)">
225
+ <text x="0" y="0" id="GRID.text.27.1.1.text" transform="rotate(-90)" text-anchor="middle" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
226
+ <tspan id="GRID.text.27.1.1.tspan.1" dy="12" x="0">species</tspan>
227
+ </text>
228
+ </g>
229
+ </g>
230
+ </g>
231
+ </g>
232
+ </g>
233
+ </g>
234
+ </g>
235
+ </g>
236
+ <g id="layout::ylab-r.7-7-7-7.1">
237
+ <g id="ylab-r.7-7-7-7.1" />
238
+ </g>
239
+ <g id="layout::guide-box.7-9-7-9.1">
240
+ <g id="guide-box.7-9-7-9.1">
241
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17.1">
242
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box.1">
243
+ <g id="guide-box.1">
244
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::legend.box.background.2-4-4-2.1">
245
+ <g id="legend.box.background.2-4-4-2.1" />
246
+ </g>
247
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3.1">
248
+ <g id="guides.3-3-3-3.1">
249
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16.1">
250
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout.1">
251
+ <g id="layout.3">
252
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::background.1-6-5-1.1">
253
+ <g id="background.1-6-5-1.1">
254
+ <g id="legend.background..rect.39.1">
255
+ <rect id="legend.background..rect.39.1.1" x="598.74" y="278.56" width="65.96" height="152.12" transform="" stroke-width="1.42" stroke="none" fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1" />
256
+ </g>
257
+ </g>
258
+ </g>
259
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::bar.4-2-4-2.1">
260
+ <g id="bar.4-2-4-2.1">
261
+ <g id="GRID.rastergrob.30.1">
262
+ <g id="GRID.rastergrob.30.1.1" transform="translate(606.04, 285.86)" stroke="none" stroke-opacity="0">
263
+ <g id="GRID.rastergrob.30.1.1.scale" transform="scale(23.04, 115.2)">
264
+ <image x="0" y="0" width="1" height="1" transform="scale(1, -1) translate(0, -1)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAEsCAMAAAAfPthIAAAC1lBMVEX9/v0TK0QTLEQULEUU&#10;LUUULUYULkcVLkcVL0gVL0kVMEkWMEoWMUsWMkwXMk0XM04XNE8YNE8YNFAYNVAYNVEYNlEZ&#10;NlIZN1MZN1QZOFQaOFUaOVUaOVYaOlcbOlcbO1gbO1kcPFocPVscPVwdPlwdPl0dP10dP14d&#10;P18eQF8eQGAeQWAeQWEeQmEfQmIfQmMfQ2MfQ2QfRGQgRGUgRWYhRmchRmghR2ghR2kiSGoi&#10;SWsiSWwiSmwjSm0jS24kTG8kTHAkTXElTnIlT3MlT3QmUHUmUXYnUncnUngnU3koVHooVHso&#10;VXsoVXwoVnwpVn0pV34pV38qWH8qWIAqWYAqWYEqWYIrWoIrWoMrW4MrW4QsXIUsXYYsXYct&#10;XoctXogtX4kuYIouYYsuYYwvYo0vY44vY48wZI8wZJAwZZAwZZEwZZIxZpIxZpMxZ5MxZ5Qy&#10;aJUyaZYyaZczapgza5k0bJo0bJs0bZs0bZw0bp01bp01bp41b541b582cKA2caE3cqI3cqM3&#10;c6M3c6Q4dKU4dKY4daY4dac5dqg5d6k5eKo6eKs6eas6eaw7eq07eq47e647e688fLA8fbE8&#10;frI9frM9f7M9f7Q9f7U+gLU+gLY+gbY+gbc/grg/g7k/g7pAhLpAhLtAhbtAhbxAhr1Bhr1B&#10;hr5Bh79CiMBCiMFCicFCicJDisJDisNDi8RDjMVEjMZEjcZEjcdEjshFjshFj8lFj8pGkMtG&#10;kcxGkc1Hks1Hks5Hk89IlNBIldFIldJIltJJltNJl9RJmNVKmNZKmdZKmddKmthLmthLm9lL&#10;m9pMnNtMndxMnd1Nnt1Nnt5Nn99NoOBOoOFOoeFOoeJOouNPouNPo+RPo+VPpOVQpOZQpedQ&#10;puhRpuhRp+lRp+pRqOpSqOtSqexSqu1Tqu5Tq+5Tq+9TrPBUrPBUrfFUrfJUrvJVrvNVr/RV&#10;sPVWsPZWsfZWsfcVM1BoAAAA8nRSTlP/////////////////////////////////////////&#10;////////////////////////////////////////////////////////////////////////&#10;////////////////////////////////////////////////////////////////////////&#10;////////////////////////////////////////////////////////////////////////&#10;/////////////////////////////////////////////////////////////////702kOQA&#10;AAJZSURBVFiFdchVAhAEFADBBSSkUboEJAWlOyVFOlUw6O7uLkUaaaRERcICke7u7u6GG3CB&#10;ffM5vHFE/9rxyvHS8cKF/9zxzPHU8cTx2PHI8dDxwHHfcc9x14V/x3Hbcctx03HDcd1xzYV/&#10;1XHFcdlxyXHRccFx3nHOcdZxxnHahX/KcdJxwnHcccyFf9SFf8Rx2HHIcdBxwLHfsc+x14W/&#10;x7Hbscux07HDhb/dhb/NsdWxxfG/Y7ML/z/HJhf+Rse/jn8cfzv+cvzp2ODCX+9Y51jr+MOx&#10;xvG74zcX/q+O1Y5fHKscKx0rHMsdyxw/O5a68Jc4FjsWORY6FjjmO+Y5fnLMdcxx4c924c9y&#10;zHTMcEx3THPh/+iY6vjB8b0Lf4oLf7JjkmOiY4JjvAt/nGOsY4xjtAt/lAt/pGOEY7hjmGOo&#10;Y4hjsGOQY6BjgAu/vwu/n6OvC7+PC7+3o5ejp6OHo7ujm6Oro4ujs6OTo6Ojgwu/vQu/naOt&#10;C7+NC/87x7eObxxfu/Bbu/BbOb5yfOn4wtHS0cLR3NHM0dTRxNHY0ciF39DRwFHfUc/xuaOu&#10;C/8zF34dR20Xfi0Xfk0Xfg1HdRf+py78ai78qo4qLvzKLvxKjoqOCo7yLvxyLvyyjjKO0o5S&#10;LvySLvwSjuKOYo6ijk8cHzuKOAo7PnIUchR0FHDkd+Rz5HV86Mjjws/tws/lwv/AkdORw5Hd&#10;hZ/NkdWRxZHZkcmR0YWfwZHe8b7jPUc6R1pHGhd+ahd+KkdKF34KF35yx7uOZC78pI4kjsQu&#10;/HcciRwJHQncW9Alb/bDxMCyAAAAAElFTkSuQmCC" preserveAspectRatio="none" />
265
+ </g>
266
+ </g>
267
+ </g>
268
+ </g>
269
+ </g>
270
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::label.4-4-4-4.1">
271
+ <g id="label.4-4-4-4.1">
272
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::label.4-4-4-4::GRID.VP.13.1" font-size="11.73" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
273
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::label.4-4-4-4::GRID.VP.13::GRID.VP.14.1">
274
+ <g id="guide.label.titleGrob.36.1">
275
+ <g id="GRID.text.34.1">
276
+ <g id="GRID.text.34.1.2" transform="translate(636.39, 309.02)" stroke-width="0.1">
277
+ <g id="GRID.text.34.1.2.scale" transform="scale(1, -1)">
278
+ <text x="0" y="0" id="GRID.text.34.1.2.text" text-anchor="start" font-size="11.73" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
279
+ <tspan id="GRID.text.34.1.2.tspan.1" dy="5" x="0">60</tspan>
280
+ </text>
281
+ </g>
282
+ </g>
283
+ <g id="GRID.text.34.1.3" transform="translate(636.39, 337.72)" stroke-width="0.1">
284
+ <g id="GRID.text.34.1.3.scale" transform="scale(1, -1)">
285
+ <text x="0" y="0" id="GRID.text.34.1.3.text" text-anchor="start" font-size="11.73" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
286
+ <tspan id="GRID.text.34.1.3.tspan.1" dy="5" x="0">80</tspan>
287
+ </text>
288
+ </g>
289
+ </g>
290
+ <g id="GRID.text.34.1.4" transform="translate(636.39, 366.42)" stroke-width="0.1">
291
+ <g id="GRID.text.34.1.4.scale" transform="scale(1, -1)">
292
+ <text x="0" y="0" id="GRID.text.34.1.4.text" text-anchor="start" font-size="11.73" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
293
+ <tspan id="GRID.text.34.1.4.tspan.1" dy="5" x="0">100</tspan>
294
+ </text>
295
+ </g>
296
+ </g>
297
+ <g id="GRID.text.34.1.5" transform="translate(636.39, 395.13)" stroke-width="0.1">
298
+ <g id="GRID.text.34.1.5.scale" transform="scale(1, -1)">
299
+ <text x="0" y="0" id="GRID.text.34.1.5.text" text-anchor="start" font-size="11.73" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
300
+ <tspan id="GRID.text.34.1.5.tspan.1" dy="5" x="0">120</tspan>
301
+ </text>
302
+ </g>
303
+ </g>
304
+ </g>
305
+ </g>
306
+ </g>
307
+ </g>
308
+ </g>
309
+ </g>
310
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::title.2-5-2-2.1">
311
+ <g id="title.2-5-2-2.1">
312
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::title.2-5-2-2::GRID.VP.15.1">
313
+ <g id="GRID.gTree.40.1">
314
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::title.2-5-2-2::GRID.VP.15::GRID.VP.11.1" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
315
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::title.2-5-2-2::GRID.VP.15::GRID.VP.11::GRID.VP.12.1">
316
+ <g id="guide.title.titleGrob.33.1">
317
+ <g id="GRID.text.31.1">
318
+ <g id="GRID.text.31.1.1" transform="translate(606.04, 415.87)" stroke-width="0.1">
319
+ <g id="GRID.text.31.1.1.scale" transform="scale(1, -1)">
320
+ <text x="0" y="0" id="GRID.text.31.1.1.text" text-anchor="start" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
321
+ <tspan id="GRID.text.31.1.1.tspan.1" dy="6" x="0">n</tspan>
322
+ </text>
323
+ </g>
324
+ </g>
325
+ </g>
326
+ </g>
327
+ </g>
328
+ </g>
329
+ </g>
330
+ </g>
331
+ </g>
332
+ </g>
333
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout::ticks.4-2-4-2.1">
334
+ <g id="ticks.4-2-4-2.1">
335
+ <g id="GRID.segments.37.1">
336
+ <polyline id="GRID.segments.37.1.2" points="606.04,309.02 610.65,309.02" stroke="rgb(255,255,255)" stroke-width="0.5" stroke-linecap="butt" stroke-opacity="1" fill="none" />
337
+ <polyline id="GRID.segments.37.1.3" points="606.04,337.72 610.65,337.72" stroke="rgb(255,255,255)" stroke-width="0.5" stroke-linecap="butt" stroke-opacity="1" fill="none" />
338
+ <polyline id="GRID.segments.37.1.4" points="606.04,366.42 610.65,366.42" stroke="rgb(255,255,255)" stroke-width="0.5" stroke-linecap="butt" stroke-opacity="1" fill="none" />
339
+ <polyline id="GRID.segments.37.1.5" points="606.04,395.13 610.65,395.13" stroke="rgb(255,255,255)" stroke-width="0.5" stroke-linecap="butt" stroke-opacity="1" fill="none" />
340
+ <polyline id="GRID.segments.37.1.7" points="624.47,309.02 629.08,309.02" stroke="rgb(255,255,255)" stroke-width="0.5" stroke-linecap="butt" stroke-opacity="1" fill="none" />
341
+ <polyline id="GRID.segments.37.1.8" points="624.47,337.72 629.08,337.72" stroke="rgb(255,255,255)" stroke-width="0.5" stroke-linecap="butt" stroke-opacity="1" fill="none" />
342
+ <polyline id="GRID.segments.37.1.9" points="624.47,366.42 629.08,366.42" stroke="rgb(255,255,255)" stroke-width="0.5" stroke-linecap="butt" stroke-opacity="1" fill="none" />
343
+ <polyline id="GRID.segments.37.1.10" points="624.47,395.13 629.08,395.13" stroke="rgb(255,255,255)" stroke-width="0.5" stroke-linecap="butt" stroke-opacity="1" fill="none" />
344
+ </g>
345
+ </g>
346
+ </g>
347
+ </g>
348
+ </g>
349
+ </g>
350
+ </g>
351
+ </g>
352
+ </g>
353
+ </g>
354
+ </g>
355
+ </g>
356
+ </g>
357
+ <g id="layout::subtitle.4-5-4-5.1">
358
+ <g id="subtitle.4-5-4-5.1" />
359
+ </g>
360
+ <g id="layout::title.3-5-3-5.1">
361
+ <g id="title.3-5-3-5.1" />
362
+ </g>
363
+ <g id="layout::caption.10-5-10-5.1">
364
+ <g id="caption.10-5-10-5.1" />
365
+ </g>
366
+ <g id="layout::tag.2-2-2-2.1">
367
+ <g id="tag.2-2-2-2.1" />
368
+ </g>
369
+ </g>
370
+ </g>
371
+ </g>
372
+ </g>
373
+ </svg>