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,1159 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Tutorial 1: Bar Chart</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <meta charset="utf-8" />
7
+ <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> -->
8
+ <link rel="stylesheet" href="../src/css/styles.css" type="text/css" />
9
+ </head>
10
+
11
+ <body>
12
+ <div class="container mt-3">
13
+ <div id="container">
14
+ <div>
15
+ <svg
16
+ xmlns="http://www.w3.org/2000/svg"
17
+ xmlns:xlink="http://www.w3.org/1999/xlink"
18
+ width="628px"
19
+ height="456px"
20
+ viewBox="0 0 628 456"
21
+ version="1.1"
22
+ id="barplot1"
23
+ tabindex="0"
24
+ >
25
+ <metadata
26
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
27
+ >
28
+ <gridsvg:generator
29
+ name="gridSVG"
30
+ version="1.7-5"
31
+ time="2023-04-06 15:46:48"
32
+ />
33
+ <gridsvg:argument name="name" value="barplot_labels.svg" />
34
+ <gridsvg:argument name="exportCoords" value="none" />
35
+ <gridsvg:argument name="exportMappings" value="none" />
36
+ <gridsvg:argument name="exportJS" value="none" />
37
+ <gridsvg:argument name="res" value="72" />
38
+ <gridsvg:argument name="prefix" value="" />
39
+ <gridsvg:argument name="addClasses" value="FALSE" />
40
+ <gridsvg:argument name="indent" value="TRUE" />
41
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
42
+ <gridsvg:argument name="usePaths" value="vpPaths" />
43
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
44
+ <gridsvg:separator name="id.sep" value="." />
45
+ <gridsvg:separator name="gPath.sep" value="::" />
46
+ <gridsvg:separator name="vpPath.sep" value="::" />
47
+ </metadata>
48
+ <g transform="translate(0, 456) scale(1, -1)">
49
+ <g
50
+ id="gridSVG"
51
+ fill="rgb(255,255,255)"
52
+ stroke="rgb(0,0,0)"
53
+ stroke-dasharray="none"
54
+ stroke-width="0.75"
55
+ font-size="12"
56
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
57
+ opacity="1"
58
+ stroke-linecap="round"
59
+ stroke-linejoin="round"
60
+ stroke-miterlimit="10"
61
+ stroke-opacity="1"
62
+ fill-opacity="1"
63
+ font-weight="normal"
64
+ font-style="normal"
65
+ >
66
+ <g id="layout.1">
67
+ <g id="layout.2">
68
+ <defs>
69
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
70
+ <rect
71
+ x="0"
72
+ y="0"
73
+ width="628"
74
+ height="456"
75
+ fill="none"
76
+ stroke="none"
77
+ />
78
+ </clipPath>
79
+ </defs>
80
+ <g
81
+ id="layout::background.1-9-12-1.1"
82
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)"
83
+ >
84
+ <g id="background.1-9-12-1.1">
85
+ <g id="plot.background..rect.50.1">
86
+ <rect
87
+ id="plot.background..rect.50.1.1"
88
+ x="0"
89
+ y="0"
90
+ width="628"
91
+ height="456"
92
+ transform=""
93
+ stroke-width="1.07"
94
+ stroke="rgb(255,255,255)"
95
+ fill="rgb(255,255,255)"
96
+ stroke-dasharray="none"
97
+ stroke-opacity="1"
98
+ fill-opacity="1"
99
+ />
100
+ </g>
101
+ </g>
102
+ </g>
103
+ <defs>
104
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
105
+ <rect
106
+ x="47.83"
107
+ y="31.5"
108
+ width="574.69"
109
+ height="401.33"
110
+ fill="none"
111
+ stroke="none"
112
+ />
113
+ </clipPath>
114
+ </defs>
115
+ <g
116
+ id="layout::panel.7-5-7-5.1"
117
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
118
+ >
119
+ <g id="panel.7-5-7-5.1">
120
+ <g id="panel-1.gTree.25.1">
121
+ <g id="grill.gTree.23.1">
122
+ <g id="panel.background..rect.16.1">
123
+ <rect
124
+ id="panel.background..rect.16.1.1"
125
+ x="47.83"
126
+ y="31.5"
127
+ width="574.69"
128
+ height="401.33"
129
+ transform=""
130
+ stroke-width="1.07"
131
+ stroke="none"
132
+ fill="rgb(235,235,235)"
133
+ stroke-dasharray="none"
134
+ stroke-opacity="0"
135
+ fill-opacity="1"
136
+ />
137
+ </g>
138
+ <g id="panel.grid.minor.y..polyline.18.1">
139
+ <polyline
140
+ id="panel.grid.minor.y..polyline.18.1.1"
141
+ points="47.83,92.06 622.52,92.06"
142
+ stroke="rgb(255,255,255)"
143
+ fill="none"
144
+ stroke-width="0.53"
145
+ stroke-dasharray="none"
146
+ stroke-linecap="butt"
147
+ stroke-opacity="1"
148
+ fill-opacity="1"
149
+ />
150
+ <polyline
151
+ id="panel.grid.minor.y..polyline.18.1.2"
152
+ points="47.83,176.71 622.52,176.71"
153
+ stroke="rgb(255,255,255)"
154
+ fill="none"
155
+ stroke-width="0.53"
156
+ stroke-dasharray="none"
157
+ stroke-linecap="butt"
158
+ stroke-opacity="1"
159
+ fill-opacity="1"
160
+ />
161
+ <polyline
162
+ id="panel.grid.minor.y..polyline.18.1.3"
163
+ points="47.83,261.35 622.52,261.35"
164
+ stroke="rgb(255,255,255)"
165
+ fill="none"
166
+ stroke-width="0.53"
167
+ stroke-dasharray="none"
168
+ stroke-linecap="butt"
169
+ stroke-opacity="1"
170
+ fill-opacity="1"
171
+ />
172
+ <polyline
173
+ id="panel.grid.minor.y..polyline.18.1.4"
174
+ points="47.83,346 622.52,346"
175
+ stroke="rgb(255,255,255)"
176
+ fill="none"
177
+ stroke-width="0.53"
178
+ stroke-dasharray="none"
179
+ stroke-linecap="butt"
180
+ stroke-opacity="1"
181
+ fill-opacity="1"
182
+ />
183
+ <polyline
184
+ id="panel.grid.minor.y..polyline.18.1.5"
185
+ points="47.83,430.65 622.52,430.65"
186
+ stroke="rgb(255,255,255)"
187
+ fill="none"
188
+ stroke-width="0.53"
189
+ stroke-dasharray="none"
190
+ stroke-linecap="butt"
191
+ stroke-opacity="1"
192
+ fill-opacity="1"
193
+ />
194
+ </g>
195
+ <g id="panel.grid.major.y..polyline.20.1">
196
+ <polyline
197
+ id="panel.grid.major.y..polyline.20.1.1"
198
+ points="47.83,49.74 622.52,49.74"
199
+ stroke="rgb(255,255,255)"
200
+ fill="none"
201
+ stroke-width="1.07"
202
+ stroke-dasharray="none"
203
+ stroke-linecap="butt"
204
+ stroke-opacity="1"
205
+ fill-opacity="1"
206
+ />
207
+ <polyline
208
+ id="panel.grid.major.y..polyline.20.1.2"
209
+ points="47.83,134.38 622.52,134.38"
210
+ stroke="rgb(255,255,255)"
211
+ fill="none"
212
+ stroke-width="1.07"
213
+ stroke-dasharray="none"
214
+ stroke-linecap="butt"
215
+ stroke-opacity="1"
216
+ fill-opacity="1"
217
+ />
218
+ <polyline
219
+ id="panel.grid.major.y..polyline.20.1.3"
220
+ points="47.83,219.03 622.52,219.03"
221
+ stroke="rgb(255,255,255)"
222
+ fill="none"
223
+ stroke-width="1.07"
224
+ stroke-dasharray="none"
225
+ stroke-linecap="butt"
226
+ stroke-opacity="1"
227
+ fill-opacity="1"
228
+ />
229
+ <polyline
230
+ id="panel.grid.major.y..polyline.20.1.4"
231
+ points="47.83,303.68 622.52,303.68"
232
+ stroke="rgb(255,255,255)"
233
+ fill="none"
234
+ stroke-width="1.07"
235
+ stroke-dasharray="none"
236
+ stroke-linecap="butt"
237
+ stroke-opacity="1"
238
+ fill-opacity="1"
239
+ />
240
+ <polyline
241
+ id="panel.grid.major.y..polyline.20.1.5"
242
+ points="47.83,388.32 622.52,388.32"
243
+ stroke="rgb(255,255,255)"
244
+ fill="none"
245
+ stroke-width="1.07"
246
+ stroke-dasharray="none"
247
+ stroke-linecap="butt"
248
+ stroke-opacity="1"
249
+ fill-opacity="1"
250
+ />
251
+ </g>
252
+ <g id="panel.grid.major.x..polyline.22.1">
253
+ <polyline
254
+ id="panel.grid.major.x..polyline.22.1.1"
255
+ points="114.14,31.5 114.14,432.82"
256
+ stroke="rgb(255,255,255)"
257
+ fill="none"
258
+ stroke-width="1.07"
259
+ stroke-dasharray="none"
260
+ stroke-linecap="butt"
261
+ stroke-opacity="1"
262
+ fill-opacity="1"
263
+ />
264
+ <polyline
265
+ id="panel.grid.major.x..polyline.22.1.2"
266
+ points="224.66,31.5 224.66,432.82"
267
+ stroke="rgb(255,255,255)"
268
+ fill="none"
269
+ stroke-width="1.07"
270
+ stroke-dasharray="none"
271
+ stroke-linecap="butt"
272
+ stroke-opacity="1"
273
+ fill-opacity="1"
274
+ />
275
+ <polyline
276
+ id="panel.grid.major.x..polyline.22.1.3"
277
+ points="335.17,31.5 335.17,432.82"
278
+ stroke="rgb(255,255,255)"
279
+ fill="none"
280
+ stroke-width="1.07"
281
+ stroke-dasharray="none"
282
+ stroke-linecap="butt"
283
+ stroke-opacity="1"
284
+ fill-opacity="1"
285
+ />
286
+ <polyline
287
+ id="panel.grid.major.x..polyline.22.1.4"
288
+ points="445.69,31.5 445.69,432.82"
289
+ stroke="rgb(255,255,255)"
290
+ fill="none"
291
+ stroke-width="1.07"
292
+ stroke-dasharray="none"
293
+ stroke-linecap="butt"
294
+ stroke-opacity="1"
295
+ fill-opacity="1"
296
+ />
297
+ <polyline
298
+ id="panel.grid.major.x..polyline.22.1.5"
299
+ points="556.21,31.5 556.21,432.82"
300
+ stroke="rgb(255,255,255)"
301
+ fill="none"
302
+ stroke-width="1.07"
303
+ stroke-dasharray="none"
304
+ stroke-linecap="butt"
305
+ stroke-opacity="1"
306
+ fill-opacity="1"
307
+ />
308
+ </g>
309
+ </g>
310
+ <g id="geom_rect.rect.12.1">
311
+ <rect
312
+ id="geom_rect.rect.12.1.1"
313
+ x="64.4"
314
+ y="49.74"
315
+ width="99.47"
316
+ height="27.26"
317
+ transform=""
318
+ stroke="none"
319
+ fill="rgb(89,89,89)"
320
+ stroke-width="1.07"
321
+ stroke-dasharray="none"
322
+ stroke-linejoin="miter"
323
+ stroke-linecap="butt"
324
+ stroke-opacity="0"
325
+ fill-opacity="1"
326
+ />
327
+ <rect
328
+ id="geom_rect.rect.12.1.2"
329
+ x="174.92"
330
+ y="49.74"
331
+ width="99.47"
332
+ height="83.05"
333
+ transform=""
334
+ stroke="none"
335
+ fill="rgb(89,89,89)"
336
+ stroke-width="1.07"
337
+ stroke-dasharray="none"
338
+ stroke-linejoin="miter"
339
+ stroke-linecap="butt"
340
+ stroke-opacity="0"
341
+ fill-opacity="1"
342
+ />
343
+ <rect
344
+ id="geom_rect.rect.12.1.3"
345
+ x="285.44"
346
+ y="49.74"
347
+ width="99.47"
348
+ height="204.54"
349
+ transform=""
350
+ stroke="none"
351
+ fill="rgb(89,89,89)"
352
+ stroke-width="1.07"
353
+ stroke-dasharray="none"
354
+ stroke-linejoin="miter"
355
+ stroke-linecap="butt"
356
+ stroke-opacity="0"
357
+ fill-opacity="1"
358
+ />
359
+ <rect
360
+ id="geom_rect.rect.12.1.4"
361
+ x="395.96"
362
+ y="49.74"
363
+ width="99.47"
364
+ height="233.47"
365
+ transform=""
366
+ stroke="none"
367
+ fill="rgb(89,89,89)"
368
+ stroke-width="1.07"
369
+ stroke-dasharray="none"
370
+ stroke-linejoin="miter"
371
+ stroke-linecap="butt"
372
+ stroke-opacity="0"
373
+ fill-opacity="1"
374
+ />
375
+ <rect
376
+ id="geom_rect.rect.12.1.5"
377
+ x="506.48"
378
+ y="49.74"
379
+ width="99.47"
380
+ height="364.84"
381
+ transform=""
382
+ stroke="none"
383
+ fill="rgb(89,89,89)"
384
+ stroke-width="1.07"
385
+ stroke-dasharray="none"
386
+ stroke-linejoin="miter"
387
+ stroke-linecap="butt"
388
+ stroke-opacity="0"
389
+ fill-opacity="1"
390
+ />
391
+ </g>
392
+ </g>
393
+ </g>
394
+ </g>
395
+ <g id="layout::spacer.8-6-8-6.1">
396
+ <g id="spacer.8-6-8-6.1" />
397
+ </g>
398
+ <g id="layout::spacer.8-4-8-4.1">
399
+ <g id="spacer.8-4-8-4.1" />
400
+ </g>
401
+ <g id="layout::spacer.6-6-6-6.1">
402
+ <g id="spacer.6-6-6-6.1" />
403
+ </g>
404
+ <g id="layout::spacer.6-4-6-4.1">
405
+ <g id="spacer.6-4-6-4.1" />
406
+ </g>
407
+ <g id="layout::axis-t.6-5-6-5.1">
408
+ <g id="axis-t.6-5-6-5.1" />
409
+ </g>
410
+ <g id="layout::axis-l.7-4-7-4.1">
411
+ <g id="axis-l.7-4-7-4.1">
412
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
413
+ <g id="GRID.absoluteGrob.34.1">
414
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
415
+ <g id="axis.1">
416
+ <g
417
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1"
418
+ >
419
+ <g id="axis.1-1-1-1.1">
420
+ <g
421
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
422
+ font-size="8.8"
423
+ stroke="rgb(77,77,77)"
424
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
425
+ stroke-opacity="1"
426
+ font-weight="normal"
427
+ font-style="normal"
428
+ >
429
+ <g
430
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1"
431
+ >
432
+ <g id="GRID.titleGrob.32.1">
433
+ <g id="GRID.text.31.1">
434
+ <g
435
+ id="GRID.text.31.1.1"
436
+ transform="translate(42.89, 49.74)"
437
+ stroke-width="0.1"
438
+ >
439
+ <g
440
+ id="GRID.text.31.1.1.scale"
441
+ transform="scale(1, -1)"
442
+ >
443
+ <text
444
+ x="0"
445
+ y="0"
446
+ id="GRID.text.31.1.1.text"
447
+ text-anchor="end"
448
+ font-size="8.8"
449
+ stroke="rgb(77,77,77)"
450
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
451
+ fill="rgb(77,77,77)"
452
+ stroke-opacity="1"
453
+ fill-opacity="1"
454
+ font-weight="normal"
455
+ font-style="normal"
456
+ >
457
+ <tspan
458
+ id="GRID.text.31.1.1.tspan.1"
459
+ dy="3.15"
460
+ x="0"
461
+ >
462
+ 0
463
+ </tspan>
464
+ </text>
465
+ </g>
466
+ </g>
467
+ <g
468
+ id="GRID.text.31.1.2"
469
+ transform="translate(42.89, 134.38)"
470
+ stroke-width="0.1"
471
+ >
472
+ <g
473
+ id="GRID.text.31.1.2.scale"
474
+ transform="scale(1, -1)"
475
+ >
476
+ <text
477
+ x="0"
478
+ y="0"
479
+ id="GRID.text.31.1.2.text"
480
+ text-anchor="end"
481
+ font-size="8.8"
482
+ stroke="rgb(77,77,77)"
483
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
484
+ fill="rgb(77,77,77)"
485
+ stroke-opacity="1"
486
+ fill-opacity="1"
487
+ font-weight="normal"
488
+ font-style="normal"
489
+ >
490
+ <tspan
491
+ id="GRID.text.31.1.2.tspan.1"
492
+ dy="3.15"
493
+ x="0"
494
+ >
495
+ 5000
496
+ </tspan>
497
+ </text>
498
+ </g>
499
+ </g>
500
+ <g
501
+ id="GRID.text.31.1.3"
502
+ transform="translate(42.89, 219.03)"
503
+ stroke-width="0.1"
504
+ >
505
+ <g
506
+ id="GRID.text.31.1.3.scale"
507
+ transform="scale(1, -1)"
508
+ >
509
+ <text
510
+ x="0"
511
+ y="0"
512
+ id="GRID.text.31.1.3.text"
513
+ text-anchor="end"
514
+ font-size="8.8"
515
+ stroke="rgb(77,77,77)"
516
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
517
+ fill="rgb(77,77,77)"
518
+ stroke-opacity="1"
519
+ fill-opacity="1"
520
+ font-weight="normal"
521
+ font-style="normal"
522
+ >
523
+ <tspan
524
+ id="GRID.text.31.1.3.tspan.1"
525
+ dy="3.15"
526
+ x="0"
527
+ >
528
+ 10000
529
+ </tspan>
530
+ </text>
531
+ </g>
532
+ </g>
533
+ <g
534
+ id="GRID.text.31.1.4"
535
+ transform="translate(42.89, 303.68)"
536
+ stroke-width="0.1"
537
+ >
538
+ <g
539
+ id="GRID.text.31.1.4.scale"
540
+ transform="scale(1, -1)"
541
+ >
542
+ <text
543
+ x="0"
544
+ y="0"
545
+ id="GRID.text.31.1.4.text"
546
+ text-anchor="end"
547
+ font-size="8.8"
548
+ stroke="rgb(77,77,77)"
549
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
550
+ fill="rgb(77,77,77)"
551
+ stroke-opacity="1"
552
+ fill-opacity="1"
553
+ font-weight="normal"
554
+ font-style="normal"
555
+ >
556
+ <tspan
557
+ id="GRID.text.31.1.4.tspan.1"
558
+ dy="3.15"
559
+ x="0"
560
+ >
561
+ 15000
562
+ </tspan>
563
+ </text>
564
+ </g>
565
+ </g>
566
+ <g
567
+ id="GRID.text.31.1.5"
568
+ transform="translate(42.89, 388.32)"
569
+ stroke-width="0.1"
570
+ >
571
+ <g
572
+ id="GRID.text.31.1.5.scale"
573
+ transform="scale(1, -1)"
574
+ >
575
+ <text
576
+ x="0"
577
+ y="0"
578
+ id="GRID.text.31.1.5.text"
579
+ text-anchor="end"
580
+ font-size="8.8"
581
+ stroke="rgb(77,77,77)"
582
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
583
+ fill="rgb(77,77,77)"
584
+ stroke-opacity="1"
585
+ fill-opacity="1"
586
+ font-weight="normal"
587
+ font-style="normal"
588
+ >
589
+ <tspan
590
+ id="GRID.text.31.1.5.tspan.1"
591
+ dy="3.15"
592
+ x="0"
593
+ >
594
+ 20000
595
+ </tspan>
596
+ </text>
597
+ </g>
598
+ </g>
599
+ </g>
600
+ </g>
601
+ </g>
602
+ </g>
603
+ </g>
604
+ </g>
605
+ <g
606
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1"
607
+ >
608
+ <g id="axis.1-2-1-2.1">
609
+ <g id="GRID.polyline.33.1">
610
+ <polyline
611
+ id="GRID.polyline.33.1.1"
612
+ points="45.09,49.74 47.83,49.74"
613
+ stroke="rgb(51,51,51)"
614
+ fill="none"
615
+ stroke-width="1.07"
616
+ stroke-dasharray="none"
617
+ stroke-linecap="butt"
618
+ stroke-opacity="1"
619
+ fill-opacity="1"
620
+ />
621
+ <polyline
622
+ id="GRID.polyline.33.1.2"
623
+ points="45.09,134.38 47.83,134.38"
624
+ stroke="rgb(51,51,51)"
625
+ fill="none"
626
+ stroke-width="1.07"
627
+ stroke-dasharray="none"
628
+ stroke-linecap="butt"
629
+ stroke-opacity="1"
630
+ fill-opacity="1"
631
+ />
632
+ <polyline
633
+ id="GRID.polyline.33.1.3"
634
+ points="45.09,219.03 47.83,219.03"
635
+ stroke="rgb(51,51,51)"
636
+ fill="none"
637
+ stroke-width="1.07"
638
+ stroke-dasharray="none"
639
+ stroke-linecap="butt"
640
+ stroke-opacity="1"
641
+ fill-opacity="1"
642
+ />
643
+ <polyline
644
+ id="GRID.polyline.33.1.4"
645
+ points="45.09,303.68 47.83,303.68"
646
+ stroke="rgb(51,51,51)"
647
+ fill="none"
648
+ stroke-width="1.07"
649
+ stroke-dasharray="none"
650
+ stroke-linecap="butt"
651
+ stroke-opacity="1"
652
+ fill-opacity="1"
653
+ />
654
+ <polyline
655
+ id="GRID.polyline.33.1.5"
656
+ points="45.09,388.32 47.83,388.32"
657
+ stroke="rgb(51,51,51)"
658
+ fill="none"
659
+ stroke-width="1.07"
660
+ stroke-dasharray="none"
661
+ stroke-linecap="butt"
662
+ stroke-opacity="1"
663
+ fill-opacity="1"
664
+ />
665
+ </g>
666
+ </g>
667
+ </g>
668
+ </g>
669
+ </g>
670
+ </g>
671
+ </g>
672
+ </g>
673
+ </g>
674
+ <g id="layout::axis-r.7-6-7-6.1">
675
+ <g id="axis-r.7-6-7-6.1" />
676
+ </g>
677
+ <g id="layout::axis-b.8-5-8-5.1">
678
+ <g id="axis-b.8-5-8-5.1">
679
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
680
+ <g id="GRID.absoluteGrob.30.1">
681
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
682
+ <g id="axis.2">
683
+ <g
684
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1"
685
+ >
686
+ <g id="axis.1-1-1-1.2">
687
+ <g id="GRID.polyline.29.1">
688
+ <polyline
689
+ id="GRID.polyline.29.1.1"
690
+ points="114.14,28.76 114.14,31.5"
691
+ stroke="rgb(51,51,51)"
692
+ fill="none"
693
+ stroke-width="1.07"
694
+ stroke-dasharray="none"
695
+ stroke-linecap="butt"
696
+ stroke-opacity="1"
697
+ fill-opacity="1"
698
+ />
699
+ <polyline
700
+ id="GRID.polyline.29.1.2"
701
+ points="224.66,28.76 224.66,31.5"
702
+ stroke="rgb(51,51,51)"
703
+ fill="none"
704
+ stroke-width="1.07"
705
+ stroke-dasharray="none"
706
+ stroke-linecap="butt"
707
+ stroke-opacity="1"
708
+ fill-opacity="1"
709
+ />
710
+ <polyline
711
+ id="GRID.polyline.29.1.3"
712
+ points="335.17,28.76 335.17,31.5"
713
+ stroke="rgb(51,51,51)"
714
+ fill="none"
715
+ stroke-width="1.07"
716
+ stroke-dasharray="none"
717
+ stroke-linecap="butt"
718
+ stroke-opacity="1"
719
+ fill-opacity="1"
720
+ />
721
+ <polyline
722
+ id="GRID.polyline.29.1.4"
723
+ points="445.69,28.76 445.69,31.5"
724
+ stroke="rgb(51,51,51)"
725
+ fill="none"
726
+ stroke-width="1.07"
727
+ stroke-dasharray="none"
728
+ stroke-linecap="butt"
729
+ stroke-opacity="1"
730
+ fill-opacity="1"
731
+ />
732
+ <polyline
733
+ id="GRID.polyline.29.1.5"
734
+ points="556.21,28.76 556.21,31.5"
735
+ stroke="rgb(51,51,51)"
736
+ fill="none"
737
+ stroke-width="1.07"
738
+ stroke-dasharray="none"
739
+ stroke-linecap="butt"
740
+ stroke-opacity="1"
741
+ fill-opacity="1"
742
+ />
743
+ </g>
744
+ </g>
745
+ </g>
746
+ <g
747
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1"
748
+ >
749
+ <g id="axis.2-1-2-1.1">
750
+ <g
751
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
752
+ font-size="8.8"
753
+ stroke="rgb(77,77,77)"
754
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
755
+ stroke-opacity="1"
756
+ font-weight="normal"
757
+ font-style="normal"
758
+ >
759
+ <g
760
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1"
761
+ >
762
+ <g id="GRID.titleGrob.28.1">
763
+ <g id="GRID.text.26.1">
764
+ <g
765
+ id="GRID.text.26.1.1"
766
+ transform="translate(114.14, 26.56)"
767
+ stroke-width="0.1"
768
+ >
769
+ <g
770
+ id="GRID.text.26.1.1.scale"
771
+ transform="scale(1, -1)"
772
+ >
773
+ <text
774
+ x="0"
775
+ y="0"
776
+ id="GRID.text.26.1.1.text"
777
+ text-anchor="middle"
778
+ font-size="8.8"
779
+ stroke="rgb(77,77,77)"
780
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
781
+ fill="rgb(77,77,77)"
782
+ stroke-opacity="1"
783
+ fill-opacity="1"
784
+ font-weight="normal"
785
+ font-style="normal"
786
+ >
787
+ <tspan
788
+ id="GRID.text.26.1.1.tspan.1"
789
+ dy="6.3"
790
+ x="0"
791
+ >
792
+ Fair
793
+ </tspan>
794
+ </text>
795
+ </g>
796
+ </g>
797
+ <g
798
+ id="GRID.text.26.1.2"
799
+ transform="translate(224.66, 26.56)"
800
+ stroke-width="0.1"
801
+ >
802
+ <g
803
+ id="GRID.text.26.1.2.scale"
804
+ transform="scale(1, -1)"
805
+ >
806
+ <text
807
+ x="0"
808
+ y="0"
809
+ id="GRID.text.26.1.2.text"
810
+ text-anchor="middle"
811
+ font-size="8.8"
812
+ stroke="rgb(77,77,77)"
813
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
814
+ fill="rgb(77,77,77)"
815
+ stroke-opacity="1"
816
+ fill-opacity="1"
817
+ font-weight="normal"
818
+ font-style="normal"
819
+ >
820
+ <tspan
821
+ id="GRID.text.26.1.2.tspan.1"
822
+ dy="6.3"
823
+ x="0"
824
+ >
825
+ Good
826
+ </tspan>
827
+ </text>
828
+ </g>
829
+ </g>
830
+ <g
831
+ id="GRID.text.26.1.3"
832
+ transform="translate(335.17, 26.56)"
833
+ stroke-width="0.1"
834
+ >
835
+ <g
836
+ id="GRID.text.26.1.3.scale"
837
+ transform="scale(1, -1)"
838
+ >
839
+ <text
840
+ x="0"
841
+ y="0"
842
+ id="GRID.text.26.1.3.text"
843
+ text-anchor="middle"
844
+ font-size="8.8"
845
+ stroke="rgb(77,77,77)"
846
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
847
+ fill="rgb(77,77,77)"
848
+ stroke-opacity="1"
849
+ fill-opacity="1"
850
+ font-weight="normal"
851
+ font-style="normal"
852
+ >
853
+ <tspan
854
+ id="GRID.text.26.1.3.tspan.1"
855
+ dy="6.3"
856
+ x="0"
857
+ >
858
+ Very Good
859
+ </tspan>
860
+ </text>
861
+ </g>
862
+ </g>
863
+ <g
864
+ id="GRID.text.26.1.4"
865
+ transform="translate(445.69, 26.56)"
866
+ stroke-width="0.1"
867
+ >
868
+ <g
869
+ id="GRID.text.26.1.4.scale"
870
+ transform="scale(1, -1)"
871
+ >
872
+ <text
873
+ x="0"
874
+ y="0"
875
+ id="GRID.text.26.1.4.text"
876
+ text-anchor="middle"
877
+ font-size="8.8"
878
+ stroke="rgb(77,77,77)"
879
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
880
+ fill="rgb(77,77,77)"
881
+ stroke-opacity="1"
882
+ fill-opacity="1"
883
+ font-weight="normal"
884
+ font-style="normal"
885
+ >
886
+ <tspan
887
+ id="GRID.text.26.1.4.tspan.1"
888
+ dy="6.3"
889
+ x="0"
890
+ >
891
+ Premium
892
+ </tspan>
893
+ </text>
894
+ </g>
895
+ </g>
896
+ <g
897
+ id="GRID.text.26.1.5"
898
+ transform="translate(556.21, 26.56)"
899
+ stroke-width="0.1"
900
+ >
901
+ <g
902
+ id="GRID.text.26.1.5.scale"
903
+ transform="scale(1, -1)"
904
+ >
905
+ <text
906
+ x="0"
907
+ y="0"
908
+ id="GRID.text.26.1.5.text"
909
+ text-anchor="middle"
910
+ font-size="8.8"
911
+ stroke="rgb(77,77,77)"
912
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
913
+ fill="rgb(77,77,77)"
914
+ stroke-opacity="1"
915
+ fill-opacity="1"
916
+ font-weight="normal"
917
+ font-style="normal"
918
+ >
919
+ <tspan
920
+ id="GRID.text.26.1.5.tspan.1"
921
+ dy="6.3"
922
+ x="0"
923
+ >
924
+ Ideal
925
+ </tspan>
926
+ </text>
927
+ </g>
928
+ </g>
929
+ </g>
930
+ </g>
931
+ </g>
932
+ </g>
933
+ </g>
934
+ </g>
935
+ </g>
936
+ </g>
937
+ </g>
938
+ </g>
939
+ </g>
940
+ </g>
941
+ <g id="layout::xlab-t.5-5-5-5.1">
942
+ <g id="xlab-t.5-5-5-5.1" />
943
+ </g>
944
+ <g id="layout::xlab-b.9-5-9-5.1">
945
+ <g id="xlab-b.9-5-9-5.1">
946
+ <g
947
+ id="layout::xlab-b.9-5-9-5::GRID.VP.7.1"
948
+ font-size="11"
949
+ stroke="rgb(0,0,0)"
950
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
951
+ stroke-opacity="1"
952
+ font-weight="normal"
953
+ font-style="normal"
954
+ >
955
+ <g
956
+ id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1"
957
+ >
958
+ <g id="axis.title.x.bottom..titleGrob.38.1">
959
+ <g id="GRID.text.35.1">
960
+ <g
961
+ id="GRID.text.35.1.1"
962
+ transform="translate(335.17, 15.67)"
963
+ stroke-width="0.1"
964
+ >
965
+ <g
966
+ id="GRID.text.35.1.1.scale"
967
+ transform="scale(1, -1)"
968
+ >
969
+ <text
970
+ x="0"
971
+ y="0"
972
+ id="GRID.text.35.1.1.text"
973
+ text-anchor="middle"
974
+ font-size="11"
975
+ stroke="rgb(0,0,0)"
976
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
977
+ fill="rgb(0,0,0)"
978
+ stroke-opacity="1"
979
+ fill-opacity="1"
980
+ font-weight="normal"
981
+ font-style="normal"
982
+ >
983
+ <tspan
984
+ id="GRID.text.35.1.1.tspan.1"
985
+ dy="7.88"
986
+ x="0"
987
+ >
988
+ Cut
989
+ </tspan>
990
+ </text>
991
+ </g>
992
+ </g>
993
+ </g>
994
+ </g>
995
+ </g>
996
+ </g>
997
+ </g>
998
+ </g>
999
+ <g id="layout::ylab-l.7-3-7-3.1">
1000
+ <g id="ylab-l.7-3-7-3.1">
1001
+ <g
1002
+ id="layout::ylab-l.7-3-7-3::GRID.VP.9.1"
1003
+ font-size="11"
1004
+ stroke="rgb(0,0,0)"
1005
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1006
+ stroke-opacity="1"
1007
+ font-weight="normal"
1008
+ font-style="normal"
1009
+ >
1010
+ <g
1011
+ id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1"
1012
+ >
1013
+ <g id="axis.title.y.left..titleGrob.41.1">
1014
+ <g id="GRID.text.39.1">
1015
+ <g
1016
+ id="GRID.text.39.1.1"
1017
+ transform="translate(5.48, 232.16)"
1018
+ stroke-width="0.1"
1019
+ >
1020
+ <g
1021
+ id="GRID.text.39.1.1.scale"
1022
+ transform="scale(1, -1)"
1023
+ >
1024
+ <text
1025
+ x="0"
1026
+ y="0"
1027
+ id="GRID.text.39.1.1.text"
1028
+ transform="rotate(-90)"
1029
+ text-anchor="middle"
1030
+ font-size="11"
1031
+ stroke="rgb(0,0,0)"
1032
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1033
+ fill="rgb(0,0,0)"
1034
+ stroke-opacity="1"
1035
+ fill-opacity="1"
1036
+ font-weight="normal"
1037
+ font-style="normal"
1038
+ >
1039
+ <tspan
1040
+ id="GRID.text.39.1.1.tspan.1"
1041
+ dy="7.88"
1042
+ x="0"
1043
+ >
1044
+ Count
1045
+ </tspan>
1046
+ </text>
1047
+ </g>
1048
+ </g>
1049
+ </g>
1050
+ </g>
1051
+ </g>
1052
+ </g>
1053
+ </g>
1054
+ </g>
1055
+ <g id="layout::ylab-r.7-7-7-7.1">
1056
+ <g id="ylab-r.7-7-7-7.1" />
1057
+ </g>
1058
+ <g id="layout::subtitle.4-5-4-5.1">
1059
+ <g id="subtitle.4-5-4-5.1" />
1060
+ </g>
1061
+ <g id="layout::title.3-5-3-5.1">
1062
+ <g id="title.3-5-3-5.1">
1063
+ <g
1064
+ id="layout::title.3-5-3-5::GRID.VP.11.1"
1065
+ font-size="13.2"
1066
+ stroke="rgb(0,0,0)"
1067
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1068
+ stroke-opacity="1"
1069
+ font-weight="normal"
1070
+ font-style="normal"
1071
+ >
1072
+ <g
1073
+ id="layout::title.3-5-3-5::GRID.VP.11::GRID.VP.12.1"
1074
+ >
1075
+ <g id="plot.title..titleGrob.45.1">
1076
+ <g id="GRID.text.42.1">
1077
+ <g
1078
+ id="GRID.text.42.1.1"
1079
+ transform="translate(47.83, 450.52)"
1080
+ stroke-width="0.1"
1081
+ >
1082
+ <g
1083
+ id="GRID.text.42.1.1.scale"
1084
+ transform="scale(1, -1)"
1085
+ >
1086
+ <text
1087
+ x="0"
1088
+ y="0"
1089
+ id="GRID.text.42.1.1.text"
1090
+ text-anchor="start"
1091
+ font-size="13.2"
1092
+ stroke="rgb(0,0,0)"
1093
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1094
+ fill="rgb(0,0,0)"
1095
+ stroke-opacity="1"
1096
+ fill-opacity="1"
1097
+ font-weight="normal"
1098
+ font-style="normal"
1099
+ >
1100
+ <tspan
1101
+ id="GRID.text.42.1.1.tspan.1"
1102
+ dy="9.45"
1103
+ x="0"
1104
+ >
1105
+ The Number of Diamonds by Cut.
1106
+ </tspan>
1107
+ </text>
1108
+ </g>
1109
+ </g>
1110
+ </g>
1111
+ </g>
1112
+ </g>
1113
+ </g>
1114
+ </g>
1115
+ </g>
1116
+ <g id="layout::caption.10-5-10-5.1">
1117
+ <g id="caption.10-5-10-5.1" />
1118
+ </g>
1119
+ <g id="layout::tag.2-2-2-2.1">
1120
+ <g id="tag.2-2-2-2.1" />
1121
+ </g>
1122
+ </g>
1123
+ </g>
1124
+ </g>
1125
+ </g>
1126
+ </svg>
1127
+ </div>
1128
+ <br />
1129
+ </div>
1130
+ </div>
1131
+ <script>
1132
+ var maidr = {
1133
+ type: 'bar',
1134
+ id: 'barplot1',
1135
+ title: 'The Number of Diamonds by Cut.',
1136
+ elements: document.querySelectorAll('g[id^="geom_rect"] > rect'),
1137
+ axes: {
1138
+ x: {
1139
+ label: 'Cut',
1140
+ level: ['Fair', 'Good', 'Very Good', 'Premium', 'Ideal'],
1141
+ },
1142
+ y: {
1143
+ label: 'Count',
1144
+ },
1145
+ },
1146
+ data: [1610, 4906, 12082, 13791, 21551],
1147
+ };
1148
+ </script>
1149
+ <script src="../src/js/constants.js"></script>
1150
+ <script src="../src/js/audio.js"></script>
1151
+ <script src="../src/js/display.js"></script>
1152
+ <script src="../src/js/barplot.js"></script>
1153
+ <script src="../src/js/boxplot.js"></script>
1154
+ <script src="../src/js/heatmap.js"></script>
1155
+ <script src="../src/js/scatterplot.js"></script>
1156
+ <script src="../src/js/controls.js"></script>
1157
+ <script src="../src/js/init.js"></script>
1158
+ </body>
1159
+ </html>