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.
- package/.Rbuildignore +1 -0
- package/.eslintignore +3 -0
- package/.eslintrc.json +6 -0
- package/.github/workflows/build.yml +20 -0
- package/.prettierignore +3 -0
- package/.prettierrc.json +7 -0
- package/.vscode/extensions.json +25 -0
- package/.vscode/settings.json +30 -0
- package/.vscode/tasks.json +57 -0
- package/CHANGELOG.md +7 -0
- package/CITATION.cff +21 -0
- package/CONTRIBUTING.md +87 -0
- package/LICENSE.md +595 -0
- package/README.md +341 -0
- package/dist/maidr.js +8851 -0
- package/dist/maidr.min.js +1 -0
- package/dist/styles.css +244 -0
- package/dist/styles.min.css +1 -0
- package/docs/Audio.html +1398 -0
- package/docs/Constants.html +256 -0
- package/docs/Description.html +582 -0
- package/docs/Helper.html +364 -0
- package/docs/LogError.html +905 -0
- package/docs/Menu.html +665 -0
- package/docs/Position.html +174 -0
- package/docs/Resources.html +338 -0
- package/docs/Review.html +333 -0
- package/docs/Tracker.html +965 -0
- package/docs/audio.js.html +635 -0
- package/docs/constants.js.html +1242 -0
- package/docs/display.js.html +1184 -0
- package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
- package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
- package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
- package/docs/index.html +66 -0
- package/docs/scripts/linenumber.js +25 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/docs/scripts/prettify/lang-css.js +2 -0
- package/docs/scripts/prettify/prettify.js +28 -0
- package/docs/styles/jsdoc-default.css +692 -0
- package/docs/styles/prettify-jsdoc.css +111 -0
- package/docs/styles/prettify-tomorrow.css +132 -0
- package/examples/dev_charts/barplot.html +1056 -0
- package/examples/dev_charts/boxplot.html +1856 -0
- package/examples/dev_charts/boxplot_flipped.svg +727 -0
- package/examples/dev_charts/heatmap.html +1217 -0
- package/examples/dev_charts/scatterplot/displ.js +18 -0
- package/examples/dev_charts/scatterplot/histogram_for_residual.svg +595 -0
- package/examples/dev_charts/scatterplot/hwy.js +15 -0
- package/examples/dev_charts/scatterplot/layers/point_layer.json +938 -0
- package/examples/dev_charts/scatterplot/layers/smooth_layer.json +322 -0
- package/examples/dev_charts/scatterplot/point_layer.js +938 -0
- package/examples/dev_charts/scatterplot/prediction_array.js +31 -0
- package/examples/dev_charts/scatterplot/prediction_array.json +31 -0
- package/examples/dev_charts/scatterplot/residual_array.js +29 -0
- package/examples/dev_charts/scatterplot/residual_array.json +29 -0
- package/examples/dev_charts/scatterplot/scatterplot.svg +1428 -0
- package/examples/dev_charts/scatterplot/scatterplot_data.html +2838 -0
- package/examples/dev_charts/scatterplot/scatterplot_no_jitter_point_only.svg +1393 -0
- package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_bestfit.svg +1424 -0
- package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_loess_curve.svg +1402 -0
- package/examples/dev_charts/scatterplot/smooth_layer.js +322 -0
- package/examples/dev_charts/scatterplot.html +4560 -0
- package/examples/dodged_bar/dodged_bar.png +0 -0
- package/examples/dodged_bar/dodged_bar.svg +198 -0
- package/examples/dodged_bar/schema.json +41 -0
- package/examples/histogram/histogram_tutorial.svg +482 -0
- package/examples/histogram/histogram_tutorial_raw_data.json +362 -0
- package/examples/histogram/histogram_user_study.svg +578 -0
- package/examples/histogram/histogram_user_study_raw_data.json +362 -0
- package/examples/lineplot/lineplot_sample.svg +126 -0
- package/examples/lineplot/lineplot_sample_raw_data.json +1 -0
- package/examples/lineplot/point+lineplot_sample.svg +700 -0
- package/examples/other/audio_oscillator_boxplot.js +95 -0
- package/examples/other/barplot_labels.svg +314 -0
- package/examples/other/barplot_user_study.svg +313 -0
- package/examples/other/boxplot.html +927 -0
- package/examples/other/boxplot_data_frame.html +568 -0
- package/examples/other/boxplot_label.svg +751 -0
- package/examples/other/braille-display_boxplot.js +79 -0
- package/examples/other/control_boxplot.js +55 -0
- package/examples/other/draft.js +56 -0
- package/examples/other/getData.html +400 -0
- package/examples/other/getData.js +41 -0
- package/examples/other/ggplot_to_svg.R +371 -0
- package/examples/other/heatmap.svg +582 -0
- package/examples/other/heatmap_label.svg +608 -0
- package/examples/other/multiple_barplot.html +2250 -0
- package/examples/other/new_scatterplot_user_study_point_layer.json +122 -0
- package/examples/other/py_binder_output.html +1167 -0
- package/examples/other/scatterplot_label.svg +1429 -0
- package/examples/other/seaborn_plot.py +9 -0
- package/examples/other/svglite_bar.svg +136 -0
- package/examples/other/tutorial_boxplot.svg +727 -0
- package/examples/other/tutorial_boxplot_data.json +72 -0
- package/examples/other/user_study_boxplot.svg +676 -0
- package/examples/stacked_bar/schema.json +41 -0
- package/examples/stacked_bar/stack_bar.png +0 -0
- package/examples/stacked_bar/stacked_bar.svg +180 -0
- package/examples/stacked_normalized_bar/stacked_normalized_bar.png +0 -0
- package/examples/stacked_normalized_bar/stacked_normalized_bar.svg +189 -0
- package/examples/static/barplot.svg +263 -0
- package/examples/static/barplot_diamonds_gridSVG.svg +254 -0
- package/examples/static/boxplot.svg +424 -0
- package/examples/static/heatmap.svg +373 -0
- package/examples/static/heatmap_penguins_table.html +486 -0
- package/examples/static/scatterplot.svg +530 -0
- package/examples/svglite/task_heatmap.html +802 -0
- package/examples/svglite/task_heatmap.svg +111 -0
- package/examples/svglite/tutorial_bar.svg +136 -0
- package/examples/svglite/tutorial_bar_plot.html +504 -0
- package/examples/svglite/tutorial_boxplot.html +1850 -0
- package/examples/svglite/tutorial_boxplot.svg +727 -0
- package/examples/svglite/tutorial_scatterplot.html +3135 -0
- package/examples/svglite/tutorial_scatterplot.svg +311 -0
- package/gulpfile.js +49 -0
- package/index.html +40 -0
- package/jsconfig.json +10 -0
- package/jsdoc.json +19 -0
- package/package.json +47 -0
- package/src/css/styles.css +241 -0
- package/src/js/__tests__/audio.test.js +49 -0
- package/src/js/__tests__/constants.test.js +622 -0
- package/src/js/audio.js +575 -0
- package/src/js/barplot.js +254 -0
- package/src/js/boxplot.js +682 -0
- package/src/js/constants.js +1182 -0
- package/src/js/controls.js +3182 -0
- package/src/js/display.js +1124 -0
- package/src/js/heatmap.js +411 -0
- package/src/js/histogram.js +134 -0
- package/src/js/init.js +427 -0
- package/src/js/lineplot.js +219 -0
- package/src/js/scatterplot.js +619 -0
- package/src/js/segmented.js +268 -0
- package/user_study_pilot/binder_test.html +526 -0
- package/user_study_pilot/data/barplot_user_study.svg +492 -0
- package/user_study_pilot/data/barplot_user_study_raw_data.json +22 -0
- package/user_study_pilot/data/boxplot_tutorial.json +72 -0
- package/user_study_pilot/data/boxplot_tutorial_horizontal.svg +727 -0
- package/user_study_pilot/data/boxplot_user_study.json +52 -0
- package/user_study_pilot/data/boxplot_user_study_vertical.svg +675 -0
- package/user_study_pilot/data/boxplot_user_study_vertical_horizontal.svg +676 -0
- package/user_study_pilot/data/heatmap_user_study.svg +719 -0
- package/user_study_pilot/data/heatmap_user_study_raw_data.json +127 -0
- package/user_study_pilot/data/new_barplot_user_study.svg +269 -0
- package/user_study_pilot/data/new_heatmap_user_study.svg +367 -0
- package/user_study_pilot/data/new_scatterplot_user_study.svg +603 -0
- package/user_study_pilot/data/new_scatterplot_user_study_point_layer.json +122 -0
- package/user_study_pilot/data/scatterplot_user_study (1).svg +321 -0
- package/user_study_pilot/data/scatterplot_user_study.svg +603 -0
- package/user_study_pilot/data/scatterplot_user_study_point_layer.json +122 -0
- package/user_study_pilot/data/scatterplot_user_study_smooth_layer.json +322 -0
- package/user_study_pilot/intro.html +215 -0
- package/user_study_pilot/jaws_settings/Chrome.JDF +10 -0
- package/user_study_pilot/jaws_settings/Firefox.JDF +10 -0
- package/user_study_pilot/jaws_settings/backup_utf8/Chrome.JDF +10 -0
- package/user_study_pilot/jaws_settings/backup_utf8/Firefox.JDF +10 -0
- package/user_study_pilot/jaws_settings/backup_utf8/msedge.JDF +10 -0
- package/user_study_pilot/jaws_settings/msedge.JDF +10 -0
- package/user_study_pilot/nvda_settings/chrome.dic +10 -0
- package/user_study_pilot/nvda_settings/default.dic +10 -0
- package/user_study_pilot/nvda_settings/firefox.dic +10 -0
- package/user_study_pilot/nvda_settings/msedge.dic +10 -0
- package/user_study_pilot/scatterplot.html +4560 -0
- package/user_study_pilot/seaborn_test.html +1059 -0
- package/user_study_pilot/svglite_test.html +534 -0
- package/user_study_pilot/task1_bar_plot.html +1111 -0
- package/user_study_pilot/task2_heatmap.html +1661 -0
- package/user_study_pilot/task3_boxplot_horizontal.html +1690 -0
- package/user_study_pilot/task3_boxplot_vertical.html +1689 -0
- package/user_study_pilot/task4_scatterplot.html +2091 -0
- package/user_study_pilot/tutorial1_bar_plot.html +1159 -0
- package/user_study_pilot/tutorial2_heatmap.html +1276 -0
- package/user_study_pilot/tutorial3_boxplot_horizontal.html +1861 -0
- package/user_study_pilot/tutorial3_boxplot_vertical.html +1807 -0
- package/user_study_pilot/tutorial4_scatterplot.html +5893 -0
- package/user_study_pilot/tutorial5_histogram.html +1553 -0
- package/user_study_pilot/tutorial6_lineplot.html +1011 -0
- package/user_study_pilot/tutorial7_stacked.html +763 -0
- package/user_study_pilot/tutorial8_stacked_normalized.html +796 -0
- package/user_study_pilot/tutorial9_dodged_bar.html +831 -0
- package/user_study_pilot/voiceover_settings/user_study_VoiceOver Archive.voprefs +573 -0
|
@@ -0,0 +1,1059 @@
|
|
|
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/styles.css" type="text/css" />
|
|
9
|
+
</head>
|
|
10
|
+
|
|
11
|
+
<body>
|
|
12
|
+
<div class="container mt-3">
|
|
13
|
+
<div id="container" data-plottype="bar">
|
|
14
|
+
<div id="braille-div">
|
|
15
|
+
<input id="braille-input" class="braille-input hidden" type="text" />
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
<!-- barplot_diamonds_gridSVG.svg -->
|
|
19
|
+
<div id="svg-container">
|
|
20
|
+
<svg
|
|
21
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
22
|
+
width="460.8pt"
|
|
23
|
+
height="345.6pt"
|
|
24
|
+
viewBox="0 0 460.8 345.6"
|
|
25
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
version="1.1"
|
|
27
|
+
>
|
|
28
|
+
<metadata>
|
|
29
|
+
<rdf:RDF
|
|
30
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
31
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
32
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
33
|
+
>
|
|
34
|
+
<cc:Work>
|
|
35
|
+
<dc:type
|
|
36
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage"
|
|
37
|
+
/>
|
|
38
|
+
<dc:date>2023-05-12T08:53:37.281733</dc:date>
|
|
39
|
+
<dc:format>image/svg+xml</dc:format>
|
|
40
|
+
<dc:creator>
|
|
41
|
+
<cc:Agent>
|
|
42
|
+
<dc:title
|
|
43
|
+
>Matplotlib v3.5.2, https://matplotlib.org/</dc:title
|
|
44
|
+
>
|
|
45
|
+
</cc:Agent>
|
|
46
|
+
</dc:creator>
|
|
47
|
+
</cc:Work>
|
|
48
|
+
</rdf:RDF>
|
|
49
|
+
</metadata>
|
|
50
|
+
<defs>
|
|
51
|
+
<style type="text/css">
|
|
52
|
+
* {
|
|
53
|
+
stroke-linejoin: round;
|
|
54
|
+
stroke-linecap: butt;
|
|
55
|
+
}
|
|
56
|
+
</style>
|
|
57
|
+
</defs>
|
|
58
|
+
<g id="figure_1">
|
|
59
|
+
<g id="patch_1">
|
|
60
|
+
<path
|
|
61
|
+
d="M 0 345.6
|
|
62
|
+
L 460.8 345.6
|
|
63
|
+
L 460.8 0
|
|
64
|
+
L 0 0
|
|
65
|
+
z
|
|
66
|
+
"
|
|
67
|
+
style="fill: #ffffff"
|
|
68
|
+
/>
|
|
69
|
+
</g>
|
|
70
|
+
<g id="axes_1">
|
|
71
|
+
<g id="patch_2">
|
|
72
|
+
<path
|
|
73
|
+
d="M 57.6 307.584
|
|
74
|
+
L 414.72 307.584
|
|
75
|
+
L 414.72 41.472
|
|
76
|
+
L 57.6 41.472
|
|
77
|
+
z
|
|
78
|
+
"
|
|
79
|
+
style="fill: #ffffff"
|
|
80
|
+
/>
|
|
81
|
+
</g>
|
|
82
|
+
<g id="patch_3">
|
|
83
|
+
<path
|
|
84
|
+
d="M 64.7424 307.584
|
|
85
|
+
L 121.8816 307.584
|
|
86
|
+
L 121.8816 54.144
|
|
87
|
+
L 64.7424 54.144
|
|
88
|
+
z
|
|
89
|
+
"
|
|
90
|
+
clip-path="url(#pb955b522c3)"
|
|
91
|
+
style="fill: #3274a1"
|
|
92
|
+
/>
|
|
93
|
+
</g>
|
|
94
|
+
<g id="patch_4">
|
|
95
|
+
<path
|
|
96
|
+
d="M 136.1664 307.584
|
|
97
|
+
L 193.3056 307.584
|
|
98
|
+
L 193.3056 145.401686
|
|
99
|
+
L 136.1664 145.401686
|
|
100
|
+
z
|
|
101
|
+
"
|
|
102
|
+
clip-path="url(#pb955b522c3)"
|
|
103
|
+
style="fill: #e1812c"
|
|
104
|
+
/>
|
|
105
|
+
</g>
|
|
106
|
+
<g id="patch_5">
|
|
107
|
+
<path
|
|
108
|
+
d="M 207.5904 307.584
|
|
109
|
+
L 264.7296 307.584
|
|
110
|
+
L 264.7296 249.889385
|
|
111
|
+
L 207.5904 249.889385
|
|
112
|
+
z
|
|
113
|
+
"
|
|
114
|
+
clip-path="url(#pb955b522c3)"
|
|
115
|
+
style="fill: #3a923a"
|
|
116
|
+
/>
|
|
117
|
+
</g>
|
|
118
|
+
<g id="patch_6">
|
|
119
|
+
<path
|
|
120
|
+
d="M 279.0144 307.584
|
|
121
|
+
L 336.1536 307.584
|
|
122
|
+
L 336.1536 165.499545
|
|
123
|
+
L 279.0144 165.499545
|
|
124
|
+
z
|
|
125
|
+
"
|
|
126
|
+
clip-path="url(#pb955b522c3)"
|
|
127
|
+
style="fill: #c03d3e"
|
|
128
|
+
/>
|
|
129
|
+
</g>
|
|
130
|
+
<g id="patch_7">
|
|
131
|
+
<path
|
|
132
|
+
d="M 350.4384 307.584
|
|
133
|
+
L 407.5776 307.584
|
|
134
|
+
L 407.5776 288.650382
|
|
135
|
+
L 350.4384 288.650382
|
|
136
|
+
z
|
|
137
|
+
"
|
|
138
|
+
clip-path="url(#pb955b522c3)"
|
|
139
|
+
style="fill: #9372b2"
|
|
140
|
+
/>
|
|
141
|
+
</g>
|
|
142
|
+
<g id="matplotlib.axis_1">
|
|
143
|
+
<g id="xtick_1">
|
|
144
|
+
<g id="line2d_1">
|
|
145
|
+
<defs>
|
|
146
|
+
<path
|
|
147
|
+
id="m09506fa265"
|
|
148
|
+
d="M 0 0
|
|
149
|
+
L 0 3.5
|
|
150
|
+
"
|
|
151
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
152
|
+
/>
|
|
153
|
+
</defs>
|
|
154
|
+
<g>
|
|
155
|
+
<use
|
|
156
|
+
xlink:href="#m09506fa265"
|
|
157
|
+
x="93.312"
|
|
158
|
+
y="307.584"
|
|
159
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
160
|
+
/>
|
|
161
|
+
</g>
|
|
162
|
+
</g>
|
|
163
|
+
<g id="text_1">
|
|
164
|
+
<!-- Ideal -->
|
|
165
|
+
<g
|
|
166
|
+
transform="translate(81.133094 322.182437)scale(0.1 -0.1)"
|
|
167
|
+
>
|
|
168
|
+
<defs>
|
|
169
|
+
<path
|
|
170
|
+
id="DejaVuSans-49"
|
|
171
|
+
d="M 628 4666
|
|
172
|
+
L 1259 4666
|
|
173
|
+
L 1259 0
|
|
174
|
+
L 628 0
|
|
175
|
+
L 628 4666
|
|
176
|
+
z
|
|
177
|
+
"
|
|
178
|
+
transform="scale(0.015625)"
|
|
179
|
+
/>
|
|
180
|
+
<path
|
|
181
|
+
id="DejaVuSans-64"
|
|
182
|
+
d="M 2906 2969
|
|
183
|
+
L 2906 4863
|
|
184
|
+
L 3481 4863
|
|
185
|
+
L 3481 0
|
|
186
|
+
L 2906 0
|
|
187
|
+
L 2906 525
|
|
188
|
+
Q 2725 213 2448 61
|
|
189
|
+
Q 2172 -91 1784 -91
|
|
190
|
+
Q 1150 -91 751 415
|
|
191
|
+
Q 353 922 353 1747
|
|
192
|
+
Q 353 2572 751 3078
|
|
193
|
+
Q 1150 3584 1784 3584
|
|
194
|
+
Q 2172 3584 2448 3432
|
|
195
|
+
Q 2725 3281 2906 2969
|
|
196
|
+
z
|
|
197
|
+
M 947 1747
|
|
198
|
+
Q 947 1113 1208 752
|
|
199
|
+
Q 1469 391 1925 391
|
|
200
|
+
Q 2381 391 2643 752
|
|
201
|
+
Q 2906 1113 2906 1747
|
|
202
|
+
Q 2906 2381 2643 2742
|
|
203
|
+
Q 2381 3103 1925 3103
|
|
204
|
+
Q 1469 3103 1208 2742
|
|
205
|
+
Q 947 2381 947 1747
|
|
206
|
+
z
|
|
207
|
+
"
|
|
208
|
+
transform="scale(0.015625)"
|
|
209
|
+
/>
|
|
210
|
+
<path
|
|
211
|
+
id="DejaVuSans-65"
|
|
212
|
+
d="M 3597 1894
|
|
213
|
+
L 3597 1613
|
|
214
|
+
L 953 1613
|
|
215
|
+
Q 991 1019 1311 708
|
|
216
|
+
Q 1631 397 2203 397
|
|
217
|
+
Q 2534 397 2845 478
|
|
218
|
+
Q 3156 559 3463 722
|
|
219
|
+
L 3463 178
|
|
220
|
+
Q 3153 47 2828 -22
|
|
221
|
+
Q 2503 -91 2169 -91
|
|
222
|
+
Q 1331 -91 842 396
|
|
223
|
+
Q 353 884 353 1716
|
|
224
|
+
Q 353 2575 817 3079
|
|
225
|
+
Q 1281 3584 2069 3584
|
|
226
|
+
Q 2775 3584 3186 3129
|
|
227
|
+
Q 3597 2675 3597 1894
|
|
228
|
+
z
|
|
229
|
+
M 3022 2063
|
|
230
|
+
Q 3016 2534 2758 2815
|
|
231
|
+
Q 2500 3097 2075 3097
|
|
232
|
+
Q 1594 3097 1305 2825
|
|
233
|
+
Q 1016 2553 972 2059
|
|
234
|
+
L 3022 2063
|
|
235
|
+
z
|
|
236
|
+
"
|
|
237
|
+
transform="scale(0.015625)"
|
|
238
|
+
/>
|
|
239
|
+
<path
|
|
240
|
+
id="DejaVuSans-61"
|
|
241
|
+
d="M 2194 1759
|
|
242
|
+
Q 1497 1759 1228 1600
|
|
243
|
+
Q 959 1441 959 1056
|
|
244
|
+
Q 959 750 1161 570
|
|
245
|
+
Q 1363 391 1709 391
|
|
246
|
+
Q 2188 391 2477 730
|
|
247
|
+
Q 2766 1069 2766 1631
|
|
248
|
+
L 2766 1759
|
|
249
|
+
L 2194 1759
|
|
250
|
+
z
|
|
251
|
+
M 3341 1997
|
|
252
|
+
L 3341 0
|
|
253
|
+
L 2766 0
|
|
254
|
+
L 2766 531
|
|
255
|
+
Q 2569 213 2275 61
|
|
256
|
+
Q 1981 -91 1556 -91
|
|
257
|
+
Q 1019 -91 701 211
|
|
258
|
+
Q 384 513 384 1019
|
|
259
|
+
Q 384 1609 779 1909
|
|
260
|
+
Q 1175 2209 1959 2209
|
|
261
|
+
L 2766 2209
|
|
262
|
+
L 2766 2266
|
|
263
|
+
Q 2766 2663 2505 2880
|
|
264
|
+
Q 2244 3097 1772 3097
|
|
265
|
+
Q 1472 3097 1187 3025
|
|
266
|
+
Q 903 2953 641 2809
|
|
267
|
+
L 641 3341
|
|
268
|
+
Q 956 3463 1253 3523
|
|
269
|
+
Q 1550 3584 1831 3584
|
|
270
|
+
Q 2591 3584 2966 3190
|
|
271
|
+
Q 3341 2797 3341 1997
|
|
272
|
+
z
|
|
273
|
+
"
|
|
274
|
+
transform="scale(0.015625)"
|
|
275
|
+
/>
|
|
276
|
+
<path
|
|
277
|
+
id="DejaVuSans-6c"
|
|
278
|
+
d="M 603 4863
|
|
279
|
+
L 1178 4863
|
|
280
|
+
L 1178 0
|
|
281
|
+
L 603 0
|
|
282
|
+
L 603 4863
|
|
283
|
+
z
|
|
284
|
+
"
|
|
285
|
+
transform="scale(0.015625)"
|
|
286
|
+
/>
|
|
287
|
+
</defs>
|
|
288
|
+
<use xlink:href="#DejaVuSans-49" />
|
|
289
|
+
<use xlink:href="#DejaVuSans-64" x="29.492188" />
|
|
290
|
+
<use xlink:href="#DejaVuSans-65" x="92.96875" />
|
|
291
|
+
<use xlink:href="#DejaVuSans-61" x="154.492188" />
|
|
292
|
+
<use xlink:href="#DejaVuSans-6c" x="215.771484" />
|
|
293
|
+
</g>
|
|
294
|
+
</g>
|
|
295
|
+
</g>
|
|
296
|
+
<g id="xtick_2">
|
|
297
|
+
<g id="line2d_2">
|
|
298
|
+
<g>
|
|
299
|
+
<use
|
|
300
|
+
xlink:href="#m09506fa265"
|
|
301
|
+
x="164.736"
|
|
302
|
+
y="307.584"
|
|
303
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
304
|
+
/>
|
|
305
|
+
</g>
|
|
306
|
+
</g>
|
|
307
|
+
<g id="text_2">
|
|
308
|
+
<!-- Premium -->
|
|
309
|
+
<g
|
|
310
|
+
transform="translate(142.490688 322.182437)scale(0.1 -0.1)"
|
|
311
|
+
>
|
|
312
|
+
<defs>
|
|
313
|
+
<path
|
|
314
|
+
id="DejaVuSans-50"
|
|
315
|
+
d="M 1259 4147
|
|
316
|
+
L 1259 2394
|
|
317
|
+
L 2053 2394
|
|
318
|
+
Q 2494 2394 2734 2622
|
|
319
|
+
Q 2975 2850 2975 3272
|
|
320
|
+
Q 2975 3691 2734 3919
|
|
321
|
+
Q 2494 4147 2053 4147
|
|
322
|
+
L 1259 4147
|
|
323
|
+
z
|
|
324
|
+
M 628 4666
|
|
325
|
+
L 2053 4666
|
|
326
|
+
Q 2838 4666 3239 4311
|
|
327
|
+
Q 3641 3956 3641 3272
|
|
328
|
+
Q 3641 2581 3239 2228
|
|
329
|
+
Q 2838 1875 2053 1875
|
|
330
|
+
L 1259 1875
|
|
331
|
+
L 1259 0
|
|
332
|
+
L 628 0
|
|
333
|
+
L 628 4666
|
|
334
|
+
z
|
|
335
|
+
"
|
|
336
|
+
transform="scale(0.015625)"
|
|
337
|
+
/>
|
|
338
|
+
<path
|
|
339
|
+
id="DejaVuSans-72"
|
|
340
|
+
d="M 2631 2963
|
|
341
|
+
Q 2534 3019 2420 3045
|
|
342
|
+
Q 2306 3072 2169 3072
|
|
343
|
+
Q 1681 3072 1420 2755
|
|
344
|
+
Q 1159 2438 1159 1844
|
|
345
|
+
L 1159 0
|
|
346
|
+
L 581 0
|
|
347
|
+
L 581 3500
|
|
348
|
+
L 1159 3500
|
|
349
|
+
L 1159 2956
|
|
350
|
+
Q 1341 3275 1631 3429
|
|
351
|
+
Q 1922 3584 2338 3584
|
|
352
|
+
Q 2397 3584 2469 3576
|
|
353
|
+
Q 2541 3569 2628 3553
|
|
354
|
+
L 2631 2963
|
|
355
|
+
z
|
|
356
|
+
"
|
|
357
|
+
transform="scale(0.015625)"
|
|
358
|
+
/>
|
|
359
|
+
<path
|
|
360
|
+
id="DejaVuSans-6d"
|
|
361
|
+
d="M 3328 2828
|
|
362
|
+
Q 3544 3216 3844 3400
|
|
363
|
+
Q 4144 3584 4550 3584
|
|
364
|
+
Q 5097 3584 5394 3201
|
|
365
|
+
Q 5691 2819 5691 2113
|
|
366
|
+
L 5691 0
|
|
367
|
+
L 5113 0
|
|
368
|
+
L 5113 2094
|
|
369
|
+
Q 5113 2597 4934 2840
|
|
370
|
+
Q 4756 3084 4391 3084
|
|
371
|
+
Q 3944 3084 3684 2787
|
|
372
|
+
Q 3425 2491 3425 1978
|
|
373
|
+
L 3425 0
|
|
374
|
+
L 2847 0
|
|
375
|
+
L 2847 2094
|
|
376
|
+
Q 2847 2600 2669 2842
|
|
377
|
+
Q 2491 3084 2119 3084
|
|
378
|
+
Q 1678 3084 1418 2786
|
|
379
|
+
Q 1159 2488 1159 1978
|
|
380
|
+
L 1159 0
|
|
381
|
+
L 581 0
|
|
382
|
+
L 581 3500
|
|
383
|
+
L 1159 3500
|
|
384
|
+
L 1159 2956
|
|
385
|
+
Q 1356 3278 1631 3431
|
|
386
|
+
Q 1906 3584 2284 3584
|
|
387
|
+
Q 2666 3584 2933 3390
|
|
388
|
+
Q 3200 3197 3328 2828
|
|
389
|
+
z
|
|
390
|
+
"
|
|
391
|
+
transform="scale(0.015625)"
|
|
392
|
+
/>
|
|
393
|
+
<path
|
|
394
|
+
id="DejaVuSans-69"
|
|
395
|
+
d="M 603 3500
|
|
396
|
+
L 1178 3500
|
|
397
|
+
L 1178 0
|
|
398
|
+
L 603 0
|
|
399
|
+
L 603 3500
|
|
400
|
+
z
|
|
401
|
+
M 603 4863
|
|
402
|
+
L 1178 4863
|
|
403
|
+
L 1178 4134
|
|
404
|
+
L 603 4134
|
|
405
|
+
L 603 4863
|
|
406
|
+
z
|
|
407
|
+
"
|
|
408
|
+
transform="scale(0.015625)"
|
|
409
|
+
/>
|
|
410
|
+
<path
|
|
411
|
+
id="DejaVuSans-75"
|
|
412
|
+
d="M 544 1381
|
|
413
|
+
L 544 3500
|
|
414
|
+
L 1119 3500
|
|
415
|
+
L 1119 1403
|
|
416
|
+
Q 1119 906 1312 657
|
|
417
|
+
Q 1506 409 1894 409
|
|
418
|
+
Q 2359 409 2629 706
|
|
419
|
+
Q 2900 1003 2900 1516
|
|
420
|
+
L 2900 3500
|
|
421
|
+
L 3475 3500
|
|
422
|
+
L 3475 0
|
|
423
|
+
L 2900 0
|
|
424
|
+
L 2900 538
|
|
425
|
+
Q 2691 219 2414 64
|
|
426
|
+
Q 2138 -91 1772 -91
|
|
427
|
+
Q 1169 -91 856 284
|
|
428
|
+
Q 544 659 544 1381
|
|
429
|
+
z
|
|
430
|
+
M 1991 3584
|
|
431
|
+
L 1991 3584
|
|
432
|
+
z
|
|
433
|
+
"
|
|
434
|
+
transform="scale(0.015625)"
|
|
435
|
+
/>
|
|
436
|
+
</defs>
|
|
437
|
+
<use xlink:href="#DejaVuSans-50" />
|
|
438
|
+
<use xlink:href="#DejaVuSans-72" x="58.552734" />
|
|
439
|
+
<use xlink:href="#DejaVuSans-65" x="97.416016" />
|
|
440
|
+
<use xlink:href="#DejaVuSans-6d" x="158.939453" />
|
|
441
|
+
<use xlink:href="#DejaVuSans-69" x="256.351562" />
|
|
442
|
+
<use xlink:href="#DejaVuSans-75" x="284.134766" />
|
|
443
|
+
<use xlink:href="#DejaVuSans-6d" x="347.513672" />
|
|
444
|
+
</g>
|
|
445
|
+
</g>
|
|
446
|
+
</g>
|
|
447
|
+
<g id="xtick_3">
|
|
448
|
+
<g id="line2d_3">
|
|
449
|
+
<g>
|
|
450
|
+
<use
|
|
451
|
+
xlink:href="#m09506fa265"
|
|
452
|
+
x="236.16"
|
|
453
|
+
y="307.584"
|
|
454
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
455
|
+
/>
|
|
456
|
+
</g>
|
|
457
|
+
</g>
|
|
458
|
+
<g id="text_3">
|
|
459
|
+
<!-- Good -->
|
|
460
|
+
<g
|
|
461
|
+
transform="translate(222.992813 322.182437)scale(0.1 -0.1)"
|
|
462
|
+
>
|
|
463
|
+
<defs>
|
|
464
|
+
<path
|
|
465
|
+
id="DejaVuSans-47"
|
|
466
|
+
d="M 3809 666
|
|
467
|
+
L 3809 1919
|
|
468
|
+
L 2778 1919
|
|
469
|
+
L 2778 2438
|
|
470
|
+
L 4434 2438
|
|
471
|
+
L 4434 434
|
|
472
|
+
Q 4069 175 3628 42
|
|
473
|
+
Q 3188 -91 2688 -91
|
|
474
|
+
Q 1594 -91 976 548
|
|
475
|
+
Q 359 1188 359 2328
|
|
476
|
+
Q 359 3472 976 4111
|
|
477
|
+
Q 1594 4750 2688 4750
|
|
478
|
+
Q 3144 4750 3555 4637
|
|
479
|
+
Q 3966 4525 4313 4306
|
|
480
|
+
L 4313 3634
|
|
481
|
+
Q 3963 3931 3569 4081
|
|
482
|
+
Q 3175 4231 2741 4231
|
|
483
|
+
Q 1884 4231 1454 3753
|
|
484
|
+
Q 1025 3275 1025 2328
|
|
485
|
+
Q 1025 1384 1454 906
|
|
486
|
+
Q 1884 428 2741 428
|
|
487
|
+
Q 3075 428 3337 486
|
|
488
|
+
Q 3600 544 3809 666
|
|
489
|
+
z
|
|
490
|
+
"
|
|
491
|
+
transform="scale(0.015625)"
|
|
492
|
+
/>
|
|
493
|
+
<path
|
|
494
|
+
id="DejaVuSans-6f"
|
|
495
|
+
d="M 1959 3097
|
|
496
|
+
Q 1497 3097 1228 2736
|
|
497
|
+
Q 959 2375 959 1747
|
|
498
|
+
Q 959 1119 1226 758
|
|
499
|
+
Q 1494 397 1959 397
|
|
500
|
+
Q 2419 397 2687 759
|
|
501
|
+
Q 2956 1122 2956 1747
|
|
502
|
+
Q 2956 2369 2687 2733
|
|
503
|
+
Q 2419 3097 1959 3097
|
|
504
|
+
z
|
|
505
|
+
M 1959 3584
|
|
506
|
+
Q 2709 3584 3137 3096
|
|
507
|
+
Q 3566 2609 3566 1747
|
|
508
|
+
Q 3566 888 3137 398
|
|
509
|
+
Q 2709 -91 1959 -91
|
|
510
|
+
Q 1206 -91 779 398
|
|
511
|
+
Q 353 888 353 1747
|
|
512
|
+
Q 353 2609 779 3096
|
|
513
|
+
Q 1206 3584 1959 3584
|
|
514
|
+
z
|
|
515
|
+
"
|
|
516
|
+
transform="scale(0.015625)"
|
|
517
|
+
/>
|
|
518
|
+
</defs>
|
|
519
|
+
<use xlink:href="#DejaVuSans-47" />
|
|
520
|
+
<use xlink:href="#DejaVuSans-6f" x="77.490234" />
|
|
521
|
+
<use xlink:href="#DejaVuSans-6f" x="138.671875" />
|
|
522
|
+
<use xlink:href="#DejaVuSans-64" x="199.853516" />
|
|
523
|
+
</g>
|
|
524
|
+
</g>
|
|
525
|
+
</g>
|
|
526
|
+
<g id="xtick_4">
|
|
527
|
+
<g id="line2d_4">
|
|
528
|
+
<g>
|
|
529
|
+
<use
|
|
530
|
+
xlink:href="#m09506fa265"
|
|
531
|
+
x="307.584"
|
|
532
|
+
y="307.584"
|
|
533
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
534
|
+
/>
|
|
535
|
+
</g>
|
|
536
|
+
</g>
|
|
537
|
+
<g id="text_4">
|
|
538
|
+
<!-- Very Good -->
|
|
539
|
+
<g
|
|
540
|
+
transform="translate(281.703531 322.182437)scale(0.1 -0.1)"
|
|
541
|
+
>
|
|
542
|
+
<defs>
|
|
543
|
+
<path
|
|
544
|
+
id="DejaVuSans-56"
|
|
545
|
+
d="M 1831 0
|
|
546
|
+
L 50 4666
|
|
547
|
+
L 709 4666
|
|
548
|
+
L 2188 738
|
|
549
|
+
L 3669 4666
|
|
550
|
+
L 4325 4666
|
|
551
|
+
L 2547 0
|
|
552
|
+
L 1831 0
|
|
553
|
+
z
|
|
554
|
+
"
|
|
555
|
+
transform="scale(0.015625)"
|
|
556
|
+
/>
|
|
557
|
+
<path
|
|
558
|
+
id="DejaVuSans-79"
|
|
559
|
+
d="M 2059 -325
|
|
560
|
+
Q 1816 -950 1584 -1140
|
|
561
|
+
Q 1353 -1331 966 -1331
|
|
562
|
+
L 506 -1331
|
|
563
|
+
L 506 -850
|
|
564
|
+
L 844 -850
|
|
565
|
+
Q 1081 -850 1212 -737
|
|
566
|
+
Q 1344 -625 1503 -206
|
|
567
|
+
L 1606 56
|
|
568
|
+
L 191 3500
|
|
569
|
+
L 800 3500
|
|
570
|
+
L 1894 763
|
|
571
|
+
L 2988 3500
|
|
572
|
+
L 3597 3500
|
|
573
|
+
L 2059 -325
|
|
574
|
+
z
|
|
575
|
+
"
|
|
576
|
+
transform="scale(0.015625)"
|
|
577
|
+
/>
|
|
578
|
+
<path
|
|
579
|
+
id="DejaVuSans-20"
|
|
580
|
+
transform="scale(0.015625)"
|
|
581
|
+
/>
|
|
582
|
+
</defs>
|
|
583
|
+
<use xlink:href="#DejaVuSans-56" />
|
|
584
|
+
<use xlink:href="#DejaVuSans-65" x="60.658203" />
|
|
585
|
+
<use xlink:href="#DejaVuSans-72" x="122.181641" />
|
|
586
|
+
<use xlink:href="#DejaVuSans-79" x="163.294922" />
|
|
587
|
+
<use xlink:href="#DejaVuSans-20" x="222.474609" />
|
|
588
|
+
<use xlink:href="#DejaVuSans-47" x="254.261719" />
|
|
589
|
+
<use xlink:href="#DejaVuSans-6f" x="331.751953" />
|
|
590
|
+
<use xlink:href="#DejaVuSans-6f" x="392.933594" />
|
|
591
|
+
<use xlink:href="#DejaVuSans-64" x="454.115234" />
|
|
592
|
+
</g>
|
|
593
|
+
</g>
|
|
594
|
+
</g>
|
|
595
|
+
<g id="xtick_5">
|
|
596
|
+
<g id="line2d_5">
|
|
597
|
+
<g>
|
|
598
|
+
<use
|
|
599
|
+
xlink:href="#m09506fa265"
|
|
600
|
+
x="379.008"
|
|
601
|
+
y="307.584"
|
|
602
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
603
|
+
/>
|
|
604
|
+
</g>
|
|
605
|
+
</g>
|
|
606
|
+
<g id="text_5">
|
|
607
|
+
<!-- Fair -->
|
|
608
|
+
<g
|
|
609
|
+
transform="translate(370.079875 322.182437)scale(0.1 -0.1)"
|
|
610
|
+
>
|
|
611
|
+
<defs>
|
|
612
|
+
<path
|
|
613
|
+
id="DejaVuSans-46"
|
|
614
|
+
d="M 628 4666
|
|
615
|
+
L 3309 4666
|
|
616
|
+
L 3309 4134
|
|
617
|
+
L 1259 4134
|
|
618
|
+
L 1259 2759
|
|
619
|
+
L 3109 2759
|
|
620
|
+
L 3109 2228
|
|
621
|
+
L 1259 2228
|
|
622
|
+
L 1259 0
|
|
623
|
+
L 628 0
|
|
624
|
+
L 628 4666
|
|
625
|
+
z
|
|
626
|
+
"
|
|
627
|
+
transform="scale(0.015625)"
|
|
628
|
+
/>
|
|
629
|
+
</defs>
|
|
630
|
+
<use xlink:href="#DejaVuSans-46" />
|
|
631
|
+
<use xlink:href="#DejaVuSans-61" x="48.394531" />
|
|
632
|
+
<use xlink:href="#DejaVuSans-69" x="109.673828" />
|
|
633
|
+
<use xlink:href="#DejaVuSans-72" x="137.457031" />
|
|
634
|
+
</g>
|
|
635
|
+
</g>
|
|
636
|
+
</g>
|
|
637
|
+
<g id="text_6">
|
|
638
|
+
<!-- cut -->
|
|
639
|
+
<g
|
|
640
|
+
transform="translate(228.281875 335.860562)scale(0.1 -0.1)"
|
|
641
|
+
>
|
|
642
|
+
<defs>
|
|
643
|
+
<path
|
|
644
|
+
id="DejaVuSans-63"
|
|
645
|
+
d="M 3122 3366
|
|
646
|
+
L 3122 2828
|
|
647
|
+
Q 2878 2963 2633 3030
|
|
648
|
+
Q 2388 3097 2138 3097
|
|
649
|
+
Q 1578 3097 1268 2742
|
|
650
|
+
Q 959 2388 959 1747
|
|
651
|
+
Q 959 1106 1268 751
|
|
652
|
+
Q 1578 397 2138 397
|
|
653
|
+
Q 2388 397 2633 464
|
|
654
|
+
Q 2878 531 3122 666
|
|
655
|
+
L 3122 134
|
|
656
|
+
Q 2881 22 2623 -34
|
|
657
|
+
Q 2366 -91 2075 -91
|
|
658
|
+
Q 1284 -91 818 406
|
|
659
|
+
Q 353 903 353 1747
|
|
660
|
+
Q 353 2603 823 3093
|
|
661
|
+
Q 1294 3584 2113 3584
|
|
662
|
+
Q 2378 3584 2631 3529
|
|
663
|
+
Q 2884 3475 3122 3366
|
|
664
|
+
z
|
|
665
|
+
"
|
|
666
|
+
transform="scale(0.015625)"
|
|
667
|
+
/>
|
|
668
|
+
<path
|
|
669
|
+
id="DejaVuSans-74"
|
|
670
|
+
d="M 1172 4494
|
|
671
|
+
L 1172 3500
|
|
672
|
+
L 2356 3500
|
|
673
|
+
L 2356 3053
|
|
674
|
+
L 1172 3053
|
|
675
|
+
L 1172 1153
|
|
676
|
+
Q 1172 725 1289 603
|
|
677
|
+
Q 1406 481 1766 481
|
|
678
|
+
L 2356 481
|
|
679
|
+
L 2356 0
|
|
680
|
+
L 1766 0
|
|
681
|
+
Q 1100 0 847 248
|
|
682
|
+
Q 594 497 594 1153
|
|
683
|
+
L 594 3053
|
|
684
|
+
L 172 3053
|
|
685
|
+
L 172 3500
|
|
686
|
+
L 594 3500
|
|
687
|
+
L 594 4494
|
|
688
|
+
L 1172 4494
|
|
689
|
+
z
|
|
690
|
+
"
|
|
691
|
+
transform="scale(0.015625)"
|
|
692
|
+
/>
|
|
693
|
+
</defs>
|
|
694
|
+
<use xlink:href="#DejaVuSans-63" />
|
|
695
|
+
<use xlink:href="#DejaVuSans-75" x="54.980469" />
|
|
696
|
+
<use xlink:href="#DejaVuSans-74" x="118.359375" />
|
|
697
|
+
</g>
|
|
698
|
+
</g>
|
|
699
|
+
</g>
|
|
700
|
+
<g id="matplotlib.axis_2">
|
|
701
|
+
<g id="ytick_1">
|
|
702
|
+
<g id="line2d_6">
|
|
703
|
+
<defs>
|
|
704
|
+
<path
|
|
705
|
+
id="m978b0296f4"
|
|
706
|
+
d="M 0 0
|
|
707
|
+
L -3.5 0
|
|
708
|
+
"
|
|
709
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
710
|
+
/>
|
|
711
|
+
</defs>
|
|
712
|
+
<g>
|
|
713
|
+
<use
|
|
714
|
+
xlink:href="#m978b0296f4"
|
|
715
|
+
x="57.6"
|
|
716
|
+
y="307.584"
|
|
717
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
718
|
+
/>
|
|
719
|
+
</g>
|
|
720
|
+
</g>
|
|
721
|
+
<g id="text_7">
|
|
722
|
+
<!-- 0 -->
|
|
723
|
+
<g
|
|
724
|
+
transform="translate(44.2375 311.383219)scale(0.1 -0.1)"
|
|
725
|
+
>
|
|
726
|
+
<defs>
|
|
727
|
+
<path
|
|
728
|
+
id="DejaVuSans-30"
|
|
729
|
+
d="M 2034 4250
|
|
730
|
+
Q 1547 4250 1301 3770
|
|
731
|
+
Q 1056 3291 1056 2328
|
|
732
|
+
Q 1056 1369 1301 889
|
|
733
|
+
Q 1547 409 2034 409
|
|
734
|
+
Q 2525 409 2770 889
|
|
735
|
+
Q 3016 1369 3016 2328
|
|
736
|
+
Q 3016 3291 2770 3770
|
|
737
|
+
Q 2525 4250 2034 4250
|
|
738
|
+
z
|
|
739
|
+
M 2034 4750
|
|
740
|
+
Q 2819 4750 3233 4129
|
|
741
|
+
Q 3647 3509 3647 2328
|
|
742
|
+
Q 3647 1150 3233 529
|
|
743
|
+
Q 2819 -91 2034 -91
|
|
744
|
+
Q 1250 -91 836 529
|
|
745
|
+
Q 422 1150 422 2328
|
|
746
|
+
Q 422 3509 836 4129
|
|
747
|
+
Q 1250 4750 2034 4750
|
|
748
|
+
z
|
|
749
|
+
"
|
|
750
|
+
transform="scale(0.015625)"
|
|
751
|
+
/>
|
|
752
|
+
</defs>
|
|
753
|
+
<use xlink:href="#DejaVuSans-30" />
|
|
754
|
+
</g>
|
|
755
|
+
</g>
|
|
756
|
+
</g>
|
|
757
|
+
<g id="ytick_2">
|
|
758
|
+
<g id="line2d_7">
|
|
759
|
+
<g>
|
|
760
|
+
<use
|
|
761
|
+
xlink:href="#m978b0296f4"
|
|
762
|
+
x="57.6"
|
|
763
|
+
y="248.783944"
|
|
764
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
765
|
+
/>
|
|
766
|
+
</g>
|
|
767
|
+
</g>
|
|
768
|
+
<g id="text_8">
|
|
769
|
+
<!-- 5000 -->
|
|
770
|
+
<g transform="translate(25.15 252.583163)scale(0.1 -0.1)">
|
|
771
|
+
<defs>
|
|
772
|
+
<path
|
|
773
|
+
id="DejaVuSans-35"
|
|
774
|
+
d="M 691 4666
|
|
775
|
+
L 3169 4666
|
|
776
|
+
L 3169 4134
|
|
777
|
+
L 1269 4134
|
|
778
|
+
L 1269 2991
|
|
779
|
+
Q 1406 3038 1543 3061
|
|
780
|
+
Q 1681 3084 1819 3084
|
|
781
|
+
Q 2600 3084 3056 2656
|
|
782
|
+
Q 3513 2228 3513 1497
|
|
783
|
+
Q 3513 744 3044 326
|
|
784
|
+
Q 2575 -91 1722 -91
|
|
785
|
+
Q 1428 -91 1123 -41
|
|
786
|
+
Q 819 9 494 109
|
|
787
|
+
L 494 744
|
|
788
|
+
Q 775 591 1075 516
|
|
789
|
+
Q 1375 441 1709 441
|
|
790
|
+
Q 2250 441 2565 725
|
|
791
|
+
Q 2881 1009 2881 1497
|
|
792
|
+
Q 2881 1984 2565 2268
|
|
793
|
+
Q 2250 2553 1709 2553
|
|
794
|
+
Q 1456 2553 1204 2497
|
|
795
|
+
Q 953 2441 691 2322
|
|
796
|
+
L 691 4666
|
|
797
|
+
z
|
|
798
|
+
"
|
|
799
|
+
transform="scale(0.015625)"
|
|
800
|
+
/>
|
|
801
|
+
</defs>
|
|
802
|
+
<use xlink:href="#DejaVuSans-35" />
|
|
803
|
+
<use xlink:href="#DejaVuSans-30" x="63.623047" />
|
|
804
|
+
<use xlink:href="#DejaVuSans-30" x="127.246094" />
|
|
805
|
+
<use xlink:href="#DejaVuSans-30" x="190.869141" />
|
|
806
|
+
</g>
|
|
807
|
+
</g>
|
|
808
|
+
</g>
|
|
809
|
+
<g id="ytick_3">
|
|
810
|
+
<g id="line2d_8">
|
|
811
|
+
<g>
|
|
812
|
+
<use
|
|
813
|
+
xlink:href="#m978b0296f4"
|
|
814
|
+
x="57.6"
|
|
815
|
+
y="189.983889"
|
|
816
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
817
|
+
/>
|
|
818
|
+
</g>
|
|
819
|
+
</g>
|
|
820
|
+
<g id="text_9">
|
|
821
|
+
<!-- 10000 -->
|
|
822
|
+
<g
|
|
823
|
+
transform="translate(18.7875 193.783107)scale(0.1 -0.1)"
|
|
824
|
+
>
|
|
825
|
+
<defs>
|
|
826
|
+
<path
|
|
827
|
+
id="DejaVuSans-31"
|
|
828
|
+
d="M 794 531
|
|
829
|
+
L 1825 531
|
|
830
|
+
L 1825 4091
|
|
831
|
+
L 703 3866
|
|
832
|
+
L 703 4441
|
|
833
|
+
L 1819 4666
|
|
834
|
+
L 2450 4666
|
|
835
|
+
L 2450 531
|
|
836
|
+
L 3481 531
|
|
837
|
+
L 3481 0
|
|
838
|
+
L 794 0
|
|
839
|
+
L 794 531
|
|
840
|
+
z
|
|
841
|
+
"
|
|
842
|
+
transform="scale(0.015625)"
|
|
843
|
+
/>
|
|
844
|
+
</defs>
|
|
845
|
+
<use xlink:href="#DejaVuSans-31" />
|
|
846
|
+
<use xlink:href="#DejaVuSans-30" x="63.623047" />
|
|
847
|
+
<use xlink:href="#DejaVuSans-30" x="127.246094" />
|
|
848
|
+
<use xlink:href="#DejaVuSans-30" x="190.869141" />
|
|
849
|
+
<use xlink:href="#DejaVuSans-30" x="254.492188" />
|
|
850
|
+
</g>
|
|
851
|
+
</g>
|
|
852
|
+
</g>
|
|
853
|
+
<g id="ytick_4">
|
|
854
|
+
<g id="line2d_9">
|
|
855
|
+
<g>
|
|
856
|
+
<use
|
|
857
|
+
xlink:href="#m978b0296f4"
|
|
858
|
+
x="57.6"
|
|
859
|
+
y="131.183833"
|
|
860
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
861
|
+
/>
|
|
862
|
+
</g>
|
|
863
|
+
</g>
|
|
864
|
+
<g id="text_10">
|
|
865
|
+
<!-- 15000 -->
|
|
866
|
+
<g
|
|
867
|
+
transform="translate(18.7875 134.983052)scale(0.1 -0.1)"
|
|
868
|
+
>
|
|
869
|
+
<use xlink:href="#DejaVuSans-31" />
|
|
870
|
+
<use xlink:href="#DejaVuSans-35" x="63.623047" />
|
|
871
|
+
<use xlink:href="#DejaVuSans-30" x="127.246094" />
|
|
872
|
+
<use xlink:href="#DejaVuSans-30" x="190.869141" />
|
|
873
|
+
<use xlink:href="#DejaVuSans-30" x="254.492188" />
|
|
874
|
+
</g>
|
|
875
|
+
</g>
|
|
876
|
+
</g>
|
|
877
|
+
<g id="ytick_5">
|
|
878
|
+
<g id="line2d_10">
|
|
879
|
+
<g>
|
|
880
|
+
<use
|
|
881
|
+
xlink:href="#m978b0296f4"
|
|
882
|
+
x="57.6"
|
|
883
|
+
y="72.383777"
|
|
884
|
+
style="stroke: #000000; stroke-width: 0.8"
|
|
885
|
+
/>
|
|
886
|
+
</g>
|
|
887
|
+
</g>
|
|
888
|
+
<g id="text_11">
|
|
889
|
+
<!-- 20000 -->
|
|
890
|
+
<g
|
|
891
|
+
transform="translate(18.7875 76.182996)scale(0.1 -0.1)"
|
|
892
|
+
>
|
|
893
|
+
<defs>
|
|
894
|
+
<path
|
|
895
|
+
id="DejaVuSans-32"
|
|
896
|
+
d="M 1228 531
|
|
897
|
+
L 3431 531
|
|
898
|
+
L 3431 0
|
|
899
|
+
L 469 0
|
|
900
|
+
L 469 531
|
|
901
|
+
Q 828 903 1448 1529
|
|
902
|
+
Q 2069 2156 2228 2338
|
|
903
|
+
Q 2531 2678 2651 2914
|
|
904
|
+
Q 2772 3150 2772 3378
|
|
905
|
+
Q 2772 3750 2511 3984
|
|
906
|
+
Q 2250 4219 1831 4219
|
|
907
|
+
Q 1534 4219 1204 4116
|
|
908
|
+
Q 875 4013 500 3803
|
|
909
|
+
L 500 4441
|
|
910
|
+
Q 881 4594 1212 4672
|
|
911
|
+
Q 1544 4750 1819 4750
|
|
912
|
+
Q 2544 4750 2975 4387
|
|
913
|
+
Q 3406 4025 3406 3419
|
|
914
|
+
Q 3406 3131 3298 2873
|
|
915
|
+
Q 3191 2616 2906 2266
|
|
916
|
+
Q 2828 2175 2409 1742
|
|
917
|
+
Q 1991 1309 1228 531
|
|
918
|
+
z
|
|
919
|
+
"
|
|
920
|
+
transform="scale(0.015625)"
|
|
921
|
+
/>
|
|
922
|
+
</defs>
|
|
923
|
+
<use xlink:href="#DejaVuSans-32" />
|
|
924
|
+
<use xlink:href="#DejaVuSans-30" x="63.623047" />
|
|
925
|
+
<use xlink:href="#DejaVuSans-30" x="127.246094" />
|
|
926
|
+
<use xlink:href="#DejaVuSans-30" x="190.869141" />
|
|
927
|
+
<use xlink:href="#DejaVuSans-30" x="254.492188" />
|
|
928
|
+
</g>
|
|
929
|
+
</g>
|
|
930
|
+
</g>
|
|
931
|
+
<g id="text_12">
|
|
932
|
+
<!-- count -->
|
|
933
|
+
<g
|
|
934
|
+
transform="translate(12.707813 188.63425)rotate(-90)scale(0.1 -0.1)"
|
|
935
|
+
>
|
|
936
|
+
<defs>
|
|
937
|
+
<path
|
|
938
|
+
id="DejaVuSans-6e"
|
|
939
|
+
d="M 3513 2113
|
|
940
|
+
L 3513 0
|
|
941
|
+
L 2938 0
|
|
942
|
+
L 2938 2094
|
|
943
|
+
Q 2938 2591 2744 2837
|
|
944
|
+
Q 2550 3084 2163 3084
|
|
945
|
+
Q 1697 3084 1428 2787
|
|
946
|
+
Q 1159 2491 1159 1978
|
|
947
|
+
L 1159 0
|
|
948
|
+
L 581 0
|
|
949
|
+
L 581 3500
|
|
950
|
+
L 1159 3500
|
|
951
|
+
L 1159 2956
|
|
952
|
+
Q 1366 3272 1645 3428
|
|
953
|
+
Q 1925 3584 2291 3584
|
|
954
|
+
Q 2894 3584 3203 3211
|
|
955
|
+
Q 3513 2838 3513 2113
|
|
956
|
+
z
|
|
957
|
+
"
|
|
958
|
+
transform="scale(0.015625)"
|
|
959
|
+
/>
|
|
960
|
+
</defs>
|
|
961
|
+
<use xlink:href="#DejaVuSans-63" />
|
|
962
|
+
<use xlink:href="#DejaVuSans-6f" x="54.980469" />
|
|
963
|
+
<use xlink:href="#DejaVuSans-75" x="116.162109" />
|
|
964
|
+
<use xlink:href="#DejaVuSans-6e" x="179.541016" />
|
|
965
|
+
<use xlink:href="#DejaVuSans-74" x="242.919922" />
|
|
966
|
+
</g>
|
|
967
|
+
</g>
|
|
968
|
+
</g>
|
|
969
|
+
<g id="patch_8">
|
|
970
|
+
<path
|
|
971
|
+
d="M 57.6 307.584
|
|
972
|
+
L 57.6 41.472
|
|
973
|
+
"
|
|
974
|
+
style="
|
|
975
|
+
fill: none;
|
|
976
|
+
stroke: #000000;
|
|
977
|
+
stroke-width: 0.8;
|
|
978
|
+
stroke-linejoin: miter;
|
|
979
|
+
stroke-linecap: square;
|
|
980
|
+
"
|
|
981
|
+
/>
|
|
982
|
+
</g>
|
|
983
|
+
<g id="patch_9">
|
|
984
|
+
<path
|
|
985
|
+
d="M 414.72 307.584
|
|
986
|
+
L 414.72 41.472
|
|
987
|
+
"
|
|
988
|
+
style="
|
|
989
|
+
fill: none;
|
|
990
|
+
stroke: #000000;
|
|
991
|
+
stroke-width: 0.8;
|
|
992
|
+
stroke-linejoin: miter;
|
|
993
|
+
stroke-linecap: square;
|
|
994
|
+
"
|
|
995
|
+
/>
|
|
996
|
+
</g>
|
|
997
|
+
<g id="patch_10">
|
|
998
|
+
<path
|
|
999
|
+
d="M 57.6 307.584
|
|
1000
|
+
L 414.72 307.584
|
|
1001
|
+
"
|
|
1002
|
+
style="
|
|
1003
|
+
fill: none;
|
|
1004
|
+
stroke: #000000;
|
|
1005
|
+
stroke-width: 0.8;
|
|
1006
|
+
stroke-linejoin: miter;
|
|
1007
|
+
stroke-linecap: square;
|
|
1008
|
+
"
|
|
1009
|
+
/>
|
|
1010
|
+
</g>
|
|
1011
|
+
<g id="patch_11">
|
|
1012
|
+
<path
|
|
1013
|
+
d="M 57.6 41.472
|
|
1014
|
+
L 414.72 41.472
|
|
1015
|
+
"
|
|
1016
|
+
style="
|
|
1017
|
+
fill: none;
|
|
1018
|
+
stroke: #000000;
|
|
1019
|
+
stroke-width: 0.8;
|
|
1020
|
+
stroke-linejoin: miter;
|
|
1021
|
+
stroke-linecap: square;
|
|
1022
|
+
"
|
|
1023
|
+
/>
|
|
1024
|
+
</g>
|
|
1025
|
+
</g>
|
|
1026
|
+
</g>
|
|
1027
|
+
<defs>
|
|
1028
|
+
<clipPath id="pb955b522c3">
|
|
1029
|
+
<rect x="57.6" y="41.472" width="357.12" height="266.112" />
|
|
1030
|
+
</clipPath>
|
|
1031
|
+
</defs>
|
|
1032
|
+
</svg>
|
|
1033
|
+
</div>
|
|
1034
|
+
<br />
|
|
1035
|
+
<div id="info" aria-live="assertive" aria-atomic="true">
|
|
1036
|
+
<p id="x"></p>
|
|
1037
|
+
<p id="y"></p>
|
|
1038
|
+
</div>
|
|
1039
|
+
<div
|
|
1040
|
+
id="announcements"
|
|
1041
|
+
aria-live="assertive"
|
|
1042
|
+
aria-atomic="true"
|
|
1043
|
+
class="mb-3"
|
|
1044
|
+
></div>
|
|
1045
|
+
</div>
|
|
1046
|
+
</div>
|
|
1047
|
+
<script>
|
|
1048
|
+
var barplotBars = document.querySelectorAll('g[id^="geom_rect"] > rect');
|
|
1049
|
+
var barplotColumns = ['Fair', 'Good', 'Very Good', 'Premium', 'Ideal'];
|
|
1050
|
+
var barplotLegend = { x: 'cut', y: 'count' };
|
|
1051
|
+
var barplotData = [1610, 4906, 12082, 13791, 21551];
|
|
1052
|
+
var barplotTitle = 'The Number of Diamonds by Cut.';
|
|
1053
|
+
</script>
|
|
1054
|
+
<script src="../src/constants.js"></script>
|
|
1055
|
+
<script src="../src/audio.js"></script>
|
|
1056
|
+
<script src="../src/display.js"></script>
|
|
1057
|
+
<script src="../src/barplot.js"></script>
|
|
1058
|
+
</body>
|
|
1059
|
+
</html>
|