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,1217 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>SVG Heatmap</title>
5
+ <meta charset="utf-8" />
6
+ <link rel="stylesheet" href="../src/styles.css" type="text/css" />
7
+ </head>
8
+
9
+ <body>
10
+ <p>
11
+ Tab to select the heatmap. Press right or down arrow to start. Use up,
12
+ down, left and right arrows to navigate the graph. Press spacebar to hear
13
+ the sound of a certain bar again.
14
+ </p>
15
+
16
+ <div id="container">
17
+ <div id="braille-div">
18
+ <input
19
+ id="braille-input"
20
+ class="braille-input hidden"
21
+ autofocus
22
+ type="text"
23
+ />
24
+ </div>
25
+
26
+ <div id="svg-container">
27
+ <svg
28
+ xmlns="http://www.w3.org/2000/svg"
29
+ xmlns:xlink="http://www.w3.org/1999/xlink"
30
+ width="672px"
31
+ height="672px"
32
+ viewBox="0 0 672 672"
33
+ version="1.1"
34
+ >
35
+ <metadata
36
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
37
+ >
38
+ <gridsvg:generator
39
+ name="gridSVG"
40
+ version="1.7-4"
41
+ time="2022-09-20 12:44:54"
42
+ />
43
+ <gridsvg:argument name="name" value="heatmap.svg" />
44
+ <gridsvg:argument name="exportCoords" value="none" />
45
+ <gridsvg:argument name="exportMappings" value="none" />
46
+ <gridsvg:argument name="exportJS" value="none" />
47
+ <gridsvg:argument name="res" value="96" />
48
+ <gridsvg:argument name="prefix" value="" />
49
+ <gridsvg:argument name="addClasses" value="FALSE" />
50
+ <gridsvg:argument name="indent" value="TRUE" />
51
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
52
+ <gridsvg:argument name="usePaths" value="vpPaths" />
53
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
54
+ <gridsvg:separator name="id.sep" value="." />
55
+ <gridsvg:separator name="gPath.sep" value="::" />
56
+ <gridsvg:separator name="vpPath.sep" value="::" />
57
+ </metadata>
58
+ <g transform="translate(0, 672) scale(1, -1)">
59
+ <g
60
+ id="gridSVG"
61
+ fill="none"
62
+ stroke="rgb(0,0,0)"
63
+ stroke-dasharray="none"
64
+ stroke-width="1"
65
+ font-size="16"
66
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
67
+ opacity="1"
68
+ stroke-linecap="round"
69
+ stroke-linejoin="round"
70
+ stroke-miterlimit="10"
71
+ stroke-opacity="1"
72
+ fill-opacity="0"
73
+ font-weight="normal"
74
+ font-style="normal"
75
+ >
76
+ <g id="layout.1">
77
+ <g id="layout.2">
78
+ <defs>
79
+ <clipPath id="layout::background.1-11-12-1.1.clipPath">
80
+ <rect
81
+ x="0"
82
+ y="61.28"
83
+ width="672"
84
+ height="549.43"
85
+ fill="none"
86
+ stroke="none"
87
+ />
88
+ </clipPath>
89
+ </defs>
90
+ <g
91
+ id="layout::background.1-11-12-1.1"
92
+ clip-path="url(#layout::background.1-11-12-1.1.clipPath)"
93
+ >
94
+ <g id="background.1-11-12-1.1">
95
+ <g id="plot.background..rect.46.1">
96
+ <rect
97
+ id="plot.background..rect.46.1.1"
98
+ x="0"
99
+ y="61.28"
100
+ width="672"
101
+ height="549.43"
102
+ transform=""
103
+ stroke-width="1.42"
104
+ stroke="rgb(255,255,255)"
105
+ fill="rgb(255,255,255)"
106
+ stroke-dasharray="none"
107
+ stroke-opacity="1"
108
+ fill-opacity="1"
109
+ />
110
+ </g>
111
+ </g>
112
+ </g>
113
+ <defs>
114
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
115
+ <rect
116
+ x="86.53"
117
+ y="105.82"
118
+ width="497.59"
119
+ height="497.59"
120
+ fill="none"
121
+ stroke="none"
122
+ />
123
+ </clipPath>
124
+ </defs>
125
+ <g
126
+ id="layout::panel.7-5-7-5.1"
127
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
128
+ >
129
+ <g id="panel.7-5-7-5.1">
130
+ <g id="panel-1.gTree.13.1">
131
+ <g id="grill.gTree.11.1">
132
+ <g id="panel.background..rect.6.1">
133
+ <rect
134
+ id="panel.background..rect.6.1.1"
135
+ x="86.53"
136
+ y="105.82"
137
+ width="497.59"
138
+ height="497.59"
139
+ transform=""
140
+ stroke-width="1.42"
141
+ stroke="none"
142
+ fill="rgb(235,235,235)"
143
+ stroke-dasharray="none"
144
+ stroke-opacity="0"
145
+ fill-opacity="1"
146
+ />
147
+ </g>
148
+ <g id="panel.grid.major.y..polyline.8.1">
149
+ <polyline
150
+ id="panel.grid.major.y..polyline.8.1.1"
151
+ points="86.53,199.12 584.12,199.12"
152
+ stroke="rgb(255,255,255)"
153
+ fill="none"
154
+ stroke-width="1.42"
155
+ stroke-dasharray="none"
156
+ stroke-linecap="butt"
157
+ stroke-opacity="1"
158
+ fill-opacity="1"
159
+ />
160
+ <polyline
161
+ id="panel.grid.major.y..polyline.8.1.2"
162
+ points="86.53,354.61 584.12,354.61"
163
+ stroke="rgb(255,255,255)"
164
+ fill="none"
165
+ stroke-width="1.42"
166
+ stroke-dasharray="none"
167
+ stroke-linecap="butt"
168
+ stroke-opacity="1"
169
+ fill-opacity="1"
170
+ />
171
+ <polyline
172
+ id="panel.grid.major.y..polyline.8.1.3"
173
+ points="86.53,510.11 584.12,510.11"
174
+ stroke="rgb(255,255,255)"
175
+ fill="none"
176
+ stroke-width="1.42"
177
+ stroke-dasharray="none"
178
+ stroke-linecap="butt"
179
+ stroke-opacity="1"
180
+ fill-opacity="1"
181
+ />
182
+ </g>
183
+ <g id="panel.grid.major.x..polyline.10.1">
184
+ <polyline
185
+ id="panel.grid.major.x..polyline.10.1.1"
186
+ points="179.83,105.82 179.83,603.41"
187
+ stroke="rgb(255,255,255)"
188
+ fill="none"
189
+ stroke-width="1.42"
190
+ stroke-dasharray="none"
191
+ stroke-linecap="butt"
192
+ stroke-opacity="1"
193
+ fill-opacity="1"
194
+ />
195
+ <polyline
196
+ id="panel.grid.major.x..polyline.10.1.2"
197
+ points="335.33,105.82 335.33,603.41"
198
+ stroke="rgb(255,255,255)"
199
+ fill="none"
200
+ stroke-width="1.42"
201
+ stroke-dasharray="none"
202
+ stroke-linecap="butt"
203
+ stroke-opacity="1"
204
+ fill-opacity="1"
205
+ />
206
+ <polyline
207
+ id="panel.grid.major.x..polyline.10.1.3"
208
+ points="490.83,105.82 490.83,603.41"
209
+ stroke="rgb(255,255,255)"
210
+ fill="none"
211
+ stroke-width="1.42"
212
+ stroke-dasharray="none"
213
+ stroke-linecap="butt"
214
+ stroke-opacity="1"
215
+ fill-opacity="1"
216
+ />
217
+ </g>
218
+ </g>
219
+ <g id="geom_rect.rect.2.1">
220
+ <rect
221
+ id="geom_rect.rect.2.1.1"
222
+ x="102.08"
223
+ y="432.36"
224
+ width="155.5"
225
+ height="155.5"
226
+ transform=""
227
+ stroke="rgb(0,0,0)"
228
+ fill="rgb(86,177,247)"
229
+ stroke-width="0.28"
230
+ stroke-dasharray="none"
231
+ stroke-linejoin="miter"
232
+ stroke-linecap="square"
233
+ stroke-opacity="1"
234
+ fill-opacity="1"
235
+ />
236
+ <rect
237
+ id="geom_rect.rect.2.1.2"
238
+ x="257.58"
239
+ y="276.87"
240
+ width="155.5"
241
+ height="155.5"
242
+ transform=""
243
+ stroke="rgb(0,0,0)"
244
+ fill="rgb(38,80,117)"
245
+ stroke-width="0.28"
246
+ stroke-dasharray="none"
247
+ stroke-linejoin="miter"
248
+ stroke-linecap="square"
249
+ stroke-opacity="1"
250
+ fill-opacity="1"
251
+ />
252
+ <rect
253
+ id="geom_rect.rect.2.1.3"
254
+ x="257.58"
255
+ y="121.37"
256
+ width="155.5"
257
+ height="155.5"
258
+ transform=""
259
+ stroke="rgb(0,0,0)"
260
+ fill="rgb(28,61,91)"
261
+ stroke-width="0.28"
262
+ stroke-dasharray="none"
263
+ stroke-linejoin="miter"
264
+ stroke-linecap="square"
265
+ stroke-opacity="1"
266
+ fill-opacity="1"
267
+ />
268
+ <rect
269
+ id="geom_rect.rect.2.1.4"
270
+ x="413.08"
271
+ y="121.37"
272
+ width="155.5"
273
+ height="155.5"
274
+ transform=""
275
+ stroke="rgb(0,0,0)"
276
+ fill="rgb(25,55,83)"
277
+ stroke-width="0.28"
278
+ stroke-dasharray="none"
279
+ stroke-linejoin="miter"
280
+ stroke-linecap="square"
281
+ stroke-opacity="1"
282
+ fill-opacity="1"
283
+ />
284
+ <rect
285
+ id="geom_rect.rect.2.1.5"
286
+ x="102.08"
287
+ y="121.37"
288
+ width="155.5"
289
+ height="155.5"
290
+ transform=""
291
+ stroke="rgb(0,0,0)"
292
+ fill="rgb(19,43,67)"
293
+ stroke-width="0.28"
294
+ stroke-dasharray="none"
295
+ stroke-linejoin="miter"
296
+ stroke-linecap="square"
297
+ stroke-opacity="1"
298
+ fill-opacity="1"
299
+ />
300
+ </g>
301
+ </g>
302
+ </g>
303
+ </g>
304
+ <g id="layout::spacer.8-6-8-6.1">
305
+ <g id="spacer.8-6-8-6.1" />
306
+ </g>
307
+ <g id="layout::spacer.8-4-8-4.1">
308
+ <g id="spacer.8-4-8-4.1" />
309
+ </g>
310
+ <g id="layout::spacer.6-6-6-6.1">
311
+ <g id="spacer.6-6-6-6.1" />
312
+ </g>
313
+ <g id="layout::spacer.6-4-6-4.1">
314
+ <g id="spacer.6-4-6-4.1" />
315
+ </g>
316
+ <g id="layout::axis-t.6-5-6-5.1">
317
+ <g id="axis-t.6-5-6-5.1" />
318
+ </g>
319
+ <g id="layout::axis-l.7-4-7-4.1">
320
+ <g id="axis-l.7-4-7-4.1">
321
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
322
+ <g id="GRID.absoluteGrob.22.1">
323
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
324
+ <g id="axis.1">
325
+ <g
326
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1"
327
+ >
328
+ <g id="axis.1-1-1-1.1">
329
+ <g
330
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
331
+ font-size="11.73"
332
+ stroke="rgb(77,77,77)"
333
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
334
+ stroke-opacity="1"
335
+ font-weight="normal"
336
+ font-style="normal"
337
+ >
338
+ <g
339
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1"
340
+ >
341
+ <g id="GRID.titleGrob.20.1">
342
+ <g id="GRID.text.19.1">
343
+ <g
344
+ id="GRID.text.19.1.1"
345
+ transform="translate(79.96, 199.12)"
346
+ stroke-width="0.1"
347
+ >
348
+ <g
349
+ id="GRID.text.19.1.1.scale"
350
+ transform="scale(1, -1)"
351
+ >
352
+ <text
353
+ x="0"
354
+ y="0"
355
+ id="GRID.text.19.1.1.text"
356
+ text-anchor="end"
357
+ font-size="11.73"
358
+ stroke="rgb(77,77,77)"
359
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
360
+ fill="rgb(77,77,77)"
361
+ stroke-opacity="1"
362
+ fill-opacity="1"
363
+ font-weight="normal"
364
+ font-style="normal"
365
+ >
366
+ <tspan
367
+ id="GRID.text.19.1.1.tspan.1"
368
+ dy="5"
369
+ x="0"
370
+ >
371
+ Adelie
372
+ </tspan>
373
+ </text>
374
+ </g>
375
+ </g>
376
+ <g
377
+ id="GRID.text.19.1.2"
378
+ transform="translate(79.96, 354.61)"
379
+ stroke-width="0.1"
380
+ >
381
+ <g
382
+ id="GRID.text.19.1.2.scale"
383
+ transform="scale(1, -1)"
384
+ >
385
+ <text
386
+ x="0"
387
+ y="0"
388
+ id="GRID.text.19.1.2.text"
389
+ text-anchor="end"
390
+ font-size="11.73"
391
+ stroke="rgb(77,77,77)"
392
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
393
+ fill="rgb(77,77,77)"
394
+ stroke-opacity="1"
395
+ fill-opacity="1"
396
+ font-weight="normal"
397
+ font-style="normal"
398
+ >
399
+ <tspan
400
+ id="GRID.text.19.1.2.tspan.1"
401
+ dy="5"
402
+ x="0"
403
+ >
404
+ Chinstrap
405
+ </tspan>
406
+ </text>
407
+ </g>
408
+ </g>
409
+ <g
410
+ id="GRID.text.19.1.3"
411
+ transform="translate(79.96, 510.11)"
412
+ stroke-width="0.1"
413
+ >
414
+ <g
415
+ id="GRID.text.19.1.3.scale"
416
+ transform="scale(1, -1)"
417
+ >
418
+ <text
419
+ x="0"
420
+ y="0"
421
+ id="GRID.text.19.1.3.text"
422
+ text-anchor="end"
423
+ font-size="11.73"
424
+ stroke="rgb(77,77,77)"
425
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
426
+ fill="rgb(77,77,77)"
427
+ stroke-opacity="1"
428
+ fill-opacity="1"
429
+ font-weight="normal"
430
+ font-style="normal"
431
+ >
432
+ <tspan
433
+ id="GRID.text.19.1.3.tspan.1"
434
+ dy="5"
435
+ x="0"
436
+ >
437
+ Gentoo
438
+ </tspan>
439
+ </text>
440
+ </g>
441
+ </g>
442
+ </g>
443
+ </g>
444
+ </g>
445
+ </g>
446
+ </g>
447
+ </g>
448
+ <g
449
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1"
450
+ >
451
+ <g id="axis.1-2-1-2.1">
452
+ <g id="GRID.polyline.21.1">
453
+ <polyline
454
+ id="GRID.polyline.21.1.1"
455
+ points="82.88,199.12 86.53,199.12"
456
+ stroke="rgb(51,51,51)"
457
+ fill="none"
458
+ stroke-width="1.42"
459
+ stroke-dasharray="none"
460
+ stroke-linecap="butt"
461
+ stroke-opacity="1"
462
+ fill-opacity="1"
463
+ />
464
+ <polyline
465
+ id="GRID.polyline.21.1.2"
466
+ points="82.88,354.61 86.53,354.61"
467
+ stroke="rgb(51,51,51)"
468
+ fill="none"
469
+ stroke-width="1.42"
470
+ stroke-dasharray="none"
471
+ stroke-linecap="butt"
472
+ stroke-opacity="1"
473
+ fill-opacity="1"
474
+ />
475
+ <polyline
476
+ id="GRID.polyline.21.1.3"
477
+ points="82.88,510.11 86.53,510.11"
478
+ stroke="rgb(51,51,51)"
479
+ fill="none"
480
+ stroke-width="1.42"
481
+ stroke-dasharray="none"
482
+ stroke-linecap="butt"
483
+ stroke-opacity="1"
484
+ fill-opacity="1"
485
+ />
486
+ </g>
487
+ </g>
488
+ </g>
489
+ </g>
490
+ </g>
491
+ </g>
492
+ </g>
493
+ </g>
494
+ </g>
495
+ <g id="layout::axis-r.7-6-7-6.1">
496
+ <g id="axis-r.7-6-7-6.1" />
497
+ </g>
498
+ <g id="layout::axis-b.8-5-8-5.1">
499
+ <g id="axis-b.8-5-8-5.1">
500
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
501
+ <g id="GRID.absoluteGrob.18.1">
502
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
503
+ <g id="axis.2">
504
+ <g
505
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1"
506
+ >
507
+ <g id="axis.1-1-1-1.2">
508
+ <g id="GRID.polyline.17.1">
509
+ <polyline
510
+ id="GRID.polyline.17.1.1"
511
+ points="179.83,102.17 179.83,105.82"
512
+ stroke="rgb(51,51,51)"
513
+ fill="none"
514
+ stroke-width="1.42"
515
+ stroke-dasharray="none"
516
+ stroke-linecap="butt"
517
+ stroke-opacity="1"
518
+ fill-opacity="1"
519
+ />
520
+ <polyline
521
+ id="GRID.polyline.17.1.2"
522
+ points="335.33,102.17 335.33,105.82"
523
+ stroke="rgb(51,51,51)"
524
+ fill="none"
525
+ stroke-width="1.42"
526
+ stroke-dasharray="none"
527
+ stroke-linecap="butt"
528
+ stroke-opacity="1"
529
+ fill-opacity="1"
530
+ />
531
+ <polyline
532
+ id="GRID.polyline.17.1.3"
533
+ points="490.83,102.17 490.83,105.82"
534
+ stroke="rgb(51,51,51)"
535
+ fill="none"
536
+ stroke-width="1.42"
537
+ stroke-dasharray="none"
538
+ stroke-linecap="butt"
539
+ stroke-opacity="1"
540
+ fill-opacity="1"
541
+ />
542
+ </g>
543
+ </g>
544
+ </g>
545
+ <g
546
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1"
547
+ >
548
+ <g id="axis.2-1-2-1.1">
549
+ <g
550
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
551
+ font-size="11.73"
552
+ stroke="rgb(77,77,77)"
553
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
554
+ stroke-opacity="1"
555
+ font-weight="normal"
556
+ font-style="normal"
557
+ >
558
+ <g
559
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1"
560
+ >
561
+ <g id="GRID.titleGrob.16.1">
562
+ <g id="GRID.text.14.1">
563
+ <g
564
+ id="GRID.text.14.1.1"
565
+ transform="translate(179.83, 99.24)"
566
+ stroke-width="0.1"
567
+ >
568
+ <g
569
+ id="GRID.text.14.1.1.scale"
570
+ transform="scale(1, -1)"
571
+ >
572
+ <text
573
+ x="0"
574
+ y="0"
575
+ id="GRID.text.14.1.1.text"
576
+ text-anchor="middle"
577
+ font-size="11.73"
578
+ stroke="rgb(77,77,77)"
579
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
580
+ fill="rgb(77,77,77)"
581
+ stroke-opacity="1"
582
+ fill-opacity="1"
583
+ font-weight="normal"
584
+ font-style="normal"
585
+ >
586
+ <tspan
587
+ id="GRID.text.14.1.1.tspan.1"
588
+ dy="10"
589
+ x="0"
590
+ >
591
+ Biscoe
592
+ </tspan>
593
+ </text>
594
+ </g>
595
+ </g>
596
+ <g
597
+ id="GRID.text.14.1.2"
598
+ transform="translate(335.33, 99.24)"
599
+ stroke-width="0.1"
600
+ >
601
+ <g
602
+ id="GRID.text.14.1.2.scale"
603
+ transform="scale(1, -1)"
604
+ >
605
+ <text
606
+ x="0"
607
+ y="0"
608
+ id="GRID.text.14.1.2.text"
609
+ text-anchor="middle"
610
+ font-size="11.73"
611
+ stroke="rgb(77,77,77)"
612
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
613
+ fill="rgb(77,77,77)"
614
+ stroke-opacity="1"
615
+ fill-opacity="1"
616
+ font-weight="normal"
617
+ font-style="normal"
618
+ >
619
+ <tspan
620
+ id="GRID.text.14.1.2.tspan.1"
621
+ dy="10"
622
+ x="0"
623
+ >
624
+ Dream
625
+ </tspan>
626
+ </text>
627
+ </g>
628
+ </g>
629
+ <g
630
+ id="GRID.text.14.1.3"
631
+ transform="translate(490.83, 99.24)"
632
+ stroke-width="0.1"
633
+ >
634
+ <g
635
+ id="GRID.text.14.1.3.scale"
636
+ transform="scale(1, -1)"
637
+ >
638
+ <text
639
+ x="0"
640
+ y="0"
641
+ id="GRID.text.14.1.3.text"
642
+ text-anchor="middle"
643
+ font-size="11.73"
644
+ stroke="rgb(77,77,77)"
645
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
646
+ fill="rgb(77,77,77)"
647
+ stroke-opacity="1"
648
+ fill-opacity="1"
649
+ font-weight="normal"
650
+ font-style="normal"
651
+ >
652
+ <tspan
653
+ id="GRID.text.14.1.3.tspan.1"
654
+ dy="10"
655
+ x="0"
656
+ >
657
+ Torgersen
658
+ </tspan>
659
+ </text>
660
+ </g>
661
+ </g>
662
+ </g>
663
+ </g>
664
+ </g>
665
+ </g>
666
+ </g>
667
+ </g>
668
+ </g>
669
+ </g>
670
+ </g>
671
+ </g>
672
+ </g>
673
+ </g>
674
+ <g id="layout::xlab-t.5-5-5-5.1">
675
+ <g id="xlab-t.5-5-5-5.1" />
676
+ </g>
677
+ <g id="layout::xlab-b.9-5-9-5.1">
678
+ <g id="xlab-b.9-5-9-5.1">
679
+ <g
680
+ id="layout::xlab-b.9-5-9-5::GRID.VP.7.1"
681
+ font-size="14.67"
682
+ stroke="rgb(0,0,0)"
683
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
684
+ stroke-opacity="1"
685
+ font-weight="normal"
686
+ font-style="normal"
687
+ >
688
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
689
+ <g id="axis.title.x.bottom..titleGrob.26.1">
690
+ <g id="GRID.text.23.1">
691
+ <g
692
+ id="GRID.text.23.1.1"
693
+ transform="translate(335.33, 83.59)"
694
+ stroke-width="0.1"
695
+ >
696
+ <g
697
+ id="GRID.text.23.1.1.scale"
698
+ transform="scale(1, -1)"
699
+ >
700
+ <text
701
+ x="0"
702
+ y="0"
703
+ id="GRID.text.23.1.1.text"
704
+ text-anchor="middle"
705
+ font-size="14.67"
706
+ stroke="rgb(0,0,0)"
707
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
708
+ fill="rgb(0,0,0)"
709
+ stroke-opacity="1"
710
+ fill-opacity="1"
711
+ font-weight="normal"
712
+ font-style="normal"
713
+ >
714
+ <tspan
715
+ id="GRID.text.23.1.1.tspan.1"
716
+ dy="12"
717
+ x="0"
718
+ >
719
+ island
720
+ </tspan>
721
+ </text>
722
+ </g>
723
+ </g>
724
+ </g>
725
+ </g>
726
+ </g>
727
+ </g>
728
+ </g>
729
+ </g>
730
+ <g id="layout::ylab-l.7-3-7-3.1">
731
+ <g id="ylab-l.7-3-7-3.1">
732
+ <g
733
+ id="layout::ylab-l.7-3-7-3::GRID.VP.9.1"
734
+ font-size="14.67"
735
+ stroke="rgb(0,0,0)"
736
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
737
+ stroke-opacity="1"
738
+ font-weight="normal"
739
+ font-style="normal"
740
+ >
741
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
742
+ <g id="axis.title.y.left..titleGrob.29.1">
743
+ <g id="GRID.text.27.1">
744
+ <g
745
+ id="GRID.text.27.1.1"
746
+ transform="translate(7.31, 354.61)"
747
+ stroke-width="0.1"
748
+ >
749
+ <g
750
+ id="GRID.text.27.1.1.scale"
751
+ transform="scale(1, -1)"
752
+ >
753
+ <text
754
+ x="0"
755
+ y="0"
756
+ id="GRID.text.27.1.1.text"
757
+ transform="rotate(-90)"
758
+ text-anchor="middle"
759
+ font-size="14.67"
760
+ stroke="rgb(0,0,0)"
761
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
762
+ fill="rgb(0,0,0)"
763
+ stroke-opacity="1"
764
+ fill-opacity="1"
765
+ font-weight="normal"
766
+ font-style="normal"
767
+ >
768
+ <tspan
769
+ id="GRID.text.27.1.1.tspan.1"
770
+ dy="12"
771
+ x="0"
772
+ >
773
+ species
774
+ </tspan>
775
+ </text>
776
+ </g>
777
+ </g>
778
+ </g>
779
+ </g>
780
+ </g>
781
+ </g>
782
+ </g>
783
+ </g>
784
+ <g id="layout::ylab-r.7-7-7-7.1">
785
+ <g id="ylab-r.7-7-7-7.1" />
786
+ </g>
787
+ <g id="layout::guide-box.7-9-7-9.1">
788
+ <g id="guide-box.7-9-7-9.1">
789
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.17.1">
790
+ <g
791
+ id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box.1"
792
+ >
793
+ <g id="guide-box.1">
794
+ <g
795
+ id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::legend.box.background.2-4-4-2.1"
796
+ >
797
+ <g id="legend.box.background.2-4-4-2.1" />
798
+ </g>
799
+ <g
800
+ id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3.1"
801
+ >
802
+ <g id="guides.3-3-3-3.1">
803
+ <g
804
+ id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16.1"
805
+ >
806
+ <g
807
+ id="layout::guide-box.7-9-7-9::GRID.VP.17::guide-box::guides.3-3-3-3::GRID.VP.16::layout.1"
808
+ >
809
+ <g id="layout.3">
810
+ <g
811
+ 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"
812
+ >
813
+ <g id="background.1-6-5-1.1">
814
+ <g id="legend.background..rect.39.1">
815
+ <rect
816
+ id="legend.background..rect.39.1.1"
817
+ x="598.74"
818
+ y="278.56"
819
+ width="65.96"
820
+ height="152.12"
821
+ transform=""
822
+ stroke-width="1.42"
823
+ stroke="none"
824
+ fill="rgb(255,255,255)"
825
+ stroke-dasharray="none"
826
+ stroke-opacity="0"
827
+ fill-opacity="1"
828
+ />
829
+ </g>
830
+ </g>
831
+ </g>
832
+ <g
833
+ 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"
834
+ >
835
+ <g id="bar.4-2-4-2.1">
836
+ <g id="GRID.rastergrob.30.1">
837
+ <g
838
+ id="GRID.rastergrob.30.1.1"
839
+ transform="translate(606.04, 285.86)"
840
+ stroke="none"
841
+ stroke-opacity="0"
842
+ >
843
+ <g
844
+ id="GRID.rastergrob.30.1.1.scale"
845
+ transform="scale(23.04, 115.2)"
846
+ >
847
+ <image
848
+ x="0"
849
+ y="0"
850
+ width="1"
851
+ height="1"
852
+ transform="scale(1, -1) translate(0, -1)"
853
+ 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"
854
+ preserveAspectRatio="none"
855
+ />
856
+ </g>
857
+ </g>
858
+ </g>
859
+ </g>
860
+ </g>
861
+ <g
862
+ 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"
863
+ >
864
+ <g id="label.4-4-4-4.1">
865
+ <g
866
+ 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"
867
+ font-size="11.73"
868
+ stroke="rgb(0,0,0)"
869
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
870
+ stroke-opacity="1"
871
+ font-weight="normal"
872
+ font-style="normal"
873
+ >
874
+ <g
875
+ 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"
876
+ >
877
+ <g
878
+ id="guide.label.titleGrob.36.1"
879
+ >
880
+ <g id="GRID.text.34.1">
881
+ <g
882
+ id="GRID.text.34.1.2"
883
+ transform="translate(636.39, 309.02)"
884
+ stroke-width="0.1"
885
+ >
886
+ <g
887
+ id="GRID.text.34.1.2.scale"
888
+ transform="scale(1, -1)"
889
+ >
890
+ <text
891
+ x="0"
892
+ y="0"
893
+ id="GRID.text.34.1.2.text"
894
+ text-anchor="start"
895
+ font-size="11.73"
896
+ stroke="rgb(0,0,0)"
897
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
898
+ fill="rgb(0,0,0)"
899
+ stroke-opacity="1"
900
+ fill-opacity="1"
901
+ font-weight="normal"
902
+ font-style="normal"
903
+ >
904
+ <tspan
905
+ id="GRID.text.34.1.2.tspan.1"
906
+ dy="5"
907
+ x="0"
908
+ >
909
+ 60
910
+ </tspan>
911
+ </text>
912
+ </g>
913
+ </g>
914
+ <g
915
+ id="GRID.text.34.1.3"
916
+ transform="translate(636.39, 337.72)"
917
+ stroke-width="0.1"
918
+ >
919
+ <g
920
+ id="GRID.text.34.1.3.scale"
921
+ transform="scale(1, -1)"
922
+ >
923
+ <text
924
+ x="0"
925
+ y="0"
926
+ id="GRID.text.34.1.3.text"
927
+ text-anchor="start"
928
+ font-size="11.73"
929
+ stroke="rgb(0,0,0)"
930
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
931
+ fill="rgb(0,0,0)"
932
+ stroke-opacity="1"
933
+ fill-opacity="1"
934
+ font-weight="normal"
935
+ font-style="normal"
936
+ >
937
+ <tspan
938
+ id="GRID.text.34.1.3.tspan.1"
939
+ dy="5"
940
+ x="0"
941
+ >
942
+ 80
943
+ </tspan>
944
+ </text>
945
+ </g>
946
+ </g>
947
+ <g
948
+ id="GRID.text.34.1.4"
949
+ transform="translate(636.39, 366.42)"
950
+ stroke-width="0.1"
951
+ >
952
+ <g
953
+ id="GRID.text.34.1.4.scale"
954
+ transform="scale(1, -1)"
955
+ >
956
+ <text
957
+ x="0"
958
+ y="0"
959
+ id="GRID.text.34.1.4.text"
960
+ text-anchor="start"
961
+ font-size="11.73"
962
+ stroke="rgb(0,0,0)"
963
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
964
+ fill="rgb(0,0,0)"
965
+ stroke-opacity="1"
966
+ fill-opacity="1"
967
+ font-weight="normal"
968
+ font-style="normal"
969
+ >
970
+ <tspan
971
+ id="GRID.text.34.1.4.tspan.1"
972
+ dy="5"
973
+ x="0"
974
+ >
975
+ 100
976
+ </tspan>
977
+ </text>
978
+ </g>
979
+ </g>
980
+ <g
981
+ id="GRID.text.34.1.5"
982
+ transform="translate(636.39, 395.13)"
983
+ stroke-width="0.1"
984
+ >
985
+ <g
986
+ id="GRID.text.34.1.5.scale"
987
+ transform="scale(1, -1)"
988
+ >
989
+ <text
990
+ x="0"
991
+ y="0"
992
+ id="GRID.text.34.1.5.text"
993
+ text-anchor="start"
994
+ font-size="11.73"
995
+ stroke="rgb(0,0,0)"
996
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
997
+ fill="rgb(0,0,0)"
998
+ stroke-opacity="1"
999
+ fill-opacity="1"
1000
+ font-weight="normal"
1001
+ font-style="normal"
1002
+ >
1003
+ <tspan
1004
+ id="GRID.text.34.1.5.tspan.1"
1005
+ dy="5"
1006
+ x="0"
1007
+ >
1008
+ 120
1009
+ </tspan>
1010
+ </text>
1011
+ </g>
1012
+ </g>
1013
+ </g>
1014
+ </g>
1015
+ </g>
1016
+ </g>
1017
+ </g>
1018
+ </g>
1019
+ <g
1020
+ 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"
1021
+ >
1022
+ <g id="title.2-5-2-2.1">
1023
+ <g
1024
+ 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"
1025
+ >
1026
+ <g id="GRID.gTree.40.1">
1027
+ <g
1028
+ 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"
1029
+ font-size="14.67"
1030
+ stroke="rgb(0,0,0)"
1031
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1032
+ stroke-opacity="1"
1033
+ font-weight="normal"
1034
+ font-style="normal"
1035
+ >
1036
+ <g
1037
+ 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"
1038
+ >
1039
+ <g
1040
+ id="guide.title.titleGrob.33.1"
1041
+ >
1042
+ <g id="GRID.text.31.1">
1043
+ <g
1044
+ id="GRID.text.31.1.1"
1045
+ transform="translate(606.04, 415.87)"
1046
+ stroke-width="0.1"
1047
+ >
1048
+ <g
1049
+ id="GRID.text.31.1.1.scale"
1050
+ transform="scale(1, -1)"
1051
+ >
1052
+ <text
1053
+ x="0"
1054
+ y="0"
1055
+ id="GRID.text.31.1.1.text"
1056
+ text-anchor="start"
1057
+ font-size="14.67"
1058
+ stroke="rgb(0,0,0)"
1059
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1060
+ fill="rgb(0,0,0)"
1061
+ stroke-opacity="1"
1062
+ fill-opacity="1"
1063
+ font-weight="normal"
1064
+ font-style="normal"
1065
+ >
1066
+ <tspan
1067
+ id="GRID.text.31.1.1.tspan.1"
1068
+ dy="6"
1069
+ x="0"
1070
+ >
1071
+ n
1072
+ </tspan>
1073
+ </text>
1074
+ </g>
1075
+ </g>
1076
+ </g>
1077
+ </g>
1078
+ </g>
1079
+ </g>
1080
+ </g>
1081
+ </g>
1082
+ </g>
1083
+ </g>
1084
+ <g
1085
+ 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"
1086
+ >
1087
+ <g id="ticks.4-2-4-2.1">
1088
+ <g id="GRID.segments.37.1">
1089
+ <polyline
1090
+ id="GRID.segments.37.1.2"
1091
+ points="606.04,309.02 610.65,309.02"
1092
+ stroke="rgb(255,255,255)"
1093
+ stroke-width="0.5"
1094
+ stroke-linecap="butt"
1095
+ stroke-opacity="1"
1096
+ fill="none"
1097
+ />
1098
+ <polyline
1099
+ id="GRID.segments.37.1.3"
1100
+ points="606.04,337.72 610.65,337.72"
1101
+ stroke="rgb(255,255,255)"
1102
+ stroke-width="0.5"
1103
+ stroke-linecap="butt"
1104
+ stroke-opacity="1"
1105
+ fill="none"
1106
+ />
1107
+ <polyline
1108
+ id="GRID.segments.37.1.4"
1109
+ points="606.04,366.42 610.65,366.42"
1110
+ stroke="rgb(255,255,255)"
1111
+ stroke-width="0.5"
1112
+ stroke-linecap="butt"
1113
+ stroke-opacity="1"
1114
+ fill="none"
1115
+ />
1116
+ <polyline
1117
+ id="GRID.segments.37.1.5"
1118
+ points="606.04,395.13 610.65,395.13"
1119
+ stroke="rgb(255,255,255)"
1120
+ stroke-width="0.5"
1121
+ stroke-linecap="butt"
1122
+ stroke-opacity="1"
1123
+ fill="none"
1124
+ />
1125
+ <polyline
1126
+ id="GRID.segments.37.1.7"
1127
+ points="624.47,309.02 629.08,309.02"
1128
+ stroke="rgb(255,255,255)"
1129
+ stroke-width="0.5"
1130
+ stroke-linecap="butt"
1131
+ stroke-opacity="1"
1132
+ fill="none"
1133
+ />
1134
+ <polyline
1135
+ id="GRID.segments.37.1.8"
1136
+ points="624.47,337.72 629.08,337.72"
1137
+ stroke="rgb(255,255,255)"
1138
+ stroke-width="0.5"
1139
+ stroke-linecap="butt"
1140
+ stroke-opacity="1"
1141
+ fill="none"
1142
+ />
1143
+ <polyline
1144
+ id="GRID.segments.37.1.9"
1145
+ points="624.47,366.42 629.08,366.42"
1146
+ stroke="rgb(255,255,255)"
1147
+ stroke-width="0.5"
1148
+ stroke-linecap="butt"
1149
+ stroke-opacity="1"
1150
+ fill="none"
1151
+ />
1152
+ <polyline
1153
+ id="GRID.segments.37.1.10"
1154
+ points="624.47,395.13 629.08,395.13"
1155
+ stroke="rgb(255,255,255)"
1156
+ stroke-width="0.5"
1157
+ stroke-linecap="butt"
1158
+ stroke-opacity="1"
1159
+ fill="none"
1160
+ />
1161
+ </g>
1162
+ </g>
1163
+ </g>
1164
+ </g>
1165
+ </g>
1166
+ </g>
1167
+ </g>
1168
+ </g>
1169
+ </g>
1170
+ </g>
1171
+ </g>
1172
+ </g>
1173
+ </g>
1174
+ <g id="layout::subtitle.4-5-4-5.1">
1175
+ <g id="subtitle.4-5-4-5.1" />
1176
+ </g>
1177
+ <g id="layout::title.3-5-3-5.1">
1178
+ <g id="title.3-5-3-5.1" />
1179
+ </g>
1180
+ <g id="layout::caption.10-5-10-5.1">
1181
+ <g id="caption.10-5-10-5.1" />
1182
+ </g>
1183
+ <g id="layout::tag.2-2-2-2.1">
1184
+ <g id="tag.2-2-2-2.1" />
1185
+ </g>
1186
+ </g>
1187
+ </g>
1188
+ </g>
1189
+ </g>
1190
+ </svg>
1191
+ <div id="info" aria-live="assertive" aria-atomic="true"></div>
1192
+ <div id="announcements" aria-live="assertive" aria-atomic="true"></div>
1193
+ </div>
1194
+ </div>
1195
+ <script>
1196
+ var heatmapPlots = document.querySelectorAll(
1197
+ '#geom_rect\\.rect\\.2\\.1 > rect'
1198
+ );
1199
+ var heatmapData = [
1200
+ [99734, 0, 0],
1201
+ [0, 21533, 0],
1202
+ [6699, 12786, 10539],
1203
+ ];
1204
+ var heatmapLabelsNodelist = document.querySelectorAll('tspan[dy="12"]');
1205
+ var heatmapXNodelist = document.querySelectorAll('tspan[dy="10"]');
1206
+ var heatmapYNodelist = document.querySelectorAll(
1207
+ 'tspan[id^="GRID.text.19.1"]'
1208
+ );
1209
+ // bookmark: redoing data input for all heatmaps, so we pull data from plots except for actual data from rect
1210
+ // in progress, tutorial2_heatmap is nearly done, just some errors, then we'll copy that to the dev build heatmap 1:1, then do task2_heatmap
1211
+ </script>
1212
+ <script src="../src/constants.js"></script>
1213
+ <script src="../src/audio.js"></script>
1214
+ <script src="../src/display.js"></script>
1215
+ <script src="../src/heatmap.js"></script>
1216
+ </body>
1217
+ </html>