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,1276 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Tutorial 2: Heatmap</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <meta charset="utf-8" />
7
+ <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> -->
8
+ <link rel="stylesheet" href="../src/css/styles.css" type="text/css" />
9
+ </head>
10
+
11
+ <body>
12
+ <div class="container mt-3">
13
+ <div id="container">
14
+ <div>
15
+ <svg
16
+ xmlns="http://www.w3.org/2000/svg"
17
+ xmlns:xlink="http://www.w3.org/1999/xlink"
18
+ width="478px"
19
+ height="344px"
20
+ viewBox="0 0 478 344"
21
+ version="1.1"
22
+ id="heatmap1"
23
+ tabindex="0"
24
+ >
25
+ <metadata
26
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
27
+ >
28
+ <gridsvg:generator
29
+ name="gridSVG"
30
+ version="1.7-5"
31
+ time="2023-04-06 16:24:16"
32
+ />
33
+ <gridsvg:argument name="name" value="heatmap_label.svg" />
34
+ <gridsvg:argument name="exportCoords" value="none" />
35
+ <gridsvg:argument name="exportMappings" value="none" />
36
+ <gridsvg:argument name="exportJS" value="none" />
37
+ <gridsvg:argument name="res" value="72" />
38
+ <gridsvg:argument name="prefix" value="" />
39
+ <gridsvg:argument name="addClasses" value="FALSE" />
40
+ <gridsvg:argument name="indent" value="TRUE" />
41
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
42
+ <gridsvg:argument name="usePaths" value="vpPaths" />
43
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
44
+ <gridsvg:separator name="id.sep" value="." />
45
+ <gridsvg:separator name="gPath.sep" value="::" />
46
+ <gridsvg:separator name="vpPath.sep" value="::" />
47
+ </metadata>
48
+ <g transform="translate(0, 344) scale(1, -1)">
49
+ <g
50
+ id="gridSVG"
51
+ fill="rgb(255,255,255)"
52
+ stroke="rgb(0,0,0)"
53
+ stroke-dasharray="none"
54
+ stroke-width="0.75"
55
+ font-size="12"
56
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
57
+ opacity="1"
58
+ stroke-linecap="round"
59
+ stroke-linejoin="round"
60
+ stroke-miterlimit="10"
61
+ stroke-opacity="1"
62
+ fill-opacity="1"
63
+ font-weight="normal"
64
+ font-style="normal"
65
+ >
66
+ <g id="layout.1">
67
+ <g id="layout.2">
68
+ <defs>
69
+ <clipPath id="layout::background.1-11-12-1.1.clipPath">
70
+ <rect
71
+ x="31.41"
72
+ y="0"
73
+ width="415.18"
74
+ height="344"
75
+ fill="none"
76
+ stroke="none"
77
+ />
78
+ </clipPath>
79
+ </defs>
80
+ <g
81
+ id="layout::background.1-11-12-1.1"
82
+ clip-path="url(#layout::background.1-11-12-1.1.clipPath)"
83
+ >
84
+ <g id="background.1-11-12-1.1">
85
+ <g id="plot.background..rect.180.1">
86
+ <rect
87
+ id="plot.background..rect.180.1.1"
88
+ x="31.41"
89
+ y="0"
90
+ width="415.18"
91
+ height="344"
92
+ transform=""
93
+ stroke-width="1.07"
94
+ stroke="rgb(255,255,255)"
95
+ fill="rgb(255,255,255)"
96
+ stroke-dasharray="none"
97
+ stroke-opacity="1"
98
+ fill-opacity="1"
99
+ />
100
+ </g>
101
+ </g>
102
+ </g>
103
+ <defs>
104
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
105
+ <rect
106
+ x="92.42"
107
+ y="31.5"
108
+ width="289.33"
109
+ height="289.33"
110
+ fill="none"
111
+ stroke="none"
112
+ />
113
+ </clipPath>
114
+ </defs>
115
+ <g
116
+ id="layout::panel.7-5-7-5.1"
117
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
118
+ >
119
+ <g id="panel.7-5-7-5.1">
120
+ <g id="panel-1.gTree.147.1">
121
+ <g id="grill.gTree.145.1">
122
+ <g id="panel.background..rect.140.1">
123
+ <rect
124
+ id="panel.background..rect.140.1.1"
125
+ x="92.42"
126
+ y="31.5"
127
+ width="289.33"
128
+ height="289.33"
129
+ transform=""
130
+ stroke-width="1.07"
131
+ stroke="none"
132
+ fill="rgb(235,235,235)"
133
+ stroke-dasharray="none"
134
+ stroke-opacity="0"
135
+ fill-opacity="1"
136
+ />
137
+ </g>
138
+ <g id="panel.grid.major.y..polyline.142.1">
139
+ <polyline
140
+ id="panel.grid.major.y..polyline.142.1.1"
141
+ points="92.42,85.74 381.75,85.74"
142
+ stroke="rgb(255,255,255)"
143
+ fill="none"
144
+ stroke-width="1.07"
145
+ stroke-dasharray="none"
146
+ stroke-linecap="butt"
147
+ stroke-opacity="1"
148
+ fill-opacity="1"
149
+ />
150
+ <polyline
151
+ id="panel.grid.major.y..polyline.142.1.2"
152
+ points="92.42,176.16 381.75,176.16"
153
+ stroke="rgb(255,255,255)"
154
+ fill="none"
155
+ stroke-width="1.07"
156
+ stroke-dasharray="none"
157
+ stroke-linecap="butt"
158
+ stroke-opacity="1"
159
+ fill-opacity="1"
160
+ />
161
+ <polyline
162
+ id="panel.grid.major.y..polyline.142.1.3"
163
+ points="92.42,266.57 381.75,266.57"
164
+ stroke="rgb(255,255,255)"
165
+ fill="none"
166
+ stroke-width="1.07"
167
+ stroke-dasharray="none"
168
+ stroke-linecap="butt"
169
+ stroke-opacity="1"
170
+ fill-opacity="1"
171
+ />
172
+ </g>
173
+ <g id="panel.grid.major.x..polyline.144.1">
174
+ <polyline
175
+ id="panel.grid.major.x..polyline.144.1.1"
176
+ points="146.67,31.5 146.67,320.82"
177
+ stroke="rgb(255,255,255)"
178
+ fill="none"
179
+ stroke-width="1.07"
180
+ stroke-dasharray="none"
181
+ stroke-linecap="butt"
182
+ stroke-opacity="1"
183
+ fill-opacity="1"
184
+ />
185
+ <polyline
186
+ id="panel.grid.major.x..polyline.144.1.2"
187
+ points="237.08,31.5 237.08,320.82"
188
+ stroke="rgb(255,255,255)"
189
+ fill="none"
190
+ stroke-width="1.07"
191
+ stroke-dasharray="none"
192
+ stroke-linecap="butt"
193
+ stroke-opacity="1"
194
+ fill-opacity="1"
195
+ />
196
+ <polyline
197
+ id="panel.grid.major.x..polyline.144.1.3"
198
+ points="327.5,31.5 327.5,320.82"
199
+ stroke="rgb(255,255,255)"
200
+ fill="none"
201
+ stroke-width="1.07"
202
+ stroke-dasharray="none"
203
+ stroke-linecap="butt"
204
+ stroke-opacity="1"
205
+ fill-opacity="1"
206
+ />
207
+ </g>
208
+ </g>
209
+ <g id="geom_rect.rect.136.1">
210
+ <rect
211
+ id="geom_rect.rect.136.1.1"
212
+ x="101.46"
213
+ y="221.37"
214
+ width="90.41"
215
+ height="90.41"
216
+ transform=""
217
+ stroke="rgb(0,0,0)"
218
+ fill="rgb(19,43,67)"
219
+ stroke-width="0.21"
220
+ stroke-dasharray="none"
221
+ stroke-linejoin="miter"
222
+ stroke-linecap="butt"
223
+ stroke-opacity="1"
224
+ fill-opacity="1"
225
+ />
226
+ <rect
227
+ id="geom_rect.rect.136.1.2"
228
+ x="191.87"
229
+ y="130.95"
230
+ width="90.41"
231
+ height="90.41"
232
+ transform=""
233
+ stroke="rgb(0,0,0)"
234
+ fill="rgb(65,134,189)"
235
+ stroke-width="0.21"
236
+ stroke-dasharray="none"
237
+ stroke-linejoin="miter"
238
+ stroke-linecap="butt"
239
+ stroke-opacity="1"
240
+ fill-opacity="1"
241
+ />
242
+ <rect
243
+ id="geom_rect.rect.136.1.3"
244
+ x="191.87"
245
+ y="40.54"
246
+ width="90.41"
247
+ height="90.41"
248
+ transform=""
249
+ stroke="rgb(0,0,0)"
250
+ fill="rgb(75,155,218)"
251
+ stroke-width="0.21"
252
+ stroke-dasharray="none"
253
+ stroke-linejoin="miter"
254
+ stroke-linecap="butt"
255
+ stroke-opacity="1"
256
+ fill-opacity="1"
257
+ />
258
+ <rect
259
+ id="geom_rect.rect.136.1.4"
260
+ x="282.29"
261
+ y="40.54"
262
+ width="90.41"
263
+ height="90.41"
264
+ transform=""
265
+ stroke="rgb(0,0,0)"
266
+ fill="rgb(79,162,227)"
267
+ stroke-width="0.21"
268
+ stroke-dasharray="none"
269
+ stroke-linejoin="miter"
270
+ stroke-linecap="butt"
271
+ stroke-opacity="1"
272
+ fill-opacity="1"
273
+ />
274
+ <rect
275
+ id="geom_rect.rect.136.1.5"
276
+ x="101.46"
277
+ y="40.54"
278
+ width="90.41"
279
+ height="90.41"
280
+ transform=""
281
+ stroke="rgb(0,0,0)"
282
+ fill="rgb(86,177,247)"
283
+ stroke-width="0.21"
284
+ stroke-dasharray="none"
285
+ stroke-linejoin="miter"
286
+ stroke-linecap="butt"
287
+ stroke-opacity="1"
288
+ fill-opacity="1"
289
+ />
290
+ </g>
291
+ </g>
292
+ </g>
293
+ </g>
294
+ <g id="layout::spacer.8-6-8-6.1">
295
+ <g id="spacer.8-6-8-6.1" />
296
+ </g>
297
+ <g id="layout::spacer.8-4-8-4.1">
298
+ <g id="spacer.8-4-8-4.1" />
299
+ </g>
300
+ <g id="layout::spacer.6-6-6-6.1">
301
+ <g id="spacer.6-6-6-6.1" />
302
+ </g>
303
+ <g id="layout::spacer.6-4-6-4.1">
304
+ <g id="spacer.6-4-6-4.1" />
305
+ </g>
306
+ <g id="layout::axis-t.6-5-6-5.1">
307
+ <g id="axis-t.6-5-6-5.1" />
308
+ </g>
309
+ <g id="layout::axis-l.7-4-7-4.1">
310
+ <g id="axis-l.7-4-7-4.1">
311
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.23.1">
312
+ <g id="GRID.absoluteGrob.155.1">
313
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.23::axis.1">
314
+ <g id="axis.1">
315
+ <g
316
+ id="layout::axis-l.7-4-7-4::GRID.VP.23::axis::axis.1-1-1-1.1"
317
+ >
318
+ <g id="axis.1-1-1-1.1">
319
+ <g
320
+ id="layout::axis-l.7-4-7-4::GRID.VP.23::axis::axis.1-1-1-1::GRID.VP.21.1"
321
+ font-size="8.8"
322
+ stroke="rgb(77,77,77)"
323
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
324
+ stroke-opacity="1"
325
+ font-weight="normal"
326
+ font-style="normal"
327
+ >
328
+ <g
329
+ id="layout::axis-l.7-4-7-4::GRID.VP.23::axis::axis.1-1-1-1::GRID.VP.21::GRID.VP.22.1"
330
+ >
331
+ <g id="GRID.titleGrob.153.1">
332
+ <g id="GRID.text.152.1">
333
+ <g
334
+ id="GRID.text.152.1.1"
335
+ transform="translate(87.49, 85.74)"
336
+ stroke-width="0.1"
337
+ >
338
+ <g
339
+ id="GRID.text.152.1.1.scale"
340
+ transform="scale(1, -1)"
341
+ >
342
+ <text
343
+ x="0"
344
+ y="0"
345
+ id="GRID.text.152.1.1.text"
346
+ text-anchor="end"
347
+ font-size="8.8"
348
+ stroke="rgb(77,77,77)"
349
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
350
+ fill="rgb(77,77,77)"
351
+ stroke-opacity="1"
352
+ fill-opacity="1"
353
+ font-weight="normal"
354
+ font-style="normal"
355
+ >
356
+ <tspan
357
+ id="GRID.text.152.1.1.tspan.1"
358
+ dy="3.15"
359
+ x="0"
360
+ >
361
+ Adelie
362
+ </tspan>
363
+ </text>
364
+ </g>
365
+ </g>
366
+ <g
367
+ id="GRID.text.152.1.2"
368
+ transform="translate(87.49, 176.16)"
369
+ stroke-width="0.1"
370
+ >
371
+ <g
372
+ id="GRID.text.152.1.2.scale"
373
+ transform="scale(1, -1)"
374
+ >
375
+ <text
376
+ x="0"
377
+ y="0"
378
+ id="GRID.text.152.1.2.text"
379
+ text-anchor="end"
380
+ font-size="8.8"
381
+ stroke="rgb(77,77,77)"
382
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
383
+ fill="rgb(77,77,77)"
384
+ stroke-opacity="1"
385
+ fill-opacity="1"
386
+ font-weight="normal"
387
+ font-style="normal"
388
+ >
389
+ <tspan
390
+ id="GRID.text.152.1.2.tspan.1"
391
+ dy="3.15"
392
+ x="0"
393
+ >
394
+ Chinstrap
395
+ </tspan>
396
+ </text>
397
+ </g>
398
+ </g>
399
+ <g
400
+ id="GRID.text.152.1.3"
401
+ transform="translate(87.49, 266.57)"
402
+ stroke-width="0.1"
403
+ >
404
+ <g
405
+ id="GRID.text.152.1.3.scale"
406
+ transform="scale(1, -1)"
407
+ >
408
+ <text
409
+ x="0"
410
+ y="0"
411
+ id="GRID.text.152.1.3.text"
412
+ text-anchor="end"
413
+ font-size="8.8"
414
+ stroke="rgb(77,77,77)"
415
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
416
+ fill="rgb(77,77,77)"
417
+ stroke-opacity="1"
418
+ fill-opacity="1"
419
+ font-weight="normal"
420
+ font-style="normal"
421
+ >
422
+ <tspan
423
+ id="GRID.text.152.1.3.tspan.1"
424
+ dy="3.15"
425
+ x="0"
426
+ >
427
+ Gentoo
428
+ </tspan>
429
+ </text>
430
+ </g>
431
+ </g>
432
+ </g>
433
+ </g>
434
+ </g>
435
+ </g>
436
+ </g>
437
+ </g>
438
+ <g
439
+ id="layout::axis-l.7-4-7-4::GRID.VP.23::axis::axis.1-2-1-2.1"
440
+ >
441
+ <g id="axis.1-2-1-2.1">
442
+ <g id="GRID.polyline.154.1">
443
+ <polyline
444
+ id="GRID.polyline.154.1.1"
445
+ points="89.68,85.74 92.42,85.74"
446
+ stroke="rgb(51,51,51)"
447
+ fill="none"
448
+ stroke-width="1.07"
449
+ stroke-dasharray="none"
450
+ stroke-linecap="butt"
451
+ stroke-opacity="1"
452
+ fill-opacity="1"
453
+ />
454
+ <polyline
455
+ id="GRID.polyline.154.1.2"
456
+ points="89.68,176.16 92.42,176.16"
457
+ stroke="rgb(51,51,51)"
458
+ fill="none"
459
+ stroke-width="1.07"
460
+ stroke-dasharray="none"
461
+ stroke-linecap="butt"
462
+ stroke-opacity="1"
463
+ fill-opacity="1"
464
+ />
465
+ <polyline
466
+ id="GRID.polyline.154.1.3"
467
+ points="89.68,266.57 92.42,266.57"
468
+ stroke="rgb(51,51,51)"
469
+ fill="none"
470
+ stroke-width="1.07"
471
+ stroke-dasharray="none"
472
+ stroke-linecap="butt"
473
+ stroke-opacity="1"
474
+ fill-opacity="1"
475
+ />
476
+ </g>
477
+ </g>
478
+ </g>
479
+ </g>
480
+ </g>
481
+ </g>
482
+ </g>
483
+ </g>
484
+ </g>
485
+ <g id="layout::axis-r.7-6-7-6.1">
486
+ <g id="axis-r.7-6-7-6.1" />
487
+ </g>
488
+ <g id="layout::axis-b.8-5-8-5.1">
489
+ <g id="axis-b.8-5-8-5.1">
490
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.20.1">
491
+ <g id="GRID.absoluteGrob.151.1">
492
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.20::axis.1">
493
+ <g id="axis.2">
494
+ <g
495
+ id="layout::axis-b.8-5-8-5::GRID.VP.20::axis::axis.1-1-1-1.1"
496
+ >
497
+ <g id="axis.1-1-1-1.2">
498
+ <g id="GRID.polyline.150.1">
499
+ <polyline
500
+ id="GRID.polyline.150.1.1"
501
+ points="146.67,28.76 146.67,31.5"
502
+ stroke="rgb(51,51,51)"
503
+ fill="none"
504
+ stroke-width="1.07"
505
+ stroke-dasharray="none"
506
+ stroke-linecap="butt"
507
+ stroke-opacity="1"
508
+ fill-opacity="1"
509
+ />
510
+ <polyline
511
+ id="GRID.polyline.150.1.2"
512
+ points="237.08,28.76 237.08,31.5"
513
+ stroke="rgb(51,51,51)"
514
+ fill="none"
515
+ stroke-width="1.07"
516
+ stroke-dasharray="none"
517
+ stroke-linecap="butt"
518
+ stroke-opacity="1"
519
+ fill-opacity="1"
520
+ />
521
+ <polyline
522
+ id="GRID.polyline.150.1.3"
523
+ points="327.5,28.76 327.5,31.5"
524
+ stroke="rgb(51,51,51)"
525
+ fill="none"
526
+ stroke-width="1.07"
527
+ stroke-dasharray="none"
528
+ stroke-linecap="butt"
529
+ stroke-opacity="1"
530
+ fill-opacity="1"
531
+ />
532
+ </g>
533
+ </g>
534
+ </g>
535
+ <g
536
+ id="layout::axis-b.8-5-8-5::GRID.VP.20::axis::axis.2-1-2-1.1"
537
+ >
538
+ <g id="axis.2-1-2-1.1">
539
+ <g
540
+ id="layout::axis-b.8-5-8-5::GRID.VP.20::axis::axis.2-1-2-1::GRID.VP.18.1"
541
+ font-size="8.8"
542
+ stroke="rgb(77,77,77)"
543
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
544
+ stroke-opacity="1"
545
+ font-weight="normal"
546
+ font-style="normal"
547
+ >
548
+ <g
549
+ id="layout::axis-b.8-5-8-5::GRID.VP.20::axis::axis.2-1-2-1::GRID.VP.18::GRID.VP.19.1"
550
+ >
551
+ <g id="GRID.titleGrob.149.1">
552
+ <g id="GRID.text.148.1">
553
+ <g
554
+ id="GRID.text.148.1.1"
555
+ transform="translate(146.67, 26.56)"
556
+ stroke-width="0.1"
557
+ >
558
+ <g
559
+ id="GRID.text.148.1.1.scale"
560
+ transform="scale(1, -1)"
561
+ >
562
+ <text
563
+ x="0"
564
+ y="0"
565
+ id="GRID.text.148.1.1.text"
566
+ text-anchor="middle"
567
+ font-size="8.8"
568
+ stroke="rgb(77,77,77)"
569
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
570
+ fill="rgb(77,77,77)"
571
+ stroke-opacity="1"
572
+ fill-opacity="1"
573
+ font-weight="normal"
574
+ font-style="normal"
575
+ >
576
+ <tspan
577
+ id="GRID.text.148.1.1.tspan.1"
578
+ dy="6.3"
579
+ x="0"
580
+ >
581
+ Biscoe
582
+ </tspan>
583
+ </text>
584
+ </g>
585
+ </g>
586
+ <g
587
+ id="GRID.text.148.1.2"
588
+ transform="translate(237.08, 26.56)"
589
+ stroke-width="0.1"
590
+ >
591
+ <g
592
+ id="GRID.text.148.1.2.scale"
593
+ transform="scale(1, -1)"
594
+ >
595
+ <text
596
+ x="0"
597
+ y="0"
598
+ id="GRID.text.148.1.2.text"
599
+ text-anchor="middle"
600
+ font-size="8.8"
601
+ stroke="rgb(77,77,77)"
602
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
603
+ fill="rgb(77,77,77)"
604
+ stroke-opacity="1"
605
+ fill-opacity="1"
606
+ font-weight="normal"
607
+ font-style="normal"
608
+ >
609
+ <tspan
610
+ id="GRID.text.148.1.2.tspan.1"
611
+ dy="6.3"
612
+ x="0"
613
+ >
614
+ Dream
615
+ </tspan>
616
+ </text>
617
+ </g>
618
+ </g>
619
+ <g
620
+ id="GRID.text.148.1.3"
621
+ transform="translate(327.5, 26.56)"
622
+ stroke-width="0.1"
623
+ >
624
+ <g
625
+ id="GRID.text.148.1.3.scale"
626
+ transform="scale(1, -1)"
627
+ >
628
+ <text
629
+ x="0"
630
+ y="0"
631
+ id="GRID.text.148.1.3.text"
632
+ text-anchor="middle"
633
+ font-size="8.8"
634
+ stroke="rgb(77,77,77)"
635
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
636
+ fill="rgb(77,77,77)"
637
+ stroke-opacity="1"
638
+ fill-opacity="1"
639
+ font-weight="normal"
640
+ font-style="normal"
641
+ >
642
+ <tspan
643
+ id="GRID.text.148.1.3.tspan.1"
644
+ dy="6.3"
645
+ x="0"
646
+ >
647
+ Torgersen
648
+ </tspan>
649
+ </text>
650
+ </g>
651
+ </g>
652
+ </g>
653
+ </g>
654
+ </g>
655
+ </g>
656
+ </g>
657
+ </g>
658
+ </g>
659
+ </g>
660
+ </g>
661
+ </g>
662
+ </g>
663
+ </g>
664
+ <g id="layout::xlab-t.5-5-5-5.1">
665
+ <g id="xlab-t.5-5-5-5.1" />
666
+ </g>
667
+ <g id="layout::xlab-b.9-5-9-5.1">
668
+ <g id="xlab-b.9-5-9-5.1">
669
+ <g
670
+ id="layout::xlab-b.9-5-9-5::GRID.VP.24.1"
671
+ font-size="11"
672
+ stroke="rgb(0,0,0)"
673
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
674
+ stroke-opacity="1"
675
+ font-weight="normal"
676
+ font-style="normal"
677
+ >
678
+ <g
679
+ id="layout::xlab-b.9-5-9-5::GRID.VP.24::GRID.VP.25.1"
680
+ >
681
+ <g id="axis.title.x.bottom..titleGrob.158.1">
682
+ <g id="GRID.text.156.1">
683
+ <g
684
+ id="GRID.text.156.1.1"
685
+ transform="translate(237.08, 15.67)"
686
+ stroke-width="0.1"
687
+ >
688
+ <g
689
+ id="GRID.text.156.1.1.scale"
690
+ transform="scale(1, -1)"
691
+ >
692
+ <text
693
+ x="0"
694
+ y="0"
695
+ id="GRID.text.156.1.1.text"
696
+ text-anchor="middle"
697
+ font-size="11"
698
+ stroke="rgb(0,0,0)"
699
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
700
+ fill="rgb(0,0,0)"
701
+ stroke-opacity="1"
702
+ fill-opacity="1"
703
+ font-weight="normal"
704
+ font-style="normal"
705
+ >
706
+ <tspan
707
+ id="GRID.text.156.1.1.tspan.1"
708
+ dy="7.88"
709
+ x="0"
710
+ >
711
+ Island
712
+ </tspan>
713
+ </text>
714
+ </g>
715
+ </g>
716
+ </g>
717
+ </g>
718
+ </g>
719
+ </g>
720
+ </g>
721
+ </g>
722
+ <g id="layout::ylab-l.7-3-7-3.1">
723
+ <g id="ylab-l.7-3-7-3.1">
724
+ <g
725
+ id="layout::ylab-l.7-3-7-3::GRID.VP.26.1"
726
+ font-size="11"
727
+ stroke="rgb(0,0,0)"
728
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
729
+ stroke-opacity="1"
730
+ font-weight="normal"
731
+ font-style="normal"
732
+ >
733
+ <g
734
+ id="layout::ylab-l.7-3-7-3::GRID.VP.26::GRID.VP.27.1"
735
+ >
736
+ <g id="axis.title.y.left..titleGrob.161.1">
737
+ <g id="GRID.text.159.1">
738
+ <g
739
+ id="GRID.text.159.1.1"
740
+ transform="translate(36.89, 176.16)"
741
+ stroke-width="0.1"
742
+ >
743
+ <g
744
+ id="GRID.text.159.1.1.scale"
745
+ transform="scale(1, -1)"
746
+ >
747
+ <text
748
+ x="0"
749
+ y="0"
750
+ id="GRID.text.159.1.1.text"
751
+ transform="rotate(-90)"
752
+ text-anchor="middle"
753
+ font-size="11"
754
+ stroke="rgb(0,0,0)"
755
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
756
+ fill="rgb(0,0,0)"
757
+ stroke-opacity="1"
758
+ fill-opacity="1"
759
+ font-weight="normal"
760
+ font-style="normal"
761
+ >
762
+ <tspan
763
+ id="GRID.text.159.1.1.tspan.1"
764
+ dy="7.88"
765
+ x="0"
766
+ >
767
+ Species
768
+ </tspan>
769
+ </text>
770
+ </g>
771
+ </g>
772
+ </g>
773
+ </g>
774
+ </g>
775
+ </g>
776
+ </g>
777
+ </g>
778
+ <g id="layout::ylab-r.7-7-7-7.1">
779
+ <g id="ylab-r.7-7-7-7.1" />
780
+ </g>
781
+ <g id="layout::guide-box.7-9-7-9.1">
782
+ <g id="guide-box.7-9-7-9.1">
783
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.34.1">
784
+ <g
785
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box.1"
786
+ >
787
+ <g id="guide-box.1">
788
+ <g
789
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::legend.box.background.2-4-4-2.1"
790
+ >
791
+ <g id="legend.box.background.2-4-4-2.1" />
792
+ </g>
793
+ <g
794
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3.1"
795
+ >
796
+ <g id="guides.3-3-3-3.1">
797
+ <g
798
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33.1"
799
+ >
800
+ <g
801
+ id="layout::guide-box.7-9-7-9::GRID.VP.34::guide-box::guides.3-3-3-3::GRID.VP.33::layout.1"
802
+ >
803
+ <g id="layout.3">
804
+ <g
805
+ 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"
806
+ >
807
+ <g id="background.1-6-5-1.1">
808
+ <g
809
+ id="legend.background..rect.171.1"
810
+ >
811
+ <rect
812
+ id="legend.background..rect.171.1.1"
813
+ x="392.7"
814
+ y="119.64"
815
+ width="48.41"
816
+ height="113.03"
817
+ transform=""
818
+ stroke-width="1.07"
819
+ stroke="none"
820
+ fill="rgb(255,255,255)"
821
+ stroke-dasharray="none"
822
+ stroke-opacity="0"
823
+ fill-opacity="1"
824
+ />
825
+ </g>
826
+ </g>
827
+ </g>
828
+ <g
829
+ 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"
830
+ >
831
+ <g id="bar.4-2-4-2.1">
832
+ <g id="GRID.rastergrob.162.1">
833
+ <g
834
+ id="GRID.rastergrob.162.1.1"
835
+ transform="translate(398.18, 125.12)"
836
+ stroke="none"
837
+ stroke-opacity="0"
838
+ >
839
+ <g
840
+ id="GRID.rastergrob.162.1.1.scale"
841
+ transform="scale(17.28, 86.4)"
842
+ >
843
+ <image
844
+ x="0"
845
+ y="0"
846
+ width="1"
847
+ height="1"
848
+ transform="scale(1, -1) translate(0, -1)"
849
+ 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=="
850
+ preserveAspectRatio="none"
851
+ />
852
+ </g>
853
+ </g>
854
+ </g>
855
+ </g>
856
+ </g>
857
+ <g
858
+ 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"
859
+ >
860
+ <g id="label.4-4-4-4.1">
861
+ <g
862
+ 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"
863
+ font-size="8.8"
864
+ stroke="rgb(0,0,0)"
865
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
866
+ stroke-opacity="1"
867
+ font-weight="normal"
868
+ font-style="normal"
869
+ >
870
+ <g
871
+ 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"
872
+ >
873
+ <g
874
+ id="guide.label.titleGrob.168.1"
875
+ >
876
+ <g id="GRID.text.166.1">
877
+ <g
878
+ id="GRID.text.166.1.2"
879
+ transform="translate(420.94, 142.49)"
880
+ stroke-width="0.1"
881
+ >
882
+ <g
883
+ id="GRID.text.166.1.2.scale"
884
+ transform="scale(1, -1)"
885
+ >
886
+ <text
887
+ x="0"
888
+ y="0"
889
+ id="GRID.text.166.1.2.text"
890
+ text-anchor="start"
891
+ font-size="8.8"
892
+ stroke="rgb(0,0,0)"
893
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
894
+ fill="rgb(0,0,0)"
895
+ stroke-opacity="1"
896
+ fill-opacity="1"
897
+ font-weight="normal"
898
+ font-style="normal"
899
+ >
900
+ <tspan
901
+ id="GRID.text.166.1.2.tspan.1"
902
+ dy="3.15"
903
+ x="0"
904
+ >
905
+ 60
906
+ </tspan>
907
+ </text>
908
+ </g>
909
+ </g>
910
+ <g
911
+ id="GRID.text.166.1.3"
912
+ transform="translate(420.94, 164.02)"
913
+ stroke-width="0.1"
914
+ >
915
+ <g
916
+ id="GRID.text.166.1.3.scale"
917
+ transform="scale(1, -1)"
918
+ >
919
+ <text
920
+ x="0"
921
+ y="0"
922
+ id="GRID.text.166.1.3.text"
923
+ text-anchor="start"
924
+ font-size="8.8"
925
+ stroke="rgb(0,0,0)"
926
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
927
+ fill="rgb(0,0,0)"
928
+ stroke-opacity="1"
929
+ fill-opacity="1"
930
+ font-weight="normal"
931
+ font-style="normal"
932
+ >
933
+ <tspan
934
+ id="GRID.text.166.1.3.tspan.1"
935
+ dy="3.15"
936
+ x="0"
937
+ >
938
+ 80
939
+ </tspan>
940
+ </text>
941
+ </g>
942
+ </g>
943
+ <g
944
+ id="GRID.text.166.1.4"
945
+ transform="translate(420.94, 185.54)"
946
+ stroke-width="0.1"
947
+ >
948
+ <g
949
+ id="GRID.text.166.1.4.scale"
950
+ transform="scale(1, -1)"
951
+ >
952
+ <text
953
+ x="0"
954
+ y="0"
955
+ id="GRID.text.166.1.4.text"
956
+ text-anchor="start"
957
+ font-size="8.8"
958
+ stroke="rgb(0,0,0)"
959
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
960
+ fill="rgb(0,0,0)"
961
+ stroke-opacity="1"
962
+ fill-opacity="1"
963
+ font-weight="normal"
964
+ font-style="normal"
965
+ >
966
+ <tspan
967
+ id="GRID.text.166.1.4.tspan.1"
968
+ dy="3.15"
969
+ x="0"
970
+ >
971
+ 100
972
+ </tspan>
973
+ </text>
974
+ </g>
975
+ </g>
976
+ <g
977
+ id="GRID.text.166.1.5"
978
+ transform="translate(420.94, 207.07)"
979
+ stroke-width="0.1"
980
+ >
981
+ <g
982
+ id="GRID.text.166.1.5.scale"
983
+ transform="scale(1, -1)"
984
+ >
985
+ <text
986
+ x="0"
987
+ y="0"
988
+ id="GRID.text.166.1.5.text"
989
+ text-anchor="start"
990
+ font-size="8.8"
991
+ stroke="rgb(0,0,0)"
992
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
993
+ fill="rgb(0,0,0)"
994
+ stroke-opacity="1"
995
+ fill-opacity="1"
996
+ font-weight="normal"
997
+ font-style="normal"
998
+ >
999
+ <tspan
1000
+ id="GRID.text.166.1.5.tspan.1"
1001
+ dy="3.15"
1002
+ x="0"
1003
+ >
1004
+ 120
1005
+ </tspan>
1006
+ </text>
1007
+ </g>
1008
+ </g>
1009
+ </g>
1010
+ </g>
1011
+ </g>
1012
+ </g>
1013
+ </g>
1014
+ </g>
1015
+ <g
1016
+ 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"
1017
+ >
1018
+ <g id="title.2-5-2-2.1">
1019
+ <g
1020
+ 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"
1021
+ >
1022
+ <g id="GRID.gTree.172.1">
1023
+ <g
1024
+ 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"
1025
+ font-size="11"
1026
+ stroke="rgb(0,0,0)"
1027
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1028
+ stroke-opacity="1"
1029
+ font-weight="normal"
1030
+ font-style="normal"
1031
+ >
1032
+ <g
1033
+ 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"
1034
+ >
1035
+ <g
1036
+ id="guide.title.titleGrob.165.1"
1037
+ >
1038
+ <g id="GRID.text.163.1">
1039
+ <g
1040
+ id="GRID.text.163.1.1"
1041
+ transform="translate(398.18, 222.1)"
1042
+ stroke-width="0.1"
1043
+ >
1044
+ <g
1045
+ id="GRID.text.163.1.1.scale"
1046
+ transform="scale(1, -1)"
1047
+ >
1048
+ <text
1049
+ x="0"
1050
+ y="0"
1051
+ id="GRID.text.163.1.1.text"
1052
+ text-anchor="start"
1053
+ font-size="11"
1054
+ stroke="rgb(0,0,0)"
1055
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1056
+ fill="rgb(0,0,0)"
1057
+ stroke-opacity="1"
1058
+ fill-opacity="1"
1059
+ font-weight="normal"
1060
+ font-style="normal"
1061
+ >
1062
+ <tspan
1063
+ id="GRID.text.163.1.1.tspan.1"
1064
+ dy="3.94"
1065
+ x="0"
1066
+ >
1067
+ Count
1068
+ </tspan>
1069
+ </text>
1070
+ </g>
1071
+ </g>
1072
+ </g>
1073
+ </g>
1074
+ </g>
1075
+ </g>
1076
+ </g>
1077
+ </g>
1078
+ </g>
1079
+ </g>
1080
+ <g
1081
+ 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"
1082
+ >
1083
+ <g id="ticks.4-2-4-2.1">
1084
+ <g id="GRID.segments.169.1">
1085
+ <polyline
1086
+ id="GRID.segments.169.1.2"
1087
+ points="398.18,142.49 401.64,142.49"
1088
+ stroke="rgb(255,255,255)"
1089
+ stroke-width="0.38"
1090
+ stroke-linecap="butt"
1091
+ stroke-opacity="1"
1092
+ fill="none"
1093
+ />
1094
+ <polyline
1095
+ id="GRID.segments.169.1.3"
1096
+ points="398.18,164.02 401.64,164.02"
1097
+ stroke="rgb(255,255,255)"
1098
+ stroke-width="0.38"
1099
+ stroke-linecap="butt"
1100
+ stroke-opacity="1"
1101
+ fill="none"
1102
+ />
1103
+ <polyline
1104
+ id="GRID.segments.169.1.4"
1105
+ points="398.18,185.54 401.64,185.54"
1106
+ stroke="rgb(255,255,255)"
1107
+ stroke-width="0.38"
1108
+ stroke-linecap="butt"
1109
+ stroke-opacity="1"
1110
+ fill="none"
1111
+ />
1112
+ <polyline
1113
+ id="GRID.segments.169.1.5"
1114
+ points="398.18,207.07 401.64,207.07"
1115
+ stroke="rgb(255,255,255)"
1116
+ stroke-width="0.38"
1117
+ stroke-linecap="butt"
1118
+ stroke-opacity="1"
1119
+ fill="none"
1120
+ />
1121
+ <polyline
1122
+ id="GRID.segments.169.1.7"
1123
+ points="412.01,142.49 415.46,142.49"
1124
+ stroke="rgb(255,255,255)"
1125
+ stroke-width="0.38"
1126
+ stroke-linecap="butt"
1127
+ stroke-opacity="1"
1128
+ fill="none"
1129
+ />
1130
+ <polyline
1131
+ id="GRID.segments.169.1.8"
1132
+ points="412.01,164.02 415.46,164.02"
1133
+ stroke="rgb(255,255,255)"
1134
+ stroke-width="0.38"
1135
+ stroke-linecap="butt"
1136
+ stroke-opacity="1"
1137
+ fill="none"
1138
+ />
1139
+ <polyline
1140
+ id="GRID.segments.169.1.9"
1141
+ points="412.01,185.54 415.46,185.54"
1142
+ stroke="rgb(255,255,255)"
1143
+ stroke-width="0.38"
1144
+ stroke-linecap="butt"
1145
+ stroke-opacity="1"
1146
+ fill="none"
1147
+ />
1148
+ <polyline
1149
+ id="GRID.segments.169.1.10"
1150
+ points="412.01,207.07 415.46,207.07"
1151
+ stroke="rgb(255,255,255)"
1152
+ stroke-width="0.38"
1153
+ stroke-linecap="butt"
1154
+ stroke-opacity="1"
1155
+ fill="none"
1156
+ />
1157
+ </g>
1158
+ </g>
1159
+ </g>
1160
+ </g>
1161
+ </g>
1162
+ </g>
1163
+ </g>
1164
+ </g>
1165
+ </g>
1166
+ </g>
1167
+ </g>
1168
+ </g>
1169
+ </g>
1170
+ <g id="layout::subtitle.4-5-4-5.1">
1171
+ <g id="subtitle.4-5-4-5.1" />
1172
+ </g>
1173
+ <g id="layout::title.3-5-3-5.1">
1174
+ <g id="title.3-5-3-5.1">
1175
+ <g
1176
+ id="layout::title.3-5-3-5::GRID.VP.35.1"
1177
+ font-size="13.2"
1178
+ stroke="rgb(0,0,0)"
1179
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1180
+ stroke-opacity="1"
1181
+ font-weight="normal"
1182
+ font-style="normal"
1183
+ >
1184
+ <g
1185
+ id="layout::title.3-5-3-5::GRID.VP.35::GRID.VP.36.1"
1186
+ >
1187
+ <g id="plot.title..titleGrob.175.1">
1188
+ <g id="GRID.text.173.1">
1189
+ <g
1190
+ id="GRID.text.173.1.1"
1191
+ transform="translate(92.42, 338.52)"
1192
+ stroke-width="0.1"
1193
+ >
1194
+ <g
1195
+ id="GRID.text.173.1.1.scale"
1196
+ transform="scale(1, -1)"
1197
+ >
1198
+ <text
1199
+ x="0"
1200
+ y="0"
1201
+ id="GRID.text.173.1.1.text"
1202
+ text-anchor="start"
1203
+ font-size="13.2"
1204
+ stroke="rgb(0,0,0)"
1205
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1206
+ fill="rgb(0,0,0)"
1207
+ stroke-opacity="1"
1208
+ fill-opacity="1"
1209
+ font-weight="normal"
1210
+ font-style="normal"
1211
+ >
1212
+ <tspan
1213
+ id="GRID.text.173.1.1.tspan.1"
1214
+ dy="9.45"
1215
+ x="0"
1216
+ >
1217
+ Penguin Species by Island
1218
+ </tspan>
1219
+ </text>
1220
+ </g>
1221
+ </g>
1222
+ </g>
1223
+ </g>
1224
+ </g>
1225
+ </g>
1226
+ </g>
1227
+ </g>
1228
+ <g id="layout::caption.10-5-10-5.1">
1229
+ <g id="caption.10-5-10-5.1" />
1230
+ </g>
1231
+ <g id="layout::tag.2-2-2-2.1">
1232
+ <g id="tag.2-2-2-2.1" />
1233
+ </g>
1234
+ </g>
1235
+ </g>
1236
+ </g>
1237
+ </g>
1238
+ </svg>
1239
+ </div>
1240
+ <br />
1241
+ </div>
1242
+ </div>
1243
+ <script>
1244
+ var maidr = {
1245
+ type: 'heat',
1246
+ id: 'heatmap1',
1247
+ title: 'Penguin Species by Island',
1248
+ elements: document.querySelectorAll('g[id^="geom_rect"] > rect'),
1249
+ axes: {
1250
+ x: {
1251
+ label: 'Island',
1252
+ level: ['Biscoe', 'Dream', 'Torgersen'],
1253
+ },
1254
+ y: {
1255
+ label: 'Species',
1256
+ level: ['Gentoo', 'Chinstrap', 'Adelie'],
1257
+ },
1258
+ },
1259
+ data: [
1260
+ [124, 0, 0],
1261
+ [0, 68, 0],
1262
+ [44, 56, 52],
1263
+ ],
1264
+ };
1265
+ </script>
1266
+ <script src="../src/js/constants.js"></script>
1267
+ <script src="../src/js/audio.js"></script>
1268
+ <script src="../src/js/display.js"></script>
1269
+ <script src="../src/js/barplot.js"></script>
1270
+ <script src="../src/js/boxplot.js"></script>
1271
+ <script src="../src/js/heatmap.js"></script>
1272
+ <script src="../src/js/scatterplot.js"></script>
1273
+ <script src="../src/js/controls.js"></script>
1274
+ <script src="../src/js/init.js"></script>
1275
+ </body>
1276
+ </html>