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,1056 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>SVG Barplot</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
+ Use left and right arrows to navigate the graph. Press spacebar to hear
12
+ the sound of a certain bar again.
13
+ </p>
14
+
15
+ <div id="container" data-plottype="bar">
16
+ <div id="braille-div">
17
+ <input id="braille-input" class="braille-input hidden" type="text" />
18
+ </div>
19
+
20
+ <!-- barplot_diamonds_gridSVG.svg -->
21
+ <div id="svg-container">
22
+ <svg
23
+ xmlns="http://www.w3.org/2000/svg"
24
+ xmlns:xlink="http://www.w3.org/1999/xlink"
25
+ width="672px"
26
+ height="672px"
27
+ viewBox="0 0 672 672"
28
+ version="1.1"
29
+ >
30
+ <metadata
31
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
32
+ >
33
+ <gridsvg:generator
34
+ name="gridSVG"
35
+ version="1.7-4"
36
+ time="2022-07-14 14:26:55"
37
+ />
38
+ <gridsvg:argument
39
+ name="name"
40
+ value="barplot_diamonds_gridSVG.svg"
41
+ />
42
+ <gridsvg:argument name="exportCoords" value="none" />
43
+ <gridsvg:argument name="exportMappings" value="none" />
44
+ <gridsvg:argument name="exportJS" value="none" />
45
+ <gridsvg:argument name="res" value="96" />
46
+ <gridsvg:argument name="prefix" value="" />
47
+ <gridsvg:argument name="addClasses" value="FALSE" />
48
+ <gridsvg:argument name="indent" value="TRUE" />
49
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
50
+ <gridsvg:argument name="usePaths" value="vpPaths" />
51
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
52
+ <gridsvg:separator name="id.sep" value="." />
53
+ <gridsvg:separator name="gPath.sep" value="::" />
54
+ <gridsvg:separator name="vpPath.sep" value="::" />
55
+ </metadata>
56
+ <g transform="translate(0, 672) scale(1, -1)">
57
+ <g
58
+ id="gridSVG"
59
+ fill="none"
60
+ stroke="rgb(0,0,0)"
61
+ stroke-dasharray="none"
62
+ stroke-width="1"
63
+ font-size="16"
64
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
65
+ opacity="1"
66
+ stroke-linecap="round"
67
+ stroke-linejoin="round"
68
+ stroke-miterlimit="10"
69
+ stroke-opacity="1"
70
+ fill-opacity="0"
71
+ font-weight="normal"
72
+ font-style="normal"
73
+ >
74
+ <g id="layout.1">
75
+ <g id="layout.2">
76
+ <defs>
77
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
78
+ <rect
79
+ x="0"
80
+ y="0"
81
+ width="672"
82
+ height="672"
83
+ fill="none"
84
+ stroke="none"
85
+ />
86
+ </clipPath>
87
+ </defs>
88
+ <g
89
+ id="layout::background.1-9-12-1.1"
90
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)"
91
+ >
92
+ <g id="background.1-9-12-1.1">
93
+ <rect
94
+ id="background.1-9-12-1.1.1"
95
+ x="0"
96
+ y="0"
97
+ width="672"
98
+ height="672"
99
+ transform=""
100
+ stroke-width="1.42"
101
+ stroke="rgb(255,255,255)"
102
+ fill="rgb(255,255,255)"
103
+ stroke-dasharray="none"
104
+ stroke-opacity="1"
105
+ fill-opacity="1"
106
+ />
107
+ </g>
108
+ </g>
109
+ <defs>
110
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
111
+ <rect
112
+ x="67.53"
113
+ y="44.53"
114
+ width="597.16"
115
+ height="620.16"
116
+ fill="none"
117
+ stroke="none"
118
+ />
119
+ </clipPath>
120
+ </defs>
121
+ <g
122
+ id="layout::panel.7-5-7-5.1"
123
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
124
+ >
125
+ <g id="panel.7-5-7-5.1">
126
+ <g id="grill.gTree.13.1">
127
+ <g id="panel.background..rect.6.1">
128
+ <rect
129
+ id="panel.background..rect.6.1.1"
130
+ x="67.53"
131
+ y="44.53"
132
+ width="597.16"
133
+ height="620.16"
134
+ transform=""
135
+ stroke-width="1.42"
136
+ stroke="none"
137
+ fill="rgb(235,235,235)"
138
+ stroke-dasharray="none"
139
+ stroke-opacity="0"
140
+ fill-opacity="1"
141
+ />
142
+ </g>
143
+ <g id="panel.grid.minor.y..polyline.8.1">
144
+ <polyline
145
+ id="panel.grid.minor.y..polyline.8.1.1"
146
+ points="67.53,138.12 664.69,138.12"
147
+ stroke="rgb(255,255,255)"
148
+ fill="none"
149
+ stroke-width="0.71"
150
+ stroke-dasharray="none"
151
+ stroke-linecap="butt"
152
+ stroke-opacity="1"
153
+ fill-opacity="1"
154
+ />
155
+ <polyline
156
+ id="panel.grid.minor.y..polyline.8.1.2"
157
+ points="67.53,268.93 664.69,268.93"
158
+ stroke="rgb(255,255,255)"
159
+ fill="none"
160
+ stroke-width="0.71"
161
+ stroke-dasharray="none"
162
+ stroke-linecap="butt"
163
+ stroke-opacity="1"
164
+ fill-opacity="1"
165
+ />
166
+ <polyline
167
+ id="panel.grid.minor.y..polyline.8.1.3"
168
+ points="67.53,399.73 664.69,399.73"
169
+ stroke="rgb(255,255,255)"
170
+ fill="none"
171
+ stroke-width="0.71"
172
+ stroke-dasharray="none"
173
+ stroke-linecap="butt"
174
+ stroke-opacity="1"
175
+ fill-opacity="1"
176
+ />
177
+ <polyline
178
+ id="panel.grid.minor.y..polyline.8.1.4"
179
+ points="67.53,530.53 664.69,530.53"
180
+ stroke="rgb(255,255,255)"
181
+ fill="none"
182
+ stroke-width="0.71"
183
+ stroke-dasharray="none"
184
+ stroke-linecap="butt"
185
+ stroke-opacity="1"
186
+ fill-opacity="1"
187
+ />
188
+ <polyline
189
+ id="panel.grid.minor.y..polyline.8.1.5"
190
+ points="67.53,661.33 664.69,661.33"
191
+ stroke="rgb(255,255,255)"
192
+ fill="none"
193
+ stroke-width="0.71"
194
+ stroke-dasharray="none"
195
+ stroke-linecap="butt"
196
+ stroke-opacity="1"
197
+ fill-opacity="1"
198
+ />
199
+ </g>
200
+ <g id="panel.grid.major.y..polyline.10.1">
201
+ <polyline
202
+ id="panel.grid.major.y..polyline.10.1.1"
203
+ points="67.53,72.72 664.69,72.72"
204
+ stroke="rgb(255,255,255)"
205
+ fill="none"
206
+ stroke-width="1.42"
207
+ stroke-dasharray="none"
208
+ stroke-linecap="butt"
209
+ stroke-opacity="1"
210
+ fill-opacity="1"
211
+ />
212
+ <polyline
213
+ id="panel.grid.major.y..polyline.10.1.2"
214
+ points="67.53,203.53 664.69,203.53"
215
+ stroke="rgb(255,255,255)"
216
+ fill="none"
217
+ stroke-width="1.42"
218
+ stroke-dasharray="none"
219
+ stroke-linecap="butt"
220
+ stroke-opacity="1"
221
+ fill-opacity="1"
222
+ />
223
+ <polyline
224
+ id="panel.grid.major.y..polyline.10.1.3"
225
+ points="67.53,334.33 664.69,334.33"
226
+ stroke="rgb(255,255,255)"
227
+ fill="none"
228
+ stroke-width="1.42"
229
+ stroke-dasharray="none"
230
+ stroke-linecap="butt"
231
+ stroke-opacity="1"
232
+ fill-opacity="1"
233
+ />
234
+ <polyline
235
+ id="panel.grid.major.y..polyline.10.1.4"
236
+ points="67.53,465.13 664.69,465.13"
237
+ stroke="rgb(255,255,255)"
238
+ fill="none"
239
+ stroke-width="1.42"
240
+ stroke-dasharray="none"
241
+ stroke-linecap="butt"
242
+ stroke-opacity="1"
243
+ fill-opacity="1"
244
+ />
245
+ <polyline
246
+ id="panel.grid.major.y..polyline.10.1.5"
247
+ points="67.53,595.93 664.69,595.93"
248
+ stroke="rgb(255,255,255)"
249
+ fill="none"
250
+ stroke-width="1.42"
251
+ stroke-dasharray="none"
252
+ stroke-linecap="butt"
253
+ stroke-opacity="1"
254
+ fill-opacity="1"
255
+ />
256
+ </g>
257
+ <g id="panel.grid.major.x..polyline.12.1">
258
+ <polyline
259
+ id="panel.grid.major.x..polyline.12.1.1"
260
+ points="136.44,44.53 136.44,664.69"
261
+ stroke="rgb(255,255,255)"
262
+ fill="none"
263
+ stroke-width="1.42"
264
+ stroke-dasharray="none"
265
+ stroke-linecap="butt"
266
+ stroke-opacity="1"
267
+ fill-opacity="1"
268
+ />
269
+ <polyline
270
+ id="panel.grid.major.x..polyline.12.1.2"
271
+ points="251.28,44.53 251.28,664.69"
272
+ stroke="rgb(255,255,255)"
273
+ fill="none"
274
+ stroke-width="1.42"
275
+ stroke-dasharray="none"
276
+ stroke-linecap="butt"
277
+ stroke-opacity="1"
278
+ fill-opacity="1"
279
+ />
280
+ <polyline
281
+ id="panel.grid.major.x..polyline.12.1.3"
282
+ points="366.11,44.53 366.11,664.69"
283
+ stroke="rgb(255,255,255)"
284
+ fill="none"
285
+ stroke-width="1.42"
286
+ stroke-dasharray="none"
287
+ stroke-linecap="butt"
288
+ stroke-opacity="1"
289
+ fill-opacity="1"
290
+ />
291
+ <polyline
292
+ id="panel.grid.major.x..polyline.12.1.4"
293
+ points="480.95,44.53 480.95,664.69"
294
+ stroke="rgb(255,255,255)"
295
+ fill="none"
296
+ stroke-width="1.42"
297
+ stroke-dasharray="none"
298
+ stroke-linecap="butt"
299
+ stroke-opacity="1"
300
+ fill-opacity="1"
301
+ />
302
+ <polyline
303
+ id="panel.grid.major.x..polyline.12.1.5"
304
+ points="595.79,44.53 595.79,664.69"
305
+ stroke="rgb(255,255,255)"
306
+ fill="none"
307
+ stroke-width="1.42"
308
+ stroke-dasharray="none"
309
+ stroke-linecap="butt"
310
+ stroke-opacity="1"
311
+ fill-opacity="1"
312
+ />
313
+ </g>
314
+ </g>
315
+ <g id="geom_rect.rect.2.1">
316
+ <rect
317
+ id="geom_rect.rect.2.1.1"
318
+ x="84.76"
319
+ y="72.72"
320
+ width="103.35"
321
+ height="42.12"
322
+ transform=""
323
+ stroke="none"
324
+ fill="rgb(89,89,89)"
325
+ stroke-width="1.42"
326
+ stroke-dasharray="none"
327
+ stroke-linejoin="miter"
328
+ stroke-linecap="square"
329
+ stroke-opacity="0"
330
+ fill-opacity="1"
331
+ />
332
+ <rect
333
+ id="geom_rect.rect.2.1.2"
334
+ x="199.6"
335
+ y="72.72"
336
+ width="103.35"
337
+ height="128.34"
338
+ transform=""
339
+ stroke="none"
340
+ fill="rgb(89,89,89)"
341
+ stroke-width="1.42"
342
+ stroke-dasharray="none"
343
+ stroke-linejoin="miter"
344
+ stroke-linecap="square"
345
+ stroke-opacity="0"
346
+ fill-opacity="1"
347
+ />
348
+ <rect
349
+ id="geom_rect.rect.2.1.3"
350
+ x="314.44"
351
+ y="72.72"
352
+ width="103.35"
353
+ height="316.07"
354
+ transform=""
355
+ stroke="none"
356
+ fill="rgb(89,89,89)"
357
+ stroke-width="1.42"
358
+ stroke-dasharray="none"
359
+ stroke-linejoin="miter"
360
+ stroke-linecap="square"
361
+ stroke-opacity="0"
362
+ fill-opacity="1"
363
+ />
364
+ <rect
365
+ id="geom_rect.rect.2.1.4"
366
+ x="429.28"
367
+ y="72.72"
368
+ width="103.35"
369
+ height="360.78"
370
+ transform=""
371
+ stroke="none"
372
+ fill="rgb(89,89,89)"
373
+ stroke-width="1.42"
374
+ stroke-dasharray="none"
375
+ stroke-linejoin="miter"
376
+ stroke-linecap="square"
377
+ stroke-opacity="0"
378
+ fill-opacity="1"
379
+ />
380
+ <rect
381
+ id="geom_rect.rect.2.1.5"
382
+ x="544.11"
383
+ y="72.72"
384
+ width="103.35"
385
+ height="563.78"
386
+ transform=""
387
+ stroke="none"
388
+ fill="rgb(89,89,89)"
389
+ stroke-width="1.42"
390
+ stroke-dasharray="none"
391
+ stroke-linejoin="miter"
392
+ stroke-linecap="square"
393
+ stroke-opacity="0"
394
+ fill-opacity="1"
395
+ />
396
+ </g>
397
+ </g>
398
+ </g>
399
+ <g id="layout::spacer.8-6-8-6.1" />
400
+ <g id="layout::spacer.8-4-8-4.1" />
401
+ <g id="layout::spacer.6-6-6-6.1" />
402
+ <g id="layout::spacer.6-4-6-4.1" />
403
+ <g id="layout::axis-t.6-5-6-5.1" />
404
+ <g id="layout::axis-l.7-4-7-4.1">
405
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
406
+ <g id="axis-l.7-4-7-4.1">
407
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
408
+ <g id="axis.1">
409
+ <g
410
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1"
411
+ >
412
+ <g
413
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
414
+ font-size="11.73"
415
+ stroke="rgb(77,77,77)"
416
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
417
+ stroke-opacity="1"
418
+ font-weight="normal"
419
+ font-style="normal"
420
+ >
421
+ <g
422
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1"
423
+ >
424
+ <g id="axis.1-1-1-1.1">
425
+ <g id="GRID.text.21.1">
426
+ <g
427
+ id="GRID.text.21.1.1"
428
+ transform="translate(60.96, 72.72)"
429
+ stroke-width="0.1"
430
+ >
431
+ <g
432
+ id="GRID.text.21.1.1.scale"
433
+ transform="scale(1, -1)"
434
+ >
435
+ <text
436
+ x="0"
437
+ y="0"
438
+ id="GRID.text.21.1.1.text"
439
+ text-anchor="end"
440
+ font-size="11.73"
441
+ stroke="rgb(77,77,77)"
442
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
443
+ fill="rgb(77,77,77)"
444
+ stroke-opacity="1"
445
+ fill-opacity="1"
446
+ font-weight="normal"
447
+ font-style="normal"
448
+ >
449
+ <tspan
450
+ id="GRID.text.21.1.1.tspan.1"
451
+ dy="5"
452
+ x="0"
453
+ >
454
+ 0
455
+ </tspan>
456
+ </text>
457
+ </g>
458
+ </g>
459
+ <g
460
+ id="GRID.text.21.1.2"
461
+ transform="translate(60.96, 203.53)"
462
+ stroke-width="0.1"
463
+ >
464
+ <g
465
+ id="GRID.text.21.1.2.scale"
466
+ transform="scale(1, -1)"
467
+ >
468
+ <text
469
+ x="0"
470
+ y="0"
471
+ id="GRID.text.21.1.2.text"
472
+ text-anchor="end"
473
+ font-size="11.73"
474
+ stroke="rgb(77,77,77)"
475
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
476
+ fill="rgb(77,77,77)"
477
+ stroke-opacity="1"
478
+ fill-opacity="1"
479
+ font-weight="normal"
480
+ font-style="normal"
481
+ >
482
+ <tspan
483
+ id="GRID.text.21.1.2.tspan.1"
484
+ dy="5"
485
+ x="0"
486
+ >
487
+ 5000
488
+ </tspan>
489
+ </text>
490
+ </g>
491
+ </g>
492
+ <g
493
+ id="GRID.text.21.1.3"
494
+ transform="translate(60.96, 334.33)"
495
+ stroke-width="0.1"
496
+ >
497
+ <g
498
+ id="GRID.text.21.1.3.scale"
499
+ transform="scale(1, -1)"
500
+ >
501
+ <text
502
+ x="0"
503
+ y="0"
504
+ id="GRID.text.21.1.3.text"
505
+ text-anchor="end"
506
+ font-size="11.73"
507
+ stroke="rgb(77,77,77)"
508
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
509
+ fill="rgb(77,77,77)"
510
+ stroke-opacity="1"
511
+ fill-opacity="1"
512
+ font-weight="normal"
513
+ font-style="normal"
514
+ >
515
+ <tspan
516
+ id="GRID.text.21.1.3.tspan.1"
517
+ dy="5"
518
+ x="0"
519
+ >
520
+ 10000
521
+ </tspan>
522
+ </text>
523
+ </g>
524
+ </g>
525
+ <g
526
+ id="GRID.text.21.1.4"
527
+ transform="translate(60.96, 465.13)"
528
+ stroke-width="0.1"
529
+ >
530
+ <g
531
+ id="GRID.text.21.1.4.scale"
532
+ transform="scale(1, -1)"
533
+ >
534
+ <text
535
+ x="0"
536
+ y="0"
537
+ id="GRID.text.21.1.4.text"
538
+ text-anchor="end"
539
+ font-size="11.73"
540
+ stroke="rgb(77,77,77)"
541
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
542
+ fill="rgb(77,77,77)"
543
+ stroke-opacity="1"
544
+ fill-opacity="1"
545
+ font-weight="normal"
546
+ font-style="normal"
547
+ >
548
+ <tspan
549
+ id="GRID.text.21.1.4.tspan.1"
550
+ dy="5"
551
+ x="0"
552
+ >
553
+ 15000
554
+ </tspan>
555
+ </text>
556
+ </g>
557
+ </g>
558
+ <g
559
+ id="GRID.text.21.1.5"
560
+ transform="translate(60.96, 595.93)"
561
+ stroke-width="0.1"
562
+ >
563
+ <g
564
+ id="GRID.text.21.1.5.scale"
565
+ transform="scale(1, -1)"
566
+ >
567
+ <text
568
+ x="0"
569
+ y="0"
570
+ id="GRID.text.21.1.5.text"
571
+ text-anchor="end"
572
+ font-size="11.73"
573
+ stroke="rgb(77,77,77)"
574
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
575
+ fill="rgb(77,77,77)"
576
+ stroke-opacity="1"
577
+ fill-opacity="1"
578
+ font-weight="normal"
579
+ font-style="normal"
580
+ >
581
+ <tspan
582
+ id="GRID.text.21.1.5.tspan.1"
583
+ dy="5"
584
+ x="0"
585
+ >
586
+ 20000
587
+ </tspan>
588
+ </text>
589
+ </g>
590
+ </g>
591
+ </g>
592
+ </g>
593
+ </g>
594
+ </g>
595
+ </g>
596
+ <g
597
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1"
598
+ >
599
+ <g id="axis.1-2-1-2.1">
600
+ <polyline
601
+ id="axis.1-2-1-2.1.1"
602
+ points="63.88,72.72 67.53,72.72"
603
+ stroke="rgb(51,51,51)"
604
+ fill="none"
605
+ stroke-width="1.42"
606
+ stroke-dasharray="none"
607
+ stroke-linecap="butt"
608
+ stroke-opacity="1"
609
+ fill-opacity="1"
610
+ />
611
+ <polyline
612
+ id="axis.1-2-1-2.1.2"
613
+ points="63.88,203.53 67.53,203.53"
614
+ stroke="rgb(51,51,51)"
615
+ fill="none"
616
+ stroke-width="1.42"
617
+ stroke-dasharray="none"
618
+ stroke-linecap="butt"
619
+ stroke-opacity="1"
620
+ fill-opacity="1"
621
+ />
622
+ <polyline
623
+ id="axis.1-2-1-2.1.3"
624
+ points="63.88,334.33 67.53,334.33"
625
+ stroke="rgb(51,51,51)"
626
+ fill="none"
627
+ stroke-width="1.42"
628
+ stroke-dasharray="none"
629
+ stroke-linecap="butt"
630
+ stroke-opacity="1"
631
+ fill-opacity="1"
632
+ />
633
+ <polyline
634
+ id="axis.1-2-1-2.1.4"
635
+ points="63.88,465.13 67.53,465.13"
636
+ stroke="rgb(51,51,51)"
637
+ fill="none"
638
+ stroke-width="1.42"
639
+ stroke-dasharray="none"
640
+ stroke-linecap="butt"
641
+ stroke-opacity="1"
642
+ fill-opacity="1"
643
+ />
644
+ <polyline
645
+ id="axis.1-2-1-2.1.5"
646
+ points="63.88,595.93 67.53,595.93"
647
+ stroke="rgb(51,51,51)"
648
+ fill="none"
649
+ stroke-width="1.42"
650
+ stroke-dasharray="none"
651
+ stroke-linecap="butt"
652
+ stroke-opacity="1"
653
+ fill-opacity="1"
654
+ />
655
+ </g>
656
+ </g>
657
+ </g>
658
+ </g>
659
+ </g>
660
+ </g>
661
+ </g>
662
+ <g id="layout::axis-r.7-6-7-6.1" />
663
+ <g id="layout::axis-b.8-5-8-5.1">
664
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
665
+ <g id="axis-b.8-5-8-5.1">
666
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
667
+ <g id="axis.2">
668
+ <g
669
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1"
670
+ >
671
+ <g id="axis.1-1-1-1.2">
672
+ <polyline
673
+ id="axis.1-1-1-1.2.1"
674
+ points="136.44,40.88 136.44,44.53"
675
+ stroke="rgb(51,51,51)"
676
+ fill="none"
677
+ stroke-width="1.42"
678
+ stroke-dasharray="none"
679
+ stroke-linecap="butt"
680
+ stroke-opacity="1"
681
+ fill-opacity="1"
682
+ />
683
+ <polyline
684
+ id="axis.1-1-1-1.2.2"
685
+ points="251.28,40.88 251.28,44.53"
686
+ stroke="rgb(51,51,51)"
687
+ fill="none"
688
+ stroke-width="1.42"
689
+ stroke-dasharray="none"
690
+ stroke-linecap="butt"
691
+ stroke-opacity="1"
692
+ fill-opacity="1"
693
+ />
694
+ <polyline
695
+ id="axis.1-1-1-1.2.3"
696
+ points="366.11,40.88 366.11,44.53"
697
+ stroke="rgb(51,51,51)"
698
+ fill="none"
699
+ stroke-width="1.42"
700
+ stroke-dasharray="none"
701
+ stroke-linecap="butt"
702
+ stroke-opacity="1"
703
+ fill-opacity="1"
704
+ />
705
+ <polyline
706
+ id="axis.1-1-1-1.2.4"
707
+ points="480.95,40.88 480.95,44.53"
708
+ stroke="rgb(51,51,51)"
709
+ fill="none"
710
+ stroke-width="1.42"
711
+ stroke-dasharray="none"
712
+ stroke-linecap="butt"
713
+ stroke-opacity="1"
714
+ fill-opacity="1"
715
+ />
716
+ <polyline
717
+ id="axis.1-1-1-1.2.5"
718
+ points="595.79,40.88 595.79,44.53"
719
+ stroke="rgb(51,51,51)"
720
+ fill="none"
721
+ stroke-width="1.42"
722
+ stroke-dasharray="none"
723
+ stroke-linecap="butt"
724
+ stroke-opacity="1"
725
+ fill-opacity="1"
726
+ />
727
+ </g>
728
+ </g>
729
+ <g
730
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1"
731
+ >
732
+ <g
733
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
734
+ font-size="11.73"
735
+ stroke="rgb(77,77,77)"
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
742
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1"
743
+ >
744
+ <g id="axis.2-1-2-1.1">
745
+ <g id="GRID.text.16.1">
746
+ <g
747
+ id="GRID.text.16.1.1"
748
+ transform="translate(136.44, 37.96)"
749
+ stroke-width="0.1"
750
+ >
751
+ <g
752
+ id="GRID.text.16.1.1.scale"
753
+ transform="scale(1, -1)"
754
+ >
755
+ <text
756
+ x="0"
757
+ y="0"
758
+ id="GRID.text.16.1.1.text"
759
+ text-anchor="middle"
760
+ font-size="11.73"
761
+ stroke="rgb(77,77,77)"
762
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
763
+ fill="rgb(77,77,77)"
764
+ stroke-opacity="1"
765
+ fill-opacity="1"
766
+ font-weight="normal"
767
+ font-style="normal"
768
+ >
769
+ <tspan
770
+ id="GRID.text.16.1.1.tspan.1"
771
+ dy="10"
772
+ x="0"
773
+ >
774
+ Fair
775
+ </tspan>
776
+ </text>
777
+ </g>
778
+ </g>
779
+ <g
780
+ id="GRID.text.16.1.2"
781
+ transform="translate(251.28, 37.96)"
782
+ stroke-width="0.1"
783
+ >
784
+ <g
785
+ id="GRID.text.16.1.2.scale"
786
+ transform="scale(1, -1)"
787
+ >
788
+ <text
789
+ x="0"
790
+ y="0"
791
+ id="GRID.text.16.1.2.text"
792
+ text-anchor="middle"
793
+ font-size="11.73"
794
+ stroke="rgb(77,77,77)"
795
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
796
+ fill="rgb(77,77,77)"
797
+ stroke-opacity="1"
798
+ fill-opacity="1"
799
+ font-weight="normal"
800
+ font-style="normal"
801
+ >
802
+ <tspan
803
+ id="GRID.text.16.1.2.tspan.1"
804
+ dy="10"
805
+ x="0"
806
+ >
807
+ Good
808
+ </tspan>
809
+ </text>
810
+ </g>
811
+ </g>
812
+ <g
813
+ id="GRID.text.16.1.3"
814
+ transform="translate(366.11, 37.96)"
815
+ stroke-width="0.1"
816
+ >
817
+ <g
818
+ id="GRID.text.16.1.3.scale"
819
+ transform="scale(1, -1)"
820
+ >
821
+ <text
822
+ x="0"
823
+ y="0"
824
+ id="GRID.text.16.1.3.text"
825
+ text-anchor="middle"
826
+ font-size="11.73"
827
+ stroke="rgb(77,77,77)"
828
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
829
+ fill="rgb(77,77,77)"
830
+ stroke-opacity="1"
831
+ fill-opacity="1"
832
+ font-weight="normal"
833
+ font-style="normal"
834
+ >
835
+ <tspan
836
+ id="GRID.text.16.1.3.tspan.1"
837
+ dy="10"
838
+ x="0"
839
+ >
840
+ Very Good
841
+ </tspan>
842
+ </text>
843
+ </g>
844
+ </g>
845
+ <g
846
+ id="GRID.text.16.1.4"
847
+ transform="translate(480.95, 37.96)"
848
+ stroke-width="0.1"
849
+ >
850
+ <g
851
+ id="GRID.text.16.1.4.scale"
852
+ transform="scale(1, -1)"
853
+ >
854
+ <text
855
+ x="0"
856
+ y="0"
857
+ id="GRID.text.16.1.4.text"
858
+ text-anchor="middle"
859
+ font-size="11.73"
860
+ stroke="rgb(77,77,77)"
861
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
862
+ fill="rgb(77,77,77)"
863
+ stroke-opacity="1"
864
+ fill-opacity="1"
865
+ font-weight="normal"
866
+ font-style="normal"
867
+ >
868
+ <tspan
869
+ id="GRID.text.16.1.4.tspan.1"
870
+ dy="10"
871
+ x="0"
872
+ >
873
+ Premium
874
+ </tspan>
875
+ </text>
876
+ </g>
877
+ </g>
878
+ <g
879
+ id="GRID.text.16.1.5"
880
+ transform="translate(595.79, 37.96)"
881
+ stroke-width="0.1"
882
+ >
883
+ <g
884
+ id="GRID.text.16.1.5.scale"
885
+ transform="scale(1, -1)"
886
+ >
887
+ <text
888
+ x="0"
889
+ y="0"
890
+ id="GRID.text.16.1.5.text"
891
+ text-anchor="middle"
892
+ font-size="11.73"
893
+ stroke="rgb(77,77,77)"
894
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
895
+ fill="rgb(77,77,77)"
896
+ stroke-opacity="1"
897
+ fill-opacity="1"
898
+ font-weight="normal"
899
+ font-style="normal"
900
+ >
901
+ <tspan
902
+ id="GRID.text.16.1.5.tspan.1"
903
+ dy="10"
904
+ x="0"
905
+ >
906
+ Ideal
907
+ </tspan>
908
+ </text>
909
+ </g>
910
+ </g>
911
+ </g>
912
+ </g>
913
+ </g>
914
+ </g>
915
+ </g>
916
+ </g>
917
+ </g>
918
+ </g>
919
+ </g>
920
+ </g>
921
+ <g id="layout::xlab-t.5-5-5-5.1" />
922
+ <g id="layout::xlab-b.9-5-9-5.1">
923
+ <g
924
+ id="layout::xlab-b.9-5-9-5::GRID.VP.7.1"
925
+ font-size="14.67"
926
+ stroke="rgb(0,0,0)"
927
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
928
+ stroke-opacity="1"
929
+ font-weight="normal"
930
+ font-style="normal"
931
+ >
932
+ <g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
933
+ <g id="xlab-b.9-5-9-5.1">
934
+ <g id="GRID.text.25.1">
935
+ <g
936
+ id="GRID.text.25.1.1"
937
+ transform="translate(366.11, 22.31)"
938
+ stroke-width="0.1"
939
+ >
940
+ <g
941
+ id="GRID.text.25.1.1.scale"
942
+ transform="scale(1, -1)"
943
+ >
944
+ <text
945
+ x="0"
946
+ y="0"
947
+ id="GRID.text.25.1.1.text"
948
+ text-anchor="middle"
949
+ font-size="14.67"
950
+ stroke="rgb(0,0,0)"
951
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
952
+ fill="rgb(0,0,0)"
953
+ stroke-opacity="1"
954
+ fill-opacity="1"
955
+ font-weight="normal"
956
+ font-style="normal"
957
+ >
958
+ <tspan
959
+ id="GRID.text.25.1.1.tspan.1"
960
+ dy="12"
961
+ x="0"
962
+ >
963
+ cut
964
+ </tspan>
965
+ </text>
966
+ </g>
967
+ </g>
968
+ </g>
969
+ </g>
970
+ </g>
971
+ </g>
972
+ </g>
973
+ <g id="layout::ylab-l.7-3-7-3.1">
974
+ <g
975
+ id="layout::ylab-l.7-3-7-3::GRID.VP.9.1"
976
+ font-size="14.67"
977
+ stroke="rgb(0,0,0)"
978
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
979
+ stroke-opacity="1"
980
+ font-weight="normal"
981
+ font-style="normal"
982
+ >
983
+ <g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
984
+ <g id="ylab-l.7-3-7-3.1">
985
+ <g id="GRID.text.29.1">
986
+ <g
987
+ id="GRID.text.29.1.1"
988
+ transform="translate(7.31, 354.61)"
989
+ stroke-width="0.1"
990
+ >
991
+ <g
992
+ id="GRID.text.29.1.1.scale"
993
+ transform="scale(1, -1)"
994
+ >
995
+ <text
996
+ x="0"
997
+ y="0"
998
+ id="GRID.text.29.1.1.text"
999
+ transform="rotate(-90)"
1000
+ text-anchor="middle"
1001
+ font-size="14.67"
1002
+ stroke="rgb(0,0,0)"
1003
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1004
+ fill="rgb(0,0,0)"
1005
+ stroke-opacity="1"
1006
+ fill-opacity="1"
1007
+ font-weight="normal"
1008
+ font-style="normal"
1009
+ >
1010
+ <tspan
1011
+ id="GRID.text.29.1.1.tspan.1"
1012
+ dy="12"
1013
+ x="0"
1014
+ >
1015
+ count
1016
+ </tspan>
1017
+ </text>
1018
+ </g>
1019
+ </g>
1020
+ </g>
1021
+ </g>
1022
+ </g>
1023
+ </g>
1024
+ </g>
1025
+ <g id="layout::ylab-r.7-7-7-7.1" />
1026
+ <g id="layout::subtitle.4-5-4-5.1" />
1027
+ <g id="layout::title.3-5-3-5.1" />
1028
+ <g id="layout::caption.10-5-10-5.1" />
1029
+ <g id="layout::tag.2-2-2-2.1" />
1030
+ </g>
1031
+ </g>
1032
+ </g>
1033
+ </g>
1034
+ </svg>
1035
+ </div>
1036
+ <br />
1037
+ <div id="info" aria-live="assertive" aria-atomic="true">
1038
+ <p id="x"></p>
1039
+ <p id="y"></p>
1040
+ </div>
1041
+ <div id="announcements" aria-live="assertive" aria-atomic="true"></div>
1042
+ </div>
1043
+ <script>
1044
+ var barplotBars = document.querySelectorAll(
1045
+ '#geom_rect\\.rect\\.2\\.1 > rect'
1046
+ );
1047
+ var barplotColumns = document.querySelectorAll('tspan[dy="10"]');
1048
+ var barplotLegend = document.querySelectorAll('tspan[dy="12"]');
1049
+ var barplotData = ['42.12', '128.34', '316.07', '360.78', '563.78'];
1050
+ </script>
1051
+ <script src="../src/constants.js"></script>
1052
+ <script src="../src/audio.js"></script>
1053
+ <script src="../src/display.js"></script>
1054
+ <script src="../src/barplot.js"></script>
1055
+ </body>
1056
+ </html>