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,1167 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Document</title>
8
+ <link rel="stylesheet" href="../src/css/styles.css" type="text/css" />
9
+ </head>
10
+ <body>
11
+ <div class="container mt-3">
12
+ <div id="container" data-plottype="bar">
13
+ <div id="braille-div">
14
+ <input id="braille-input" class="braille-input hidden" type="text" />
15
+ </div>
16
+
17
+ <div id="svg-container">
18
+ <svg
19
+ xmlns:xlink="http://www.w3.org/1999/xlink"
20
+ width="460.8pt"
21
+ height="345.6pt"
22
+ viewBox="0 0 460.8 345.6"
23
+ xmlns="http://www.w3.org/2000/svg"
24
+ version="1.1"
25
+ >
26
+ <metadata>
27
+ <rdf:RDF
28
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
29
+ xmlns:cc="http://creativecommons.org/ns#"
30
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
31
+ >
32
+ <cc:Work>
33
+ <dc:type
34
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage"
35
+ />
36
+ <dc:date>2023-07-07T13:36:23.717941</dc:date>
37
+ <dc:format>image/svg+xml</dc:format>
38
+ <dc:creator>
39
+ <cc:Agent>
40
+ <dc:title
41
+ >Matplotlib v3.7.0, https://matplotlib.org/</dc:title
42
+ >
43
+ </cc:Agent>
44
+ </dc:creator>
45
+ </cc:Work>
46
+ </rdf:RDF>
47
+ </metadata>
48
+ <defs>
49
+ <style type="text/css">
50
+ * {
51
+ stroke-linejoin: round;
52
+ stroke-linecap: butt;
53
+ }
54
+ </style>
55
+ </defs>
56
+ <g id="figure_1">
57
+ <g id="patch_1">
58
+ <path
59
+ d="M 0 345.6
60
+ L 460.8 345.6
61
+ L 460.8 0
62
+ L 0 0
63
+ z
64
+ "
65
+ style="fill: #ffffff"
66
+ />
67
+ </g>
68
+ <g id="axes_1">
69
+ <g id="patch_2">
70
+ <path
71
+ d="M 57.6 307.584
72
+ L 414.72 307.584
73
+ L 414.72 41.472
74
+ L 57.6 41.472
75
+ z
76
+ "
77
+ style="fill: #ffffff"
78
+ />
79
+ </g>
80
+ <g id="patch_3">
81
+ <path
82
+ d="M 69.504 307.584
83
+ L 164.736 307.584
84
+ L 164.736 113.159381
85
+ L 69.504 113.159381
86
+ z
87
+ "
88
+ clip-path="url(#peeee030fd8)"
89
+ style="fill: #3274a1"
90
+ />
91
+ </g>
92
+ <g id="patch_4">
93
+ <path
94
+ d="M 188.544 307.584
95
+ L 283.776 307.584
96
+ L 283.776 60.196566
97
+ L 188.544 60.196566
98
+ z
99
+ "
100
+ clip-path="url(#peeee030fd8)"
101
+ style="fill: #e1812c"
102
+ />
103
+ </g>
104
+ <g id="patch_5">
105
+ <path
106
+ d="M 307.584 307.584
107
+ L 402.816 307.584
108
+ L 402.816 112.816802
109
+ L 307.584 112.816802
110
+ z
111
+ "
112
+ clip-path="url(#peeee030fd8)"
113
+ style="fill: #3a923a"
114
+ />
115
+ </g>
116
+ <g id="matplotlib.axis_1">
117
+ <g id="xtick_1">
118
+ <g id="line2d_1">
119
+ <defs>
120
+ <path
121
+ id="m5803b16f40"
122
+ d="M 0 0
123
+ L 0 3.5
124
+ "
125
+ style="stroke: #000000; stroke-width: 0.8"
126
+ />
127
+ </defs>
128
+ <g>
129
+ <use
130
+ xlink:href="#m5803b16f40"
131
+ x="117.12"
132
+ y="307.584"
133
+ style="stroke: #000000; stroke-width: 0.8"
134
+ />
135
+ </g>
136
+ </g>
137
+ <g id="text_1">
138
+ <!-- Torgersen -->
139
+ <g
140
+ transform="translate(92.7325 322.182437) scale(0.1 -0.1)"
141
+ >
142
+ <defs>
143
+ <path
144
+ id="DejaVuSans-54"
145
+ d="M -19 4666
146
+ L 3928 4666
147
+ L 3928 4134
148
+ L 2272 4134
149
+ L 2272 0
150
+ L 1638 0
151
+ L 1638 4134
152
+ L -19 4134
153
+ L -19 4666
154
+ z
155
+ "
156
+ transform="scale(0.015625)"
157
+ />
158
+ <path
159
+ id="DejaVuSans-6f"
160
+ d="M 1959 3097
161
+ Q 1497 3097 1228 2736
162
+ Q 959 2375 959 1747
163
+ Q 959 1119 1226 758
164
+ Q 1494 397 1959 397
165
+ Q 2419 397 2687 759
166
+ Q 2956 1122 2956 1747
167
+ Q 2956 2369 2687 2733
168
+ Q 2419 3097 1959 3097
169
+ z
170
+ M 1959 3584
171
+ Q 2709 3584 3137 3096
172
+ Q 3566 2609 3566 1747
173
+ Q 3566 888 3137 398
174
+ Q 2709 -91 1959 -91
175
+ Q 1206 -91 779 398
176
+ Q 353 888 353 1747
177
+ Q 353 2609 779 3096
178
+ Q 1206 3584 1959 3584
179
+ z
180
+ "
181
+ transform="scale(0.015625)"
182
+ />
183
+ <path
184
+ id="DejaVuSans-72"
185
+ d="M 2631 2963
186
+ Q 2534 3019 2420 3045
187
+ Q 2306 3072 2169 3072
188
+ Q 1681 3072 1420 2755
189
+ Q 1159 2438 1159 1844
190
+ L 1159 0
191
+ L 581 0
192
+ L 581 3500
193
+ L 1159 3500
194
+ L 1159 2956
195
+ Q 1341 3275 1631 3429
196
+ Q 1922 3584 2338 3584
197
+ Q 2397 3584 2469 3576
198
+ Q 2541 3569 2628 3553
199
+ L 2631 2963
200
+ z
201
+ "
202
+ transform="scale(0.015625)"
203
+ />
204
+ <path
205
+ id="DejaVuSans-67"
206
+ d="M 2906 1791
207
+ Q 2906 2416 2648 2759
208
+ Q 2391 3103 1925 3103
209
+ Q 1463 3103 1205 2759
210
+ Q 947 2416 947 1791
211
+ Q 947 1169 1205 825
212
+ Q 1463 481 1925 481
213
+ Q 2391 481 2648 825
214
+ Q 2906 1169 2906 1791
215
+ z
216
+ M 3481 434
217
+ Q 3481 -459 3084 -895
218
+ Q 2688 -1331 1869 -1331
219
+ Q 1566 -1331 1297 -1286
220
+ Q 1028 -1241 775 -1147
221
+ L 775 -588
222
+ Q 1028 -725 1275 -790
223
+ Q 1522 -856 1778 -856
224
+ Q 2344 -856 2625 -561
225
+ Q 2906 -266 2906 331
226
+ L 2906 616
227
+ Q 2728 306 2450 153
228
+ Q 2172 0 1784 0
229
+ Q 1141 0 747 490
230
+ Q 353 981 353 1791
231
+ Q 353 2603 747 3093
232
+ Q 1141 3584 1784 3584
233
+ Q 2172 3584 2450 3431
234
+ Q 2728 3278 2906 2969
235
+ L 2906 3500
236
+ L 3481 3500
237
+ L 3481 434
238
+ z
239
+ "
240
+ transform="scale(0.015625)"
241
+ />
242
+ <path
243
+ id="DejaVuSans-65"
244
+ d="M 3597 1894
245
+ L 3597 1613
246
+ L 953 1613
247
+ Q 991 1019 1311 708
248
+ Q 1631 397 2203 397
249
+ Q 2534 397 2845 478
250
+ Q 3156 559 3463 722
251
+ L 3463 178
252
+ Q 3153 47 2828 -22
253
+ Q 2503 -91 2169 -91
254
+ Q 1331 -91 842 396
255
+ Q 353 884 353 1716
256
+ Q 353 2575 817 3079
257
+ Q 1281 3584 2069 3584
258
+ Q 2775 3584 3186 3129
259
+ Q 3597 2675 3597 1894
260
+ z
261
+ M 3022 2063
262
+ Q 3016 2534 2758 2815
263
+ Q 2500 3097 2075 3097
264
+ Q 1594 3097 1305 2825
265
+ Q 1016 2553 972 2059
266
+ L 3022 2063
267
+ z
268
+ "
269
+ transform="scale(0.015625)"
270
+ />
271
+ <path
272
+ id="DejaVuSans-73"
273
+ d="M 2834 3397
274
+ L 2834 2853
275
+ Q 2591 2978 2328 3040
276
+ Q 2066 3103 1784 3103
277
+ Q 1356 3103 1142 2972
278
+ Q 928 2841 928 2578
279
+ Q 928 2378 1081 2264
280
+ Q 1234 2150 1697 2047
281
+ L 1894 2003
282
+ Q 2506 1872 2764 1633
283
+ Q 3022 1394 3022 966
284
+ Q 3022 478 2636 193
285
+ Q 2250 -91 1575 -91
286
+ Q 1294 -91 989 -36
287
+ Q 684 19 347 128
288
+ L 347 722
289
+ Q 666 556 975 473
290
+ Q 1284 391 1588 391
291
+ Q 1994 391 2212 530
292
+ Q 2431 669 2431 922
293
+ Q 2431 1156 2273 1281
294
+ Q 2116 1406 1581 1522
295
+ L 1381 1569
296
+ Q 847 1681 609 1914
297
+ Q 372 2147 372 2553
298
+ Q 372 3047 722 3315
299
+ Q 1072 3584 1716 3584
300
+ Q 2034 3584 2315 3537
301
+ Q 2597 3491 2834 3397
302
+ z
303
+ "
304
+ transform="scale(0.015625)"
305
+ />
306
+ <path
307
+ id="DejaVuSans-6e"
308
+ d="M 3513 2113
309
+ L 3513 0
310
+ L 2938 0
311
+ L 2938 2094
312
+ Q 2938 2591 2744 2837
313
+ Q 2550 3084 2163 3084
314
+ Q 1697 3084 1428 2787
315
+ Q 1159 2491 1159 1978
316
+ L 1159 0
317
+ L 581 0
318
+ L 581 3500
319
+ L 1159 3500
320
+ L 1159 2956
321
+ Q 1366 3272 1645 3428
322
+ Q 1925 3584 2291 3584
323
+ Q 2894 3584 3203 3211
324
+ Q 3513 2838 3513 2113
325
+ z
326
+ "
327
+ transform="scale(0.015625)"
328
+ />
329
+ </defs>
330
+ <use xlink:href="#DejaVuSans-54" />
331
+ <use xlink:href="#DejaVuSans-6f" x="44.083984" />
332
+ <use xlink:href="#DejaVuSans-72" x="105.265625" />
333
+ <use xlink:href="#DejaVuSans-67" x="144.628906" />
334
+ <use xlink:href="#DejaVuSans-65" x="208.105469" />
335
+ <use xlink:href="#DejaVuSans-72" x="269.628906" />
336
+ <use xlink:href="#DejaVuSans-73" x="310.742188" />
337
+ <use xlink:href="#DejaVuSans-65" x="362.841797" />
338
+ <use xlink:href="#DejaVuSans-6e" x="424.365234" />
339
+ </g>
340
+ </g>
341
+ </g>
342
+ <g id="xtick_2">
343
+ <g id="line2d_2">
344
+ <g>
345
+ <use
346
+ xlink:href="#m5803b16f40"
347
+ x="236.16"
348
+ y="307.584"
349
+ style="stroke: #000000; stroke-width: 0.8"
350
+ />
351
+ </g>
352
+ </g>
353
+ <g id="text_2">
354
+ <!-- Biscoe -->
355
+ <g
356
+ transform="translate(219.850625 322.182437) scale(0.1 -0.1)"
357
+ >
358
+ <defs>
359
+ <path
360
+ id="DejaVuSans-42"
361
+ d="M 1259 2228
362
+ L 1259 519
363
+ L 2272 519
364
+ Q 2781 519 3026 730
365
+ Q 3272 941 3272 1375
366
+ Q 3272 1813 3026 2020
367
+ Q 2781 2228 2272 2228
368
+ L 1259 2228
369
+ z
370
+ M 1259 4147
371
+ L 1259 2741
372
+ L 2194 2741
373
+ Q 2656 2741 2882 2914
374
+ Q 3109 3088 3109 3444
375
+ Q 3109 3797 2882 3972
376
+ Q 2656 4147 2194 4147
377
+ L 1259 4147
378
+ z
379
+ M 628 4666
380
+ L 2241 4666
381
+ Q 2963 4666 3353 4366
382
+ Q 3744 4066 3744 3513
383
+ Q 3744 3084 3544 2831
384
+ Q 3344 2578 2956 2516
385
+ Q 3422 2416 3680 2098
386
+ Q 3938 1781 3938 1306
387
+ Q 3938 681 3513 340
388
+ Q 3088 0 2303 0
389
+ L 628 0
390
+ L 628 4666
391
+ z
392
+ "
393
+ transform="scale(0.015625)"
394
+ />
395
+ <path
396
+ id="DejaVuSans-69"
397
+ d="M 603 3500
398
+ L 1178 3500
399
+ L 1178 0
400
+ L 603 0
401
+ L 603 3500
402
+ z
403
+ M 603 4863
404
+ L 1178 4863
405
+ L 1178 4134
406
+ L 603 4134
407
+ L 603 4863
408
+ z
409
+ "
410
+ transform="scale(0.015625)"
411
+ />
412
+ <path
413
+ id="DejaVuSans-63"
414
+ d="M 3122 3366
415
+ L 3122 2828
416
+ Q 2878 2963 2633 3030
417
+ Q 2388 3097 2138 3097
418
+ Q 1578 3097 1268 2742
419
+ Q 959 2388 959 1747
420
+ Q 959 1106 1268 751
421
+ Q 1578 397 2138 397
422
+ Q 2388 397 2633 464
423
+ Q 2878 531 3122 666
424
+ L 3122 134
425
+ Q 2881 22 2623 -34
426
+ Q 2366 -91 2075 -91
427
+ Q 1284 -91 818 406
428
+ Q 353 903 353 1747
429
+ Q 353 2603 823 3093
430
+ Q 1294 3584 2113 3584
431
+ Q 2378 3584 2631 3529
432
+ Q 2884 3475 3122 3366
433
+ z
434
+ "
435
+ transform="scale(0.015625)"
436
+ />
437
+ </defs>
438
+ <use xlink:href="#DejaVuSans-42" />
439
+ <use xlink:href="#DejaVuSans-69" x="68.603516" />
440
+ <use xlink:href="#DejaVuSans-73" x="96.386719" />
441
+ <use xlink:href="#DejaVuSans-63" x="148.486328" />
442
+ <use xlink:href="#DejaVuSans-6f" x="203.466797" />
443
+ <use xlink:href="#DejaVuSans-65" x="264.648438" />
444
+ </g>
445
+ </g>
446
+ </g>
447
+ <g id="xtick_3">
448
+ <g id="line2d_3">
449
+ <g>
450
+ <use
451
+ xlink:href="#m5803b16f40"
452
+ x="355.2"
453
+ y="307.584"
454
+ style="stroke: #000000; stroke-width: 0.8"
455
+ />
456
+ </g>
457
+ </g>
458
+ <g id="text_3">
459
+ <!-- Dream -->
460
+ <g
461
+ transform="translate(338.396094 322.182437) scale(0.1 -0.1)"
462
+ >
463
+ <defs>
464
+ <path
465
+ id="DejaVuSans-44"
466
+ d="M 1259 4147
467
+ L 1259 519
468
+ L 2022 519
469
+ Q 2988 519 3436 956
470
+ Q 3884 1394 3884 2338
471
+ Q 3884 3275 3436 3711
472
+ Q 2988 4147 2022 4147
473
+ L 1259 4147
474
+ z
475
+ M 628 4666
476
+ L 1925 4666
477
+ Q 3281 4666 3915 4102
478
+ Q 4550 3538 4550 2338
479
+ Q 4550 1131 3912 565
480
+ Q 3275 0 1925 0
481
+ L 628 0
482
+ L 628 4666
483
+ z
484
+ "
485
+ transform="scale(0.015625)"
486
+ />
487
+ <path
488
+ id="DejaVuSans-61"
489
+ d="M 2194 1759
490
+ Q 1497 1759 1228 1600
491
+ Q 959 1441 959 1056
492
+ Q 959 750 1161 570
493
+ Q 1363 391 1709 391
494
+ Q 2188 391 2477 730
495
+ Q 2766 1069 2766 1631
496
+ L 2766 1759
497
+ L 2194 1759
498
+ z
499
+ M 3341 1997
500
+ L 3341 0
501
+ L 2766 0
502
+ L 2766 531
503
+ Q 2569 213 2275 61
504
+ Q 1981 -91 1556 -91
505
+ Q 1019 -91 701 211
506
+ Q 384 513 384 1019
507
+ Q 384 1609 779 1909
508
+ Q 1175 2209 1959 2209
509
+ L 2766 2209
510
+ L 2766 2266
511
+ Q 2766 2663 2505 2880
512
+ Q 2244 3097 1772 3097
513
+ Q 1472 3097 1187 3025
514
+ Q 903 2953 641 2809
515
+ L 641 3341
516
+ Q 956 3463 1253 3523
517
+ Q 1550 3584 1831 3584
518
+ Q 2591 3584 2966 3190
519
+ Q 3341 2797 3341 1997
520
+ z
521
+ "
522
+ transform="scale(0.015625)"
523
+ />
524
+ <path
525
+ id="DejaVuSans-6d"
526
+ d="M 3328 2828
527
+ Q 3544 3216 3844 3400
528
+ Q 4144 3584 4550 3584
529
+ Q 5097 3584 5394 3201
530
+ Q 5691 2819 5691 2113
531
+ L 5691 0
532
+ L 5113 0
533
+ L 5113 2094
534
+ Q 5113 2597 4934 2840
535
+ Q 4756 3084 4391 3084
536
+ Q 3944 3084 3684 2787
537
+ Q 3425 2491 3425 1978
538
+ L 3425 0
539
+ L 2847 0
540
+ L 2847 2094
541
+ Q 2847 2600 2669 2842
542
+ Q 2491 3084 2119 3084
543
+ Q 1678 3084 1418 2786
544
+ Q 1159 2488 1159 1978
545
+ L 1159 0
546
+ L 581 0
547
+ L 581 3500
548
+ L 1159 3500
549
+ L 1159 2956
550
+ Q 1356 3278 1631 3431
551
+ Q 1906 3584 2284 3584
552
+ Q 2666 3584 2933 3390
553
+ Q 3200 3197 3328 2828
554
+ z
555
+ "
556
+ transform="scale(0.015625)"
557
+ />
558
+ </defs>
559
+ <use xlink:href="#DejaVuSans-44" />
560
+ <use xlink:href="#DejaVuSans-72" x="77.001953" />
561
+ <use xlink:href="#DejaVuSans-65" x="115.865234" />
562
+ <use xlink:href="#DejaVuSans-61" x="177.388672" />
563
+ <use xlink:href="#DejaVuSans-6d" x="238.667969" />
564
+ </g>
565
+ </g>
566
+ </g>
567
+ <g id="text_4">
568
+ <!-- island -->
569
+ <g
570
+ transform="translate(221.370156 335.860562) scale(0.1 -0.1)"
571
+ >
572
+ <defs>
573
+ <path
574
+ id="DejaVuSans-6c"
575
+ d="M 603 4863
576
+ L 1178 4863
577
+ L 1178 0
578
+ L 603 0
579
+ L 603 4863
580
+ z
581
+ "
582
+ transform="scale(0.015625)"
583
+ />
584
+ <path
585
+ id="DejaVuSans-64"
586
+ d="M 2906 2969
587
+ L 2906 4863
588
+ L 3481 4863
589
+ L 3481 0
590
+ L 2906 0
591
+ L 2906 525
592
+ Q 2725 213 2448 61
593
+ Q 2172 -91 1784 -91
594
+ Q 1150 -91 751 415
595
+ Q 353 922 353 1747
596
+ Q 353 2572 751 3078
597
+ Q 1150 3584 1784 3584
598
+ Q 2172 3584 2448 3432
599
+ Q 2725 3281 2906 2969
600
+ z
601
+ M 947 1747
602
+ Q 947 1113 1208 752
603
+ Q 1469 391 1925 391
604
+ Q 2381 391 2643 752
605
+ Q 2906 1113 2906 1747
606
+ Q 2906 2381 2643 2742
607
+ Q 2381 3103 1925 3103
608
+ Q 1469 3103 1208 2742
609
+ Q 947 2381 947 1747
610
+ z
611
+ "
612
+ transform="scale(0.015625)"
613
+ />
614
+ </defs>
615
+ <use xlink:href="#DejaVuSans-69" />
616
+ <use xlink:href="#DejaVuSans-73" x="27.783203" />
617
+ <use xlink:href="#DejaVuSans-6c" x="79.882812" />
618
+ <use xlink:href="#DejaVuSans-61" x="107.666016" />
619
+ <use xlink:href="#DejaVuSans-6e" x="168.945312" />
620
+ <use xlink:href="#DejaVuSans-64" x="232.324219" />
621
+ </g>
622
+ </g>
623
+ </g>
624
+ <g id="matplotlib.axis_2">
625
+ <g id="ytick_1">
626
+ <g id="line2d_4">
627
+ <defs>
628
+ <path
629
+ id="m877e03cbde"
630
+ d="M 0 0
631
+ L -3.5 0
632
+ "
633
+ style="stroke: #000000; stroke-width: 0.8"
634
+ />
635
+ </defs>
636
+ <g>
637
+ <use
638
+ xlink:href="#m877e03cbde"
639
+ x="57.6"
640
+ y="307.584"
641
+ style="stroke: #000000; stroke-width: 0.8"
642
+ />
643
+ </g>
644
+ </g>
645
+ <g id="text_5">
646
+ <!-- 0 -->
647
+ <g
648
+ transform="translate(44.2375 311.383219) scale(0.1 -0.1)"
649
+ >
650
+ <defs>
651
+ <path
652
+ id="DejaVuSans-30"
653
+ d="M 2034 4250
654
+ Q 1547 4250 1301 3770
655
+ Q 1056 3291 1056 2328
656
+ Q 1056 1369 1301 889
657
+ Q 1547 409 2034 409
658
+ Q 2525 409 2770 889
659
+ Q 3016 1369 3016 2328
660
+ Q 3016 3291 2770 3770
661
+ Q 2525 4250 2034 4250
662
+ z
663
+ M 2034 4750
664
+ Q 2819 4750 3233 4129
665
+ Q 3647 3509 3647 2328
666
+ Q 3647 1150 3233 529
667
+ Q 2819 -91 2034 -91
668
+ Q 1250 -91 836 529
669
+ Q 422 1150 422 2328
670
+ Q 422 3509 836 4129
671
+ Q 1250 4750 2034 4750
672
+ z
673
+ "
674
+ transform="scale(0.015625)"
675
+ />
676
+ </defs>
677
+ <use xlink:href="#DejaVuSans-30" />
678
+ </g>
679
+ </g>
680
+ </g>
681
+ <g id="ytick_2">
682
+ <g id="line2d_5">
683
+ <g>
684
+ <use
685
+ xlink:href="#m877e03cbde"
686
+ x="57.6"
687
+ y="255.127153"
688
+ style="stroke: #000000; stroke-width: 0.8"
689
+ />
690
+ </g>
691
+ </g>
692
+ <g id="text_6">
693
+ <!-- 1000 -->
694
+ <g
695
+ transform="translate(25.15 258.926371) scale(0.1 -0.1)"
696
+ >
697
+ <defs>
698
+ <path
699
+ id="DejaVuSans-31"
700
+ d="M 794 531
701
+ L 1825 531
702
+ L 1825 4091
703
+ L 703 3866
704
+ L 703 4441
705
+ L 1819 4666
706
+ L 2450 4666
707
+ L 2450 531
708
+ L 3481 531
709
+ L 3481 0
710
+ L 794 0
711
+ L 794 531
712
+ z
713
+ "
714
+ transform="scale(0.015625)"
715
+ />
716
+ </defs>
717
+ <use xlink:href="#DejaVuSans-31" />
718
+ <use xlink:href="#DejaVuSans-30" x="63.623047" />
719
+ <use xlink:href="#DejaVuSans-30" x="127.246094" />
720
+ <use xlink:href="#DejaVuSans-30" x="190.869141" />
721
+ </g>
722
+ </g>
723
+ </g>
724
+ <g id="ytick_3">
725
+ <g id="line2d_6">
726
+ <g>
727
+ <use
728
+ xlink:href="#m877e03cbde"
729
+ x="57.6"
730
+ y="202.670305"
731
+ style="stroke: #000000; stroke-width: 0.8"
732
+ />
733
+ </g>
734
+ </g>
735
+ <g id="text_7">
736
+ <!-- 2000 -->
737
+ <g
738
+ transform="translate(25.15 206.469524) scale(0.1 -0.1)"
739
+ >
740
+ <defs>
741
+ <path
742
+ id="DejaVuSans-32"
743
+ d="M 1228 531
744
+ L 3431 531
745
+ L 3431 0
746
+ L 469 0
747
+ L 469 531
748
+ Q 828 903 1448 1529
749
+ Q 2069 2156 2228 2338
750
+ Q 2531 2678 2651 2914
751
+ Q 2772 3150 2772 3378
752
+ Q 2772 3750 2511 3984
753
+ Q 2250 4219 1831 4219
754
+ Q 1534 4219 1204 4116
755
+ Q 875 4013 500 3803
756
+ L 500 4441
757
+ Q 881 4594 1212 4672
758
+ Q 1544 4750 1819 4750
759
+ Q 2544 4750 2975 4387
760
+ Q 3406 4025 3406 3419
761
+ Q 3406 3131 3298 2873
762
+ Q 3191 2616 2906 2266
763
+ Q 2828 2175 2409 1742
764
+ Q 1991 1309 1228 531
765
+ z
766
+ "
767
+ transform="scale(0.015625)"
768
+ />
769
+ </defs>
770
+ <use xlink:href="#DejaVuSans-32" />
771
+ <use xlink:href="#DejaVuSans-30" x="63.623047" />
772
+ <use xlink:href="#DejaVuSans-30" x="127.246094" />
773
+ <use xlink:href="#DejaVuSans-30" x="190.869141" />
774
+ </g>
775
+ </g>
776
+ </g>
777
+ <g id="ytick_4">
778
+ <g id="line2d_7">
779
+ <g>
780
+ <use
781
+ xlink:href="#m877e03cbde"
782
+ x="57.6"
783
+ y="150.213458"
784
+ style="stroke: #000000; stroke-width: 0.8"
785
+ />
786
+ </g>
787
+ </g>
788
+ <g id="text_8">
789
+ <!-- 3000 -->
790
+ <g
791
+ transform="translate(25.15 154.012677) scale(0.1 -0.1)"
792
+ >
793
+ <defs>
794
+ <path
795
+ id="DejaVuSans-33"
796
+ d="M 2597 2516
797
+ Q 3050 2419 3304 2112
798
+ Q 3559 1806 3559 1356
799
+ Q 3559 666 3084 287
800
+ Q 2609 -91 1734 -91
801
+ Q 1441 -91 1130 -33
802
+ Q 819 25 488 141
803
+ L 488 750
804
+ Q 750 597 1062 519
805
+ Q 1375 441 1716 441
806
+ Q 2309 441 2620 675
807
+ Q 2931 909 2931 1356
808
+ Q 2931 1769 2642 2001
809
+ Q 2353 2234 1838 2234
810
+ L 1294 2234
811
+ L 1294 2753
812
+ L 1863 2753
813
+ Q 2328 2753 2575 2939
814
+ Q 2822 3125 2822 3475
815
+ Q 2822 3834 2567 4026
816
+ Q 2313 4219 1838 4219
817
+ Q 1578 4219 1281 4162
818
+ Q 984 4106 628 3988
819
+ L 628 4550
820
+ Q 988 4650 1302 4700
821
+ Q 1616 4750 1894 4750
822
+ Q 2613 4750 3031 4423
823
+ Q 3450 4097 3450 3541
824
+ Q 3450 3153 3228 2886
825
+ Q 3006 2619 2597 2516
826
+ z
827
+ "
828
+ transform="scale(0.015625)"
829
+ />
830
+ </defs>
831
+ <use xlink:href="#DejaVuSans-33" />
832
+ <use xlink:href="#DejaVuSans-30" x="63.623047" />
833
+ <use xlink:href="#DejaVuSans-30" x="127.246094" />
834
+ <use xlink:href="#DejaVuSans-30" x="190.869141" />
835
+ </g>
836
+ </g>
837
+ </g>
838
+ <g id="ytick_5">
839
+ <g id="line2d_8">
840
+ <g>
841
+ <use
842
+ xlink:href="#m877e03cbde"
843
+ x="57.6"
844
+ y="97.756611"
845
+ style="stroke: #000000; stroke-width: 0.8"
846
+ />
847
+ </g>
848
+ </g>
849
+ <g id="text_9">
850
+ <!-- 4000 -->
851
+ <g
852
+ transform="translate(25.15 101.555829) scale(0.1 -0.1)"
853
+ >
854
+ <defs>
855
+ <path
856
+ id="DejaVuSans-34"
857
+ d="M 2419 4116
858
+ L 825 1625
859
+ L 2419 1625
860
+ L 2419 4116
861
+ z
862
+ M 2253 4666
863
+ L 3047 4666
864
+ L 3047 1625
865
+ L 3713 1625
866
+ L 3713 1100
867
+ L 3047 1100
868
+ L 3047 0
869
+ L 2419 0
870
+ L 2419 1100
871
+ L 313 1100
872
+ L 313 1709
873
+ L 2253 4666
874
+ z
875
+ "
876
+ transform="scale(0.015625)"
877
+ />
878
+ </defs>
879
+ <use xlink:href="#DejaVuSans-34" />
880
+ <use xlink:href="#DejaVuSans-30" x="63.623047" />
881
+ <use xlink:href="#DejaVuSans-30" x="127.246094" />
882
+ <use xlink:href="#DejaVuSans-30" x="190.869141" />
883
+ </g>
884
+ </g>
885
+ </g>
886
+ <g id="ytick_6">
887
+ <g id="line2d_9">
888
+ <g>
889
+ <use
890
+ xlink:href="#m877e03cbde"
891
+ x="57.6"
892
+ y="45.299763"
893
+ style="stroke: #000000; stroke-width: 0.8"
894
+ />
895
+ </g>
896
+ </g>
897
+ <g id="text_10">
898
+ <!-- 5000 -->
899
+ <g transform="translate(25.15 49.098982) scale(0.1 -0.1)">
900
+ <defs>
901
+ <path
902
+ id="DejaVuSans-35"
903
+ d="M 691 4666
904
+ L 3169 4666
905
+ L 3169 4134
906
+ L 1269 4134
907
+ L 1269 2991
908
+ Q 1406 3038 1543 3061
909
+ Q 1681 3084 1819 3084
910
+ Q 2600 3084 3056 2656
911
+ Q 3513 2228 3513 1497
912
+ Q 3513 744 3044 326
913
+ Q 2575 -91 1722 -91
914
+ Q 1428 -91 1123 -41
915
+ Q 819 9 494 109
916
+ L 494 744
917
+ Q 775 591 1075 516
918
+ Q 1375 441 1709 441
919
+ Q 2250 441 2565 725
920
+ Q 2881 1009 2881 1497
921
+ Q 2881 1984 2565 2268
922
+ Q 2250 2553 1709 2553
923
+ Q 1456 2553 1204 2497
924
+ Q 953 2441 691 2322
925
+ L 691 4666
926
+ z
927
+ "
928
+ transform="scale(0.015625)"
929
+ />
930
+ </defs>
931
+ <use xlink:href="#DejaVuSans-35" />
932
+ <use xlink:href="#DejaVuSans-30" x="63.623047" />
933
+ <use xlink:href="#DejaVuSans-30" x="127.246094" />
934
+ <use xlink:href="#DejaVuSans-30" x="190.869141" />
935
+ </g>
936
+ </g>
937
+ </g>
938
+ <g id="text_11">
939
+ <!-- body_mass_g -->
940
+ <g
941
+ transform="translate(18.792187 208.213156) rotate(-90) scale(0.1 -0.1)"
942
+ >
943
+ <defs>
944
+ <path
945
+ id="DejaVuSans-62"
946
+ d="M 3116 1747
947
+ Q 3116 2381 2855 2742
948
+ Q 2594 3103 2138 3103
949
+ Q 1681 3103 1420 2742
950
+ Q 1159 2381 1159 1747
951
+ Q 1159 1113 1420 752
952
+ Q 1681 391 2138 391
953
+ Q 2594 391 2855 752
954
+ Q 3116 1113 3116 1747
955
+ z
956
+ M 1159 2969
957
+ Q 1341 3281 1617 3432
958
+ Q 1894 3584 2278 3584
959
+ Q 2916 3584 3314 3078
960
+ Q 3713 2572 3713 1747
961
+ Q 3713 922 3314 415
962
+ Q 2916 -91 2278 -91
963
+ Q 1894 -91 1617 61
964
+ Q 1341 213 1159 525
965
+ L 1159 0
966
+ L 581 0
967
+ L 581 4863
968
+ L 1159 4863
969
+ L 1159 2969
970
+ z
971
+ "
972
+ transform="scale(0.015625)"
973
+ />
974
+ <path
975
+ id="DejaVuSans-79"
976
+ d="M 2059 -325
977
+ Q 1816 -950 1584 -1140
978
+ Q 1353 -1331 966 -1331
979
+ L 506 -1331
980
+ L 506 -850
981
+ L 844 -850
982
+ Q 1081 -850 1212 -737
983
+ Q 1344 -625 1503 -206
984
+ L 1606 56
985
+ L 191 3500
986
+ L 800 3500
987
+ L 1894 763
988
+ L 2988 3500
989
+ L 3597 3500
990
+ L 2059 -325
991
+ z
992
+ "
993
+ transform="scale(0.015625)"
994
+ />
995
+ <path
996
+ id="DejaVuSans-5f"
997
+ d="M 3263 -1063
998
+ L 3263 -1509
999
+ L -63 -1509
1000
+ L -63 -1063
1001
+ L 3263 -1063
1002
+ z
1003
+ "
1004
+ transform="scale(0.015625)"
1005
+ />
1006
+ </defs>
1007
+ <use xlink:href="#DejaVuSans-62" />
1008
+ <use xlink:href="#DejaVuSans-6f" x="63.476562" />
1009
+ <use xlink:href="#DejaVuSans-64" x="124.658203" />
1010
+ <use xlink:href="#DejaVuSans-79" x="188.134766" />
1011
+ <use xlink:href="#DejaVuSans-5f" x="247.314453" />
1012
+ <use xlink:href="#DejaVuSans-6d" x="297.314453" />
1013
+ <use xlink:href="#DejaVuSans-61" x="394.726562" />
1014
+ <use xlink:href="#DejaVuSans-73" x="456.005859" />
1015
+ <use xlink:href="#DejaVuSans-73" x="508.105469" />
1016
+ <use xlink:href="#DejaVuSans-5f" x="560.205078" />
1017
+ <use xlink:href="#DejaVuSans-67" x="610.205078" />
1018
+ </g>
1019
+ </g>
1020
+ </g>
1021
+ <g id="line2d_10">
1022
+ <path
1023
+ d="M 117.12 119.24399
1024
+ L 117.12 107.011587
1025
+ "
1026
+ clip-path="url(#peeee030fd8)"
1027
+ style="
1028
+ fill: none;
1029
+ stroke: #424242;
1030
+ stroke-width: 2.7;
1031
+ stroke-linecap: square;
1032
+ "
1033
+ />
1034
+ </g>
1035
+ <g id="line2d_11">
1036
+ <path
1037
+ d="M 236.16 66.860435
1038
+ L 236.16 54.144
1039
+ "
1040
+ clip-path="url(#peeee030fd8)"
1041
+ style="
1042
+ fill: none;
1043
+ stroke: #424242;
1044
+ stroke-width: 2.7;
1045
+ stroke-linecap: square;
1046
+ "
1047
+ />
1048
+ </g>
1049
+ <g id="line2d_12">
1050
+ <path
1051
+ d="M 355.2 116.720396
1052
+ L 355.2 108.966882
1053
+ "
1054
+ clip-path="url(#peeee030fd8)"
1055
+ style="
1056
+ fill: none;
1057
+ stroke: #424242;
1058
+ stroke-width: 2.7;
1059
+ stroke-linecap: square;
1060
+ "
1061
+ />
1062
+ </g>
1063
+ <g id="patch_6">
1064
+ <path
1065
+ d="M 57.6 307.584
1066
+ L 57.6 41.472
1067
+ "
1068
+ style="
1069
+ fill: none;
1070
+ stroke: #000000;
1071
+ stroke-width: 0.8;
1072
+ stroke-linejoin: miter;
1073
+ stroke-linecap: square;
1074
+ "
1075
+ />
1076
+ </g>
1077
+ <g id="patch_7">
1078
+ <path
1079
+ d="M 414.72 307.584
1080
+ L 414.72 41.472
1081
+ "
1082
+ style="
1083
+ fill: none;
1084
+ stroke: #000000;
1085
+ stroke-width: 0.8;
1086
+ stroke-linejoin: miter;
1087
+ stroke-linecap: square;
1088
+ "
1089
+ />
1090
+ </g>
1091
+ <g id="patch_8">
1092
+ <path
1093
+ d="M 57.6 307.584
1094
+ L 414.72 307.584
1095
+ "
1096
+ style="
1097
+ fill: none;
1098
+ stroke: #000000;
1099
+ stroke-width: 0.8;
1100
+ stroke-linejoin: miter;
1101
+ stroke-linecap: square;
1102
+ "
1103
+ />
1104
+ </g>
1105
+ <g id="patch_9">
1106
+ <path
1107
+ d="M 57.6 41.472
1108
+ L 414.72 41.472
1109
+ "
1110
+ style="
1111
+ fill: none;
1112
+ stroke: #000000;
1113
+ stroke-width: 0.8;
1114
+ stroke-linejoin: miter;
1115
+ stroke-linecap: square;
1116
+ "
1117
+ />
1118
+ </g>
1119
+ </g>
1120
+ </g>
1121
+ <defs>
1122
+ <clipPath id="peeee030fd8">
1123
+ <rect x="57.6" y="41.472" width="357.12" height="266.112" />
1124
+ </clipPath>
1125
+ </defs>
1126
+ </svg>
1127
+ </div>
1128
+ <div id="info" aria-live="assertive" aria-atomic="true">
1129
+ <p id="x"></p>
1130
+ <p id="y"></p>
1131
+ </div>
1132
+ <div
1133
+ id="announcements"
1134
+ aria-live="assertive"
1135
+ aria-atomic="true"
1136
+ class="mb-3"
1137
+ ></div>
1138
+ </div>
1139
+ </div>
1140
+ <script>
1141
+ var maidr = {
1142
+ type: 'barplot',
1143
+ title: 'barplot',
1144
+ elements: Array.from(document.querySelectorAll('path')).slice(2, 3 + 2),
1145
+ axes: {
1146
+ x: {
1147
+ label: 'Cut',
1148
+ format: ['Torgersen', 'Biscoe', 'Dream'],
1149
+ },
1150
+ y: {
1151
+ label: 'Count',
1152
+ },
1153
+ },
1154
+ data: [3706.372549019608, 4716.017964071856, 3712.9032258064517],
1155
+ };
1156
+ </script>
1157
+ <script src="../src/js/constants.js"></script>
1158
+ <script src="../src/js/audio.js"></script>
1159
+ <script src="../src/js/display.js"></script>
1160
+ <script src="../src/js/barplot.js"></script>
1161
+ <script src="../src/js/boxplot.js"></script>
1162
+ <script src="../src/js/heatmap.js"></script>
1163
+ <script src="../src/js/scatterplot.js"></script>
1164
+ <script src="../src/js/init.js"></script>
1165
+ <script src="../src/js/controls.js"></script>
1166
+ </body>
1167
+ </html>