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,608 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="478px"
2
+ height="344px" viewBox="0 0 478 344" version="1.1">
3
+ <metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
4
+ <gridsvg:generator name="gridSVG" version="1.7-5" time="2023-04-06 16:24:16" />
5
+ <gridsvg:argument name="name" value="heatmap_label.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, 344) 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
+ <g id="layout.1">
27
+ <g id="layout.2">
28
+ <defs>
29
+ <clipPath id="layout::background.1-11-12-1.1.clipPath">
30
+ <rect x="31.41" y="0" width="415.18" height="344" fill="none" stroke="none" />
31
+ </clipPath>
32
+ </defs>
33
+ <g id="layout::background.1-11-12-1.1"
34
+ clip-path="url(#layout::background.1-11-12-1.1.clipPath)">
35
+ <g id="background.1-11-12-1.1">
36
+ <g id="plot.background..rect.180.1">
37
+ <rect id="plot.background..rect.180.1.1" x="31.41" y="0" width="415.18" height="344"
38
+ transform="" stroke-width="1.07" 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="92.42" y="31.5" width="289.33" height="289.33" 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.147.1">
51
+ <g id="grill.gTree.145.1">
52
+ <g id="panel.background..rect.140.1">
53
+ <rect id="panel.background..rect.140.1.1" x="92.42" y="31.5" width="289.33"
54
+ height="289.33" transform="" stroke-width="1.07" 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.major.y..polyline.142.1">
59
+ <polyline id="panel.grid.major.y..polyline.142.1.1"
60
+ points="92.42,85.74 381.75,85.74" stroke="rgb(255,255,255)" fill="none"
61
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
62
+ stroke-opacity="1" fill-opacity="1" />
63
+ <polyline id="panel.grid.major.y..polyline.142.1.2"
64
+ points="92.42,176.16 381.75,176.16" stroke="rgb(255,255,255)" fill="none"
65
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
66
+ stroke-opacity="1" fill-opacity="1" />
67
+ <polyline id="panel.grid.major.y..polyline.142.1.3"
68
+ points="92.42,266.57 381.75,266.57" stroke="rgb(255,255,255)" fill="none"
69
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
70
+ stroke-opacity="1" fill-opacity="1" />
71
+ </g>
72
+ <g id="panel.grid.major.x..polyline.144.1">
73
+ <polyline id="panel.grid.major.x..polyline.144.1.1"
74
+ points="146.67,31.5 146.67,320.82" stroke="rgb(255,255,255)" fill="none"
75
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
76
+ stroke-opacity="1" fill-opacity="1" />
77
+ <polyline id="panel.grid.major.x..polyline.144.1.2"
78
+ points="237.08,31.5 237.08,320.82" stroke="rgb(255,255,255)" fill="none"
79
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
80
+ stroke-opacity="1" fill-opacity="1" />
81
+ <polyline id="panel.grid.major.x..polyline.144.1.3"
82
+ points="327.5,31.5 327.5,320.82" stroke="rgb(255,255,255)" fill="none"
83
+ stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt"
84
+ stroke-opacity="1" fill-opacity="1" />
85
+ </g>
86
+ </g>
87
+ <g id="geom_rect.rect.136.1">
88
+ <rect id="geom_rect.rect.136.1.1" x="101.46" y="221.37" width="90.41"
89
+ height="90.41" transform="" stroke="rgb(0,0,0)" fill="rgb(19,43,67)"
90
+ stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter"
91
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
92
+ <rect id="geom_rect.rect.136.1.2" x="191.87" y="130.95" width="90.41"
93
+ height="90.41" transform="" stroke="rgb(0,0,0)" fill="rgb(65,134,189)"
94
+ stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter"
95
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
96
+ <rect id="geom_rect.rect.136.1.3" x="191.87" y="40.54" width="90.41"
97
+ height="90.41" transform="" stroke="rgb(0,0,0)" fill="rgb(75,155,218)"
98
+ stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter"
99
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
100
+ <rect id="geom_rect.rect.136.1.4" x="282.29" y="40.54" width="90.41"
101
+ height="90.41" transform="" stroke="rgb(0,0,0)" fill="rgb(79,162,227)"
102
+ stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter"
103
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
104
+ <rect id="geom_rect.rect.136.1.5" x="101.46" y="40.54" width="90.41"
105
+ height="90.41" transform="" stroke="rgb(0,0,0)" fill="rgb(86,177,247)"
106
+ stroke-width="0.21" stroke-dasharray="none" stroke-linejoin="miter"
107
+ stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
108
+ </g>
109
+ </g>
110
+ </g>
111
+ </g>
112
+ <g id="layout::spacer.8-6-8-6.1">
113
+ <g id="spacer.8-6-8-6.1" />
114
+ </g>
115
+ <g id="layout::spacer.8-4-8-4.1">
116
+ <g id="spacer.8-4-8-4.1" />
117
+ </g>
118
+ <g id="layout::spacer.6-6-6-6.1">
119
+ <g id="spacer.6-6-6-6.1" />
120
+ </g>
121
+ <g id="layout::spacer.6-4-6-4.1">
122
+ <g id="spacer.6-4-6-4.1" />
123
+ </g>
124
+ <g id="layout::axis-t.6-5-6-5.1">
125
+ <g id="axis-t.6-5-6-5.1" />
126
+ </g>
127
+ <g id="layout::axis-l.7-4-7-4.1">
128
+ <g id="axis-l.7-4-7-4.1">
129
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.23.1">
130
+ <g id="GRID.absoluteGrob.155.1">
131
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.23::axis.1">
132
+ <g id="axis.1">
133
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.23::axis::axis.1-1-1-1.1">
134
+ <g id="axis.1-1-1-1.1">
135
+ <g
136
+ id="layout::axis-l.7-4-7-4::GRID.VP.23::axis::axis.1-1-1-1::GRID.VP.21.1"
137
+ font-size="8.8" stroke="rgb(77,77,77)"
138
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
139
+ stroke-opacity="1" font-weight="normal" font-style="normal">
140
+ <g
141
+ id="layout::axis-l.7-4-7-4::GRID.VP.23::axis::axis.1-1-1-1::GRID.VP.21::GRID.VP.22.1">
142
+ <g id="GRID.titleGrob.153.1">
143
+ <g id="GRID.text.152.1">
144
+ <g id="GRID.text.152.1.1" transform="translate(87.49, 85.74)"
145
+ stroke-width="0.1">
146
+ <g id="GRID.text.152.1.1.scale" transform="scale(1, -1)">
147
+ <text x="0" y="0" id="GRID.text.152.1.1.text"
148
+ text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)"
149
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
150
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
151
+ font-weight="normal" font-style="normal">
152
+ <tspan id="GRID.text.152.1.1.tspan.1" dy="3.15" x="0">Adelie</tspan>
153
+ </text>
154
+ </g>
155
+ </g>
156
+ <g id="GRID.text.152.1.2" transform="translate(87.49, 176.16)"
157
+ stroke-width="0.1">
158
+ <g id="GRID.text.152.1.2.scale" transform="scale(1, -1)">
159
+ <text x="0" y="0" id="GRID.text.152.1.2.text"
160
+ text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)"
161
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
162
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
163
+ font-weight="normal" font-style="normal">
164
+ <tspan id="GRID.text.152.1.2.tspan.1" dy="3.15" x="0">
165
+ Chinstrap</tspan>
166
+ </text>
167
+ </g>
168
+ </g>
169
+ <g id="GRID.text.152.1.3" transform="translate(87.49, 266.57)"
170
+ stroke-width="0.1">
171
+ <g id="GRID.text.152.1.3.scale" transform="scale(1, -1)">
172
+ <text x="0" y="0" id="GRID.text.152.1.3.text"
173
+ text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)"
174
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
175
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
176
+ font-weight="normal" font-style="normal">
177
+ <tspan id="GRID.text.152.1.3.tspan.1" dy="3.15" x="0">Gentoo</tspan>
178
+ </text>
179
+ </g>
180
+ </g>
181
+ </g>
182
+ </g>
183
+ </g>
184
+ </g>
185
+ </g>
186
+ </g>
187
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.23::axis::axis.1-2-1-2.1">
188
+ <g id="axis.1-2-1-2.1">
189
+ <g id="GRID.polyline.154.1">
190
+ <polyline id="GRID.polyline.154.1.1" points="89.68,85.74 92.42,85.74"
191
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
192
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
193
+ fill-opacity="1" />
194
+ <polyline id="GRID.polyline.154.1.2" points="89.68,176.16 92.42,176.16"
195
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
196
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
197
+ fill-opacity="1" />
198
+ <polyline id="GRID.polyline.154.1.3" points="89.68,266.57 92.42,266.57"
199
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
200
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
201
+ fill-opacity="1" />
202
+ </g>
203
+ </g>
204
+ </g>
205
+ </g>
206
+ </g>
207
+ </g>
208
+ </g>
209
+ </g>
210
+ </g>
211
+ <g id="layout::axis-r.7-6-7-6.1">
212
+ <g id="axis-r.7-6-7-6.1" />
213
+ </g>
214
+ <g id="layout::axis-b.8-5-8-5.1">
215
+ <g id="axis-b.8-5-8-5.1">
216
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.20.1">
217
+ <g id="GRID.absoluteGrob.151.1">
218
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.20::axis.1">
219
+ <g id="axis.2">
220
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.20::axis::axis.1-1-1-1.1">
221
+ <g id="axis.1-1-1-1.2">
222
+ <g id="GRID.polyline.150.1">
223
+ <polyline id="GRID.polyline.150.1.1" points="146.67,28.76 146.67,31.5"
224
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
225
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
226
+ fill-opacity="1" />
227
+ <polyline id="GRID.polyline.150.1.2" points="237.08,28.76 237.08,31.5"
228
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
229
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
230
+ fill-opacity="1" />
231
+ <polyline id="GRID.polyline.150.1.3" points="327.5,28.76 327.5,31.5"
232
+ stroke="rgb(51,51,51)" fill="none" stroke-width="1.07"
233
+ stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1"
234
+ fill-opacity="1" />
235
+ </g>
236
+ </g>
237
+ </g>
238
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.20::axis::axis.2-1-2-1.1">
239
+ <g id="axis.2-1-2-1.1">
240
+ <g
241
+ id="layout::axis-b.8-5-8-5::GRID.VP.20::axis::axis.2-1-2-1::GRID.VP.18.1"
242
+ font-size="8.8" stroke="rgb(77,77,77)"
243
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
244
+ stroke-opacity="1" font-weight="normal" font-style="normal">
245
+ <g
246
+ id="layout::axis-b.8-5-8-5::GRID.VP.20::axis::axis.2-1-2-1::GRID.VP.18::GRID.VP.19.1">
247
+ <g id="GRID.titleGrob.149.1">
248
+ <g id="GRID.text.148.1">
249
+ <g id="GRID.text.148.1.1" transform="translate(146.67, 26.56)"
250
+ stroke-width="0.1">
251
+ <g id="GRID.text.148.1.1.scale" transform="scale(1, -1)">
252
+ <text x="0" y="0" id="GRID.text.148.1.1.text"
253
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
254
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
255
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
256
+ font-weight="normal" font-style="normal">
257
+ <tspan id="GRID.text.148.1.1.tspan.1" dy="6.3" x="0">Biscoe</tspan>
258
+ </text>
259
+ </g>
260
+ </g>
261
+ <g id="GRID.text.148.1.2" transform="translate(237.08, 26.56)"
262
+ stroke-width="0.1">
263
+ <g id="GRID.text.148.1.2.scale" transform="scale(1, -1)">
264
+ <text x="0" y="0" id="GRID.text.148.1.2.text"
265
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
266
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
267
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
268
+ font-weight="normal" font-style="normal">
269
+ <tspan id="GRID.text.148.1.2.tspan.1" dy="6.3" x="0">Dream</tspan>
270
+ </text>
271
+ </g>
272
+ </g>
273
+ <g id="GRID.text.148.1.3" transform="translate(327.5, 26.56)"
274
+ stroke-width="0.1">
275
+ <g id="GRID.text.148.1.3.scale" transform="scale(1, -1)">
276
+ <text x="0" y="0" id="GRID.text.148.1.3.text"
277
+ text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)"
278
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
279
+ fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1"
280
+ font-weight="normal" font-style="normal">
281
+ <tspan id="GRID.text.148.1.3.tspan.1" dy="6.3" x="0">
282
+ Torgersen</tspan>
283
+ </text>
284
+ </g>
285
+ </g>
286
+ </g>
287
+ </g>
288
+ </g>
289
+ </g>
290
+ </g>
291
+ </g>
292
+ </g>
293
+ </g>
294
+ </g>
295
+ </g>
296
+ </g>
297
+ </g>
298
+ <g id="layout::xlab-t.5-5-5-5.1">
299
+ <g id="xlab-t.5-5-5-5.1" />
300
+ </g>
301
+ <g id="layout::xlab-b.9-5-9-5.1">
302
+ <g id="xlab-b.9-5-9-5.1">
303
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.24.1" font-size="11" stroke="rgb(0,0,0)"
304
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
305
+ stroke-opacity="1" font-weight="normal" font-style="normal">
306
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.24::GRID.VP.25.1">
307
+ <g id="axis.title.x.bottom..titleGrob.158.1">
308
+ <g id="GRID.text.156.1">
309
+ <g id="GRID.text.156.1.1" transform="translate(237.08, 15.67)"
310
+ stroke-width="0.1">
311
+ <g id="GRID.text.156.1.1.scale" transform="scale(1, -1)">
312
+ <text x="0" y="0" id="GRID.text.156.1.1.text" text-anchor="middle"
313
+ font-size="11" stroke="rgb(0,0,0)"
314
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
315
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
316
+ font-weight="normal" font-style="normal">
317
+ <tspan id="GRID.text.156.1.1.tspan.1" dy="7.88" x="0">Island</tspan>
318
+ </text>
319
+ </g>
320
+ </g>
321
+ </g>
322
+ </g>
323
+ </g>
324
+ </g>
325
+ </g>
326
+ </g>
327
+ <g id="layout::ylab-l.7-3-7-3.1">
328
+ <g id="ylab-l.7-3-7-3.1">
329
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.26.1" font-size="11" stroke="rgb(0,0,0)"
330
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
331
+ stroke-opacity="1" font-weight="normal" font-style="normal">
332
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.26::GRID.VP.27.1">
333
+ <g id="axis.title.y.left..titleGrob.161.1">
334
+ <g id="GRID.text.159.1">
335
+ <g id="GRID.text.159.1.1" transform="translate(36.89, 176.16)"
336
+ stroke-width="0.1">
337
+ <g id="GRID.text.159.1.1.scale" transform="scale(1, -1)">
338
+ <text x="0" y="0" id="GRID.text.159.1.1.text" transform="rotate(-90)"
339
+ text-anchor="middle" font-size="11" stroke="rgb(0,0,0)"
340
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
341
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
342
+ font-weight="normal" font-style="normal">
343
+ <tspan id="GRID.text.159.1.1.tspan.1" dy="7.88" x="0">Species</tspan>
344
+ </text>
345
+ </g>
346
+ </g>
347
+ </g>
348
+ </g>
349
+ </g>
350
+ </g>
351
+ </g>
352
+ </g>
353
+ <g id="layout::ylab-r.7-7-7-7.1">
354
+ <g id="ylab-r.7-7-7-7.1" />
355
+ </g>
356
+ <g id="layout::guide-box.7-9-7-9.1">
357
+ <g id="guide-box.7-9-7-9.1">
358
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.34.1">
359
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box.1">
360
+ <g id="guide-box.1">
361
+ <g
362
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::legend.box.background.2-4-4-2.1">
363
+ <g id="legend.box.background.2-4-4-2.1" />
364
+ </g>
365
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3.1">
366
+ <g id="guides.3-3-3-3.1">
367
+ <g
368
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33.1">
369
+ <g
370
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout.1">
371
+ <g id="layout.3">
372
+ <g
373
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::background.1-6-5-1.1">
374
+ <g id="background.1-6-5-1.1">
375
+ <g id="legend.background..rect.171.1">
376
+ <rect id="legend.background..rect.171.1.1" x="392.7" y="119.64"
377
+ width="48.41" height="113.03" transform="" stroke-width="1.07"
378
+ stroke="none" fill="rgb(255,255,255)" stroke-dasharray="none"
379
+ stroke-opacity="0" fill-opacity="1" />
380
+ </g>
381
+ </g>
382
+ </g>
383
+ <g
384
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::bar.4-2-4-2.1">
385
+ <g id="bar.4-2-4-2.1">
386
+ <g id="GRID.rastergrob.162.1">
387
+ <g id="GRID.rastergrob.162.1.1"
388
+ transform="translate(398.18, 125.12)" stroke="none"
389
+ stroke-opacity="0">
390
+ <g id="GRID.rastergrob.162.1.1.scale"
391
+ transform="scale(17.28, 86.4)">
392
+ <image x="0" y="0" width="1" height="1"
393
+ transform="scale(1, -1) translate(0, -1)"
394
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAEsCAMAAAASIKgPAAAC2VBMVEX9/v0TK0MTK0QTLEQU&#10;LEUULUUULUYULkcVLkcVL0gVL0kVMEkWMEoWMUsWMkwXMk0XM04XNE8YNE8YNFAYNVAYNVEY&#10;NlEZNlIZN1MZN1QZOFQaOFUaOVUaOVYaOlcbOlcbO1gbO1kcPFocPVscPVwdPlwdPl0dP10d&#10;P14dP18eQF8eQGAeQWAeQWEeQmEfQmIfQmMfQ2MfQ2QfRGQgRGUgRWYhRmchRmghR2ghR2ki&#10;SGoiSWsiSWwiSmwjSm0jS24kTG8kTHAkTXElTnIlT3MlT3QmUHUmUXYnUncnUngnU3koVHoo&#10;VHsoVXsoVXwoVnwpVn0pV34pV38qWH8qWIAqWYAqWYEqWYIrWoIrWoMrW4MrW4QsXIUsXYYs&#10;XYctXoctXogtX4kuYIouYYsuYYwvYo0vY44vY48wZI8wZJAwZZAwZZEwZZIxZpIxZpMxZ5Mx&#10;Z5QyaJUyaZYyaZczapgza5k0bJo0bJs0bZs0bZw0bp01bp01bp41b541b582cKA2caE3cqI3&#10;cqM3c6M3c6Q4dKU4dKY4daY4dac5dqg5d6k5eKo6eKs6eas6eaw7eq07eq47e647e688fLA8&#10;fbE8frI9frM9f7M9f7Q9f7U+gLU+gLY+gbY+gbc/grg/g7k/g7pAhLpAhLtAhbtAhbxAhr1B&#10;hr1Bhr5Bh79CiMBCiMFCicFCicJDisJDisNDi8RDjMVEjMZEjcZEjcdEjshFjshFj8lFj8pG&#10;kMtGkcxGkc1Hks1Hks5Hk89IlNBIldFIldJIltJJltNJl9RJmNVKmNZKmdZKmddKmthLmthL&#10;m9lLm9pMnNtMndxMnd1Nnt1Nnt5Nn99NoOBOoOFOoeFOoeJOouNPouNPo+RPo+VPpOVQpOZQ&#10;pedQpuhRpuhRp+lRp+pRqOpSqOtSqexSqu1Tqu5Tq+5Tq+9TrPBUrPBUrfFUrfJUrvJVrvNV&#10;r/RVsPVWsPZWsfZWsffzVyvKAAAA83RSTlP/////////////////////////////////////&#10;////////////////////////////////////////////////////////////////////////&#10;////////////////////////////////////////////////////////////////////////&#10;////////////////////////////////////////////////////////////////////////&#10;//////////////////////////////////////////////////////////////////////9Y&#10;2hDxAAACPklEQVRYhW3IVxsIBBiA0TciZUVl7xkqe+8tO5GRkb333lshe5MKKasSqWTvvffe&#10;e/sF7t/nO5eHt4wERkLjbSORkdiCecdIYrxrwbxnJDWSWTDJLZgURkoL5n0LJpWR2vjA+ND4&#10;yEhjpLVg0hnpjQxGRiOTkdmCyWJkNbIZ2S2YHBZMTgsml5HbyGPkNT428hn5jQLGJ8anxmdG&#10;QaOQUdgoYhQ1ilkwxS2YEkZJo5RR2oIpY8GUNcoZ5Y0KFkxFC6aSUdmCqWLBVLVgqhnVLZga&#10;FkxNC6aW8bkFU9uCqWPUNeoZ9Y0GRkML5gujkfGl0dhoYnxlNDWaGc2NFsbXRksLppUF09po&#10;Y3xjtLVg2lkw7Y0OFkxHC6aT0dnoYnQ1uhndjR5GT6OX0dvoY/S1YPpZMP2NARbMQAtmkDHY&#10;GGIMNYYZw40RxkhjlDHaghljwYw1xhnjjQkWzERjkvGt8Z0x2YKZYsFMNb43phnTLZgZxkxj&#10;ljHbmGPBzLVg5hnzjQXGQmORsdhYYvxgLDV+tGB+Mn42lhnLjRXGL8ZK41fjN2OVBbPaWGOs&#10;NdYZvxt/GH9aMOuNv4wNxkbjb2OT8Y8F86/xnwWz2fjf2GJsNbZZMNstmB3GTmOXsdvYY8Hs&#10;NfYZ+40DxkHjkHHYOGLBHLVgjhnHjRPGSeOUBXPaOGOcNc4Z540LxkXjknHZuGJctWCuGdeN&#10;G8ZN45Zx27hjwdw17hn3jQfGQ+OR8dh4Yjw1nhnPLZgXxkvjlfHa3gBLTjVKXm1ZLQAAAABJ&#10;RU5ErkJggg=="
395
+ preserveAspectRatio="none" />
396
+ </g>
397
+ </g>
398
+ </g>
399
+ </g>
400
+ </g>
401
+ <g
402
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::label.4-4-4-4.1">
403
+ <g id="label.4-4-4-4.1">
404
+ <g
405
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::label.4-4-4-4::GRID.VP.30.1"
406
+ font-size="8.8" stroke="rgb(0,0,0)"
407
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
408
+ stroke-opacity="1" font-weight="normal" font-style="normal">
409
+ <g
410
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::label.4-4-4-4::GRID.VP.30::GRID.VP.31.1">
411
+ <g id="guide.label.titleGrob.168.1">
412
+ <g id="GRID.text.166.1">
413
+ <g id="GRID.text.166.1.2"
414
+ transform="translate(420.94, 142.49)" stroke-width="0.1">
415
+ <g id="GRID.text.166.1.2.scale" transform="scale(1, -1)">
416
+ <text x="0" y="0" id="GRID.text.166.1.2.text"
417
+ text-anchor="start" font-size="8.8"
418
+ stroke="rgb(0,0,0)"
419
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
420
+ fill="rgb(0,0,0)" stroke-opacity="1"
421
+ fill-opacity="1" font-weight="normal"
422
+ font-style="normal">
423
+ <tspan id="GRID.text.166.1.2.tspan.1" dy="3.15"
424
+ x="0">60</tspan>
425
+ </text>
426
+ </g>
427
+ </g>
428
+ <g id="GRID.text.166.1.3"
429
+ transform="translate(420.94, 164.02)" stroke-width="0.1">
430
+ <g id="GRID.text.166.1.3.scale" transform="scale(1, -1)">
431
+ <text x="0" y="0" id="GRID.text.166.1.3.text"
432
+ text-anchor="start" font-size="8.8"
433
+ stroke="rgb(0,0,0)"
434
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
435
+ fill="rgb(0,0,0)" stroke-opacity="1"
436
+ fill-opacity="1" font-weight="normal"
437
+ font-style="normal">
438
+ <tspan id="GRID.text.166.1.3.tspan.1" dy="3.15"
439
+ x="0">80</tspan>
440
+ </text>
441
+ </g>
442
+ </g>
443
+ <g id="GRID.text.166.1.4"
444
+ transform="translate(420.94, 185.54)" stroke-width="0.1">
445
+ <g id="GRID.text.166.1.4.scale" transform="scale(1, -1)">
446
+ <text x="0" y="0" id="GRID.text.166.1.4.text"
447
+ text-anchor="start" font-size="8.8"
448
+ stroke="rgb(0,0,0)"
449
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
450
+ fill="rgb(0,0,0)" stroke-opacity="1"
451
+ fill-opacity="1" font-weight="normal"
452
+ font-style="normal">
453
+ <tspan id="GRID.text.166.1.4.tspan.1" dy="3.15"
454
+ x="0">100</tspan>
455
+ </text>
456
+ </g>
457
+ </g>
458
+ <g id="GRID.text.166.1.5"
459
+ transform="translate(420.94, 207.07)" stroke-width="0.1">
460
+ <g id="GRID.text.166.1.5.scale" transform="scale(1, -1)">
461
+ <text x="0" y="0" id="GRID.text.166.1.5.text"
462
+ text-anchor="start" font-size="8.8"
463
+ stroke="rgb(0,0,0)"
464
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
465
+ fill="rgb(0,0,0)" stroke-opacity="1"
466
+ fill-opacity="1" font-weight="normal"
467
+ font-style="normal">
468
+ <tspan id="GRID.text.166.1.5.tspan.1" dy="3.15"
469
+ x="0">120</tspan>
470
+ </text>
471
+ </g>
472
+ </g>
473
+ </g>
474
+ </g>
475
+ </g>
476
+ </g>
477
+ </g>
478
+ </g>
479
+ <g
480
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::title.2-5-2-2.1">
481
+ <g id="title.2-5-2-2.1">
482
+ <g
483
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::title.2-5-2-2::GRID.VP.32.1">
484
+ <g id="GRID.gTree.172.1">
485
+ <g
486
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::title.2-5-2-2::GRID.VP.32::GRID.VP.28.1"
487
+ font-size="11" stroke="rgb(0,0,0)"
488
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
489
+ stroke-opacity="1" font-weight="normal" font-style="normal">
490
+ <g
491
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::title.2-5-2-2::GRID.VP.32::GRID.VP.28::GRID.VP.29.1">
492
+ <g id="guide.title.titleGrob.165.1">
493
+ <g id="GRID.text.163.1">
494
+ <g id="GRID.text.163.1.1"
495
+ transform="translate(398.18, 222.1)"
496
+ stroke-width="0.1">
497
+ <g id="GRID.text.163.1.1.scale"
498
+ transform="scale(1, -1)">
499
+ <text x="0" y="0" id="GRID.text.163.1.1.text"
500
+ text-anchor="start" font-size="11"
501
+ stroke="rgb(0,0,0)"
502
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
503
+ fill="rgb(0,0,0)" stroke-opacity="1"
504
+ fill-opacity="1" font-weight="normal"
505
+ font-style="normal">
506
+ <tspan id="GRID.text.163.1.1.tspan.1" dy="3.94"
507
+ x="0">Count</tspan>
508
+ </text>
509
+ </g>
510
+ </g>
511
+ </g>
512
+ </g>
513
+ </g>
514
+ </g>
515
+ </g>
516
+ </g>
517
+ </g>
518
+ </g>
519
+ <g
520
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout::ticks.4-2-4-2.1">
521
+ <g id="ticks.4-2-4-2.1">
522
+ <g id="GRID.segments.169.1">
523
+ <polyline id="GRID.segments.169.1.2"
524
+ points="398.18,142.49 401.64,142.49" stroke="rgb(255,255,255)"
525
+ stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1"
526
+ fill="none" />
527
+ <polyline id="GRID.segments.169.1.3"
528
+ points="398.18,164.02 401.64,164.02" stroke="rgb(255,255,255)"
529
+ stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1"
530
+ fill="none" />
531
+ <polyline id="GRID.segments.169.1.4"
532
+ points="398.18,185.54 401.64,185.54" stroke="rgb(255,255,255)"
533
+ stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1"
534
+ fill="none" />
535
+ <polyline id="GRID.segments.169.1.5"
536
+ points="398.18,207.07 401.64,207.07" stroke="rgb(255,255,255)"
537
+ stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1"
538
+ fill="none" />
539
+ <polyline id="GRID.segments.169.1.7"
540
+ points="412.01,142.49 415.46,142.49" stroke="rgb(255,255,255)"
541
+ stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1"
542
+ fill="none" />
543
+ <polyline id="GRID.segments.169.1.8"
544
+ points="412.01,164.02 415.46,164.02" stroke="rgb(255,255,255)"
545
+ stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1"
546
+ fill="none" />
547
+ <polyline id="GRID.segments.169.1.9"
548
+ points="412.01,185.54 415.46,185.54" stroke="rgb(255,255,255)"
549
+ stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1"
550
+ fill="none" />
551
+ <polyline id="GRID.segments.169.1.10"
552
+ points="412.01,207.07 415.46,207.07" stroke="rgb(255,255,255)"
553
+ stroke-width="0.38" stroke-linecap="butt" stroke-opacity="1"
554
+ fill="none" />
555
+ </g>
556
+ </g>
557
+ </g>
558
+ </g>
559
+ </g>
560
+ </g>
561
+ </g>
562
+ </g>
563
+ </g>
564
+ </g>
565
+ </g>
566
+ </g>
567
+ </g>
568
+ <g id="layout::subtitle.4-5-4-5.1">
569
+ <g id="subtitle.4-5-4-5.1" />
570
+ </g>
571
+ <g id="layout::title.3-5-3-5.1">
572
+ <g id="title.3-5-3-5.1">
573
+ <g id="layout::title.3-5-3-5::GRID.VP.35.1" font-size="13.2" stroke="rgb(0,0,0)"
574
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
575
+ stroke-opacity="1" font-weight="normal" font-style="normal">
576
+ <g id="layout::title.3-5-3-5::GRID.VP.35::GRID.VP.36.1">
577
+ <g id="plot.title..titleGrob.175.1">
578
+ <g id="GRID.text.173.1">
579
+ <g id="GRID.text.173.1.1" transform="translate(92.42, 338.52)"
580
+ stroke-width="0.1">
581
+ <g id="GRID.text.173.1.1.scale" transform="scale(1, -1)">
582
+ <text x="0" y="0" id="GRID.text.173.1.1.text" text-anchor="start"
583
+ font-size="13.2" stroke="rgb(0,0,0)"
584
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
585
+ fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1"
586
+ font-weight="normal" font-style="normal">
587
+ <tspan id="GRID.text.173.1.1.tspan.1" dy="9.45" x="0">Penguin Species by
588
+ Island</tspan>
589
+ </text>
590
+ </g>
591
+ </g>
592
+ </g>
593
+ </g>
594
+ </g>
595
+ </g>
596
+ </g>
597
+ </g>
598
+ <g id="layout::caption.10-5-10-5.1">
599
+ <g id="caption.10-5-10-5.1" />
600
+ </g>
601
+ <g id="layout::tag.2-2-2-2.1">
602
+ <g id="tag.2-2-2-2.1" />
603
+ </g>
604
+ </g>
605
+ </g>
606
+ </g>
607
+ </g>
608
+ </svg>