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,362 @@
1
+ [
2
+ {
3
+ "y": 19,
4
+ "count": 19,
5
+ "x": 1.7053,
6
+ "xmin": 1.5632,
7
+ "xmax": 1.8474,
8
+ "density": 0.2857,
9
+ "ncount": 0.6786,
10
+ "ndensity": 0.6786,
11
+ "flipped_aes": false,
12
+ "PANEL": "1",
13
+ "group": -1,
14
+ "ymin": 0,
15
+ "ymax": 19,
16
+ "fill": "grey35",
17
+ "linewidth": 0.5,
18
+ "linetype": 1
19
+ },
20
+ {
21
+ "y": 24,
22
+ "count": 24,
23
+ "x": 1.9895,
24
+ "xmin": 1.8474,
25
+ "xmax": 2.1316,
26
+ "density": 0.3609,
27
+ "ncount": 0.8571,
28
+ "ndensity": 0.8571,
29
+ "flipped_aes": false,
30
+ "PANEL": "1",
31
+ "group": -1,
32
+ "ymin": 0,
33
+ "ymax": 24,
34
+ "fill": "grey35",
35
+ "linewidth": 0.5,
36
+ "linetype": 1
37
+ },
38
+ {
39
+ "y": 19,
40
+ "count": 19,
41
+ "x": 2.2737,
42
+ "xmin": 2.1316,
43
+ "xmax": 2.4158,
44
+ "density": 0.2857,
45
+ "ncount": 0.6786,
46
+ "ndensity": 0.6786,
47
+ "flipped_aes": false,
48
+ "PANEL": "1",
49
+ "group": -1,
50
+ "ymin": 0,
51
+ "ymax": 19,
52
+ "fill": "grey35",
53
+ "linewidth": 0.5,
54
+ "linetype": 1
55
+ },
56
+ {
57
+ "y": 28,
58
+ "count": 28,
59
+ "x": 2.5579,
60
+ "xmin": 2.4158,
61
+ "xmax": 2.7,
62
+ "density": 0.421,
63
+ "ncount": 1,
64
+ "ndensity": 1,
65
+ "flipped_aes": false,
66
+ "PANEL": "1",
67
+ "group": -1,
68
+ "ymin": 0,
69
+ "ymax": 28,
70
+ "fill": "grey35",
71
+ "linewidth": 0.5,
72
+ "linetype": 1
73
+ },
74
+ {
75
+ "y": 10,
76
+ "count": 10,
77
+ "x": 2.8421,
78
+ "xmin": 2.7,
79
+ "xmax": 2.9842,
80
+ "density": 0.1504,
81
+ "ncount": 0.3571,
82
+ "ndensity": 0.3571,
83
+ "flipped_aes": false,
84
+ "PANEL": "1",
85
+ "group": -1,
86
+ "ymin": 0,
87
+ "ymax": 10,
88
+ "fill": "grey35",
89
+ "linewidth": 0.5,
90
+ "linetype": 1
91
+ },
92
+ {
93
+ "y": 14,
94
+ "count": 14,
95
+ "x": 3.1263,
96
+ "xmin": 2.9842,
97
+ "xmax": 3.2684,
98
+ "density": 0.2105,
99
+ "ncount": 0.5,
100
+ "ndensity": 0.5,
101
+ "flipped_aes": false,
102
+ "PANEL": "1",
103
+ "group": -1,
104
+ "ymin": 0,
105
+ "ymax": 14,
106
+ "fill": "grey35",
107
+ "linewidth": 0.5,
108
+ "linetype": 1
109
+ },
110
+ {
111
+ "y": 18,
112
+ "count": 18,
113
+ "x": 3.4105,
114
+ "xmin": 3.2684,
115
+ "xmax": 3.5526,
116
+ "density": 0.2707,
117
+ "ncount": 0.6429,
118
+ "ndensity": 0.6429,
119
+ "flipped_aes": false,
120
+ "PANEL": "1",
121
+ "group": -1,
122
+ "ymin": 0,
123
+ "ymax": 18,
124
+ "fill": "grey35",
125
+ "linewidth": 0.5,
126
+ "linetype": 1
127
+ },
128
+ {
129
+ "y": 13,
130
+ "count": 13,
131
+ "x": 3.6947,
132
+ "xmin": 3.5526,
133
+ "xmax": 3.8368,
134
+ "density": 0.1955,
135
+ "ncount": 0.4643,
136
+ "ndensity": 0.4643,
137
+ "flipped_aes": false,
138
+ "PANEL": "1",
139
+ "group": -1,
140
+ "ymin": 0,
141
+ "ymax": 13,
142
+ "fill": "grey35",
143
+ "linewidth": 0.5,
144
+ "linetype": 1
145
+ },
146
+ {
147
+ "y": 18,
148
+ "count": 18,
149
+ "x": 3.9789,
150
+ "xmin": 3.8368,
151
+ "xmax": 4.1211,
152
+ "density": 0.2707,
153
+ "ncount": 0.6429,
154
+ "ndensity": 0.6429,
155
+ "flipped_aes": false,
156
+ "PANEL": "1",
157
+ "group": -1,
158
+ "ymin": 0,
159
+ "ymax": 18,
160
+ "fill": "grey35",
161
+ "linewidth": 0.5,
162
+ "linetype": 1
163
+ },
164
+ {
165
+ "y": 5,
166
+ "count": 5,
167
+ "x": 4.2632,
168
+ "xmin": 4.1211,
169
+ "xmax": 4.4053,
170
+ "density": 0.0752,
171
+ "ncount": 0.1786,
172
+ "ndensity": 0.1786,
173
+ "flipped_aes": false,
174
+ "PANEL": "1",
175
+ "group": -1,
176
+ "ymin": 0,
177
+ "ymax": 5,
178
+ "fill": "grey35",
179
+ "linewidth": 0.5,
180
+ "linetype": 1
181
+ },
182
+ {
183
+ "y": 11,
184
+ "count": 11,
185
+ "x": 4.5474,
186
+ "xmin": 4.4053,
187
+ "xmax": 4.6895,
188
+ "density": 0.1654,
189
+ "ncount": 0.3929,
190
+ "ndensity": 0.3929,
191
+ "flipped_aes": false,
192
+ "PANEL": "1",
193
+ "group": -1,
194
+ "ymin": 0,
195
+ "ymax": 11,
196
+ "fill": "grey35",
197
+ "linewidth": 0.5,
198
+ "linetype": 1
199
+ },
200
+ {
201
+ "y": 17,
202
+ "count": 17,
203
+ "x": 4.8316,
204
+ "xmin": 4.6895,
205
+ "xmax": 4.9737,
206
+ "density": 0.2556,
207
+ "ncount": 0.6071,
208
+ "ndensity": 0.6071,
209
+ "flipped_aes": false,
210
+ "PANEL": "1",
211
+ "group": -1,
212
+ "ymin": 0,
213
+ "ymax": 17,
214
+ "fill": "grey35",
215
+ "linewidth": 0.5,
216
+ "linetype": 1
217
+ },
218
+ {
219
+ "y": 7,
220
+ "count": 7,
221
+ "x": 5.1158,
222
+ "xmin": 4.9737,
223
+ "xmax": 5.2579,
224
+ "density": 0.1053,
225
+ "ncount": 0.25,
226
+ "ndensity": 0.25,
227
+ "flipped_aes": false,
228
+ "PANEL": "1",
229
+ "group": -1,
230
+ "ymin": 0,
231
+ "ymax": 7,
232
+ "fill": "grey35",
233
+ "linewidth": 0.5,
234
+ "linetype": 1
235
+ },
236
+ {
237
+ "y": 14,
238
+ "count": 14,
239
+ "x": 5.4,
240
+ "xmin": 5.2579,
241
+ "xmax": 5.5421,
242
+ "density": 0.2105,
243
+ "ncount": 0.5,
244
+ "ndensity": 0.5,
245
+ "flipped_aes": false,
246
+ "PANEL": "1",
247
+ "group": -1,
248
+ "ymin": 0,
249
+ "ymax": 14,
250
+ "fill": "grey35",
251
+ "linewidth": 0.5,
252
+ "linetype": 1
253
+ },
254
+ {
255
+ "y": 9,
256
+ "count": 9,
257
+ "x": 5.6842,
258
+ "xmin": 5.5421,
259
+ "xmax": 5.8263,
260
+ "density": 0.1353,
261
+ "ncount": 0.3214,
262
+ "ndensity": 0.3214,
263
+ "flipped_aes": false,
264
+ "PANEL": "1",
265
+ "group": -1,
266
+ "ymin": 0,
267
+ "ymax": 9,
268
+ "fill": "grey35",
269
+ "linewidth": 0.5,
270
+ "linetype": 1
271
+ },
272
+ {
273
+ "y": 4,
274
+ "count": 4,
275
+ "x": 5.9684,
276
+ "xmin": 5.8263,
277
+ "xmax": 6.1105,
278
+ "density": 0.0601,
279
+ "ncount": 0.1429,
280
+ "ndensity": 0.1429,
281
+ "flipped_aes": false,
282
+ "PANEL": "1",
283
+ "group": -1,
284
+ "ymin": 0,
285
+ "ymax": 4,
286
+ "fill": "grey35",
287
+ "linewidth": 0.5,
288
+ "linetype": 1
289
+ },
290
+ {
291
+ "y": 2,
292
+ "count": 2,
293
+ "x": 6.2526,
294
+ "xmin": 6.1105,
295
+ "xmax": 6.3947,
296
+ "density": 0.0301,
297
+ "ncount": 0.0714,
298
+ "ndensity": 0.0714,
299
+ "flipped_aes": false,
300
+ "PANEL": "1",
301
+ "group": -1,
302
+ "ymin": 0,
303
+ "ymax": 2,
304
+ "fill": "grey35",
305
+ "linewidth": 0.5,
306
+ "linetype": 1
307
+ },
308
+ {
309
+ "y": 1,
310
+ "count": 1,
311
+ "x": 6.5368,
312
+ "xmin": 6.3947,
313
+ "xmax": 6.6789,
314
+ "density": 0.015,
315
+ "ncount": 0.0357,
316
+ "ndensity": 0.0357,
317
+ "flipped_aes": false,
318
+ "PANEL": "1",
319
+ "group": -1,
320
+ "ymin": 0,
321
+ "ymax": 1,
322
+ "fill": "grey35",
323
+ "linewidth": 0.5,
324
+ "linetype": 1
325
+ },
326
+ {
327
+ "y": 0,
328
+ "count": 0,
329
+ "x": 6.8211,
330
+ "xmin": 6.6789,
331
+ "xmax": 6.9632,
332
+ "density": 0,
333
+ "ncount": 0,
334
+ "ndensity": 0,
335
+ "flipped_aes": false,
336
+ "PANEL": "1",
337
+ "group": -1,
338
+ "ymin": 0,
339
+ "ymax": 0,
340
+ "fill": "grey35",
341
+ "linewidth": 0.5,
342
+ "linetype": 1
343
+ },
344
+ {
345
+ "y": 1,
346
+ "count": 1,
347
+ "x": 7.1053,
348
+ "xmin": 6.9632,
349
+ "xmax": 7.2474,
350
+ "density": 0.015,
351
+ "ncount": 0.0357,
352
+ "ndensity": 0.0357,
353
+ "flipped_aes": false,
354
+ "PANEL": "1",
355
+ "group": -1,
356
+ "ymin": 0,
357
+ "ymax": 1,
358
+ "fill": "grey35",
359
+ "linewidth": 0.5,
360
+ "linetype": 1
361
+ }
362
+ ]