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,1553 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Tutorial 5: Histogram</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="604px"
19
+ height="438px"
20
+ viewBox="0 0 604 438"
21
+ version="1.1"
22
+ id="hist1"
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-21 07:03:26"
32
+ />
33
+ <gridsvg:argument name="name" value="histogram_tutorial.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, 438) 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="604"
74
+ height="438"
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.166.1">
86
+ <rect
87
+ id="plot.background..rect.166.1.1"
88
+ x="0"
89
+ y="0"
90
+ width="604"
91
+ height="438"
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="33.14"
107
+ y="31.5"
108
+ width="565.38"
109
+ height="383.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.144.1">
121
+ <g id="grill.gTree.142.1">
122
+ <g id="panel.background..rect.133.1">
123
+ <rect
124
+ id="panel.background..rect.133.1.1"
125
+ x="33.14"
126
+ y="31.5"
127
+ width="565.38"
128
+ height="383.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.135.1">
139
+ <polyline
140
+ id="panel.grid.minor.y..polyline.135.1.1"
141
+ points="33.14,111.15 598.52,111.15"
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.135.1.2"
152
+ points="33.14,235.61 598.52,235.61"
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.135.1.3"
163
+ points="33.14,360.06 598.52,360.06"
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
+ </g>
173
+ <g id="panel.grid.minor.x..polyline.137.1">
174
+ <polyline
175
+ id="panel.grid.minor.x..polyline.137.1.1"
176
+ points="188.76,31.5 188.76,414.82"
177
+ stroke="rgb(255,255,255)"
178
+ fill="none"
179
+ stroke-width="0.53"
180
+ stroke-dasharray="none"
181
+ stroke-linecap="butt"
182
+ stroke-opacity="1"
183
+ fill-opacity="1"
184
+ />
185
+ <polyline
186
+ id="panel.grid.minor.x..polyline.137.1.2"
187
+ points="369.61,31.5 369.61,414.82"
188
+ stroke="rgb(255,255,255)"
189
+ fill="none"
190
+ stroke-width="0.53"
191
+ stroke-dasharray="none"
192
+ stroke-linecap="butt"
193
+ stroke-opacity="1"
194
+ fill-opacity="1"
195
+ />
196
+ <polyline
197
+ id="panel.grid.minor.x..polyline.137.1.3"
198
+ points="550.45,31.5 550.45,414.82"
199
+ stroke="rgb(255,255,255)"
200
+ fill="none"
201
+ stroke-width="0.53"
202
+ stroke-dasharray="none"
203
+ stroke-linecap="butt"
204
+ stroke-opacity="1"
205
+ fill-opacity="1"
206
+ />
207
+ </g>
208
+ <g id="panel.grid.major.y..polyline.139.1">
209
+ <polyline
210
+ id="panel.grid.major.y..polyline.139.1.1"
211
+ points="33.14,48.92 598.52,48.92"
212
+ stroke="rgb(255,255,255)"
213
+ fill="none"
214
+ stroke-width="1.07"
215
+ stroke-dasharray="none"
216
+ stroke-linecap="butt"
217
+ stroke-opacity="1"
218
+ fill-opacity="1"
219
+ />
220
+ <polyline
221
+ id="panel.grid.major.y..polyline.139.1.2"
222
+ points="33.14,173.38 598.52,173.38"
223
+ stroke="rgb(255,255,255)"
224
+ fill="none"
225
+ stroke-width="1.07"
226
+ stroke-dasharray="none"
227
+ stroke-linecap="butt"
228
+ stroke-opacity="1"
229
+ fill-opacity="1"
230
+ />
231
+ <polyline
232
+ id="panel.grid.major.y..polyline.139.1.3"
233
+ points="33.14,297.83 598.52,297.83"
234
+ stroke="rgb(255,255,255)"
235
+ fill="none"
236
+ stroke-width="1.07"
237
+ stroke-dasharray="none"
238
+ stroke-linecap="butt"
239
+ stroke-opacity="1"
240
+ fill-opacity="1"
241
+ />
242
+ </g>
243
+ <g id="panel.grid.major.x..polyline.141.1">
244
+ <polyline
245
+ id="panel.grid.major.x..polyline.141.1.2"
246
+ points="98.34,31.5 98.34,414.82"
247
+ stroke="rgb(255,255,255)"
248
+ fill="none"
249
+ stroke-width="1.07"
250
+ stroke-dasharray="none"
251
+ stroke-linecap="butt"
252
+ stroke-opacity="1"
253
+ fill-opacity="1"
254
+ />
255
+ <polyline
256
+ id="panel.grid.major.x..polyline.141.1.3"
257
+ points="279.18,31.5 279.18,414.82"
258
+ stroke="rgb(255,255,255)"
259
+ fill="none"
260
+ stroke-width="1.07"
261
+ stroke-dasharray="none"
262
+ stroke-linecap="butt"
263
+ stroke-opacity="1"
264
+ fill-opacity="1"
265
+ />
266
+ <polyline
267
+ id="panel.grid.major.x..polyline.141.1.4"
268
+ points="460.03,31.5 460.03,414.82"
269
+ stroke="rgb(255,255,255)"
270
+ fill="none"
271
+ stroke-width="1.07"
272
+ stroke-dasharray="none"
273
+ stroke-linecap="butt"
274
+ stroke-opacity="1"
275
+ fill-opacity="1"
276
+ />
277
+ </g>
278
+ </g>
279
+ <g id="geom_rect.rect.129.1">
280
+ <rect
281
+ id="geom_rect.rect.129.1.1"
282
+ x="58.84"
283
+ y="48.92"
284
+ width="25.7"
285
+ height="236.47"
286
+ transform=""
287
+ stroke="none"
288
+ fill="rgb(89,89,89)"
289
+ stroke-width="1.07"
290
+ stroke-dasharray="none"
291
+ stroke-linejoin="miter"
292
+ stroke-linecap="butt"
293
+ stroke-opacity="0"
294
+ fill-opacity="1"
295
+ />
296
+ <rect
297
+ id="geom_rect.rect.129.1.2"
298
+ x="84.54"
299
+ y="48.92"
300
+ width="25.7"
301
+ height="298.7"
302
+ transform=""
303
+ stroke="none"
304
+ fill="rgb(89,89,89)"
305
+ stroke-width="1.07"
306
+ stroke-dasharray="none"
307
+ stroke-linejoin="miter"
308
+ stroke-linecap="butt"
309
+ stroke-opacity="0"
310
+ fill-opacity="1"
311
+ />
312
+ <rect
313
+ id="geom_rect.rect.129.1.3"
314
+ x="110.24"
315
+ y="48.92"
316
+ width="25.7"
317
+ height="236.47"
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.129.1.4"
330
+ x="135.93"
331
+ y="48.92"
332
+ width="25.7"
333
+ height="348.48"
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.129.1.5"
346
+ x="161.63"
347
+ y="48.92"
348
+ width="25.7"
349
+ height="124.46"
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.129.1.6"
362
+ x="187.33"
363
+ y="48.92"
364
+ width="25.7"
365
+ height="174.24"
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.129.1.7"
378
+ x="213.03"
379
+ y="48.92"
380
+ width="25.7"
381
+ height="224.02"
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
+ <rect
393
+ id="geom_rect.rect.129.1.8"
394
+ x="238.73"
395
+ y="48.92"
396
+ width="25.7"
397
+ height="161.79"
398
+ transform=""
399
+ stroke="none"
400
+ fill="rgb(89,89,89)"
401
+ stroke-width="1.07"
402
+ stroke-dasharray="none"
403
+ stroke-linejoin="miter"
404
+ stroke-linecap="butt"
405
+ stroke-opacity="0"
406
+ fill-opacity="1"
407
+ />
408
+ <rect
409
+ id="geom_rect.rect.129.1.9"
410
+ x="264.43"
411
+ y="48.92"
412
+ width="25.7"
413
+ height="224.02"
414
+ transform=""
415
+ stroke="none"
416
+ fill="rgb(89,89,89)"
417
+ stroke-width="1.07"
418
+ stroke-dasharray="none"
419
+ stroke-linejoin="miter"
420
+ stroke-linecap="butt"
421
+ stroke-opacity="0"
422
+ fill-opacity="1"
423
+ />
424
+ <rect
425
+ id="geom_rect.rect.129.1.10"
426
+ x="290.13"
427
+ y="48.92"
428
+ width="25.7"
429
+ height="62.23"
430
+ transform=""
431
+ stroke="none"
432
+ fill="rgb(89,89,89)"
433
+ stroke-width="1.07"
434
+ stroke-dasharray="none"
435
+ stroke-linejoin="miter"
436
+ stroke-linecap="butt"
437
+ stroke-opacity="0"
438
+ fill-opacity="1"
439
+ />
440
+ <rect
441
+ id="geom_rect.rect.129.1.11"
442
+ x="315.83"
443
+ y="48.92"
444
+ width="25.7"
445
+ height="136.9"
446
+ transform=""
447
+ stroke="none"
448
+ fill="rgb(89,89,89)"
449
+ stroke-width="1.07"
450
+ stroke-dasharray="none"
451
+ stroke-linejoin="miter"
452
+ stroke-linecap="butt"
453
+ stroke-opacity="0"
454
+ fill-opacity="1"
455
+ />
456
+ <rect
457
+ id="geom_rect.rect.129.1.12"
458
+ x="341.53"
459
+ y="48.92"
460
+ width="25.7"
461
+ height="211.58"
462
+ transform=""
463
+ stroke="none"
464
+ fill="rgb(89,89,89)"
465
+ stroke-width="1.07"
466
+ stroke-dasharray="none"
467
+ stroke-linejoin="miter"
468
+ stroke-linecap="butt"
469
+ stroke-opacity="0"
470
+ fill-opacity="1"
471
+ />
472
+ <rect
473
+ id="geom_rect.rect.129.1.13"
474
+ x="367.23"
475
+ y="48.92"
476
+ width="25.7"
477
+ height="87.12"
478
+ transform=""
479
+ stroke="none"
480
+ fill="rgb(89,89,89)"
481
+ stroke-width="1.07"
482
+ stroke-dasharray="none"
483
+ stroke-linejoin="miter"
484
+ stroke-linecap="butt"
485
+ stroke-opacity="0"
486
+ fill-opacity="1"
487
+ />
488
+ <rect
489
+ id="geom_rect.rect.129.1.14"
490
+ x="392.93"
491
+ y="48.92"
492
+ width="25.7"
493
+ height="174.24"
494
+ transform=""
495
+ stroke="none"
496
+ fill="rgb(89,89,89)"
497
+ stroke-width="1.07"
498
+ stroke-dasharray="none"
499
+ stroke-linejoin="miter"
500
+ stroke-linecap="butt"
501
+ stroke-opacity="0"
502
+ fill-opacity="1"
503
+ />
504
+ <rect
505
+ id="geom_rect.rect.129.1.15"
506
+ x="418.63"
507
+ y="48.92"
508
+ width="25.7"
509
+ height="112.01"
510
+ transform=""
511
+ stroke="none"
512
+ fill="rgb(89,89,89)"
513
+ stroke-width="1.07"
514
+ stroke-dasharray="none"
515
+ stroke-linejoin="miter"
516
+ stroke-linecap="butt"
517
+ stroke-opacity="0"
518
+ fill-opacity="1"
519
+ />
520
+ <rect
521
+ id="geom_rect.rect.129.1.16"
522
+ x="444.33"
523
+ y="48.92"
524
+ width="25.7"
525
+ height="49.78"
526
+ transform=""
527
+ stroke="none"
528
+ fill="rgb(89,89,89)"
529
+ stroke-width="1.07"
530
+ stroke-dasharray="none"
531
+ stroke-linejoin="miter"
532
+ stroke-linecap="butt"
533
+ stroke-opacity="0"
534
+ fill-opacity="1"
535
+ />
536
+ <rect
537
+ id="geom_rect.rect.129.1.17"
538
+ x="470.02"
539
+ y="48.92"
540
+ width="25.7"
541
+ height="24.89"
542
+ transform=""
543
+ stroke="none"
544
+ fill="rgb(89,89,89)"
545
+ stroke-width="1.07"
546
+ stroke-dasharray="none"
547
+ stroke-linejoin="miter"
548
+ stroke-linecap="butt"
549
+ stroke-opacity="0"
550
+ fill-opacity="1"
551
+ />
552
+ <rect
553
+ id="geom_rect.rect.129.1.18"
554
+ x="495.72"
555
+ y="48.92"
556
+ width="25.7"
557
+ height="12.45"
558
+ transform=""
559
+ stroke="none"
560
+ fill="rgb(89,89,89)"
561
+ stroke-width="1.07"
562
+ stroke-dasharray="none"
563
+ stroke-linejoin="miter"
564
+ stroke-linecap="butt"
565
+ stroke-opacity="0"
566
+ fill-opacity="1"
567
+ />
568
+ <rect
569
+ id="geom_rect.rect.129.1.19"
570
+ x="521.42"
571
+ y="48.92"
572
+ width="25.7"
573
+ height="0"
574
+ transform=""
575
+ stroke="none"
576
+ fill="rgb(89,89,89)"
577
+ stroke-width="1.07"
578
+ stroke-dasharray="none"
579
+ stroke-linejoin="miter"
580
+ stroke-linecap="butt"
581
+ stroke-opacity="0"
582
+ fill-opacity="1"
583
+ />
584
+ <rect
585
+ id="geom_rect.rect.129.1.20"
586
+ x="547.12"
587
+ y="48.92"
588
+ width="25.7"
589
+ height="12.45"
590
+ transform=""
591
+ stroke="none"
592
+ fill="rgb(89,89,89)"
593
+ stroke-width="1.07"
594
+ stroke-dasharray="none"
595
+ stroke-linejoin="miter"
596
+ stroke-linecap="butt"
597
+ stroke-opacity="0"
598
+ fill-opacity="1"
599
+ />
600
+ </g>
601
+ </g>
602
+ </g>
603
+ </g>
604
+ <g id="layout::spacer.8-6-8-6.1">
605
+ <g id="spacer.8-6-8-6.1" />
606
+ </g>
607
+ <g id="layout::spacer.8-4-8-4.1">
608
+ <g id="spacer.8-4-8-4.1" />
609
+ </g>
610
+ <g id="layout::spacer.6-6-6-6.1">
611
+ <g id="spacer.6-6-6-6.1" />
612
+ </g>
613
+ <g id="layout::spacer.6-4-6-4.1">
614
+ <g id="spacer.6-4-6-4.1" />
615
+ </g>
616
+ <g id="layout::axis-t.6-5-6-5.1">
617
+ <g id="axis-t.6-5-6-5.1" />
618
+ </g>
619
+ <g id="layout::axis-l.7-4-7-4.1">
620
+ <g id="axis-l.7-4-7-4.1">
621
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.30.1">
622
+ <g id="GRID.absoluteGrob.152.1">
623
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.30::axis.1">
624
+ <g id="axis.1">
625
+ <g
626
+ id="layout::axis-l.7-4-7-4::GRID.VP.30::axis::axis.1-1-1-1.1"
627
+ >
628
+ <g id="axis.1-1-1-1.1">
629
+ <g
630
+ id="layout::axis-l.7-4-7-4::GRID.VP.30::axis::axis.1-1-1-1::GRID.VP.28.1"
631
+ font-size="8.8"
632
+ stroke="rgb(77,77,77)"
633
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
634
+ stroke-opacity="1"
635
+ font-weight="normal"
636
+ font-style="normal"
637
+ >
638
+ <g
639
+ id="layout::axis-l.7-4-7-4::GRID.VP.30::axis::axis.1-1-1-1::GRID.VP.28::GRID.VP.29.1"
640
+ >
641
+ <g id="GRID.titleGrob.150.1">
642
+ <g id="GRID.text.149.1">
643
+ <g
644
+ id="GRID.text.149.1.1"
645
+ transform="translate(28.21, 48.92)"
646
+ stroke-width="0.1"
647
+ >
648
+ <g
649
+ id="GRID.text.149.1.1.scale"
650
+ transform="scale(1, -1)"
651
+ >
652
+ <text
653
+ x="0"
654
+ y="0"
655
+ id="GRID.text.149.1.1.text"
656
+ text-anchor="end"
657
+ font-size="8.8"
658
+ stroke="rgb(77,77,77)"
659
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
660
+ fill="rgb(77,77,77)"
661
+ stroke-opacity="1"
662
+ fill-opacity="1"
663
+ font-weight="normal"
664
+ font-style="normal"
665
+ >
666
+ <tspan
667
+ id="GRID.text.149.1.1.tspan.1"
668
+ dy="3.15"
669
+ x="0"
670
+ >
671
+ 0
672
+ </tspan>
673
+ </text>
674
+ </g>
675
+ </g>
676
+ <g
677
+ id="GRID.text.149.1.2"
678
+ transform="translate(28.21, 173.38)"
679
+ stroke-width="0.1"
680
+ >
681
+ <g
682
+ id="GRID.text.149.1.2.scale"
683
+ transform="scale(1, -1)"
684
+ >
685
+ <text
686
+ x="0"
687
+ y="0"
688
+ id="GRID.text.149.1.2.text"
689
+ text-anchor="end"
690
+ font-size="8.8"
691
+ stroke="rgb(77,77,77)"
692
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
693
+ fill="rgb(77,77,77)"
694
+ stroke-opacity="1"
695
+ fill-opacity="1"
696
+ font-weight="normal"
697
+ font-style="normal"
698
+ >
699
+ <tspan
700
+ id="GRID.text.149.1.2.tspan.1"
701
+ dy="3.15"
702
+ x="0"
703
+ >
704
+ 10
705
+ </tspan>
706
+ </text>
707
+ </g>
708
+ </g>
709
+ <g
710
+ id="GRID.text.149.1.3"
711
+ transform="translate(28.21, 297.83)"
712
+ stroke-width="0.1"
713
+ >
714
+ <g
715
+ id="GRID.text.149.1.3.scale"
716
+ transform="scale(1, -1)"
717
+ >
718
+ <text
719
+ x="0"
720
+ y="0"
721
+ id="GRID.text.149.1.3.text"
722
+ text-anchor="end"
723
+ font-size="8.8"
724
+ stroke="rgb(77,77,77)"
725
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
726
+ fill="rgb(77,77,77)"
727
+ stroke-opacity="1"
728
+ fill-opacity="1"
729
+ font-weight="normal"
730
+ font-style="normal"
731
+ >
732
+ <tspan
733
+ id="GRID.text.149.1.3.tspan.1"
734
+ dy="3.15"
735
+ x="0"
736
+ >
737
+ 20
738
+ </tspan>
739
+ </text>
740
+ </g>
741
+ </g>
742
+ </g>
743
+ </g>
744
+ </g>
745
+ </g>
746
+ </g>
747
+ </g>
748
+ <g
749
+ id="layout::axis-l.7-4-7-4::GRID.VP.30::axis::axis.1-2-1-2.1"
750
+ >
751
+ <g id="axis.1-2-1-2.1">
752
+ <g id="GRID.polyline.151.1">
753
+ <polyline
754
+ id="GRID.polyline.151.1.1"
755
+ points="30.4,48.92 33.14,48.92"
756
+ stroke="rgb(51,51,51)"
757
+ fill="none"
758
+ stroke-width="1.07"
759
+ stroke-dasharray="none"
760
+ stroke-linecap="butt"
761
+ stroke-opacity="1"
762
+ fill-opacity="1"
763
+ />
764
+ <polyline
765
+ id="GRID.polyline.151.1.2"
766
+ points="30.4,173.38 33.14,173.38"
767
+ stroke="rgb(51,51,51)"
768
+ fill="none"
769
+ stroke-width="1.07"
770
+ stroke-dasharray="none"
771
+ stroke-linecap="butt"
772
+ stroke-opacity="1"
773
+ fill-opacity="1"
774
+ />
775
+ <polyline
776
+ id="GRID.polyline.151.1.3"
777
+ points="30.4,297.83 33.14,297.83"
778
+ stroke="rgb(51,51,51)"
779
+ fill="none"
780
+ stroke-width="1.07"
781
+ stroke-dasharray="none"
782
+ stroke-linecap="butt"
783
+ stroke-opacity="1"
784
+ fill-opacity="1"
785
+ />
786
+ </g>
787
+ </g>
788
+ </g>
789
+ </g>
790
+ </g>
791
+ </g>
792
+ </g>
793
+ </g>
794
+ </g>
795
+ <g id="layout::axis-r.7-6-7-6.1">
796
+ <g id="axis-r.7-6-7-6.1" />
797
+ </g>
798
+ <g id="layout::axis-b.8-5-8-5.1">
799
+ <g id="axis-b.8-5-8-5.1">
800
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.27.1">
801
+ <g id="GRID.absoluteGrob.148.1">
802
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.27::axis.1">
803
+ <g id="axis.2">
804
+ <g
805
+ id="layout::axis-b.8-5-8-5::GRID.VP.27::axis::axis.1-1-1-1.1"
806
+ >
807
+ <g id="axis.1-1-1-1.2">
808
+ <g id="GRID.polyline.147.1">
809
+ <polyline
810
+ id="GRID.polyline.147.1.1"
811
+ points="98.34,28.76 98.34,31.5"
812
+ stroke="rgb(51,51,51)"
813
+ fill="none"
814
+ stroke-width="1.07"
815
+ stroke-dasharray="none"
816
+ stroke-linecap="butt"
817
+ stroke-opacity="1"
818
+ fill-opacity="1"
819
+ />
820
+ <polyline
821
+ id="GRID.polyline.147.1.2"
822
+ points="279.18,28.76 279.18,31.5"
823
+ stroke="rgb(51,51,51)"
824
+ fill="none"
825
+ stroke-width="1.07"
826
+ stroke-dasharray="none"
827
+ stroke-linecap="butt"
828
+ stroke-opacity="1"
829
+ fill-opacity="1"
830
+ />
831
+ <polyline
832
+ id="GRID.polyline.147.1.3"
833
+ points="460.03,28.76 460.03,31.5"
834
+ stroke="rgb(51,51,51)"
835
+ fill="none"
836
+ stroke-width="1.07"
837
+ stroke-dasharray="none"
838
+ stroke-linecap="butt"
839
+ stroke-opacity="1"
840
+ fill-opacity="1"
841
+ />
842
+ </g>
843
+ </g>
844
+ </g>
845
+ <g
846
+ id="layout::axis-b.8-5-8-5::GRID.VP.27::axis::axis.2-1-2-1.1"
847
+ >
848
+ <g id="axis.2-1-2-1.1">
849
+ <g
850
+ id="layout::axis-b.8-5-8-5::GRID.VP.27::axis::axis.2-1-2-1::GRID.VP.25.1"
851
+ font-size="8.8"
852
+ stroke="rgb(77,77,77)"
853
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
854
+ stroke-opacity="1"
855
+ font-weight="normal"
856
+ font-style="normal"
857
+ >
858
+ <g
859
+ id="layout::axis-b.8-5-8-5::GRID.VP.27::axis::axis.2-1-2-1::GRID.VP.25::GRID.VP.26.1"
860
+ >
861
+ <g id="GRID.titleGrob.146.1">
862
+ <g id="GRID.text.145.1">
863
+ <g
864
+ id="GRID.text.145.1.1"
865
+ transform="translate(98.34, 26.56)"
866
+ stroke-width="0.1"
867
+ >
868
+ <g
869
+ id="GRID.text.145.1.1.scale"
870
+ transform="scale(1, -1)"
871
+ >
872
+ <text
873
+ x="0"
874
+ y="0"
875
+ id="GRID.text.145.1.1.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.145.1.1.tspan.1"
888
+ dy="6.3"
889
+ x="0"
890
+ >
891
+ 2
892
+ </tspan>
893
+ </text>
894
+ </g>
895
+ </g>
896
+ <g
897
+ id="GRID.text.145.1.2"
898
+ transform="translate(279.18, 26.56)"
899
+ stroke-width="0.1"
900
+ >
901
+ <g
902
+ id="GRID.text.145.1.2.scale"
903
+ transform="scale(1, -1)"
904
+ >
905
+ <text
906
+ x="0"
907
+ y="0"
908
+ id="GRID.text.145.1.2.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.145.1.2.tspan.1"
921
+ dy="6.3"
922
+ x="0"
923
+ >
924
+ 4
925
+ </tspan>
926
+ </text>
927
+ </g>
928
+ </g>
929
+ <g
930
+ id="GRID.text.145.1.3"
931
+ transform="translate(460.03, 26.56)"
932
+ stroke-width="0.1"
933
+ >
934
+ <g
935
+ id="GRID.text.145.1.3.scale"
936
+ transform="scale(1, -1)"
937
+ >
938
+ <text
939
+ x="0"
940
+ y="0"
941
+ id="GRID.text.145.1.3.text"
942
+ text-anchor="middle"
943
+ font-size="8.8"
944
+ stroke="rgb(77,77,77)"
945
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
946
+ fill="rgb(77,77,77)"
947
+ stroke-opacity="1"
948
+ fill-opacity="1"
949
+ font-weight="normal"
950
+ font-style="normal"
951
+ >
952
+ <tspan
953
+ id="GRID.text.145.1.3.tspan.1"
954
+ dy="6.3"
955
+ x="0"
956
+ >
957
+ 6
958
+ </tspan>
959
+ </text>
960
+ </g>
961
+ </g>
962
+ </g>
963
+ </g>
964
+ </g>
965
+ </g>
966
+ </g>
967
+ </g>
968
+ </g>
969
+ </g>
970
+ </g>
971
+ </g>
972
+ </g>
973
+ </g>
974
+ <g id="layout::xlab-t.5-5-5-5.1">
975
+ <g id="xlab-t.5-5-5-5.1" />
976
+ </g>
977
+ <g id="layout::xlab-b.9-5-9-5.1">
978
+ <g id="xlab-b.9-5-9-5.1">
979
+ <g
980
+ id="layout::xlab-b.9-5-9-5::GRID.VP.31.1"
981
+ font-size="11"
982
+ stroke="rgb(0,0,0)"
983
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
984
+ stroke-opacity="1"
985
+ font-weight="normal"
986
+ font-style="normal"
987
+ >
988
+ <g
989
+ id="layout::xlab-b.9-5-9-5::GRID.VP.31::GRID.VP.32.1"
990
+ >
991
+ <g id="axis.title.x.bottom..titleGrob.155.1">
992
+ <g id="GRID.text.153.1">
993
+ <g
994
+ id="GRID.text.153.1.1"
995
+ transform="translate(315.83, 15.67)"
996
+ stroke-width="0.1"
997
+ >
998
+ <g
999
+ id="GRID.text.153.1.1.scale"
1000
+ transform="scale(1, -1)"
1001
+ >
1002
+ <text
1003
+ x="0"
1004
+ y="0"
1005
+ id="GRID.text.153.1.1.text"
1006
+ text-anchor="middle"
1007
+ font-size="11"
1008
+ stroke="rgb(0,0,0)"
1009
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1010
+ fill="rgb(0,0,0)"
1011
+ stroke-opacity="1"
1012
+ fill-opacity="1"
1013
+ font-weight="normal"
1014
+ font-style="normal"
1015
+ >
1016
+ <tspan
1017
+ id="GRID.text.153.1.1.tspan.1"
1018
+ dy="7.88"
1019
+ x="0"
1020
+ >
1021
+ Displacement
1022
+ </tspan>
1023
+ </text>
1024
+ </g>
1025
+ </g>
1026
+ </g>
1027
+ </g>
1028
+ </g>
1029
+ </g>
1030
+ </g>
1031
+ </g>
1032
+ <g id="layout::ylab-l.7-3-7-3.1">
1033
+ <g id="ylab-l.7-3-7-3.1">
1034
+ <g
1035
+ id="layout::ylab-l.7-3-7-3::GRID.VP.33.1"
1036
+ font-size="11"
1037
+ stroke="rgb(0,0,0)"
1038
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1039
+ stroke-opacity="1"
1040
+ font-weight="normal"
1041
+ font-style="normal"
1042
+ >
1043
+ <g
1044
+ id="layout::ylab-l.7-3-7-3::GRID.VP.33::GRID.VP.34.1"
1045
+ >
1046
+ <g id="axis.title.y.left..titleGrob.158.1">
1047
+ <g id="GRID.text.156.1">
1048
+ <g
1049
+ id="GRID.text.156.1.1"
1050
+ transform="translate(5.48, 223.16)"
1051
+ stroke-width="0.1"
1052
+ >
1053
+ <g
1054
+ id="GRID.text.156.1.1.scale"
1055
+ transform="scale(1, -1)"
1056
+ >
1057
+ <text
1058
+ x="0"
1059
+ y="0"
1060
+ id="GRID.text.156.1.1.text"
1061
+ transform="rotate(-90)"
1062
+ text-anchor="middle"
1063
+ font-size="11"
1064
+ stroke="rgb(0,0,0)"
1065
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1066
+ fill="rgb(0,0,0)"
1067
+ stroke-opacity="1"
1068
+ fill-opacity="1"
1069
+ font-weight="normal"
1070
+ font-style="normal"
1071
+ >
1072
+ <tspan
1073
+ id="GRID.text.156.1.1.tspan.1"
1074
+ dy="7.88"
1075
+ x="0"
1076
+ >
1077
+ Count
1078
+ </tspan>
1079
+ </text>
1080
+ </g>
1081
+ </g>
1082
+ </g>
1083
+ </g>
1084
+ </g>
1085
+ </g>
1086
+ </g>
1087
+ </g>
1088
+ <g id="layout::ylab-r.7-7-7-7.1">
1089
+ <g id="ylab-r.7-7-7-7.1" />
1090
+ </g>
1091
+ <g id="layout::subtitle.4-5-4-5.1">
1092
+ <g id="subtitle.4-5-4-5.1" />
1093
+ </g>
1094
+ <g id="layout::title.3-5-3-5.1">
1095
+ <g id="title.3-5-3-5.1">
1096
+ <g
1097
+ id="layout::title.3-5-3-5::GRID.VP.35.1"
1098
+ font-size="13.2"
1099
+ stroke="rgb(0,0,0)"
1100
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1101
+ stroke-opacity="1"
1102
+ font-weight="normal"
1103
+ font-style="normal"
1104
+ >
1105
+ <g
1106
+ id="layout::title.3-5-3-5::GRID.VP.35::GRID.VP.36.1"
1107
+ >
1108
+ <g id="plot.title..titleGrob.161.1">
1109
+ <g id="GRID.text.159.1">
1110
+ <g
1111
+ id="GRID.text.159.1.1"
1112
+ transform="translate(33.14, 432.52)"
1113
+ stroke-width="0.1"
1114
+ >
1115
+ <g
1116
+ id="GRID.text.159.1.1.scale"
1117
+ transform="scale(1, -1)"
1118
+ >
1119
+ <text
1120
+ x="0"
1121
+ y="0"
1122
+ id="GRID.text.159.1.1.text"
1123
+ text-anchor="start"
1124
+ font-size="13.2"
1125
+ stroke="rgb(0,0,0)"
1126
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1127
+ fill="rgb(0,0,0)"
1128
+ stroke-opacity="1"
1129
+ fill-opacity="1"
1130
+ font-weight="normal"
1131
+ font-style="normal"
1132
+ >
1133
+ <tspan
1134
+ id="GRID.text.159.1.1.tspan.1"
1135
+ dy="9.45"
1136
+ x="0"
1137
+ >
1138
+ Distribution of Engine Displacement
1139
+ </tspan>
1140
+ </text>
1141
+ </g>
1142
+ </g>
1143
+ </g>
1144
+ </g>
1145
+ </g>
1146
+ </g>
1147
+ </g>
1148
+ </g>
1149
+ <g id="layout::caption.10-5-10-5.1">
1150
+ <g id="caption.10-5-10-5.1" />
1151
+ </g>
1152
+ <g id="layout::tag.2-2-2-2.1">
1153
+ <g id="tag.2-2-2-2.1" />
1154
+ </g>
1155
+ </g>
1156
+ </g>
1157
+ </g>
1158
+ </g>
1159
+ </svg>
1160
+ </div>
1161
+ <br />
1162
+ </div>
1163
+ </div>
1164
+ <script>
1165
+ var maidr = {
1166
+ type: 'hist',
1167
+ id: 'hist1',
1168
+ title: 'Distribution of Engine Displacement',
1169
+ elements: document.querySelectorAll('g[id^="geom_rect"] > rect'),
1170
+ axes: {
1171
+ x: {
1172
+ label: 'Displacement',
1173
+ },
1174
+ y: {
1175
+ label: 'Count',
1176
+ },
1177
+ },
1178
+ data: [
1179
+ {
1180
+ y: 19,
1181
+ count: 19,
1182
+ x: 1.7053,
1183
+ xmin: 1.5632,
1184
+ xmax: 1.8474,
1185
+ density: 0.2857,
1186
+ ncount: 0.6786,
1187
+ ndensity: 0.6786,
1188
+ flipped_aes: false,
1189
+ PANEL: '1',
1190
+ group: -1,
1191
+ ymin: 0,
1192
+ ymax: 19,
1193
+ fill: 'grey35',
1194
+ linewidth: 0.5,
1195
+ linetype: 1,
1196
+ },
1197
+ {
1198
+ y: 24,
1199
+ count: 24,
1200
+ x: 1.9895,
1201
+ xmin: 1.8474,
1202
+ xmax: 2.1316,
1203
+ density: 0.3609,
1204
+ ncount: 0.8571,
1205
+ ndensity: 0.8571,
1206
+ flipped_aes: false,
1207
+ PANEL: '1',
1208
+ group: -1,
1209
+ ymin: 0,
1210
+ ymax: 24,
1211
+ fill: 'grey35',
1212
+ linewidth: 0.5,
1213
+ linetype: 1,
1214
+ },
1215
+ {
1216
+ y: 19,
1217
+ count: 19,
1218
+ x: 2.2737,
1219
+ xmin: 2.1316,
1220
+ xmax: 2.4158,
1221
+ density: 0.2857,
1222
+ ncount: 0.6786,
1223
+ ndensity: 0.6786,
1224
+ flipped_aes: false,
1225
+ PANEL: '1',
1226
+ group: -1,
1227
+ ymin: 0,
1228
+ ymax: 19,
1229
+ fill: 'grey35',
1230
+ linewidth: 0.5,
1231
+ linetype: 1,
1232
+ },
1233
+ {
1234
+ y: 28,
1235
+ count: 28,
1236
+ x: 2.5579,
1237
+ xmin: 2.4158,
1238
+ xmax: 2.7,
1239
+ density: 0.421,
1240
+ ncount: 1,
1241
+ ndensity: 1,
1242
+ flipped_aes: false,
1243
+ PANEL: '1',
1244
+ group: -1,
1245
+ ymin: 0,
1246
+ ymax: 28,
1247
+ fill: 'grey35',
1248
+ linewidth: 0.5,
1249
+ linetype: 1,
1250
+ },
1251
+ {
1252
+ y: 10,
1253
+ count: 10,
1254
+ x: 2.8421,
1255
+ xmin: 2.7,
1256
+ xmax: 2.9842,
1257
+ density: 0.1504,
1258
+ ncount: 0.3571,
1259
+ ndensity: 0.3571,
1260
+ flipped_aes: false,
1261
+ PANEL: '1',
1262
+ group: -1,
1263
+ ymin: 0,
1264
+ ymax: 10,
1265
+ fill: 'grey35',
1266
+ linewidth: 0.5,
1267
+ linetype: 1,
1268
+ },
1269
+ {
1270
+ y: 14,
1271
+ count: 14,
1272
+ x: 3.1263,
1273
+ xmin: 2.9842,
1274
+ xmax: 3.2684,
1275
+ density: 0.2105,
1276
+ ncount: 0.5,
1277
+ ndensity: 0.5,
1278
+ flipped_aes: false,
1279
+ PANEL: '1',
1280
+ group: -1,
1281
+ ymin: 0,
1282
+ ymax: 14,
1283
+ fill: 'grey35',
1284
+ linewidth: 0.5,
1285
+ linetype: 1,
1286
+ },
1287
+ {
1288
+ y: 18,
1289
+ count: 18,
1290
+ x: 3.4105,
1291
+ xmin: 3.2684,
1292
+ xmax: 3.5526,
1293
+ density: 0.2707,
1294
+ ncount: 0.6429,
1295
+ ndensity: 0.6429,
1296
+ flipped_aes: false,
1297
+ PANEL: '1',
1298
+ group: -1,
1299
+ ymin: 0,
1300
+ ymax: 18,
1301
+ fill: 'grey35',
1302
+ linewidth: 0.5,
1303
+ linetype: 1,
1304
+ },
1305
+ {
1306
+ y: 13,
1307
+ count: 13,
1308
+ x: 3.6947,
1309
+ xmin: 3.5526,
1310
+ xmax: 3.8368,
1311
+ density: 0.1955,
1312
+ ncount: 0.4643,
1313
+ ndensity: 0.4643,
1314
+ flipped_aes: false,
1315
+ PANEL: '1',
1316
+ group: -1,
1317
+ ymin: 0,
1318
+ ymax: 13,
1319
+ fill: 'grey35',
1320
+ linewidth: 0.5,
1321
+ linetype: 1,
1322
+ },
1323
+ {
1324
+ y: 18,
1325
+ count: 18,
1326
+ x: 3.9789,
1327
+ xmin: 3.8368,
1328
+ xmax: 4.1211,
1329
+ density: 0.2707,
1330
+ ncount: 0.6429,
1331
+ ndensity: 0.6429,
1332
+ flipped_aes: false,
1333
+ PANEL: '1',
1334
+ group: -1,
1335
+ ymin: 0,
1336
+ ymax: 18,
1337
+ fill: 'grey35',
1338
+ linewidth: 0.5,
1339
+ linetype: 1,
1340
+ },
1341
+ {
1342
+ y: 5,
1343
+ count: 5,
1344
+ x: 4.2632,
1345
+ xmin: 4.1211,
1346
+ xmax: 4.4053,
1347
+ density: 0.0752,
1348
+ ncount: 0.1786,
1349
+ ndensity: 0.1786,
1350
+ flipped_aes: false,
1351
+ PANEL: '1',
1352
+ group: -1,
1353
+ ymin: 0,
1354
+ ymax: 5,
1355
+ fill: 'grey35',
1356
+ linewidth: 0.5,
1357
+ linetype: 1,
1358
+ },
1359
+ {
1360
+ y: 11,
1361
+ count: 11,
1362
+ x: 4.5474,
1363
+ xmin: 4.4053,
1364
+ xmax: 4.6895,
1365
+ density: 0.1654,
1366
+ ncount: 0.3929,
1367
+ ndensity: 0.3929,
1368
+ flipped_aes: false,
1369
+ PANEL: '1',
1370
+ group: -1,
1371
+ ymin: 0,
1372
+ ymax: 11,
1373
+ fill: 'grey35',
1374
+ linewidth: 0.5,
1375
+ linetype: 1,
1376
+ },
1377
+ {
1378
+ y: 17,
1379
+ count: 17,
1380
+ x: 4.8316,
1381
+ xmin: 4.6895,
1382
+ xmax: 4.9737,
1383
+ density: 0.2556,
1384
+ ncount: 0.6071,
1385
+ ndensity: 0.6071,
1386
+ flipped_aes: false,
1387
+ PANEL: '1',
1388
+ group: -1,
1389
+ ymin: 0,
1390
+ ymax: 17,
1391
+ fill: 'grey35',
1392
+ linewidth: 0.5,
1393
+ linetype: 1,
1394
+ },
1395
+ {
1396
+ y: 7,
1397
+ count: 7,
1398
+ x: 5.1158,
1399
+ xmin: 4.9737,
1400
+ xmax: 5.2579,
1401
+ density: 0.1053,
1402
+ ncount: 0.25,
1403
+ ndensity: 0.25,
1404
+ flipped_aes: false,
1405
+ PANEL: '1',
1406
+ group: -1,
1407
+ ymin: 0,
1408
+ ymax: 7,
1409
+ fill: 'grey35',
1410
+ linewidth: 0.5,
1411
+ linetype: 1,
1412
+ },
1413
+ {
1414
+ y: 14,
1415
+ count: 14,
1416
+ x: 5.4,
1417
+ xmin: 5.2579,
1418
+ xmax: 5.5421,
1419
+ density: 0.2105,
1420
+ ncount: 0.5,
1421
+ ndensity: 0.5,
1422
+ flipped_aes: false,
1423
+ PANEL: '1',
1424
+ group: -1,
1425
+ ymin: 0,
1426
+ ymax: 14,
1427
+ fill: 'grey35',
1428
+ linewidth: 0.5,
1429
+ linetype: 1,
1430
+ },
1431
+ {
1432
+ y: 9,
1433
+ count: 9,
1434
+ x: 5.6842,
1435
+ xmin: 5.5421,
1436
+ xmax: 5.8263,
1437
+ density: 0.1353,
1438
+ ncount: 0.3214,
1439
+ ndensity: 0.3214,
1440
+ flipped_aes: false,
1441
+ PANEL: '1',
1442
+ group: -1,
1443
+ ymin: 0,
1444
+ ymax: 9,
1445
+ fill: 'grey35',
1446
+ linewidth: 0.5,
1447
+ linetype: 1,
1448
+ },
1449
+ {
1450
+ y: 4,
1451
+ count: 4,
1452
+ x: 5.9684,
1453
+ xmin: 5.8263,
1454
+ xmax: 6.1105,
1455
+ density: 0.0601,
1456
+ ncount: 0.1429,
1457
+ ndensity: 0.1429,
1458
+ flipped_aes: false,
1459
+ PANEL: '1',
1460
+ group: -1,
1461
+ ymin: 0,
1462
+ ymax: 4,
1463
+ fill: 'grey35',
1464
+ linewidth: 0.5,
1465
+ linetype: 1,
1466
+ },
1467
+ {
1468
+ y: 2,
1469
+ count: 2,
1470
+ x: 6.2526,
1471
+ xmin: 6.1105,
1472
+ xmax: 6.3947,
1473
+ density: 0.0301,
1474
+ ncount: 0.0714,
1475
+ ndensity: 0.0714,
1476
+ flipped_aes: false,
1477
+ PANEL: '1',
1478
+ group: -1,
1479
+ ymin: 0,
1480
+ ymax: 2,
1481
+ fill: 'grey35',
1482
+ linewidth: 0.5,
1483
+ linetype: 1,
1484
+ },
1485
+ {
1486
+ y: 1,
1487
+ count: 1,
1488
+ x: 6.5368,
1489
+ xmin: 6.3947,
1490
+ xmax: 6.6789,
1491
+ density: 0.015,
1492
+ ncount: 0.0357,
1493
+ ndensity: 0.0357,
1494
+ flipped_aes: false,
1495
+ PANEL: '1',
1496
+ group: -1,
1497
+ ymin: 0,
1498
+ ymax: 1,
1499
+ fill: 'grey35',
1500
+ linewidth: 0.5,
1501
+ linetype: 1,
1502
+ },
1503
+ {
1504
+ y: 0,
1505
+ count: 0,
1506
+ x: 6.8211,
1507
+ xmin: 6.6789,
1508
+ xmax: 6.9632,
1509
+ density: 0,
1510
+ ncount: 0,
1511
+ ndensity: 0,
1512
+ flipped_aes: false,
1513
+ PANEL: '1',
1514
+ group: -1,
1515
+ ymin: 0,
1516
+ ymax: 0,
1517
+ fill: 'grey35',
1518
+ linewidth: 0.5,
1519
+ linetype: 1,
1520
+ },
1521
+ {
1522
+ y: 1,
1523
+ count: 1,
1524
+ x: 7.1053,
1525
+ xmin: 6.9632,
1526
+ xmax: 7.2474,
1527
+ density: 0.015,
1528
+ ncount: 0.0357,
1529
+ ndensity: 0.0357,
1530
+ flipped_aes: false,
1531
+ PANEL: '1',
1532
+ group: -1,
1533
+ ymin: 0,
1534
+ ymax: 1,
1535
+ fill: 'grey35',
1536
+ linewidth: 0.5,
1537
+ linetype: 1,
1538
+ },
1539
+ ],
1540
+ };
1541
+ </script>
1542
+ <script src="../src/js/constants.js"></script>
1543
+ <script src="../src/js/audio.js"></script>
1544
+ <script src="../src/js/display.js"></script>
1545
+ <script src="../src/js/barplot.js"></script>
1546
+ <script src="../src/js/boxplot.js"></script>
1547
+ <script src="../src/js/heatmap.js"></script>
1548
+ <script src="../src/js/scatterplot.js"></script>
1549
+ <script src="../src/js/histogram.js"></script>
1550
+ <script src="../src/js/controls.js"></script>
1551
+ <script src="../src/js/init.js"></script>
1552
+ </body>
1553
+ </html>