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,2250 @@
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
+ <!-- barplot_diamonds_gridSVG.svg -->
15
+ <div>
16
+ <svg
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:xlink="http://www.w3.org/1999/xlink"
19
+ width="628px"
20
+ height="456px"
21
+ viewBox="0 0 628 456"
22
+ version="1.1"
23
+ id="chart1"
24
+ tabindex="0"
25
+ >
26
+ <metadata
27
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
28
+ >
29
+ <gridsvg:generator
30
+ name="gridSVG"
31
+ version="1.7-5"
32
+ time="2023-04-06 15:46:48"
33
+ />
34
+ <gridsvg:argument name="name" value="barplot_labels.svg" />
35
+ <gridsvg:argument name="exportCoords" value="none" />
36
+ <gridsvg:argument name="exportMappings" value="none" />
37
+ <gridsvg:argument name="exportJS" value="none" />
38
+ <gridsvg:argument name="res" value="72" />
39
+ <gridsvg:argument name="prefix" value="" />
40
+ <gridsvg:argument name="addClasses" value="FALSE" />
41
+ <gridsvg:argument name="indent" value="TRUE" />
42
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
43
+ <gridsvg:argument name="usePaths" value="vpPaths" />
44
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
45
+ <gridsvg:separator name="id.sep" value="." />
46
+ <gridsvg:separator name="gPath.sep" value="::" />
47
+ <gridsvg:separator name="vpPath.sep" value="::" />
48
+ </metadata>
49
+ <g transform="translate(0, 456) scale(1, -1)">
50
+ <g
51
+ id="gridSVG"
52
+ fill="rgb(255,255,255)"
53
+ stroke="rgb(0,0,0)"
54
+ stroke-dasharray="none"
55
+ stroke-width="0.75"
56
+ font-size="12"
57
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
58
+ opacity="1"
59
+ stroke-linecap="round"
60
+ stroke-linejoin="round"
61
+ stroke-miterlimit="10"
62
+ stroke-opacity="1"
63
+ fill-opacity="1"
64
+ font-weight="normal"
65
+ font-style="normal"
66
+ >
67
+ <g id="layout.1">
68
+ <g id="layout.2">
69
+ <defs>
70
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
71
+ <rect
72
+ x="0"
73
+ y="0"
74
+ width="628"
75
+ height="456"
76
+ fill="none"
77
+ stroke="none"
78
+ />
79
+ </clipPath>
80
+ </defs>
81
+ <g
82
+ id="layout::background.1-9-12-1.1"
83
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)"
84
+ >
85
+ <g id="background.1-9-12-1.1">
86
+ <g id="plot.background..rect.50.1">
87
+ <rect
88
+ id="plot.background..rect.50.1.1"
89
+ x="0"
90
+ y="0"
91
+ width="628"
92
+ height="456"
93
+ transform=""
94
+ stroke-width="1.07"
95
+ stroke="rgb(255,255,255)"
96
+ fill="rgb(255,255,255)"
97
+ stroke-dasharray="none"
98
+ stroke-opacity="1"
99
+ fill-opacity="1"
100
+ />
101
+ </g>
102
+ </g>
103
+ </g>
104
+ <defs>
105
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
106
+ <rect
107
+ x="47.83"
108
+ y="31.5"
109
+ width="574.69"
110
+ height="401.33"
111
+ fill="none"
112
+ stroke="none"
113
+ />
114
+ </clipPath>
115
+ </defs>
116
+ <g
117
+ id="layout::panel.7-5-7-5.1"
118
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
119
+ >
120
+ <g id="panel.7-5-7-5.1">
121
+ <g id="panel-1.gTree.25.1">
122
+ <g id="grill.gTree.23.1">
123
+ <g id="panel.background..rect.16.1">
124
+ <rect
125
+ id="panel.background..rect.16.1.1"
126
+ x="47.83"
127
+ y="31.5"
128
+ width="574.69"
129
+ height="401.33"
130
+ transform=""
131
+ stroke-width="1.07"
132
+ stroke="none"
133
+ fill="rgb(235,235,235)"
134
+ stroke-dasharray="none"
135
+ stroke-opacity="0"
136
+ fill-opacity="1"
137
+ />
138
+ </g>
139
+ <g id="panel.grid.minor.y..polyline.18.1">
140
+ <polyline
141
+ id="panel.grid.minor.y..polyline.18.1.1"
142
+ points="47.83,92.06 622.52,92.06"
143
+ stroke="rgb(255,255,255)"
144
+ fill="none"
145
+ stroke-width="0.53"
146
+ stroke-dasharray="none"
147
+ stroke-linecap="butt"
148
+ stroke-opacity="1"
149
+ fill-opacity="1"
150
+ />
151
+ <polyline
152
+ id="panel.grid.minor.y..polyline.18.1.2"
153
+ points="47.83,176.71 622.52,176.71"
154
+ stroke="rgb(255,255,255)"
155
+ fill="none"
156
+ stroke-width="0.53"
157
+ stroke-dasharray="none"
158
+ stroke-linecap="butt"
159
+ stroke-opacity="1"
160
+ fill-opacity="1"
161
+ />
162
+ <polyline
163
+ id="panel.grid.minor.y..polyline.18.1.3"
164
+ points="47.83,261.35 622.52,261.35"
165
+ stroke="rgb(255,255,255)"
166
+ fill="none"
167
+ stroke-width="0.53"
168
+ stroke-dasharray="none"
169
+ stroke-linecap="butt"
170
+ stroke-opacity="1"
171
+ fill-opacity="1"
172
+ />
173
+ <polyline
174
+ id="panel.grid.minor.y..polyline.18.1.4"
175
+ points="47.83,346 622.52,346"
176
+ stroke="rgb(255,255,255)"
177
+ fill="none"
178
+ stroke-width="0.53"
179
+ stroke-dasharray="none"
180
+ stroke-linecap="butt"
181
+ stroke-opacity="1"
182
+ fill-opacity="1"
183
+ />
184
+ <polyline
185
+ id="panel.grid.minor.y..polyline.18.1.5"
186
+ points="47.83,430.65 622.52,430.65"
187
+ stroke="rgb(255,255,255)"
188
+ fill="none"
189
+ stroke-width="0.53"
190
+ stroke-dasharray="none"
191
+ stroke-linecap="butt"
192
+ stroke-opacity="1"
193
+ fill-opacity="1"
194
+ />
195
+ </g>
196
+ <g id="panel.grid.major.y..polyline.20.1">
197
+ <polyline
198
+ id="panel.grid.major.y..polyline.20.1.1"
199
+ points="47.83,49.74 622.52,49.74"
200
+ stroke="rgb(255,255,255)"
201
+ fill="none"
202
+ stroke-width="1.07"
203
+ stroke-dasharray="none"
204
+ stroke-linecap="butt"
205
+ stroke-opacity="1"
206
+ fill-opacity="1"
207
+ />
208
+ <polyline
209
+ id="panel.grid.major.y..polyline.20.1.2"
210
+ points="47.83,134.38 622.52,134.38"
211
+ stroke="rgb(255,255,255)"
212
+ fill="none"
213
+ stroke-width="1.07"
214
+ stroke-dasharray="none"
215
+ stroke-linecap="butt"
216
+ stroke-opacity="1"
217
+ fill-opacity="1"
218
+ />
219
+ <polyline
220
+ id="panel.grid.major.y..polyline.20.1.3"
221
+ points="47.83,219.03 622.52,219.03"
222
+ stroke="rgb(255,255,255)"
223
+ fill="none"
224
+ stroke-width="1.07"
225
+ stroke-dasharray="none"
226
+ stroke-linecap="butt"
227
+ stroke-opacity="1"
228
+ fill-opacity="1"
229
+ />
230
+ <polyline
231
+ id="panel.grid.major.y..polyline.20.1.4"
232
+ points="47.83,303.68 622.52,303.68"
233
+ stroke="rgb(255,255,255)"
234
+ fill="none"
235
+ stroke-width="1.07"
236
+ stroke-dasharray="none"
237
+ stroke-linecap="butt"
238
+ stroke-opacity="1"
239
+ fill-opacity="1"
240
+ />
241
+ <polyline
242
+ id="panel.grid.major.y..polyline.20.1.5"
243
+ points="47.83,388.32 622.52,388.32"
244
+ stroke="rgb(255,255,255)"
245
+ fill="none"
246
+ stroke-width="1.07"
247
+ stroke-dasharray="none"
248
+ stroke-linecap="butt"
249
+ stroke-opacity="1"
250
+ fill-opacity="1"
251
+ />
252
+ </g>
253
+ <g id="panel.grid.major.x..polyline.22.1">
254
+ <polyline
255
+ id="panel.grid.major.x..polyline.22.1.1"
256
+ points="114.14,31.5 114.14,432.82"
257
+ stroke="rgb(255,255,255)"
258
+ fill="none"
259
+ stroke-width="1.07"
260
+ stroke-dasharray="none"
261
+ stroke-linecap="butt"
262
+ stroke-opacity="1"
263
+ fill-opacity="1"
264
+ />
265
+ <polyline
266
+ id="panel.grid.major.x..polyline.22.1.2"
267
+ points="224.66,31.5 224.66,432.82"
268
+ stroke="rgb(255,255,255)"
269
+ fill="none"
270
+ stroke-width="1.07"
271
+ stroke-dasharray="none"
272
+ stroke-linecap="butt"
273
+ stroke-opacity="1"
274
+ fill-opacity="1"
275
+ />
276
+ <polyline
277
+ id="panel.grid.major.x..polyline.22.1.3"
278
+ points="335.17,31.5 335.17,432.82"
279
+ stroke="rgb(255,255,255)"
280
+ fill="none"
281
+ stroke-width="1.07"
282
+ stroke-dasharray="none"
283
+ stroke-linecap="butt"
284
+ stroke-opacity="1"
285
+ fill-opacity="1"
286
+ />
287
+ <polyline
288
+ id="panel.grid.major.x..polyline.22.1.4"
289
+ points="445.69,31.5 445.69,432.82"
290
+ stroke="rgb(255,255,255)"
291
+ fill="none"
292
+ stroke-width="1.07"
293
+ stroke-dasharray="none"
294
+ stroke-linecap="butt"
295
+ stroke-opacity="1"
296
+ fill-opacity="1"
297
+ />
298
+ <polyline
299
+ id="panel.grid.major.x..polyline.22.1.5"
300
+ points="556.21,31.5 556.21,432.82"
301
+ stroke="rgb(255,255,255)"
302
+ fill="none"
303
+ stroke-width="1.07"
304
+ stroke-dasharray="none"
305
+ stroke-linecap="butt"
306
+ stroke-opacity="1"
307
+ fill-opacity="1"
308
+ />
309
+ </g>
310
+ </g>
311
+ <g id="geom_rect.rect.12.1">
312
+ <rect
313
+ id="geom_rect.rect.12.1.1"
314
+ x="64.4"
315
+ y="49.74"
316
+ width="99.47"
317
+ height="27.26"
318
+ transform=""
319
+ stroke="none"
320
+ fill="rgb(89,89,89)"
321
+ stroke-width="1.07"
322
+ stroke-dasharray="none"
323
+ stroke-linejoin="miter"
324
+ stroke-linecap="butt"
325
+ stroke-opacity="0"
326
+ fill-opacity="1"
327
+ />
328
+ <rect
329
+ id="geom_rect.rect.12.1.2"
330
+ x="174.92"
331
+ y="49.74"
332
+ width="99.47"
333
+ height="83.05"
334
+ transform=""
335
+ stroke="none"
336
+ fill="rgb(89,89,89)"
337
+ stroke-width="1.07"
338
+ stroke-dasharray="none"
339
+ stroke-linejoin="miter"
340
+ stroke-linecap="butt"
341
+ stroke-opacity="0"
342
+ fill-opacity="1"
343
+ />
344
+ <rect
345
+ id="geom_rect.rect.12.1.3"
346
+ x="285.44"
347
+ y="49.74"
348
+ width="99.47"
349
+ height="204.54"
350
+ transform=""
351
+ stroke="none"
352
+ fill="rgb(89,89,89)"
353
+ stroke-width="1.07"
354
+ stroke-dasharray="none"
355
+ stroke-linejoin="miter"
356
+ stroke-linecap="butt"
357
+ stroke-opacity="0"
358
+ fill-opacity="1"
359
+ />
360
+ <rect
361
+ id="geom_rect.rect.12.1.4"
362
+ x="395.96"
363
+ y="49.74"
364
+ width="99.47"
365
+ height="233.47"
366
+ transform=""
367
+ stroke="none"
368
+ fill="rgb(89,89,89)"
369
+ stroke-width="1.07"
370
+ stroke-dasharray="none"
371
+ stroke-linejoin="miter"
372
+ stroke-linecap="butt"
373
+ stroke-opacity="0"
374
+ fill-opacity="1"
375
+ />
376
+ <rect
377
+ id="geom_rect.rect.12.1.5"
378
+ x="506.48"
379
+ y="49.74"
380
+ width="99.47"
381
+ height="364.84"
382
+ transform=""
383
+ stroke="none"
384
+ fill="rgb(89,89,89)"
385
+ stroke-width="1.07"
386
+ stroke-dasharray="none"
387
+ stroke-linejoin="miter"
388
+ stroke-linecap="butt"
389
+ stroke-opacity="0"
390
+ fill-opacity="1"
391
+ />
392
+ </g>
393
+ </g>
394
+ </g>
395
+ </g>
396
+ <g id="layout::spacer.8-6-8-6.1">
397
+ <g id="spacer.8-6-8-6.1" />
398
+ </g>
399
+ <g id="layout::spacer.8-4-8-4.1">
400
+ <g id="spacer.8-4-8-4.1" />
401
+ </g>
402
+ <g id="layout::spacer.6-6-6-6.1">
403
+ <g id="spacer.6-6-6-6.1" />
404
+ </g>
405
+ <g id="layout::spacer.6-4-6-4.1">
406
+ <g id="spacer.6-4-6-4.1" />
407
+ </g>
408
+ <g id="layout::axis-t.6-5-6-5.1">
409
+ <g id="axis-t.6-5-6-5.1" />
410
+ </g>
411
+ <g id="layout::axis-l.7-4-7-4.1">
412
+ <g id="axis-l.7-4-7-4.1">
413
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
414
+ <g id="GRID.absoluteGrob.34.1">
415
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
416
+ <g id="axis.1">
417
+ <g
418
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1"
419
+ >
420
+ <g id="axis.1-1-1-1.1">
421
+ <g
422
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1"
423
+ font-size="8.8"
424
+ stroke="rgb(77,77,77)"
425
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
426
+ stroke-opacity="1"
427
+ font-weight="normal"
428
+ font-style="normal"
429
+ >
430
+ <g
431
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1"
432
+ >
433
+ <g id="GRID.titleGrob.32.1">
434
+ <g id="GRID.text.31.1">
435
+ <g
436
+ id="GRID.text.31.1.1"
437
+ transform="translate(42.89, 49.74)"
438
+ stroke-width="0.1"
439
+ >
440
+ <g
441
+ id="GRID.text.31.1.1.scale"
442
+ transform="scale(1, -1)"
443
+ >
444
+ <text
445
+ x="0"
446
+ y="0"
447
+ id="GRID.text.31.1.1.text"
448
+ text-anchor="end"
449
+ font-size="8.8"
450
+ stroke="rgb(77,77,77)"
451
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
452
+ fill="rgb(77,77,77)"
453
+ stroke-opacity="1"
454
+ fill-opacity="1"
455
+ font-weight="normal"
456
+ font-style="normal"
457
+ >
458
+ <tspan
459
+ id="GRID.text.31.1.1.tspan.1"
460
+ dy="3.15"
461
+ x="0"
462
+ >
463
+ 0
464
+ </tspan>
465
+ </text>
466
+ </g>
467
+ </g>
468
+ <g
469
+ id="GRID.text.31.1.2"
470
+ transform="translate(42.89, 134.38)"
471
+ stroke-width="0.1"
472
+ >
473
+ <g
474
+ id="GRID.text.31.1.2.scale"
475
+ transform="scale(1, -1)"
476
+ >
477
+ <text
478
+ x="0"
479
+ y="0"
480
+ id="GRID.text.31.1.2.text"
481
+ text-anchor="end"
482
+ font-size="8.8"
483
+ stroke="rgb(77,77,77)"
484
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
485
+ fill="rgb(77,77,77)"
486
+ stroke-opacity="1"
487
+ fill-opacity="1"
488
+ font-weight="normal"
489
+ font-style="normal"
490
+ >
491
+ <tspan
492
+ id="GRID.text.31.1.2.tspan.1"
493
+ dy="3.15"
494
+ x="0"
495
+ >
496
+ 5000
497
+ </tspan>
498
+ </text>
499
+ </g>
500
+ </g>
501
+ <g
502
+ id="GRID.text.31.1.3"
503
+ transform="translate(42.89, 219.03)"
504
+ stroke-width="0.1"
505
+ >
506
+ <g
507
+ id="GRID.text.31.1.3.scale"
508
+ transform="scale(1, -1)"
509
+ >
510
+ <text
511
+ x="0"
512
+ y="0"
513
+ id="GRID.text.31.1.3.text"
514
+ text-anchor="end"
515
+ font-size="8.8"
516
+ stroke="rgb(77,77,77)"
517
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
518
+ fill="rgb(77,77,77)"
519
+ stroke-opacity="1"
520
+ fill-opacity="1"
521
+ font-weight="normal"
522
+ font-style="normal"
523
+ >
524
+ <tspan
525
+ id="GRID.text.31.1.3.tspan.1"
526
+ dy="3.15"
527
+ x="0"
528
+ >
529
+ 10000
530
+ </tspan>
531
+ </text>
532
+ </g>
533
+ </g>
534
+ <g
535
+ id="GRID.text.31.1.4"
536
+ transform="translate(42.89, 303.68)"
537
+ stroke-width="0.1"
538
+ >
539
+ <g
540
+ id="GRID.text.31.1.4.scale"
541
+ transform="scale(1, -1)"
542
+ >
543
+ <text
544
+ x="0"
545
+ y="0"
546
+ id="GRID.text.31.1.4.text"
547
+ text-anchor="end"
548
+ font-size="8.8"
549
+ stroke="rgb(77,77,77)"
550
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
551
+ fill="rgb(77,77,77)"
552
+ stroke-opacity="1"
553
+ fill-opacity="1"
554
+ font-weight="normal"
555
+ font-style="normal"
556
+ >
557
+ <tspan
558
+ id="GRID.text.31.1.4.tspan.1"
559
+ dy="3.15"
560
+ x="0"
561
+ >
562
+ 15000
563
+ </tspan>
564
+ </text>
565
+ </g>
566
+ </g>
567
+ <g
568
+ id="GRID.text.31.1.5"
569
+ transform="translate(42.89, 388.32)"
570
+ stroke-width="0.1"
571
+ >
572
+ <g
573
+ id="GRID.text.31.1.5.scale"
574
+ transform="scale(1, -1)"
575
+ >
576
+ <text
577
+ x="0"
578
+ y="0"
579
+ id="GRID.text.31.1.5.text"
580
+ text-anchor="end"
581
+ font-size="8.8"
582
+ stroke="rgb(77,77,77)"
583
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
584
+ fill="rgb(77,77,77)"
585
+ stroke-opacity="1"
586
+ fill-opacity="1"
587
+ font-weight="normal"
588
+ font-style="normal"
589
+ >
590
+ <tspan
591
+ id="GRID.text.31.1.5.tspan.1"
592
+ dy="3.15"
593
+ x="0"
594
+ >
595
+ 20000
596
+ </tspan>
597
+ </text>
598
+ </g>
599
+ </g>
600
+ </g>
601
+ </g>
602
+ </g>
603
+ </g>
604
+ </g>
605
+ </g>
606
+ <g
607
+ id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1"
608
+ >
609
+ <g id="axis.1-2-1-2.1">
610
+ <g id="GRID.polyline.33.1">
611
+ <polyline
612
+ id="GRID.polyline.33.1.1"
613
+ points="45.09,49.74 47.83,49.74"
614
+ stroke="rgb(51,51,51)"
615
+ fill="none"
616
+ stroke-width="1.07"
617
+ stroke-dasharray="none"
618
+ stroke-linecap="butt"
619
+ stroke-opacity="1"
620
+ fill-opacity="1"
621
+ />
622
+ <polyline
623
+ id="GRID.polyline.33.1.2"
624
+ points="45.09,134.38 47.83,134.38"
625
+ stroke="rgb(51,51,51)"
626
+ fill="none"
627
+ stroke-width="1.07"
628
+ stroke-dasharray="none"
629
+ stroke-linecap="butt"
630
+ stroke-opacity="1"
631
+ fill-opacity="1"
632
+ />
633
+ <polyline
634
+ id="GRID.polyline.33.1.3"
635
+ points="45.09,219.03 47.83,219.03"
636
+ stroke="rgb(51,51,51)"
637
+ fill="none"
638
+ stroke-width="1.07"
639
+ stroke-dasharray="none"
640
+ stroke-linecap="butt"
641
+ stroke-opacity="1"
642
+ fill-opacity="1"
643
+ />
644
+ <polyline
645
+ id="GRID.polyline.33.1.4"
646
+ points="45.09,303.68 47.83,303.68"
647
+ stroke="rgb(51,51,51)"
648
+ fill="none"
649
+ stroke-width="1.07"
650
+ stroke-dasharray="none"
651
+ stroke-linecap="butt"
652
+ stroke-opacity="1"
653
+ fill-opacity="1"
654
+ />
655
+ <polyline
656
+ id="GRID.polyline.33.1.5"
657
+ points="45.09,388.32 47.83,388.32"
658
+ stroke="rgb(51,51,51)"
659
+ fill="none"
660
+ stroke-width="1.07"
661
+ stroke-dasharray="none"
662
+ stroke-linecap="butt"
663
+ stroke-opacity="1"
664
+ fill-opacity="1"
665
+ />
666
+ </g>
667
+ </g>
668
+ </g>
669
+ </g>
670
+ </g>
671
+ </g>
672
+ </g>
673
+ </g>
674
+ </g>
675
+ <g id="layout::axis-r.7-6-7-6.1">
676
+ <g id="axis-r.7-6-7-6.1" />
677
+ </g>
678
+ <g id="layout::axis-b.8-5-8-5.1">
679
+ <g id="axis-b.8-5-8-5.1">
680
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
681
+ <g id="GRID.absoluteGrob.30.1">
682
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
683
+ <g id="axis.2">
684
+ <g
685
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1"
686
+ >
687
+ <g id="axis.1-1-1-1.2">
688
+ <g id="GRID.polyline.29.1">
689
+ <polyline
690
+ id="GRID.polyline.29.1.1"
691
+ points="114.14,28.76 114.14,31.5"
692
+ stroke="rgb(51,51,51)"
693
+ fill="none"
694
+ stroke-width="1.07"
695
+ stroke-dasharray="none"
696
+ stroke-linecap="butt"
697
+ stroke-opacity="1"
698
+ fill-opacity="1"
699
+ />
700
+ <polyline
701
+ id="GRID.polyline.29.1.2"
702
+ points="224.66,28.76 224.66,31.5"
703
+ stroke="rgb(51,51,51)"
704
+ fill="none"
705
+ stroke-width="1.07"
706
+ stroke-dasharray="none"
707
+ stroke-linecap="butt"
708
+ stroke-opacity="1"
709
+ fill-opacity="1"
710
+ />
711
+ <polyline
712
+ id="GRID.polyline.29.1.3"
713
+ points="335.17,28.76 335.17,31.5"
714
+ stroke="rgb(51,51,51)"
715
+ fill="none"
716
+ stroke-width="1.07"
717
+ stroke-dasharray="none"
718
+ stroke-linecap="butt"
719
+ stroke-opacity="1"
720
+ fill-opacity="1"
721
+ />
722
+ <polyline
723
+ id="GRID.polyline.29.1.4"
724
+ points="445.69,28.76 445.69,31.5"
725
+ stroke="rgb(51,51,51)"
726
+ fill="none"
727
+ stroke-width="1.07"
728
+ stroke-dasharray="none"
729
+ stroke-linecap="butt"
730
+ stroke-opacity="1"
731
+ fill-opacity="1"
732
+ />
733
+ <polyline
734
+ id="GRID.polyline.29.1.5"
735
+ points="556.21,28.76 556.21,31.5"
736
+ stroke="rgb(51,51,51)"
737
+ fill="none"
738
+ stroke-width="1.07"
739
+ stroke-dasharray="none"
740
+ stroke-linecap="butt"
741
+ stroke-opacity="1"
742
+ fill-opacity="1"
743
+ />
744
+ </g>
745
+ </g>
746
+ </g>
747
+ <g
748
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1"
749
+ >
750
+ <g id="axis.2-1-2-1.1">
751
+ <g
752
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1"
753
+ font-size="8.8"
754
+ stroke="rgb(77,77,77)"
755
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
756
+ stroke-opacity="1"
757
+ font-weight="normal"
758
+ font-style="normal"
759
+ >
760
+ <g
761
+ id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1"
762
+ >
763
+ <g id="GRID.titleGrob.28.1">
764
+ <g id="GRID.text.26.1">
765
+ <g
766
+ id="GRID.text.26.1.1"
767
+ transform="translate(114.14, 26.56)"
768
+ stroke-width="0.1"
769
+ >
770
+ <g
771
+ id="GRID.text.26.1.1.scale"
772
+ transform="scale(1, -1)"
773
+ >
774
+ <text
775
+ x="0"
776
+ y="0"
777
+ id="GRID.text.26.1.1.text"
778
+ text-anchor="middle"
779
+ font-size="8.8"
780
+ stroke="rgb(77,77,77)"
781
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
782
+ fill="rgb(77,77,77)"
783
+ stroke-opacity="1"
784
+ fill-opacity="1"
785
+ font-weight="normal"
786
+ font-style="normal"
787
+ >
788
+ <tspan
789
+ id="GRID.text.26.1.1.tspan.1"
790
+ dy="6.3"
791
+ x="0"
792
+ >
793
+ Fair
794
+ </tspan>
795
+ </text>
796
+ </g>
797
+ </g>
798
+ <g
799
+ id="GRID.text.26.1.2"
800
+ transform="translate(224.66, 26.56)"
801
+ stroke-width="0.1"
802
+ >
803
+ <g
804
+ id="GRID.text.26.1.2.scale"
805
+ transform="scale(1, -1)"
806
+ >
807
+ <text
808
+ x="0"
809
+ y="0"
810
+ id="GRID.text.26.1.2.text"
811
+ text-anchor="middle"
812
+ font-size="8.8"
813
+ stroke="rgb(77,77,77)"
814
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
815
+ fill="rgb(77,77,77)"
816
+ stroke-opacity="1"
817
+ fill-opacity="1"
818
+ font-weight="normal"
819
+ font-style="normal"
820
+ >
821
+ <tspan
822
+ id="GRID.text.26.1.2.tspan.1"
823
+ dy="6.3"
824
+ x="0"
825
+ >
826
+ Good
827
+ </tspan>
828
+ </text>
829
+ </g>
830
+ </g>
831
+ <g
832
+ id="GRID.text.26.1.3"
833
+ transform="translate(335.17, 26.56)"
834
+ stroke-width="0.1"
835
+ >
836
+ <g
837
+ id="GRID.text.26.1.3.scale"
838
+ transform="scale(1, -1)"
839
+ >
840
+ <text
841
+ x="0"
842
+ y="0"
843
+ id="GRID.text.26.1.3.text"
844
+ text-anchor="middle"
845
+ font-size="8.8"
846
+ stroke="rgb(77,77,77)"
847
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
848
+ fill="rgb(77,77,77)"
849
+ stroke-opacity="1"
850
+ fill-opacity="1"
851
+ font-weight="normal"
852
+ font-style="normal"
853
+ >
854
+ <tspan
855
+ id="GRID.text.26.1.3.tspan.1"
856
+ dy="6.3"
857
+ x="0"
858
+ >
859
+ Very Good
860
+ </tspan>
861
+ </text>
862
+ </g>
863
+ </g>
864
+ <g
865
+ id="GRID.text.26.1.4"
866
+ transform="translate(445.69, 26.56)"
867
+ stroke-width="0.1"
868
+ >
869
+ <g
870
+ id="GRID.text.26.1.4.scale"
871
+ transform="scale(1, -1)"
872
+ >
873
+ <text
874
+ x="0"
875
+ y="0"
876
+ id="GRID.text.26.1.4.text"
877
+ text-anchor="middle"
878
+ font-size="8.8"
879
+ stroke="rgb(77,77,77)"
880
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
881
+ fill="rgb(77,77,77)"
882
+ stroke-opacity="1"
883
+ fill-opacity="1"
884
+ font-weight="normal"
885
+ font-style="normal"
886
+ >
887
+ <tspan
888
+ id="GRID.text.26.1.4.tspan.1"
889
+ dy="6.3"
890
+ x="0"
891
+ >
892
+ Premium
893
+ </tspan>
894
+ </text>
895
+ </g>
896
+ </g>
897
+ <g
898
+ id="GRID.text.26.1.5"
899
+ transform="translate(556.21, 26.56)"
900
+ stroke-width="0.1"
901
+ >
902
+ <g
903
+ id="GRID.text.26.1.5.scale"
904
+ transform="scale(1, -1)"
905
+ >
906
+ <text
907
+ x="0"
908
+ y="0"
909
+ id="GRID.text.26.1.5.text"
910
+ text-anchor="middle"
911
+ font-size="8.8"
912
+ stroke="rgb(77,77,77)"
913
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
914
+ fill="rgb(77,77,77)"
915
+ stroke-opacity="1"
916
+ fill-opacity="1"
917
+ font-weight="normal"
918
+ font-style="normal"
919
+ >
920
+ <tspan
921
+ id="GRID.text.26.1.5.tspan.1"
922
+ dy="6.3"
923
+ x="0"
924
+ >
925
+ Ideal
926
+ </tspan>
927
+ </text>
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>
942
+ <g id="layout::xlab-t.5-5-5-5.1">
943
+ <g id="xlab-t.5-5-5-5.1" />
944
+ </g>
945
+ <g id="layout::xlab-b.9-5-9-5.1">
946
+ <g id="xlab-b.9-5-9-5.1">
947
+ <g
948
+ id="layout::xlab-b.9-5-9-5::GRID.VP.7.1"
949
+ font-size="11"
950
+ stroke="rgb(0,0,0)"
951
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
952
+ stroke-opacity="1"
953
+ font-weight="normal"
954
+ font-style="normal"
955
+ >
956
+ <g
957
+ id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1"
958
+ >
959
+ <g id="axis.title.x.bottom..titleGrob.38.1">
960
+ <g id="GRID.text.35.1">
961
+ <g
962
+ id="GRID.text.35.1.1"
963
+ transform="translate(335.17, 15.67)"
964
+ stroke-width="0.1"
965
+ >
966
+ <g
967
+ id="GRID.text.35.1.1.scale"
968
+ transform="scale(1, -1)"
969
+ >
970
+ <text
971
+ x="0"
972
+ y="0"
973
+ id="GRID.text.35.1.1.text"
974
+ text-anchor="middle"
975
+ font-size="11"
976
+ stroke="rgb(0,0,0)"
977
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
978
+ fill="rgb(0,0,0)"
979
+ stroke-opacity="1"
980
+ fill-opacity="1"
981
+ font-weight="normal"
982
+ font-style="normal"
983
+ >
984
+ <tspan
985
+ id="GRID.text.35.1.1.tspan.1"
986
+ dy="7.88"
987
+ x="0"
988
+ >
989
+ Cut
990
+ </tspan>
991
+ </text>
992
+ </g>
993
+ </g>
994
+ </g>
995
+ </g>
996
+ </g>
997
+ </g>
998
+ </g>
999
+ </g>
1000
+ <g id="layout::ylab-l.7-3-7-3.1">
1001
+ <g id="ylab-l.7-3-7-3.1">
1002
+ <g
1003
+ id="layout::ylab-l.7-3-7-3::GRID.VP.9.1"
1004
+ font-size="11"
1005
+ stroke="rgb(0,0,0)"
1006
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1007
+ stroke-opacity="1"
1008
+ font-weight="normal"
1009
+ font-style="normal"
1010
+ >
1011
+ <g
1012
+ id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1"
1013
+ >
1014
+ <g id="axis.title.y.left..titleGrob.41.1">
1015
+ <g id="GRID.text.39.1">
1016
+ <g
1017
+ id="GRID.text.39.1.1"
1018
+ transform="translate(5.48, 232.16)"
1019
+ stroke-width="0.1"
1020
+ >
1021
+ <g
1022
+ id="GRID.text.39.1.1.scale"
1023
+ transform="scale(1, -1)"
1024
+ >
1025
+ <text
1026
+ x="0"
1027
+ y="0"
1028
+ id="GRID.text.39.1.1.text"
1029
+ transform="rotate(-90)"
1030
+ text-anchor="middle"
1031
+ font-size="11"
1032
+ stroke="rgb(0,0,0)"
1033
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1034
+ fill="rgb(0,0,0)"
1035
+ stroke-opacity="1"
1036
+ fill-opacity="1"
1037
+ font-weight="normal"
1038
+ font-style="normal"
1039
+ >
1040
+ <tspan
1041
+ id="GRID.text.39.1.1.tspan.1"
1042
+ dy="7.88"
1043
+ x="0"
1044
+ >
1045
+ Count
1046
+ </tspan>
1047
+ </text>
1048
+ </g>
1049
+ </g>
1050
+ </g>
1051
+ </g>
1052
+ </g>
1053
+ </g>
1054
+ </g>
1055
+ </g>
1056
+ <g id="layout::ylab-r.7-7-7-7.1">
1057
+ <g id="ylab-r.7-7-7-7.1" />
1058
+ </g>
1059
+ <g id="layout::subtitle.4-5-4-5.1">
1060
+ <g id="subtitle.4-5-4-5.1" />
1061
+ </g>
1062
+ <g id="layout::title.3-5-3-5.1">
1063
+ <g id="title.3-5-3-5.1">
1064
+ <g
1065
+ id="layout::title.3-5-3-5::GRID.VP.11.1"
1066
+ font-size="13.2"
1067
+ stroke="rgb(0,0,0)"
1068
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1069
+ stroke-opacity="1"
1070
+ font-weight="normal"
1071
+ font-style="normal"
1072
+ >
1073
+ <g
1074
+ id="layout::title.3-5-3-5::GRID.VP.11::GRID.VP.12.1"
1075
+ >
1076
+ <g id="plot.title..titleGrob.45.1">
1077
+ <g id="GRID.text.42.1">
1078
+ <g
1079
+ id="GRID.text.42.1.1"
1080
+ transform="translate(47.83, 450.52)"
1081
+ stroke-width="0.1"
1082
+ >
1083
+ <g
1084
+ id="GRID.text.42.1.1.scale"
1085
+ transform="scale(1, -1)"
1086
+ >
1087
+ <text
1088
+ x="0"
1089
+ y="0"
1090
+ id="GRID.text.42.1.1.text"
1091
+ text-anchor="start"
1092
+ font-size="13.2"
1093
+ stroke="rgb(0,0,0)"
1094
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1095
+ fill="rgb(0,0,0)"
1096
+ stroke-opacity="1"
1097
+ fill-opacity="1"
1098
+ font-weight="normal"
1099
+ font-style="normal"
1100
+ >
1101
+ <tspan
1102
+ id="GRID.text.42.1.1.tspan.1"
1103
+ dy="9.45"
1104
+ x="0"
1105
+ >
1106
+ The Number of Diamonds by Cut.
1107
+ </tspan>
1108
+ </text>
1109
+ </g>
1110
+ </g>
1111
+ </g>
1112
+ </g>
1113
+ </g>
1114
+ </g>
1115
+ </g>
1116
+ </g>
1117
+ <g id="layout::caption.10-5-10-5.1">
1118
+ <g id="caption.10-5-10-5.1" />
1119
+ </g>
1120
+ <g id="layout::tag.2-2-2-2.1">
1121
+ <g id="tag.2-2-2-2.1" />
1122
+ </g>
1123
+ </g>
1124
+ </g>
1125
+ </g>
1126
+ </g>
1127
+ </svg>
1128
+ </div>
1129
+ <br />
1130
+ </div>
1131
+ </div>
1132
+ <div class="container mt-3">
1133
+ <div id="container">
1134
+ <!-- barplot_diamonds_gridSVG.svg -->
1135
+ <div>
1136
+ <?xml version="1.0" encoding="UTF-8"?>
1137
+ <svg
1138
+ xmlns="http://www.w3.org/2000/svg"
1139
+ xmlns:xlink="http://www.w3.org/1999/xlink"
1140
+ width="504px"
1141
+ height="504px"
1142
+ viewBox="0 0 504 504"
1143
+ version="1.1"
1144
+ id="chart2"
1145
+ tabindex="0"
1146
+ >
1147
+ <metadata
1148
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
1149
+ >
1150
+ <gridsvg:generator
1151
+ name="gridSVG"
1152
+ version="1.7-4"
1153
+ time="2023-03-02 17:56:35"
1154
+ />
1155
+ <gridsvg:argument name="name" value="barplot_user_study.svg" />
1156
+ <gridsvg:argument name="exportCoords" value="none" />
1157
+ <gridsvg:argument name="exportMappings" value="none" />
1158
+ <gridsvg:argument name="exportJS" value="none" />
1159
+ <gridsvg:argument name="res" value="72" />
1160
+ <gridsvg:argument name="prefix" value="" />
1161
+ <gridsvg:argument name="addClasses" value="FALSE" />
1162
+ <gridsvg:argument name="indent" value="TRUE" />
1163
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
1164
+ <gridsvg:argument name="usePaths" value="vpPaths" />
1165
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
1166
+ <gridsvg:separator name="id.sep" value="." />
1167
+ <gridsvg:separator name="gPath.sep" value="::" />
1168
+ <gridsvg:separator name="vpPath.sep" value="::" />
1169
+ </metadata>
1170
+ <g transform="translate(0, 504) scale(1, -1)">
1171
+ <g
1172
+ id="gridSVG"
1173
+ fill="none"
1174
+ stroke="rgb(0,0,0)"
1175
+ stroke-dasharray="none"
1176
+ stroke-width="0.75"
1177
+ font-size="12"
1178
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1179
+ opacity="1"
1180
+ stroke-linecap="round"
1181
+ stroke-linejoin="round"
1182
+ stroke-miterlimit="10"
1183
+ stroke-opacity="1"
1184
+ fill-opacity="0"
1185
+ font-weight="normal"
1186
+ font-style="normal"
1187
+ >
1188
+ <g id="layout.1">
1189
+ <g id="layout.2">
1190
+ <defs>
1191
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
1192
+ <rect
1193
+ x="0"
1194
+ y="0"
1195
+ width="504"
1196
+ height="504"
1197
+ fill="none"
1198
+ stroke="none"
1199
+ />
1200
+ </clipPath>
1201
+ </defs>
1202
+ <g
1203
+ id="layout::background.1-9-12-1.1"
1204
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)"
1205
+ >
1206
+ <g id="background.1-9-12-1.1">
1207
+ <rect
1208
+ id="background.1-9-12-1.1.1"
1209
+ x="0"
1210
+ y="0"
1211
+ width="504"
1212
+ height="504"
1213
+ transform=""
1214
+ stroke-width="1.55"
1215
+ stroke="rgb(255,255,255)"
1216
+ fill="rgb(255,255,255)"
1217
+ stroke-dasharray="none"
1218
+ stroke-opacity="1"
1219
+ fill-opacity="1"
1220
+ />
1221
+ </g>
1222
+ </g>
1223
+ <defs>
1224
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
1225
+ <rect
1226
+ x="69.9"
1227
+ y="45.8"
1228
+ width="426.13"
1229
+ height="424.47"
1230
+ fill="none"
1231
+ stroke="none"
1232
+ />
1233
+ </clipPath>
1234
+ </defs>
1235
+ <g
1236
+ id="layout::panel.7-5-7-5.1"
1237
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
1238
+ >
1239
+ <g id="panel.7-5-7-5.1">
1240
+ <g id="grill.gTree.321.1">
1241
+ <g id="panel.background..rect.314.1">
1242
+ <rect
1243
+ id="panel.background..rect.314.1.1"
1244
+ x="69.9"
1245
+ y="45.8"
1246
+ width="426.13"
1247
+ height="424.47"
1248
+ transform=""
1249
+ stroke-width="1.55"
1250
+ stroke="none"
1251
+ fill="rgb(235,235,235)"
1252
+ stroke-dasharray="none"
1253
+ stroke-opacity="0"
1254
+ fill-opacity="1"
1255
+ />
1256
+ </g>
1257
+ <g id="panel.grid.minor.y..polyline.316.1">
1258
+ <polyline
1259
+ id="panel.grid.minor.y..polyline.316.1.1"
1260
+ points="69.9,115.71 496.03,115.71"
1261
+ stroke="rgb(255,255,255)"
1262
+ fill="none"
1263
+ stroke-width="0.78"
1264
+ stroke-dasharray="none"
1265
+ stroke-linecap="butt"
1266
+ stroke-opacity="1"
1267
+ fill-opacity="1"
1268
+ />
1269
+ <polyline
1270
+ id="panel.grid.minor.y..polyline.316.1.2"
1271
+ points="69.9,216.94 496.03,216.94"
1272
+ stroke="rgb(255,255,255)"
1273
+ fill="none"
1274
+ stroke-width="0.78"
1275
+ stroke-dasharray="none"
1276
+ stroke-linecap="butt"
1277
+ stroke-opacity="1"
1278
+ fill-opacity="1"
1279
+ />
1280
+ <polyline
1281
+ id="panel.grid.minor.y..polyline.316.1.3"
1282
+ points="69.9,318.17 496.03,318.17"
1283
+ stroke="rgb(255,255,255)"
1284
+ fill="none"
1285
+ stroke-width="0.78"
1286
+ stroke-dasharray="none"
1287
+ stroke-linecap="butt"
1288
+ stroke-opacity="1"
1289
+ fill-opacity="1"
1290
+ />
1291
+ <polyline
1292
+ id="panel.grid.minor.y..polyline.316.1.4"
1293
+ points="69.9,419.4 496.03,419.4"
1294
+ stroke="rgb(255,255,255)"
1295
+ fill="none"
1296
+ stroke-width="0.78"
1297
+ stroke-dasharray="none"
1298
+ stroke-linecap="butt"
1299
+ stroke-opacity="1"
1300
+ fill-opacity="1"
1301
+ />
1302
+ </g>
1303
+ <g id="panel.grid.major.y..polyline.318.1">
1304
+ <polyline
1305
+ id="panel.grid.major.y..polyline.318.1.1"
1306
+ points="69.9,65.1 496.03,65.1"
1307
+ stroke="rgb(255,255,255)"
1308
+ fill="none"
1309
+ stroke-width="1.55"
1310
+ stroke-dasharray="none"
1311
+ stroke-linecap="butt"
1312
+ stroke-opacity="1"
1313
+ fill-opacity="1"
1314
+ />
1315
+ <polyline
1316
+ id="panel.grid.major.y..polyline.318.1.2"
1317
+ points="69.9,166.33 496.03,166.33"
1318
+ stroke="rgb(255,255,255)"
1319
+ fill="none"
1320
+ stroke-width="1.55"
1321
+ stroke-dasharray="none"
1322
+ stroke-linecap="butt"
1323
+ stroke-opacity="1"
1324
+ fill-opacity="1"
1325
+ />
1326
+ <polyline
1327
+ id="panel.grid.major.y..polyline.318.1.3"
1328
+ points="69.9,267.56 496.03,267.56"
1329
+ stroke="rgb(255,255,255)"
1330
+ fill="none"
1331
+ stroke-width="1.55"
1332
+ stroke-dasharray="none"
1333
+ stroke-linecap="butt"
1334
+ stroke-opacity="1"
1335
+ fill-opacity="1"
1336
+ />
1337
+ <polyline
1338
+ id="panel.grid.major.y..polyline.318.1.4"
1339
+ points="69.9,368.79 496.03,368.79"
1340
+ stroke="rgb(255,255,255)"
1341
+ fill="none"
1342
+ stroke-width="1.55"
1343
+ stroke-dasharray="none"
1344
+ stroke-linecap="butt"
1345
+ stroke-opacity="1"
1346
+ fill-opacity="1"
1347
+ />
1348
+ <polyline
1349
+ id="panel.grid.major.y..polyline.318.1.5"
1350
+ points="69.9,470.02 496.03,470.02"
1351
+ stroke="rgb(255,255,255)"
1352
+ fill="none"
1353
+ stroke-width="1.55"
1354
+ stroke-dasharray="none"
1355
+ stroke-linecap="butt"
1356
+ stroke-opacity="1"
1357
+ fill-opacity="1"
1358
+ />
1359
+ </g>
1360
+ <g id="panel.grid.major.x..polyline.320.1">
1361
+ <polyline
1362
+ id="panel.grid.major.x..polyline.320.1.1"
1363
+ points="119.07,45.8 119.07,470.28"
1364
+ stroke="rgb(255,255,255)"
1365
+ fill="none"
1366
+ stroke-width="1.55"
1367
+ stroke-dasharray="none"
1368
+ stroke-linecap="butt"
1369
+ stroke-opacity="1"
1370
+ fill-opacity="1"
1371
+ />
1372
+ <polyline
1373
+ id="panel.grid.major.x..polyline.320.1.2"
1374
+ points="201.02,45.8 201.02,470.28"
1375
+ stroke="rgb(255,255,255)"
1376
+ fill="none"
1377
+ stroke-width="1.55"
1378
+ stroke-dasharray="none"
1379
+ stroke-linecap="butt"
1380
+ stroke-opacity="1"
1381
+ fill-opacity="1"
1382
+ />
1383
+ <polyline
1384
+ id="panel.grid.major.x..polyline.320.1.3"
1385
+ points="282.96,45.8 282.96,470.28"
1386
+ stroke="rgb(255,255,255)"
1387
+ fill="none"
1388
+ stroke-width="1.55"
1389
+ stroke-dasharray="none"
1390
+ stroke-linecap="butt"
1391
+ stroke-opacity="1"
1392
+ fill-opacity="1"
1393
+ />
1394
+ <polyline
1395
+ id="panel.grid.major.x..polyline.320.1.4"
1396
+ points="364.91,45.8 364.91,470.28"
1397
+ stroke="rgb(255,255,255)"
1398
+ fill="none"
1399
+ stroke-width="1.55"
1400
+ stroke-dasharray="none"
1401
+ stroke-linecap="butt"
1402
+ stroke-opacity="1"
1403
+ fill-opacity="1"
1404
+ />
1405
+ <polyline
1406
+ id="panel.grid.major.x..polyline.320.1.5"
1407
+ points="446.86,45.8 446.86,470.28"
1408
+ stroke="rgb(255,255,255)"
1409
+ fill="none"
1410
+ stroke-width="1.55"
1411
+ stroke-dasharray="none"
1412
+ stroke-linecap="butt"
1413
+ stroke-opacity="1"
1414
+ fill-opacity="1"
1415
+ />
1416
+ </g>
1417
+ </g>
1418
+ <g id="geom_rect.rect.310.1">
1419
+ <rect
1420
+ id="geom_rect.rect.310.1.1"
1421
+ x="82.19"
1422
+ y="65.1"
1423
+ width="73.75"
1424
+ height="94.1"
1425
+ transform=""
1426
+ stroke="none"
1427
+ fill="rgb(89,89,89)"
1428
+ stroke-width="1.07"
1429
+ stroke-dasharray="none"
1430
+ stroke-linejoin="miter"
1431
+ stroke-linecap="butt"
1432
+ stroke-opacity="0"
1433
+ fill-opacity="1"
1434
+ />
1435
+ <rect
1436
+ id="geom_rect.rect.310.1.2"
1437
+ x="164.14"
1438
+ y="65.1"
1439
+ width="73.75"
1440
+ height="90.99"
1441
+ transform=""
1442
+ stroke="none"
1443
+ fill="rgb(89,89,89)"
1444
+ stroke-width="1.07"
1445
+ stroke-dasharray="none"
1446
+ stroke-linejoin="miter"
1447
+ stroke-linecap="butt"
1448
+ stroke-opacity="0"
1449
+ fill-opacity="1"
1450
+ />
1451
+ <rect
1452
+ id="geom_rect.rect.310.1.3"
1453
+ x="246.09"
1454
+ y="65.1"
1455
+ width="73.75"
1456
+ height="385.88"
1457
+ transform=""
1458
+ stroke="none"
1459
+ fill="rgb(89,89,89)"
1460
+ stroke-width="1.07"
1461
+ stroke-dasharray="none"
1462
+ stroke-linejoin="miter"
1463
+ stroke-linecap="butt"
1464
+ stroke-opacity="0"
1465
+ fill-opacity="1"
1466
+ />
1467
+ <rect
1468
+ id="geom_rect.rect.310.1.4"
1469
+ x="328.04"
1470
+ y="65.1"
1471
+ width="73.75"
1472
+ height="59.33"
1473
+ transform=""
1474
+ stroke="none"
1475
+ fill="rgb(89,89,89)"
1476
+ stroke-width="1.07"
1477
+ stroke-dasharray="none"
1478
+ stroke-linejoin="miter"
1479
+ stroke-linecap="butt"
1480
+ stroke-opacity="0"
1481
+ fill-opacity="1"
1482
+ />
1483
+ <rect
1484
+ id="geom_rect.rect.310.1.5"
1485
+ x="409.98"
1486
+ y="65.1"
1487
+ width="73.75"
1488
+ height="2.49"
1489
+ transform=""
1490
+ stroke="none"
1491
+ fill="rgb(89,89,89)"
1492
+ stroke-width="1.07"
1493
+ stroke-dasharray="none"
1494
+ stroke-linejoin="miter"
1495
+ stroke-linecap="butt"
1496
+ stroke-opacity="0"
1497
+ fill-opacity="1"
1498
+ />
1499
+ </g>
1500
+ </g>
1501
+ </g>
1502
+ <g id="layout::spacer.8-6-8-6.1" />
1503
+ <g id="layout::spacer.8-4-8-4.1" />
1504
+ <g id="layout::spacer.6-6-6-6.1" />
1505
+ <g id="layout::spacer.6-4-6-4.1" />
1506
+ <g id="layout::axis-t.6-5-6-5.1" />
1507
+ <g id="layout::axis-l.7-4-7-4.1">
1508
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78.1">
1509
+ <g id="axis-l.7-4-7-4.1">
1510
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78::axis.1">
1511
+ <g id="axis.1">
1512
+ <g
1513
+ id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-1-1-1.1"
1514
+ >
1515
+ <g
1516
+ id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-1-1-1::GRID.VP.76.1"
1517
+ font-size="12.8"
1518
+ stroke="rgb(77,77,77)"
1519
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1520
+ stroke-opacity="1"
1521
+ font-weight="normal"
1522
+ font-style="normal"
1523
+ >
1524
+ <g
1525
+ id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-1-1-1::GRID.VP.76::GRID.VP.77.1"
1526
+ >
1527
+ <g id="axis.1-1-1-1.1">
1528
+ <g id="GRID.text.329.1">
1529
+ <g
1530
+ id="GRID.text.329.1.1"
1531
+ transform="translate(62.73, 65.1)"
1532
+ stroke-width="0.1"
1533
+ >
1534
+ <g
1535
+ id="GRID.text.329.1.1.scale"
1536
+ transform="scale(1, -1)"
1537
+ >
1538
+ <text
1539
+ x="0"
1540
+ y="0"
1541
+ id="GRID.text.329.1.1.text"
1542
+ text-anchor="end"
1543
+ font-size="12.8"
1544
+ stroke="rgb(77,77,77)"
1545
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1546
+ fill="rgb(77,77,77)"
1547
+ stroke-opacity="1"
1548
+ fill-opacity="1"
1549
+ font-weight="normal"
1550
+ font-style="normal"
1551
+ >
1552
+ <tspan
1553
+ id="GRID.text.329.1.1.tspan.1"
1554
+ dy="4.58"
1555
+ x="0"
1556
+ >
1557
+ 0
1558
+ </tspan>
1559
+ </text>
1560
+ </g>
1561
+ </g>
1562
+ <g
1563
+ id="GRID.text.329.1.2"
1564
+ transform="translate(62.73, 166.33)"
1565
+ stroke-width="0.1"
1566
+ >
1567
+ <g
1568
+ id="GRID.text.329.1.2.scale"
1569
+ transform="scale(1, -1)"
1570
+ >
1571
+ <text
1572
+ x="0"
1573
+ y="0"
1574
+ id="GRID.text.329.1.2.text"
1575
+ text-anchor="end"
1576
+ font-size="12.8"
1577
+ stroke="rgb(77,77,77)"
1578
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1579
+ fill="rgb(77,77,77)"
1580
+ stroke-opacity="1"
1581
+ fill-opacity="1"
1582
+ font-weight="normal"
1583
+ font-style="normal"
1584
+ >
1585
+ <tspan
1586
+ id="GRID.text.329.1.2.tspan.1"
1587
+ dy="4.58"
1588
+ x="0"
1589
+ >
1590
+ 1e+09
1591
+ </tspan>
1592
+ </text>
1593
+ </g>
1594
+ </g>
1595
+ <g
1596
+ id="GRID.text.329.1.3"
1597
+ transform="translate(62.73, 267.56)"
1598
+ stroke-width="0.1"
1599
+ >
1600
+ <g
1601
+ id="GRID.text.329.1.3.scale"
1602
+ transform="scale(1, -1)"
1603
+ >
1604
+ <text
1605
+ x="0"
1606
+ y="0"
1607
+ id="GRID.text.329.1.3.text"
1608
+ text-anchor="end"
1609
+ font-size="12.8"
1610
+ stroke="rgb(77,77,77)"
1611
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1612
+ fill="rgb(77,77,77)"
1613
+ stroke-opacity="1"
1614
+ fill-opacity="1"
1615
+ font-weight="normal"
1616
+ font-style="normal"
1617
+ >
1618
+ <tspan
1619
+ id="GRID.text.329.1.3.tspan.1"
1620
+ dy="4.58"
1621
+ x="0"
1622
+ >
1623
+ 2e+09
1624
+ </tspan>
1625
+ </text>
1626
+ </g>
1627
+ </g>
1628
+ <g
1629
+ id="GRID.text.329.1.4"
1630
+ transform="translate(62.73, 368.79)"
1631
+ stroke-width="0.1"
1632
+ >
1633
+ <g
1634
+ id="GRID.text.329.1.4.scale"
1635
+ transform="scale(1, -1)"
1636
+ >
1637
+ <text
1638
+ x="0"
1639
+ y="0"
1640
+ id="GRID.text.329.1.4.text"
1641
+ text-anchor="end"
1642
+ font-size="12.8"
1643
+ stroke="rgb(77,77,77)"
1644
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1645
+ fill="rgb(77,77,77)"
1646
+ stroke-opacity="1"
1647
+ fill-opacity="1"
1648
+ font-weight="normal"
1649
+ font-style="normal"
1650
+ >
1651
+ <tspan
1652
+ id="GRID.text.329.1.4.tspan.1"
1653
+ dy="4.58"
1654
+ x="0"
1655
+ >
1656
+ 3e+09
1657
+ </tspan>
1658
+ </text>
1659
+ </g>
1660
+ </g>
1661
+ <g
1662
+ id="GRID.text.329.1.5"
1663
+ transform="translate(62.73, 470.02)"
1664
+ stroke-width="0.1"
1665
+ >
1666
+ <g
1667
+ id="GRID.text.329.1.5.scale"
1668
+ transform="scale(1, -1)"
1669
+ >
1670
+ <text
1671
+ x="0"
1672
+ y="0"
1673
+ id="GRID.text.329.1.5.text"
1674
+ text-anchor="end"
1675
+ font-size="12.8"
1676
+ stroke="rgb(77,77,77)"
1677
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1678
+ fill="rgb(77,77,77)"
1679
+ stroke-opacity="1"
1680
+ fill-opacity="1"
1681
+ font-weight="normal"
1682
+ font-style="normal"
1683
+ >
1684
+ <tspan
1685
+ id="GRID.text.329.1.5.tspan.1"
1686
+ dy="4.58"
1687
+ x="0"
1688
+ >
1689
+ 4e+09
1690
+ </tspan>
1691
+ </text>
1692
+ </g>
1693
+ </g>
1694
+ </g>
1695
+ </g>
1696
+ </g>
1697
+ </g>
1698
+ </g>
1699
+ <g
1700
+ id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-2-1-2.1"
1701
+ >
1702
+ <g id="axis.1-2-1-2.1">
1703
+ <polyline
1704
+ id="axis.1-2-1-2.1.1"
1705
+ points="65.91,65.1 69.9,65.1"
1706
+ stroke="rgb(51,51,51)"
1707
+ fill="none"
1708
+ stroke-width="1.55"
1709
+ stroke-dasharray="none"
1710
+ stroke-linecap="butt"
1711
+ stroke-opacity="1"
1712
+ fill-opacity="1"
1713
+ />
1714
+ <polyline
1715
+ id="axis.1-2-1-2.1.2"
1716
+ points="65.91,166.33 69.9,166.33"
1717
+ stroke="rgb(51,51,51)"
1718
+ fill="none"
1719
+ stroke-width="1.55"
1720
+ stroke-dasharray="none"
1721
+ stroke-linecap="butt"
1722
+ stroke-opacity="1"
1723
+ fill-opacity="1"
1724
+ />
1725
+ <polyline
1726
+ id="axis.1-2-1-2.1.3"
1727
+ points="65.91,267.56 69.9,267.56"
1728
+ stroke="rgb(51,51,51)"
1729
+ fill="none"
1730
+ stroke-width="1.55"
1731
+ stroke-dasharray="none"
1732
+ stroke-linecap="butt"
1733
+ stroke-opacity="1"
1734
+ fill-opacity="1"
1735
+ />
1736
+ <polyline
1737
+ id="axis.1-2-1-2.1.4"
1738
+ points="65.91,368.79 69.9,368.79"
1739
+ stroke="rgb(51,51,51)"
1740
+ fill="none"
1741
+ stroke-width="1.55"
1742
+ stroke-dasharray="none"
1743
+ stroke-linecap="butt"
1744
+ stroke-opacity="1"
1745
+ fill-opacity="1"
1746
+ />
1747
+ <polyline
1748
+ id="axis.1-2-1-2.1.5"
1749
+ points="65.91,470.02 69.9,470.02"
1750
+ stroke="rgb(51,51,51)"
1751
+ fill="none"
1752
+ stroke-width="1.55"
1753
+ stroke-dasharray="none"
1754
+ stroke-linecap="butt"
1755
+ stroke-opacity="1"
1756
+ fill-opacity="1"
1757
+ />
1758
+ </g>
1759
+ </g>
1760
+ </g>
1761
+ </g>
1762
+ </g>
1763
+ </g>
1764
+ </g>
1765
+ <g id="layout::axis-r.7-6-7-6.1" />
1766
+ <g id="layout::axis-b.8-5-8-5.1">
1767
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75.1">
1768
+ <g id="axis-b.8-5-8-5.1">
1769
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75::axis.1">
1770
+ <g id="axis.2">
1771
+ <g
1772
+ id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.1-1-1-1.1"
1773
+ >
1774
+ <g id="axis.1-1-1-1.2">
1775
+ <polyline
1776
+ id="axis.1-1-1-1.2.1"
1777
+ points="119.07,41.82 119.07,45.8"
1778
+ stroke="rgb(51,51,51)"
1779
+ fill="none"
1780
+ stroke-width="1.55"
1781
+ stroke-dasharray="none"
1782
+ stroke-linecap="butt"
1783
+ stroke-opacity="1"
1784
+ fill-opacity="1"
1785
+ />
1786
+ <polyline
1787
+ id="axis.1-1-1-1.2.2"
1788
+ points="201.02,41.82 201.02,45.8"
1789
+ stroke="rgb(51,51,51)"
1790
+ fill="none"
1791
+ stroke-width="1.55"
1792
+ stroke-dasharray="none"
1793
+ stroke-linecap="butt"
1794
+ stroke-opacity="1"
1795
+ fill-opacity="1"
1796
+ />
1797
+ <polyline
1798
+ id="axis.1-1-1-1.2.3"
1799
+ points="282.96,41.82 282.96,45.8"
1800
+ stroke="rgb(51,51,51)"
1801
+ fill="none"
1802
+ stroke-width="1.55"
1803
+ stroke-dasharray="none"
1804
+ stroke-linecap="butt"
1805
+ stroke-opacity="1"
1806
+ fill-opacity="1"
1807
+ />
1808
+ <polyline
1809
+ id="axis.1-1-1-1.2.4"
1810
+ points="364.91,41.82 364.91,45.8"
1811
+ stroke="rgb(51,51,51)"
1812
+ fill="none"
1813
+ stroke-width="1.55"
1814
+ stroke-dasharray="none"
1815
+ stroke-linecap="butt"
1816
+ stroke-opacity="1"
1817
+ fill-opacity="1"
1818
+ />
1819
+ <polyline
1820
+ id="axis.1-1-1-1.2.5"
1821
+ points="446.86,41.82 446.86,45.8"
1822
+ stroke="rgb(51,51,51)"
1823
+ fill="none"
1824
+ stroke-width="1.55"
1825
+ stroke-dasharray="none"
1826
+ stroke-linecap="butt"
1827
+ stroke-opacity="1"
1828
+ fill-opacity="1"
1829
+ />
1830
+ </g>
1831
+ </g>
1832
+ <g
1833
+ id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.2-1-2-1.1"
1834
+ >
1835
+ <g
1836
+ id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.2-1-2-1::GRID.VP.73.1"
1837
+ font-size="12.8"
1838
+ stroke="rgb(77,77,77)"
1839
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1840
+ stroke-opacity="1"
1841
+ font-weight="normal"
1842
+ font-style="normal"
1843
+ >
1844
+ <g
1845
+ id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.2-1-2-1::GRID.VP.73::GRID.VP.74.1"
1846
+ >
1847
+ <g id="axis.2-1-2-1.1">
1848
+ <g id="GRID.text.324.1">
1849
+ <g
1850
+ id="GRID.text.324.1.1"
1851
+ transform="translate(119.07, 38.63)"
1852
+ stroke-width="0.1"
1853
+ >
1854
+ <g
1855
+ id="GRID.text.324.1.1.scale"
1856
+ transform="scale(1, -1)"
1857
+ >
1858
+ <text
1859
+ x="0"
1860
+ y="0"
1861
+ id="GRID.text.324.1.1.text"
1862
+ text-anchor="middle"
1863
+ font-size="12.8"
1864
+ stroke="rgb(77,77,77)"
1865
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1866
+ fill="rgb(77,77,77)"
1867
+ stroke-opacity="1"
1868
+ fill-opacity="1"
1869
+ font-weight="normal"
1870
+ font-style="normal"
1871
+ >
1872
+ <tspan
1873
+ id="GRID.text.324.1.1.tspan.1"
1874
+ dy="9.16"
1875
+ x="0"
1876
+ >
1877
+ Africa
1878
+ </tspan>
1879
+ </text>
1880
+ </g>
1881
+ </g>
1882
+ <g
1883
+ id="GRID.text.324.1.2"
1884
+ transform="translate(201.02, 38.63)"
1885
+ stroke-width="0.1"
1886
+ >
1887
+ <g
1888
+ id="GRID.text.324.1.2.scale"
1889
+ transform="scale(1, -1)"
1890
+ >
1891
+ <text
1892
+ x="0"
1893
+ y="0"
1894
+ id="GRID.text.324.1.2.text"
1895
+ text-anchor="middle"
1896
+ font-size="12.8"
1897
+ stroke="rgb(77,77,77)"
1898
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1899
+ fill="rgb(77,77,77)"
1900
+ stroke-opacity="1"
1901
+ fill-opacity="1"
1902
+ font-weight="normal"
1903
+ font-style="normal"
1904
+ >
1905
+ <tspan
1906
+ id="GRID.text.324.1.2.tspan.1"
1907
+ dy="9.16"
1908
+ x="0"
1909
+ >
1910
+ Americas
1911
+ </tspan>
1912
+ </text>
1913
+ </g>
1914
+ </g>
1915
+ <g
1916
+ id="GRID.text.324.1.3"
1917
+ transform="translate(282.96, 38.63)"
1918
+ stroke-width="0.1"
1919
+ >
1920
+ <g
1921
+ id="GRID.text.324.1.3.scale"
1922
+ transform="scale(1, -1)"
1923
+ >
1924
+ <text
1925
+ x="0"
1926
+ y="0"
1927
+ id="GRID.text.324.1.3.text"
1928
+ text-anchor="middle"
1929
+ font-size="12.8"
1930
+ stroke="rgb(77,77,77)"
1931
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1932
+ fill="rgb(77,77,77)"
1933
+ stroke-opacity="1"
1934
+ fill-opacity="1"
1935
+ font-weight="normal"
1936
+ font-style="normal"
1937
+ >
1938
+ <tspan
1939
+ id="GRID.text.324.1.3.tspan.1"
1940
+ dy="9.16"
1941
+ x="0"
1942
+ >
1943
+ Asia
1944
+ </tspan>
1945
+ </text>
1946
+ </g>
1947
+ </g>
1948
+ <g
1949
+ id="GRID.text.324.1.4"
1950
+ transform="translate(364.91, 38.63)"
1951
+ stroke-width="0.1"
1952
+ >
1953
+ <g
1954
+ id="GRID.text.324.1.4.scale"
1955
+ transform="scale(1, -1)"
1956
+ >
1957
+ <text
1958
+ x="0"
1959
+ y="0"
1960
+ id="GRID.text.324.1.4.text"
1961
+ text-anchor="middle"
1962
+ font-size="12.8"
1963
+ stroke="rgb(77,77,77)"
1964
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1965
+ fill="rgb(77,77,77)"
1966
+ stroke-opacity="1"
1967
+ fill-opacity="1"
1968
+ font-weight="normal"
1969
+ font-style="normal"
1970
+ >
1971
+ <tspan
1972
+ id="GRID.text.324.1.4.tspan.1"
1973
+ dy="9.16"
1974
+ x="0"
1975
+ >
1976
+ Europe
1977
+ </tspan>
1978
+ </text>
1979
+ </g>
1980
+ </g>
1981
+ <g
1982
+ id="GRID.text.324.1.5"
1983
+ transform="translate(446.86, 38.63)"
1984
+ stroke-width="0.1"
1985
+ >
1986
+ <g
1987
+ id="GRID.text.324.1.5.scale"
1988
+ transform="scale(1, -1)"
1989
+ >
1990
+ <text
1991
+ x="0"
1992
+ y="0"
1993
+ id="GRID.text.324.1.5.text"
1994
+ text-anchor="middle"
1995
+ font-size="12.8"
1996
+ stroke="rgb(77,77,77)"
1997
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1998
+ fill="rgb(77,77,77)"
1999
+ stroke-opacity="1"
2000
+ fill-opacity="1"
2001
+ font-weight="normal"
2002
+ font-style="normal"
2003
+ >
2004
+ <tspan
2005
+ id="GRID.text.324.1.5.tspan.1"
2006
+ dy="9.16"
2007
+ x="0"
2008
+ >
2009
+ Oceania
2010
+ </tspan>
2011
+ </text>
2012
+ </g>
2013
+ </g>
2014
+ </g>
2015
+ </g>
2016
+ </g>
2017
+ </g>
2018
+ </g>
2019
+ </g>
2020
+ </g>
2021
+ </g>
2022
+ </g>
2023
+ </g>
2024
+ <g id="layout::xlab-t.5-5-5-5.1" />
2025
+ <g id="layout::xlab-b.9-5-9-5.1">
2026
+ <g
2027
+ id="layout::xlab-b.9-5-9-5::GRID.VP.79.1"
2028
+ font-size="16"
2029
+ stroke="rgb(0,0,0)"
2030
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
2031
+ stroke-opacity="1"
2032
+ font-weight="normal"
2033
+ font-style="normal"
2034
+ >
2035
+ <g
2036
+ id="layout::xlab-b.9-5-9-5::GRID.VP.79::GRID.VP.80.1"
2037
+ >
2038
+ <g id="xlab-b.9-5-9-5.1">
2039
+ <g id="GRID.text.333.1">
2040
+ <g
2041
+ id="GRID.text.333.1.1"
2042
+ transform="translate(282.96, 22.79)"
2043
+ stroke-width="0.1"
2044
+ >
2045
+ <g
2046
+ id="GRID.text.333.1.1.scale"
2047
+ transform="scale(1, -1)"
2048
+ >
2049
+ <text
2050
+ x="0"
2051
+ y="0"
2052
+ id="GRID.text.333.1.1.text"
2053
+ text-anchor="middle"
2054
+ font-size="16"
2055
+ stroke="rgb(0,0,0)"
2056
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
2057
+ fill="rgb(0,0,0)"
2058
+ stroke-opacity="1"
2059
+ fill-opacity="1"
2060
+ font-weight="normal"
2061
+ font-style="normal"
2062
+ >
2063
+ <tspan
2064
+ id="GRID.text.333.1.1.tspan.1"
2065
+ dy="11.45"
2066
+ x="0"
2067
+ >
2068
+ Continent
2069
+ </tspan>
2070
+ </text>
2071
+ </g>
2072
+ </g>
2073
+ </g>
2074
+ </g>
2075
+ </g>
2076
+ </g>
2077
+ </g>
2078
+ <g id="layout::ylab-l.7-3-7-3.1">
2079
+ <g
2080
+ id="layout::ylab-l.7-3-7-3::GRID.VP.81.1"
2081
+ font-size="16"
2082
+ stroke="rgb(0,0,0)"
2083
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
2084
+ stroke-opacity="1"
2085
+ font-weight="normal"
2086
+ font-style="normal"
2087
+ >
2088
+ <g
2089
+ id="layout::ylab-l.7-3-7-3::GRID.VP.81::GRID.VP.82.1"
2090
+ >
2091
+ <g id="ylab-l.7-3-7-3.1">
2092
+ <g id="GRID.text.337.1">
2093
+ <g
2094
+ id="GRID.text.337.1.1"
2095
+ transform="translate(7.97, 258.04)"
2096
+ stroke-width="0.1"
2097
+ >
2098
+ <g
2099
+ id="GRID.text.337.1.1.scale"
2100
+ transform="scale(1, -1)"
2101
+ >
2102
+ <text
2103
+ x="0"
2104
+ y="0"
2105
+ id="GRID.text.337.1.1.text"
2106
+ transform="rotate(-90)"
2107
+ text-anchor="middle"
2108
+ font-size="16"
2109
+ stroke="rgb(0,0,0)"
2110
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
2111
+ fill="rgb(0,0,0)"
2112
+ stroke-opacity="1"
2113
+ fill-opacity="1"
2114
+ font-weight="normal"
2115
+ font-style="normal"
2116
+ >
2117
+ <tspan
2118
+ id="GRID.text.337.1.1.tspan.1"
2119
+ dy="11.45"
2120
+ x="0"
2121
+ >
2122
+ Total Population
2123
+ </tspan>
2124
+ </text>
2125
+ </g>
2126
+ </g>
2127
+ </g>
2128
+ </g>
2129
+ </g>
2130
+ </g>
2131
+ </g>
2132
+ <g id="layout::ylab-r.7-7-7-7.1" />
2133
+ <g id="layout::subtitle.4-5-4-5.1" />
2134
+ <g id="layout::title.3-5-3-5.1">
2135
+ <g
2136
+ id="layout::title.3-5-3-5::GRID.VP.83.1"
2137
+ font-size="19.2"
2138
+ stroke="rgb(0,0,0)"
2139
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
2140
+ stroke-opacity="1"
2141
+ font-weight="normal"
2142
+ font-style="normal"
2143
+ >
2144
+ <g id="layout::title.3-5-3-5::GRID.VP.83::GRID.VP.84.1">
2145
+ <g id="title.3-5-3-5.1">
2146
+ <g id="GRID.text.340.1">
2147
+ <g
2148
+ id="GRID.text.340.1.1"
2149
+ transform="translate(69.9, 496.03)"
2150
+ stroke-width="0.1"
2151
+ >
2152
+ <g
2153
+ id="GRID.text.340.1.1.scale"
2154
+ transform="scale(1, -1)"
2155
+ >
2156
+ <text
2157
+ x="0"
2158
+ y="0"
2159
+ id="GRID.text.340.1.1.text"
2160
+ text-anchor="start"
2161
+ font-size="19.2"
2162
+ stroke="rgb(0,0,0)"
2163
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
2164
+ fill="rgb(0,0,0)"
2165
+ stroke-opacity="1"
2166
+ fill-opacity="1"
2167
+ font-weight="normal"
2168
+ font-style="normal"
2169
+ >
2170
+ <tspan
2171
+ id="GRID.text.340.1.1.tspan.1"
2172
+ dy="13.74"
2173
+ x="0"
2174
+ >
2175
+ The Total Population of Each Continent in
2176
+ 2007.
2177
+ </tspan>
2178
+ </text>
2179
+ </g>
2180
+ </g>
2181
+ </g>
2182
+ </g>
2183
+ </g>
2184
+ </g>
2185
+ </g>
2186
+ <g id="layout::caption.10-5-10-5.1" />
2187
+ <g id="layout::tag.2-2-2-2.1" />
2188
+ </g>
2189
+ </g>
2190
+ </g>
2191
+ </g>
2192
+ </svg>
2193
+ </div>
2194
+ <br />
2195
+ </div>
2196
+ </div>
2197
+ <script>
2198
+ var maidr = [
2199
+ {
2200
+ type: 'bar',
2201
+ title: 'The Number of Diamonds by Cut.',
2202
+ elements: document.querySelectorAll(
2203
+ '#chart1 g[id^="geom_rect"] > rect'
2204
+ ),
2205
+ id: 'chart1',
2206
+ axes: {
2207
+ x: {
2208
+ label: 'Cut',
2209
+ format: ['Fair', 'Good', 'Very Good', 'Premium', 'Ideal'],
2210
+ },
2211
+ y: {
2212
+ label: 'Count',
2213
+ },
2214
+ },
2215
+ data: [1610, 4906, 12082, 13791, 21551],
2216
+ },
2217
+ {
2218
+ type: 'bar',
2219
+ title: 'The Total Population of Each Continent in 2007.',
2220
+ elements: document.querySelectorAll(
2221
+ '#chart2 g[id^="geom_rect"] > rect'
2222
+ ),
2223
+ id: 'chart2',
2224
+ axes: {
2225
+ x: {
2226
+ label: 'Continent',
2227
+ format: ['Africa', 'Americas', 'Asia', 'Europe', 'Oceania'],
2228
+ },
2229
+ y: {
2230
+ label: 'Total Population',
2231
+ },
2232
+ },
2233
+ data: [929539693, 898871185, 3811953828, 586098530, 24549948],
2234
+ },
2235
+ ];
2236
+ </script>
2237
+ <script src="../src/js/constants.js"></script>
2238
+ <script src="../src/js/audio.js"></script>
2239
+ <script src="../src/js/display.js"></script>
2240
+ <script src="../src/js/barplot.js"></script>
2241
+ <script src="../src/js/boxplot.js"></script>
2242
+ <script src="../src/js/heatmap.js"></script>
2243
+ <script src="../src/js/scatterplot.js"></script>
2244
+ <script src="../src/js/controls.js"></script>
2245
+ <script src="../src/js/init.js"></script>
2246
+ <!--
2247
+ <script src="../dist/maidr.min.js"></script>
2248
+ //-->
2249
+ </body>
2250
+ </html>