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,3135 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Tutorial 4: Scatter Plot</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
+ <!------------- SCATTERPLOT STARTS ------------->
16
+ <svg
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:xlink="http://www.w3.org/1999/xlink"
19
+ class="svglite"
20
+ width="720.00pt"
21
+ height="576.00pt"
22
+ viewBox="0 0 720.00 576.00"
23
+ id="scatterplot1"
24
+ tabindex="0"
25
+ >
26
+ <defs>
27
+ <style type="text/css">
28
+ <![CDATA[
29
+ .svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
30
+ fill: none;
31
+ stroke: #000000;
32
+ stroke-linecap: round;
33
+ stroke-linejoin: round;
34
+ stroke-miterlimit: 10.00;
35
+ }
36
+ .svglite text {
37
+ white-space: pre;
38
+ }
39
+ ]]>
40
+ </style>
41
+ </defs>
42
+ <rect
43
+ width="100%"
44
+ height="100%"
45
+ style="stroke: none; fill: #ffffff"
46
+ />
47
+ <defs>
48
+ <clipPath id="cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=">
49
+ <rect x="0.00" y="0.00" width="720.00" height="576.00" />
50
+ </clipPath>
51
+ </defs>
52
+ <g clip-path="url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)">
53
+ <rect
54
+ x="0.00"
55
+ y="0.00"
56
+ width="720.00"
57
+ height="576.00"
58
+ style="stroke-width: 1.07; stroke: #ffffff; fill: #ffffff"
59
+ />
60
+ </g>
61
+ <defs>
62
+ <clipPath id="cpMzMuMTR8NzE0LjUyfDIzLjE4fDU0NC41MA==">
63
+ <rect x="33.14" y="23.18" width="681.38" height="521.33" />
64
+ </clipPath>
65
+ </defs>
66
+ <g clip-path="url(#cpMzMuMTR8NzE0LjUyfDIzLjE4fDU0NC41MA==)">
67
+ <rect
68
+ x="33.14"
69
+ y="23.18"
70
+ width="681.38"
71
+ height="521.33"
72
+ style="stroke-width: 1.07; stroke: none; fill: #ebebeb"
73
+ />
74
+ <polyline
75
+ points="33.14,476.38 714.52,476.38 "
76
+ style="
77
+ stroke-width: 0.53;
78
+ stroke: #ffffff;
79
+ stroke-linecap: butt;
80
+ "
81
+ />
82
+ <polyline
83
+ points="33.14,328.27 714.52,328.27 "
84
+ style="
85
+ stroke-width: 0.53;
86
+ stroke: #ffffff;
87
+ stroke-linecap: butt;
88
+ "
89
+ />
90
+ <polyline
91
+ points="33.14,180.17 714.52,180.17 "
92
+ style="
93
+ stroke-width: 0.53;
94
+ stroke: #ffffff;
95
+ stroke-linecap: butt;
96
+ "
97
+ />
98
+ <polyline
99
+ points="33.14,32.06 714.52,32.06 "
100
+ style="
101
+ stroke-width: 0.53;
102
+ stroke: #ffffff;
103
+ stroke-linecap: butt;
104
+ "
105
+ />
106
+ <polyline
107
+ points="52.64,544.50 52.64,23.18 "
108
+ style="
109
+ stroke-width: 0.53;
110
+ stroke: #ffffff;
111
+ stroke-linecap: butt;
112
+ "
113
+ />
114
+ <polyline
115
+ points="167.35,544.50 167.35,23.18 "
116
+ style="
117
+ stroke-width: 0.53;
118
+ stroke: #ffffff;
119
+ stroke-linecap: butt;
120
+ "
121
+ />
122
+ <polyline
123
+ points="282.06,544.50 282.06,23.18 "
124
+ style="
125
+ stroke-width: 0.53;
126
+ stroke: #ffffff;
127
+ stroke-linecap: butt;
128
+ "
129
+ />
130
+ <polyline
131
+ points="396.77,544.50 396.77,23.18 "
132
+ style="
133
+ stroke-width: 0.53;
134
+ stroke: #ffffff;
135
+ stroke-linecap: butt;
136
+ "
137
+ />
138
+ <polyline
139
+ points="511.48,544.50 511.48,23.18 "
140
+ style="
141
+ stroke-width: 0.53;
142
+ stroke: #ffffff;
143
+ stroke-linecap: butt;
144
+ "
145
+ />
146
+ <polyline
147
+ points="626.19,544.50 626.19,23.18 "
148
+ style="
149
+ stroke-width: 0.53;
150
+ stroke: #ffffff;
151
+ stroke-linecap: butt;
152
+ "
153
+ />
154
+ <polyline
155
+ points="33.14,402.32 714.52,402.32 "
156
+ style="
157
+ stroke-width: 1.07;
158
+ stroke: #ffffff;
159
+ stroke-linecap: butt;
160
+ "
161
+ />
162
+ <polyline
163
+ points="33.14,254.22 714.52,254.22 "
164
+ style="
165
+ stroke-width: 1.07;
166
+ stroke: #ffffff;
167
+ stroke-linecap: butt;
168
+ "
169
+ />
170
+ <polyline
171
+ points="33.14,106.12 714.52,106.12 "
172
+ style="
173
+ stroke-width: 1.07;
174
+ stroke: #ffffff;
175
+ stroke-linecap: butt;
176
+ "
177
+ />
178
+ <polyline
179
+ points="109.99,544.50 109.99,23.18 "
180
+ style="
181
+ stroke-width: 1.07;
182
+ stroke: #ffffff;
183
+ stroke-linecap: butt;
184
+ "
185
+ />
186
+ <polyline
187
+ points="224.71,544.50 224.71,23.18 "
188
+ style="
189
+ stroke-width: 1.07;
190
+ stroke: #ffffff;
191
+ stroke-linecap: butt;
192
+ "
193
+ />
194
+ <polyline
195
+ points="339.42,544.50 339.42,23.18 "
196
+ style="
197
+ stroke-width: 1.07;
198
+ stroke: #ffffff;
199
+ stroke-linecap: butt;
200
+ "
201
+ />
202
+ <polyline
203
+ points="454.13,544.50 454.13,23.18 "
204
+ style="
205
+ stroke-width: 1.07;
206
+ stroke: #ffffff;
207
+ stroke-linecap: butt;
208
+ "
209
+ />
210
+ <polyline
211
+ points="568.84,544.50 568.84,23.18 "
212
+ style="
213
+ stroke-width: 1.07;
214
+ stroke: #ffffff;
215
+ stroke-linecap: butt;
216
+ "
217
+ />
218
+ <polyline
219
+ points="683.55,544.50 683.55,23.18 "
220
+ style="
221
+ stroke-width: 1.07;
222
+ stroke: #ffffff;
223
+ stroke-linecap: butt;
224
+ "
225
+ />
226
+ <circle
227
+ cx="87.05"
228
+ cy="269.03"
229
+ r="1.95"
230
+ style="stroke-width: 0.71; fill: #000000"
231
+ />
232
+ <circle
233
+ cx="87.05"
234
+ cy="269.03"
235
+ r="1.95"
236
+ style="stroke-width: 0.71; fill: #000000"
237
+ />
238
+ <circle
239
+ cx="109.99"
240
+ cy="239.41"
241
+ r="1.95"
242
+ style="stroke-width: 0.71; fill: #000000"
243
+ />
244
+ <circle
245
+ cx="109.99"
246
+ cy="254.22"
247
+ r="1.95"
248
+ style="stroke-width: 0.71; fill: #000000"
249
+ />
250
+ <circle
251
+ cx="201.76"
252
+ cy="313.46"
253
+ r="1.95"
254
+ style="stroke-width: 0.71; fill: #000000"
255
+ />
256
+ <circle
257
+ cx="201.76"
258
+ cy="313.46"
259
+ r="1.95"
260
+ style="stroke-width: 0.71; fill: #000000"
261
+ />
262
+ <circle
263
+ cx="236.18"
264
+ cy="298.65"
265
+ r="1.95"
266
+ style="stroke-width: 0.71; fill: #000000"
267
+ />
268
+ <circle
269
+ cx="87.05"
270
+ cy="313.46"
271
+ r="1.95"
272
+ style="stroke-width: 0.71; fill: #000000"
273
+ />
274
+ <circle
275
+ cx="87.05"
276
+ cy="328.27"
277
+ r="1.95"
278
+ style="stroke-width: 0.71; fill: #000000"
279
+ />
280
+ <circle
281
+ cx="109.99"
282
+ cy="283.84"
283
+ r="1.95"
284
+ style="stroke-width: 0.71; fill: #000000"
285
+ />
286
+ <circle
287
+ cx="109.99"
288
+ cy="298.65"
289
+ r="1.95"
290
+ style="stroke-width: 0.71; fill: #000000"
291
+ />
292
+ <circle
293
+ cx="201.76"
294
+ cy="328.27"
295
+ r="1.95"
296
+ style="stroke-width: 0.71; fill: #000000"
297
+ />
298
+ <circle
299
+ cx="201.76"
300
+ cy="328.27"
301
+ r="1.95"
302
+ style="stroke-width: 0.71; fill: #000000"
303
+ />
304
+ <circle
305
+ cx="236.18"
306
+ cy="328.27"
307
+ r="1.95"
308
+ style="stroke-width: 0.71; fill: #000000"
309
+ />
310
+ <circle
311
+ cx="236.18"
312
+ cy="328.27"
313
+ r="1.95"
314
+ style="stroke-width: 0.71; fill: #000000"
315
+ />
316
+ <circle
317
+ cx="201.76"
318
+ cy="343.08"
319
+ r="1.95"
320
+ style="stroke-width: 0.71; fill: #000000"
321
+ />
322
+ <circle
323
+ cx="236.18"
324
+ cy="328.27"
325
+ r="1.95"
326
+ style="stroke-width: 0.71; fill: #000000"
327
+ />
328
+ <circle
329
+ cx="362.36"
330
+ cy="357.89"
331
+ r="1.95"
332
+ style="stroke-width: 0.71; fill: #000000"
333
+ />
334
+ <circle
335
+ cx="488.54"
336
+ cy="402.32"
337
+ r="1.95"
338
+ style="stroke-width: 0.71; fill: #000000"
339
+ />
340
+ <circle
341
+ cx="488.54"
342
+ cy="476.38"
343
+ r="1.95"
344
+ style="stroke-width: 0.71; fill: #000000"
345
+ />
346
+ <circle
347
+ cx="488.54"
348
+ cy="402.32"
349
+ r="1.95"
350
+ style="stroke-width: 0.71; fill: #000000"
351
+ />
352
+ <circle
353
+ cx="534.42"
354
+ cy="446.76"
355
+ r="1.95"
356
+ style="stroke-width: 0.71; fill: #000000"
357
+ />
358
+ <circle
359
+ cx="568.84"
360
+ cy="446.76"
361
+ r="1.95"
362
+ style="stroke-width: 0.71; fill: #000000"
363
+ />
364
+ <circle
365
+ cx="534.42"
366
+ cy="313.46"
367
+ r="1.95"
368
+ style="stroke-width: 0.71; fill: #000000"
369
+ />
370
+ <circle
371
+ cx="534.42"
372
+ cy="357.89"
373
+ r="1.95"
374
+ style="stroke-width: 0.71; fill: #000000"
375
+ />
376
+ <circle
377
+ cx="591.78"
378
+ cy="313.46"
379
+ r="1.95"
380
+ style="stroke-width: 0.71; fill: #000000"
381
+ />
382
+ <circle
383
+ cx="591.78"
384
+ cy="328.27"
385
+ r="1.95"
386
+ style="stroke-width: 0.71; fill: #000000"
387
+ />
388
+ <circle
389
+ cx="683.55"
390
+ cy="343.08"
391
+ r="1.95"
392
+ style="stroke-width: 0.71; fill: #000000"
393
+ />
394
+ <circle
395
+ cx="488.54"
396
+ cy="417.13"
397
+ r="1.95"
398
+ style="stroke-width: 0.71; fill: #000000"
399
+ />
400
+ <circle
401
+ cx="488.54"
402
+ cy="491.19"
403
+ r="1.95"
404
+ style="stroke-width: 0.71; fill: #000000"
405
+ />
406
+ <circle
407
+ cx="534.42"
408
+ cy="476.38"
409
+ r="1.95"
410
+ style="stroke-width: 0.71; fill: #000000"
411
+ />
412
+ <circle
413
+ cx="626.19"
414
+ cy="446.76"
415
+ r="1.95"
416
+ style="stroke-width: 0.71; fill: #000000"
417
+ />
418
+ <circle
419
+ cx="155.88"
420
+ cy="298.65"
421
+ r="1.95"
422
+ style="stroke-width: 0.71; fill: #000000"
423
+ />
424
+ <circle
425
+ cx="155.88"
426
+ cy="254.22"
427
+ r="1.95"
428
+ style="stroke-width: 0.71; fill: #000000"
429
+ />
430
+ <circle
431
+ cx="236.18"
432
+ cy="313.46"
433
+ r="1.95"
434
+ style="stroke-width: 0.71; fill: #000000"
435
+ />
436
+ <circle
437
+ cx="282.06"
438
+ cy="269.03"
439
+ r="1.95"
440
+ style="stroke-width: 0.71; fill: #000000"
441
+ />
442
+ <circle
443
+ cx="293.53"
444
+ cy="313.46"
445
+ r="1.95"
446
+ style="stroke-width: 0.71; fill: #000000"
447
+ />
448
+ <circle
449
+ cx="155.88"
450
+ cy="343.08"
451
+ r="1.95"
452
+ style="stroke-width: 0.71; fill: #000000"
453
+ />
454
+ <circle
455
+ cx="224.71"
456
+ cy="343.08"
457
+ r="1.95"
458
+ style="stroke-width: 0.71; fill: #000000"
459
+ />
460
+ <circle
461
+ cx="259.12"
462
+ cy="372.70"
463
+ r="1.95"
464
+ style="stroke-width: 0.71; fill: #000000"
465
+ />
466
+ <circle
467
+ cx="259.12"
468
+ cy="372.70"
469
+ r="1.95"
470
+ style="stroke-width: 0.71; fill: #000000"
471
+ />
472
+ <circle
473
+ cx="259.12"
474
+ cy="343.08"
475
+ r="1.95"
476
+ style="stroke-width: 0.71; fill: #000000"
477
+ />
478
+ <circle
479
+ cx="259.12"
480
+ cy="343.08"
481
+ r="1.95"
482
+ style="stroke-width: 0.71; fill: #000000"
483
+ />
484
+ <circle
485
+ cx="259.12"
486
+ cy="446.76"
487
+ r="1.95"
488
+ style="stroke-width: 0.71; fill: #000000"
489
+ />
490
+ <circle
491
+ cx="316.47"
492
+ cy="372.70"
493
+ r="1.95"
494
+ style="stroke-width: 0.71; fill: #000000"
495
+ />
496
+ <circle
497
+ cx="316.47"
498
+ cy="387.51"
499
+ r="1.95"
500
+ style="stroke-width: 0.71; fill: #000000"
501
+ />
502
+ <circle
503
+ cx="316.47"
504
+ cy="357.89"
505
+ r="1.95"
506
+ style="stroke-width: 0.71; fill: #000000"
507
+ />
508
+ <circle
509
+ cx="339.42"
510
+ cy="357.89"
511
+ r="1.95"
512
+ style="stroke-width: 0.71; fill: #000000"
513
+ />
514
+ <circle
515
+ cx="305.00"
516
+ cy="417.13"
517
+ r="1.95"
518
+ style="stroke-width: 0.71; fill: #000000"
519
+ />
520
+ <circle
521
+ cx="305.00"
522
+ cy="431.94"
523
+ r="1.95"
524
+ style="stroke-width: 0.71; fill: #000000"
525
+ />
526
+ <circle
527
+ cx="327.94"
528
+ cy="446.76"
529
+ r="1.95"
530
+ style="stroke-width: 0.71; fill: #000000"
531
+ />
532
+ <circle
533
+ cx="327.94"
534
+ cy="446.76"
535
+ r="1.95"
536
+ style="stroke-width: 0.71; fill: #000000"
537
+ />
538
+ <circle
539
+ cx="419.71"
540
+ cy="417.13"
541
+ r="1.95"
542
+ style="stroke-width: 0.71; fill: #000000"
543
+ />
544
+ <circle
545
+ cx="419.71"
546
+ cy="417.13"
547
+ r="1.95"
548
+ style="stroke-width: 0.71; fill: #000000"
549
+ />
550
+ <circle
551
+ cx="419.71"
552
+ cy="520.81"
553
+ r="1.95"
554
+ style="stroke-width: 0.71; fill: #000000"
555
+ />
556
+ <circle
557
+ cx="477.07"
558
+ cy="446.76"
559
+ r="1.95"
560
+ style="stroke-width: 0.71; fill: #000000"
561
+ />
562
+ <circle
563
+ cx="477.07"
564
+ cy="476.38"
565
+ r="1.95"
566
+ style="stroke-width: 0.71; fill: #000000"
567
+ />
568
+ <circle
569
+ cx="327.94"
570
+ cy="446.76"
571
+ r="1.95"
572
+ style="stroke-width: 0.71; fill: #000000"
573
+ />
574
+ <circle
575
+ cx="419.71"
576
+ cy="446.76"
577
+ r="1.95"
578
+ style="stroke-width: 0.71; fill: #000000"
579
+ />
580
+ <circle
581
+ cx="419.71"
582
+ cy="520.81"
583
+ r="1.95"
584
+ style="stroke-width: 0.71; fill: #000000"
585
+ />
586
+ <circle
587
+ cx="419.71"
588
+ cy="446.76"
589
+ r="1.95"
590
+ style="stroke-width: 0.71; fill: #000000"
591
+ />
592
+ <circle
593
+ cx="477.07"
594
+ cy="461.57"
595
+ r="1.95"
596
+ style="stroke-width: 0.71; fill: #000000"
597
+ />
598
+ <circle
599
+ cx="534.42"
600
+ cy="431.94"
601
+ r="1.95"
602
+ style="stroke-width: 0.71; fill: #000000"
603
+ />
604
+ <circle
605
+ cx="557.37"
606
+ cy="476.38"
607
+ r="1.95"
608
+ style="stroke-width: 0.71; fill: #000000"
609
+ />
610
+ <circle
611
+ cx="419.71"
612
+ cy="461.57"
613
+ r="1.95"
614
+ style="stroke-width: 0.71; fill: #000000"
615
+ />
616
+ <circle
617
+ cx="419.71"
618
+ cy="520.81"
619
+ r="1.95"
620
+ style="stroke-width: 0.71; fill: #000000"
621
+ />
622
+ <circle
623
+ cx="419.71"
624
+ cy="446.76"
625
+ r="1.95"
626
+ style="stroke-width: 0.71; fill: #000000"
627
+ />
628
+ <circle
629
+ cx="419.71"
630
+ cy="446.76"
631
+ r="1.95"
632
+ style="stroke-width: 0.71; fill: #000000"
633
+ />
634
+ <circle
635
+ cx="419.71"
636
+ cy="461.57"
637
+ r="1.95"
638
+ style="stroke-width: 0.71; fill: #000000"
639
+ />
640
+ <circle
641
+ cx="419.71"
642
+ cy="520.81"
643
+ r="1.95"
644
+ style="stroke-width: 0.71; fill: #000000"
645
+ />
646
+ <circle
647
+ cx="477.07"
648
+ cy="476.38"
649
+ r="1.95"
650
+ style="stroke-width: 0.71; fill: #000000"
651
+ />
652
+ <circle
653
+ cx="477.07"
654
+ cy="461.57"
655
+ r="1.95"
656
+ style="stroke-width: 0.71; fill: #000000"
657
+ />
658
+ <circle
659
+ cx="534.42"
660
+ cy="446.76"
661
+ r="1.95"
662
+ style="stroke-width: 0.71; fill: #000000"
663
+ />
664
+ <circle
665
+ cx="557.37"
666
+ cy="476.38"
667
+ r="1.95"
668
+ style="stroke-width: 0.71; fill: #000000"
669
+ />
670
+ <circle
671
+ cx="408.24"
672
+ cy="446.76"
673
+ r="1.95"
674
+ style="stroke-width: 0.71; fill: #000000"
675
+ />
676
+ <circle
677
+ cx="500.01"
678
+ cy="446.76"
679
+ r="1.95"
680
+ style="stroke-width: 0.71; fill: #000000"
681
+ />
682
+ <circle
683
+ cx="500.01"
684
+ cy="431.94"
685
+ r="1.95"
686
+ style="stroke-width: 0.71; fill: #000000"
687
+ />
688
+ <circle
689
+ cx="339.42"
690
+ cy="446.76"
691
+ r="1.95"
692
+ style="stroke-width: 0.71; fill: #000000"
693
+ />
694
+ <circle
695
+ cx="339.42"
696
+ cy="417.13"
697
+ r="1.95"
698
+ style="stroke-width: 0.71; fill: #000000"
699
+ />
700
+ <circle
701
+ cx="339.42"
702
+ cy="446.76"
703
+ r="1.95"
704
+ style="stroke-width: 0.71; fill: #000000"
705
+ />
706
+ <circle
707
+ cx="339.42"
708
+ cy="417.13"
709
+ r="1.95"
710
+ style="stroke-width: 0.71; fill: #000000"
711
+ />
712
+ <circle
713
+ cx="408.24"
714
+ cy="417.13"
715
+ r="1.95"
716
+ style="stroke-width: 0.71; fill: #000000"
717
+ />
718
+ <circle
719
+ cx="454.13"
720
+ cy="446.76"
721
+ r="1.95"
722
+ style="stroke-width: 0.71; fill: #000000"
723
+ />
724
+ <circle
725
+ cx="362.36"
726
+ cy="446.76"
727
+ r="1.95"
728
+ style="stroke-width: 0.71; fill: #000000"
729
+ />
730
+ <circle
731
+ cx="362.36"
732
+ cy="446.76"
733
+ r="1.95"
734
+ style="stroke-width: 0.71; fill: #000000"
735
+ />
736
+ <circle
737
+ cx="408.24"
738
+ cy="461.57"
739
+ r="1.95"
740
+ style="stroke-width: 0.71; fill: #000000"
741
+ />
742
+ <circle
743
+ cx="408.24"
744
+ cy="461.57"
745
+ r="1.95"
746
+ style="stroke-width: 0.71; fill: #000000"
747
+ />
748
+ <circle
749
+ cx="408.24"
750
+ cy="446.76"
751
+ r="1.95"
752
+ style="stroke-width: 0.71; fill: #000000"
753
+ />
754
+ <circle
755
+ cx="500.01"
756
+ cy="476.38"
757
+ r="1.95"
758
+ style="stroke-width: 0.71; fill: #000000"
759
+ />
760
+ <circle
761
+ cx="500.01"
762
+ cy="446.76"
763
+ r="1.95"
764
+ style="stroke-width: 0.71; fill: #000000"
765
+ />
766
+ <circle
767
+ cx="316.47"
768
+ cy="313.46"
769
+ r="1.95"
770
+ style="stroke-width: 0.71; fill: #000000"
771
+ />
772
+ <circle
773
+ cx="316.47"
774
+ cy="328.27"
775
+ r="1.95"
776
+ style="stroke-width: 0.71; fill: #000000"
777
+ />
778
+ <circle
779
+ cx="339.42"
780
+ cy="313.46"
781
+ r="1.95"
782
+ style="stroke-width: 0.71; fill: #000000"
783
+ />
784
+ <circle
785
+ cx="339.42"
786
+ cy="343.08"
787
+ r="1.95"
788
+ style="stroke-width: 0.71; fill: #000000"
789
+ />
790
+ <circle
791
+ cx="408.24"
792
+ cy="387.51"
793
+ r="1.95"
794
+ style="stroke-width: 0.71; fill: #000000"
795
+ />
796
+ <circle
797
+ cx="408.24"
798
+ cy="372.70"
799
+ r="1.95"
800
+ style="stroke-width: 0.71; fill: #000000"
801
+ />
802
+ <circle
803
+ cx="408.24"
804
+ cy="357.89"
805
+ r="1.95"
806
+ style="stroke-width: 0.71; fill: #000000"
807
+ />
808
+ <circle
809
+ cx="408.24"
810
+ cy="372.70"
811
+ r="1.95"
812
+ style="stroke-width: 0.71; fill: #000000"
813
+ />
814
+ <circle
815
+ cx="500.01"
816
+ cy="402.32"
817
+ r="1.95"
818
+ style="stroke-width: 0.71; fill: #000000"
819
+ />
820
+ <circle
821
+ cx="64.11"
822
+ cy="209.79"
823
+ r="1.95"
824
+ style="stroke-width: 0.71; fill: #000000"
825
+ />
826
+ <circle
827
+ cx="64.11"
828
+ cy="224.60"
829
+ r="1.95"
830
+ style="stroke-width: 0.71; fill: #000000"
831
+ />
832
+ <circle
833
+ cx="64.11"
834
+ cy="224.60"
835
+ r="1.95"
836
+ style="stroke-width: 0.71; fill: #000000"
837
+ />
838
+ <circle
839
+ cx="64.11"
840
+ cy="269.03"
841
+ r="1.95"
842
+ style="stroke-width: 0.71; fill: #000000"
843
+ />
844
+ <circle
845
+ cx="64.11"
846
+ cy="224.60"
847
+ r="1.95"
848
+ style="stroke-width: 0.71; fill: #000000"
849
+ />
850
+ <circle
851
+ cx="87.05"
852
+ cy="194.98"
853
+ r="1.95"
854
+ style="stroke-width: 0.71; fill: #000000"
855
+ />
856
+ <circle
857
+ cx="87.05"
858
+ cy="165.36"
859
+ r="1.95"
860
+ style="stroke-width: 0.71; fill: #000000"
861
+ />
862
+ <circle
863
+ cx="87.05"
864
+ cy="165.36"
865
+ r="1.95"
866
+ style="stroke-width: 0.71; fill: #000000"
867
+ />
868
+ <circle
869
+ cx="109.99"
870
+ cy="269.03"
871
+ r="1.95"
872
+ style="stroke-width: 0.71; fill: #000000"
873
+ />
874
+ <circle
875
+ cx="155.88"
876
+ cy="313.46"
877
+ r="1.95"
878
+ style="stroke-width: 0.71; fill: #000000"
879
+ />
880
+ <circle
881
+ cx="155.88"
882
+ cy="298.65"
883
+ r="1.95"
884
+ style="stroke-width: 0.71; fill: #000000"
885
+ />
886
+ <circle
887
+ cx="155.88"
888
+ cy="254.22"
889
+ r="1.95"
890
+ style="stroke-width: 0.71; fill: #000000"
891
+ />
892
+ <circle
893
+ cx="155.88"
894
+ cy="239.41"
895
+ r="1.95"
896
+ style="stroke-width: 0.71; fill: #000000"
897
+ />
898
+ <circle
899
+ cx="167.35"
900
+ cy="313.46"
901
+ r="1.95"
902
+ style="stroke-width: 0.71; fill: #000000"
903
+ />
904
+ <circle
905
+ cx="167.35"
906
+ cy="313.46"
907
+ r="1.95"
908
+ style="stroke-width: 0.71; fill: #000000"
909
+ />
910
+ <circle
911
+ cx="259.12"
912
+ cy="283.84"
913
+ r="1.95"
914
+ style="stroke-width: 0.71; fill: #000000"
915
+ />
916
+ <circle
917
+ cx="109.99"
918
+ cy="313.46"
919
+ r="1.95"
920
+ style="stroke-width: 0.71; fill: #000000"
921
+ />
922
+ <circle
923
+ cx="109.99"
924
+ cy="269.03"
925
+ r="1.95"
926
+ style="stroke-width: 0.71; fill: #000000"
927
+ />
928
+ <circle
929
+ cx="109.99"
930
+ cy="283.84"
931
+ r="1.95"
932
+ style="stroke-width: 0.71; fill: #000000"
933
+ />
934
+ <circle
935
+ cx="109.99"
936
+ cy="298.65"
937
+ r="1.95"
938
+ style="stroke-width: 0.71; fill: #000000"
939
+ />
940
+ <circle
941
+ cx="190.29"
942
+ cy="343.08"
943
+ r="1.95"
944
+ style="stroke-width: 0.71; fill: #000000"
945
+ />
946
+ <circle
947
+ cx="190.29"
948
+ cy="343.08"
949
+ r="1.95"
950
+ style="stroke-width: 0.71; fill: #000000"
951
+ />
952
+ <circle
953
+ cx="190.29"
954
+ cy="343.08"
955
+ r="1.95"
956
+ style="stroke-width: 0.71; fill: #000000"
957
+ />
958
+ <circle
959
+ cx="224.71"
960
+ cy="372.70"
961
+ r="1.95"
962
+ style="stroke-width: 0.71; fill: #000000"
963
+ />
964
+ <circle
965
+ cx="305.00"
966
+ cy="417.13"
967
+ r="1.95"
968
+ style="stroke-width: 0.71; fill: #000000"
969
+ />
970
+ <circle
971
+ cx="339.42"
972
+ cy="402.32"
973
+ r="1.95"
974
+ style="stroke-width: 0.71; fill: #000000"
975
+ />
976
+ <circle
977
+ cx="419.71"
978
+ cy="446.76"
979
+ r="1.95"
980
+ style="stroke-width: 0.71; fill: #000000"
981
+ />
982
+ <circle
983
+ cx="419.71"
984
+ cy="520.81"
985
+ r="1.95"
986
+ style="stroke-width: 0.71; fill: #000000"
987
+ />
988
+ <circle
989
+ cx="419.71"
990
+ cy="417.13"
991
+ r="1.95"
992
+ style="stroke-width: 0.71; fill: #000000"
993
+ />
994
+ <circle
995
+ cx="534.42"
996
+ cy="431.94"
997
+ r="1.95"
998
+ style="stroke-width: 0.71; fill: #000000"
999
+ />
1000
+ <circle
1001
+ cx="580.31"
1002
+ cy="491.19"
1003
+ r="1.95"
1004
+ style="stroke-width: 0.71; fill: #000000"
1005
+ />
1006
+ <circle
1007
+ cx="339.42"
1008
+ cy="476.38"
1009
+ r="1.95"
1010
+ style="stroke-width: 0.71; fill: #000000"
1011
+ />
1012
+ <circle
1013
+ cx="362.36"
1014
+ cy="431.94"
1015
+ r="1.95"
1016
+ style="stroke-width: 0.71; fill: #000000"
1017
+ />
1018
+ <circle
1019
+ cx="385.30"
1020
+ cy="431.94"
1021
+ r="1.95"
1022
+ style="stroke-width: 0.71; fill: #000000"
1023
+ />
1024
+ <circle
1025
+ cx="408.24"
1026
+ cy="476.38"
1027
+ r="1.95"
1028
+ style="stroke-width: 0.71; fill: #000000"
1029
+ />
1030
+ <circle
1031
+ cx="500.01"
1032
+ cy="446.76"
1033
+ r="1.95"
1034
+ style="stroke-width: 0.71; fill: #000000"
1035
+ />
1036
+ <circle
1037
+ cx="500.01"
1038
+ cy="461.57"
1039
+ r="1.95"
1040
+ style="stroke-width: 0.71; fill: #000000"
1041
+ />
1042
+ <circle
1043
+ cx="500.01"
1044
+ cy="431.94"
1045
+ r="1.95"
1046
+ style="stroke-width: 0.71; fill: #000000"
1047
+ />
1048
+ <circle
1049
+ cx="339.42"
1050
+ cy="446.76"
1051
+ r="1.95"
1052
+ style="stroke-width: 0.71; fill: #000000"
1053
+ />
1054
+ <circle
1055
+ cx="339.42"
1056
+ cy="417.13"
1057
+ r="1.95"
1058
+ style="stroke-width: 0.71; fill: #000000"
1059
+ />
1060
+ <circle
1061
+ cx="408.24"
1062
+ cy="417.13"
1063
+ r="1.95"
1064
+ style="stroke-width: 0.71; fill: #000000"
1065
+ />
1066
+ <circle
1067
+ cx="454.13"
1068
+ cy="446.76"
1069
+ r="1.95"
1070
+ style="stroke-width: 0.71; fill: #000000"
1071
+ />
1072
+ <circle
1073
+ cx="155.88"
1074
+ cy="269.03"
1075
+ r="1.95"
1076
+ style="stroke-width: 0.71; fill: #000000"
1077
+ />
1078
+ <circle
1079
+ cx="155.88"
1080
+ cy="298.65"
1081
+ r="1.95"
1082
+ style="stroke-width: 0.71; fill: #000000"
1083
+ />
1084
+ <circle
1085
+ cx="167.35"
1086
+ cy="239.41"
1087
+ r="1.95"
1088
+ style="stroke-width: 0.71; fill: #000000"
1089
+ />
1090
+ <circle
1091
+ cx="167.35"
1092
+ cy="224.60"
1093
+ r="1.95"
1094
+ style="stroke-width: 0.71; fill: #000000"
1095
+ />
1096
+ <circle
1097
+ cx="282.06"
1098
+ cy="298.65"
1099
+ r="1.95"
1100
+ style="stroke-width: 0.71; fill: #000000"
1101
+ />
1102
+ <circle
1103
+ cx="282.06"
1104
+ cy="313.46"
1105
+ r="1.95"
1106
+ style="stroke-width: 0.71; fill: #000000"
1107
+ />
1108
+ <circle
1109
+ cx="224.71"
1110
+ cy="313.46"
1111
+ r="1.95"
1112
+ style="stroke-width: 0.71; fill: #000000"
1113
+ />
1114
+ <circle
1115
+ cx="224.71"
1116
+ cy="328.27"
1117
+ r="1.95"
1118
+ style="stroke-width: 0.71; fill: #000000"
1119
+ />
1120
+ <circle
1121
+ cx="282.06"
1122
+ cy="328.27"
1123
+ r="1.95"
1124
+ style="stroke-width: 0.71; fill: #000000"
1125
+ />
1126
+ <circle
1127
+ cx="259.12"
1128
+ cy="446.76"
1129
+ r="1.95"
1130
+ style="stroke-width: 0.71; fill: #000000"
1131
+ />
1132
+ <circle
1133
+ cx="259.12"
1134
+ cy="446.76"
1135
+ r="1.95"
1136
+ style="stroke-width: 0.71; fill: #000000"
1137
+ />
1138
+ <circle
1139
+ cx="339.42"
1140
+ cy="402.32"
1141
+ r="1.95"
1142
+ style="stroke-width: 0.71; fill: #000000"
1143
+ />
1144
+ <circle
1145
+ cx="522.95"
1146
+ cy="431.94"
1147
+ r="1.95"
1148
+ style="stroke-width: 0.71; fill: #000000"
1149
+ />
1150
+ <circle
1151
+ cx="236.18"
1152
+ cy="313.46"
1153
+ r="1.95"
1154
+ style="stroke-width: 0.71; fill: #000000"
1155
+ />
1156
+ <circle
1157
+ cx="316.47"
1158
+ cy="313.46"
1159
+ r="1.95"
1160
+ style="stroke-width: 0.71; fill: #000000"
1161
+ />
1162
+ <circle
1163
+ cx="316.47"
1164
+ cy="298.65"
1165
+ r="1.95"
1166
+ style="stroke-width: 0.71; fill: #000000"
1167
+ />
1168
+ <circle
1169
+ cx="316.47"
1170
+ cy="283.84"
1171
+ r="1.95"
1172
+ style="stroke-width: 0.71; fill: #000000"
1173
+ />
1174
+ <circle
1175
+ cx="488.54"
1176
+ cy="328.27"
1177
+ r="1.95"
1178
+ style="stroke-width: 0.71; fill: #000000"
1179
+ />
1180
+ <circle
1181
+ cx="167.35"
1182
+ cy="328.27"
1183
+ r="1.95"
1184
+ style="stroke-width: 0.71; fill: #000000"
1185
+ />
1186
+ <circle
1187
+ cx="167.35"
1188
+ cy="343.08"
1189
+ r="1.95"
1190
+ style="stroke-width: 0.71; fill: #000000"
1191
+ />
1192
+ <circle
1193
+ cx="167.35"
1194
+ cy="298.65"
1195
+ r="1.95"
1196
+ style="stroke-width: 0.71; fill: #000000"
1197
+ />
1198
+ <circle
1199
+ cx="167.35"
1200
+ cy="328.27"
1201
+ r="1.95"
1202
+ style="stroke-width: 0.71; fill: #000000"
1203
+ />
1204
+ <circle
1205
+ cx="167.35"
1206
+ cy="313.46"
1207
+ r="1.95"
1208
+ style="stroke-width: 0.71; fill: #000000"
1209
+ />
1210
+ <circle
1211
+ cx="167.35"
1212
+ cy="357.89"
1213
+ r="1.95"
1214
+ style="stroke-width: 0.71; fill: #000000"
1215
+ />
1216
+ <circle
1217
+ cx="132.94"
1218
+ cy="313.46"
1219
+ r="1.95"
1220
+ style="stroke-width: 0.71; fill: #000000"
1221
+ />
1222
+ <circle
1223
+ cx="132.94"
1224
+ cy="313.46"
1225
+ r="1.95"
1226
+ style="stroke-width: 0.71; fill: #000000"
1227
+ />
1228
+ <circle
1229
+ cx="167.35"
1230
+ cy="313.46"
1231
+ r="1.95"
1232
+ style="stroke-width: 0.71; fill: #000000"
1233
+ />
1234
+ <circle
1235
+ cx="167.35"
1236
+ cy="313.46"
1237
+ r="1.95"
1238
+ style="stroke-width: 0.71; fill: #000000"
1239
+ />
1240
+ <circle
1241
+ cx="167.35"
1242
+ cy="328.27"
1243
+ r="1.95"
1244
+ style="stroke-width: 0.71; fill: #000000"
1245
+ />
1246
+ <circle
1247
+ cx="167.35"
1248
+ cy="298.65"
1249
+ r="1.95"
1250
+ style="stroke-width: 0.71; fill: #000000"
1251
+ />
1252
+ <circle
1253
+ cx="167.35"
1254
+ cy="328.27"
1255
+ r="1.95"
1256
+ style="stroke-width: 0.71; fill: #000000"
1257
+ />
1258
+ <circle
1259
+ cx="167.35"
1260
+ cy="298.65"
1261
+ r="1.95"
1262
+ style="stroke-width: 0.71; fill: #000000"
1263
+ />
1264
+ <circle
1265
+ cx="190.29"
1266
+ cy="402.32"
1267
+ r="1.95"
1268
+ style="stroke-width: 0.71; fill: #000000"
1269
+ />
1270
+ <circle
1271
+ cx="190.29"
1272
+ cy="402.32"
1273
+ r="1.95"
1274
+ style="stroke-width: 0.71; fill: #000000"
1275
+ />
1276
+ <circle
1277
+ cx="270.59"
1278
+ cy="417.13"
1279
+ r="1.95"
1280
+ style="stroke-width: 0.71; fill: #000000"
1281
+ />
1282
+ <circle
1283
+ cx="270.59"
1284
+ cy="446.76"
1285
+ r="1.95"
1286
+ style="stroke-width: 0.71; fill: #000000"
1287
+ />
1288
+ <circle
1289
+ cx="339.42"
1290
+ cy="402.32"
1291
+ r="1.95"
1292
+ style="stroke-width: 0.71; fill: #000000"
1293
+ />
1294
+ <circle
1295
+ cx="419.71"
1296
+ cy="446.76"
1297
+ r="1.95"
1298
+ style="stroke-width: 0.71; fill: #000000"
1299
+ />
1300
+ <circle
1301
+ cx="132.94"
1302
+ cy="269.03"
1303
+ r="1.95"
1304
+ style="stroke-width: 0.71; fill: #000000"
1305
+ />
1306
+ <circle
1307
+ cx="132.94"
1308
+ cy="298.65"
1309
+ r="1.95"
1310
+ style="stroke-width: 0.71; fill: #000000"
1311
+ />
1312
+ <circle
1313
+ cx="155.88"
1314
+ cy="239.41"
1315
+ r="1.95"
1316
+ style="stroke-width: 0.71; fill: #000000"
1317
+ />
1318
+ <circle
1319
+ cx="155.88"
1320
+ cy="239.41"
1321
+ r="1.95"
1322
+ style="stroke-width: 0.71; fill: #000000"
1323
+ />
1324
+ <circle
1325
+ cx="224.71"
1326
+ cy="313.46"
1327
+ r="1.95"
1328
+ style="stroke-width: 0.71; fill: #000000"
1329
+ />
1330
+ <circle
1331
+ cx="224.71"
1332
+ cy="313.46"
1333
+ r="1.95"
1334
+ style="stroke-width: 0.71; fill: #000000"
1335
+ />
1336
+ <circle
1337
+ cx="282.06"
1338
+ cy="283.84"
1339
+ r="1.95"
1340
+ style="stroke-width: 0.71; fill: #000000"
1341
+ />
1342
+ <circle
1343
+ cx="132.94"
1344
+ cy="298.65"
1345
+ r="1.95"
1346
+ style="stroke-width: 0.71; fill: #000000"
1347
+ />
1348
+ <circle
1349
+ cx="132.94"
1350
+ cy="269.03"
1351
+ r="1.95"
1352
+ style="stroke-width: 0.71; fill: #000000"
1353
+ />
1354
+ <circle
1355
+ cx="155.88"
1356
+ cy="239.41"
1357
+ r="1.95"
1358
+ style="stroke-width: 0.71; fill: #000000"
1359
+ />
1360
+ <circle
1361
+ cx="155.88"
1362
+ cy="239.41"
1363
+ r="1.95"
1364
+ style="stroke-width: 0.71; fill: #000000"
1365
+ />
1366
+ <circle
1367
+ cx="224.71"
1368
+ cy="313.46"
1369
+ r="1.95"
1370
+ style="stroke-width: 0.71; fill: #000000"
1371
+ />
1372
+ <circle
1373
+ cx="224.71"
1374
+ cy="313.46"
1375
+ r="1.95"
1376
+ style="stroke-width: 0.71; fill: #000000"
1377
+ />
1378
+ <circle
1379
+ cx="259.12"
1380
+ cy="298.65"
1381
+ r="1.95"
1382
+ style="stroke-width: 0.71; fill: #000000"
1383
+ />
1384
+ <circle
1385
+ cx="87.05"
1386
+ cy="254.22"
1387
+ r="1.95"
1388
+ style="stroke-width: 0.71; fill: #000000"
1389
+ />
1390
+ <circle
1391
+ cx="87.05"
1392
+ cy="209.79"
1393
+ r="1.95"
1394
+ style="stroke-width: 0.71; fill: #000000"
1395
+ />
1396
+ <circle
1397
+ cx="87.05"
1398
+ cy="180.17"
1399
+ r="1.95"
1400
+ style="stroke-width: 0.71; fill: #000000"
1401
+ />
1402
+ <circle
1403
+ cx="87.05"
1404
+ cy="150.55"
1405
+ r="1.95"
1406
+ style="stroke-width: 0.71; fill: #000000"
1407
+ />
1408
+ <circle
1409
+ cx="87.05"
1410
+ cy="180.17"
1411
+ r="1.95"
1412
+ style="stroke-width: 0.71; fill: #000000"
1413
+ />
1414
+ <circle
1415
+ cx="419.71"
1416
+ cy="476.38"
1417
+ r="1.95"
1418
+ style="stroke-width: 0.71; fill: #000000"
1419
+ />
1420
+ <circle
1421
+ cx="534.42"
1422
+ cy="431.94"
1423
+ r="1.95"
1424
+ style="stroke-width: 0.71; fill: #000000"
1425
+ />
1426
+ <circle
1427
+ cx="190.29"
1428
+ cy="402.32"
1429
+ r="1.95"
1430
+ style="stroke-width: 0.71; fill: #000000"
1431
+ />
1432
+ <circle
1433
+ cx="190.29"
1434
+ cy="402.32"
1435
+ r="1.95"
1436
+ style="stroke-width: 0.71; fill: #000000"
1437
+ />
1438
+ <circle
1439
+ cx="190.29"
1440
+ cy="372.70"
1441
+ r="1.95"
1442
+ style="stroke-width: 0.71; fill: #000000"
1443
+ />
1444
+ <circle
1445
+ cx="270.59"
1446
+ cy="446.76"
1447
+ r="1.95"
1448
+ style="stroke-width: 0.71; fill: #000000"
1449
+ />
1450
+ <circle
1451
+ cx="270.59"
1452
+ cy="417.13"
1453
+ r="1.95"
1454
+ style="stroke-width: 0.71; fill: #000000"
1455
+ />
1456
+ <circle
1457
+ cx="339.42"
1458
+ cy="431.94"
1459
+ r="1.95"
1460
+ style="stroke-width: 0.71; fill: #000000"
1461
+ />
1462
+ <circle
1463
+ cx="339.42"
1464
+ cy="402.32"
1465
+ r="1.95"
1466
+ style="stroke-width: 0.71; fill: #000000"
1467
+ />
1468
+ <circle
1469
+ cx="109.99"
1470
+ cy="269.03"
1471
+ r="1.95"
1472
+ style="stroke-width: 0.71; fill: #000000"
1473
+ />
1474
+ <circle
1475
+ cx="109.99"
1476
+ cy="313.46"
1477
+ r="1.95"
1478
+ style="stroke-width: 0.71; fill: #000000"
1479
+ />
1480
+ <circle
1481
+ cx="109.99"
1482
+ cy="269.03"
1483
+ r="1.95"
1484
+ style="stroke-width: 0.71; fill: #000000"
1485
+ />
1486
+ <circle
1487
+ cx="109.99"
1488
+ cy="269.03"
1489
+ r="1.95"
1490
+ style="stroke-width: 0.71; fill: #000000"
1491
+ />
1492
+ <circle
1493
+ cx="201.76"
1494
+ cy="343.08"
1495
+ r="1.95"
1496
+ style="stroke-width: 0.71; fill: #000000"
1497
+ />
1498
+ <circle
1499
+ cx="98.52"
1500
+ cy="46.87"
1501
+ r="1.95"
1502
+ style="stroke-width: 0.71; fill: #000000"
1503
+ />
1504
+ <circle
1505
+ cx="109.99"
1506
+ cy="269.03"
1507
+ r="1.95"
1508
+ style="stroke-width: 0.71; fill: #000000"
1509
+ />
1510
+ <circle
1511
+ cx="109.99"
1512
+ cy="313.46"
1513
+ r="1.95"
1514
+ style="stroke-width: 0.71; fill: #000000"
1515
+ />
1516
+ <circle
1517
+ cx="109.99"
1518
+ cy="269.03"
1519
+ r="1.95"
1520
+ style="stroke-width: 0.71; fill: #000000"
1521
+ />
1522
+ <circle
1523
+ cx="109.99"
1524
+ cy="269.03"
1525
+ r="1.95"
1526
+ style="stroke-width: 0.71; fill: #000000"
1527
+ />
1528
+ <circle
1529
+ cx="167.35"
1530
+ cy="269.03"
1531
+ r="1.95"
1532
+ style="stroke-width: 0.71; fill: #000000"
1533
+ />
1534
+ <circle
1535
+ cx="167.35"
1536
+ cy="269.03"
1537
+ r="1.95"
1538
+ style="stroke-width: 0.71; fill: #000000"
1539
+ />
1540
+ <circle
1541
+ cx="201.76"
1542
+ cy="357.89"
1543
+ r="1.95"
1544
+ style="stroke-width: 0.71; fill: #000000"
1545
+ />
1546
+ <circle
1547
+ cx="201.76"
1548
+ cy="343.08"
1549
+ r="1.95"
1550
+ style="stroke-width: 0.71; fill: #000000"
1551
+ />
1552
+ <circle
1553
+ cx="98.52"
1554
+ cy="46.87"
1555
+ r="1.95"
1556
+ style="stroke-width: 0.71; fill: #000000"
1557
+ />
1558
+ <circle
1559
+ cx="98.52"
1560
+ cy="91.31"
1561
+ r="1.95"
1562
+ style="stroke-width: 0.71; fill: #000000"
1563
+ />
1564
+ <circle
1565
+ cx="109.99"
1566
+ cy="269.03"
1567
+ r="1.95"
1568
+ style="stroke-width: 0.71; fill: #000000"
1569
+ />
1570
+ <circle
1571
+ cx="109.99"
1572
+ cy="313.46"
1573
+ r="1.95"
1574
+ style="stroke-width: 0.71; fill: #000000"
1575
+ />
1576
+ <circle
1577
+ cx="167.35"
1578
+ cy="283.84"
1579
+ r="1.95"
1580
+ style="stroke-width: 0.71; fill: #000000"
1581
+ />
1582
+ <circle
1583
+ cx="167.35"
1584
+ cy="269.03"
1585
+ r="1.95"
1586
+ style="stroke-width: 0.71; fill: #000000"
1587
+ />
1588
+ <circle
1589
+ cx="87.05"
1590
+ cy="269.03"
1591
+ r="1.95"
1592
+ style="stroke-width: 0.71; fill: #000000"
1593
+ />
1594
+ <circle
1595
+ cx="87.05"
1596
+ cy="269.03"
1597
+ r="1.95"
1598
+ style="stroke-width: 0.71; fill: #000000"
1599
+ />
1600
+ <circle
1601
+ cx="109.99"
1602
+ cy="283.84"
1603
+ r="1.95"
1604
+ style="stroke-width: 0.71; fill: #000000"
1605
+ />
1606
+ <circle
1607
+ cx="109.99"
1608
+ cy="269.03"
1609
+ r="1.95"
1610
+ style="stroke-width: 0.71; fill: #000000"
1611
+ />
1612
+ <circle
1613
+ cx="201.76"
1614
+ cy="313.46"
1615
+ r="1.95"
1616
+ style="stroke-width: 0.71; fill: #000000"
1617
+ />
1618
+ <circle
1619
+ cx="201.76"
1620
+ cy="313.46"
1621
+ r="1.95"
1622
+ style="stroke-width: 0.71; fill: #000000"
1623
+ />
1624
+ <circle
1625
+ cx="293.53"
1626
+ cy="313.46"
1627
+ r="1.95"
1628
+ style="stroke-width: 0.71; fill: #000000"
1629
+ />
1630
+ <polyline
1631
+ points="64.11,208.41 71.95,217.03 79.79,225.45 87.63,233.66 95.47,241.62 103.31,249.33 111.16,256.83 119.00,264.09 126.84,271.13 134.68,277.94 142.52,284.55 150.36,290.97 158.20,297.19 166.04,303.16 173.88,308.88 181.72,314.42 189.57,319.80 197.41,324.88 205.25,329.48 213.09,333.75 220.93,337.83 228.77,341.85 236.61,345.96 244.45,350.05 252.29,353.97 260.13,357.77 267.98,361.48 275.82,365.15 283.66,368.79 291.50,372.47 299.34,376.20 307.18,380.03 315.02,384.00 322.86,388.13 330.70,392.49 338.54,397.19 346.39,402.15 354.23,407.25 362.07,412.35 369.91,417.32 377.75,422.04 385.59,426.38 393.43,430.21 401.27,433.40 409.11,435.83 416.95,437.81 424.80,439.58 432.64,441.12 440.48,442.42 448.32,443.46 456.16,444.21 464.00,444.68 471.84,444.82 479.68,444.64 487.52,444.11 495.36,443.25 503.21,442.10 511.05,440.66 518.89,438.93 526.73,436.91 534.57,434.60 542.41,432.01 550.25,429.12 558.09,425.95 565.93,422.49 573.77,418.74 581.62,414.71 589.46,410.39 597.30,405.78 605.14,400.88 612.98,395.70 620.82,390.22 628.66,384.47 636.50,378.42 644.34,372.09 652.18,365.48 660.03,358.58 667.87,351.39 675.71,343.91 683.55,336.16 "
1632
+ style="
1633
+ stroke-width: 2.13;
1634
+ stroke: #3366ff;
1635
+ stroke-linecap: butt;
1636
+ "
1637
+ />
1638
+ </g>
1639
+ <g clip-path="url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)">
1640
+ <text
1641
+ x="28.21"
1642
+ y="405.47"
1643
+ text-anchor="end"
1644
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
1645
+ textLength="9.79px"
1646
+ lengthAdjust="spacingAndGlyphs"
1647
+ >
1648
+ 20
1649
+ </text>
1650
+ <text
1651
+ x="28.21"
1652
+ y="257.37"
1653
+ text-anchor="end"
1654
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
1655
+ textLength="9.79px"
1656
+ lengthAdjust="spacingAndGlyphs"
1657
+ >
1658
+ 30
1659
+ </text>
1660
+ <text
1661
+ x="28.21"
1662
+ y="109.27"
1663
+ text-anchor="end"
1664
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
1665
+ textLength="9.79px"
1666
+ lengthAdjust="spacingAndGlyphs"
1667
+ >
1668
+ 40
1669
+ </text>
1670
+ <polyline
1671
+ points="30.40,402.32 33.14,402.32 "
1672
+ style="
1673
+ stroke-width: 1.07;
1674
+ stroke: #333333;
1675
+ stroke-linecap: butt;
1676
+ "
1677
+ />
1678
+ <polyline
1679
+ points="30.40,254.22 33.14,254.22 "
1680
+ style="
1681
+ stroke-width: 1.07;
1682
+ stroke: #333333;
1683
+ stroke-linecap: butt;
1684
+ "
1685
+ />
1686
+ <polyline
1687
+ points="30.40,106.12 33.14,106.12 "
1688
+ style="
1689
+ stroke-width: 1.07;
1690
+ stroke: #333333;
1691
+ stroke-linecap: butt;
1692
+ "
1693
+ />
1694
+ <polyline
1695
+ points="109.99,547.24 109.99,544.50 "
1696
+ style="
1697
+ stroke-width: 1.07;
1698
+ stroke: #333333;
1699
+ stroke-linecap: butt;
1700
+ "
1701
+ />
1702
+ <polyline
1703
+ points="224.71,547.24 224.71,544.50 "
1704
+ style="
1705
+ stroke-width: 1.07;
1706
+ stroke: #333333;
1707
+ stroke-linecap: butt;
1708
+ "
1709
+ />
1710
+ <polyline
1711
+ points="339.42,547.24 339.42,544.50 "
1712
+ style="
1713
+ stroke-width: 1.07;
1714
+ stroke: #333333;
1715
+ stroke-linecap: butt;
1716
+ "
1717
+ />
1718
+ <polyline
1719
+ points="454.13,547.24 454.13,544.50 "
1720
+ style="
1721
+ stroke-width: 1.07;
1722
+ stroke: #333333;
1723
+ stroke-linecap: butt;
1724
+ "
1725
+ />
1726
+ <polyline
1727
+ points="568.84,547.24 568.84,544.50 "
1728
+ style="
1729
+ stroke-width: 1.07;
1730
+ stroke: #333333;
1731
+ stroke-linecap: butt;
1732
+ "
1733
+ />
1734
+ <polyline
1735
+ points="683.55,547.24 683.55,544.50 "
1736
+ style="
1737
+ stroke-width: 1.07;
1738
+ stroke: #333333;
1739
+ stroke-linecap: butt;
1740
+ "
1741
+ />
1742
+ <text
1743
+ x="109.99"
1744
+ y="555.74"
1745
+ text-anchor="middle"
1746
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
1747
+ textLength="4.90px"
1748
+ lengthAdjust="spacingAndGlyphs"
1749
+ >
1750
+ 2
1751
+ </text>
1752
+ <text
1753
+ x="224.71"
1754
+ y="555.74"
1755
+ text-anchor="middle"
1756
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
1757
+ textLength="4.90px"
1758
+ lengthAdjust="spacingAndGlyphs"
1759
+ >
1760
+ 3
1761
+ </text>
1762
+ <text
1763
+ x="339.42"
1764
+ y="555.74"
1765
+ text-anchor="middle"
1766
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
1767
+ textLength="4.90px"
1768
+ lengthAdjust="spacingAndGlyphs"
1769
+ >
1770
+ 4
1771
+ </text>
1772
+ <text
1773
+ x="454.13"
1774
+ y="555.74"
1775
+ text-anchor="middle"
1776
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
1777
+ textLength="4.90px"
1778
+ lengthAdjust="spacingAndGlyphs"
1779
+ >
1780
+ 5
1781
+ </text>
1782
+ <text
1783
+ x="568.84"
1784
+ y="555.74"
1785
+ text-anchor="middle"
1786
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
1787
+ textLength="4.90px"
1788
+ lengthAdjust="spacingAndGlyphs"
1789
+ >
1790
+ 6
1791
+ </text>
1792
+ <text
1793
+ x="683.55"
1794
+ y="555.74"
1795
+ text-anchor="middle"
1796
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
1797
+ textLength="4.90px"
1798
+ lengthAdjust="spacingAndGlyphs"
1799
+ >
1800
+ 7
1801
+ </text>
1802
+ <text
1803
+ x="373.83"
1804
+ y="568.20"
1805
+ text-anchor="middle"
1806
+ style="font-size: 11px; font-family: 'Arial'"
1807
+ textLength="103.97px"
1808
+ lengthAdjust="spacingAndGlyphs"
1809
+ >
1810
+ Engine Displacement
1811
+ </text>
1812
+ <text
1813
+ transform="translate(13.36,283.84) rotate(-90)"
1814
+ text-anchor="middle"
1815
+ style="font-size: 11px; font-family: 'Arial'"
1816
+ textLength="83.77px"
1817
+ lengthAdjust="spacingAndGlyphs"
1818
+ >
1819
+ Highway Mileage
1820
+ </text>
1821
+ <text
1822
+ x="33.14"
1823
+ y="14.93"
1824
+ style="font-size: 13.2px; font-family: 'Arial'"
1825
+ textLength="250.03px"
1826
+ lengthAdjust="spacingAndGlyphs"
1827
+ >
1828
+ Highway Mileage by Engine Displacement.
1829
+ </text>
1830
+ </g>
1831
+ </svg>
1832
+
1833
+ <!-------------- SCATTERPLOT ENDS -------------->
1834
+
1835
+ <br />
1836
+ </div>
1837
+ </div>
1838
+ </div>
1839
+ <script>
1840
+ var maidr = {
1841
+ type: ['point', 'smooth'],
1842
+ id: 'scatterplot1',
1843
+ title: 'Highway Mileage by Engine Displacement.',
1844
+ name: 'Tutorial 4: Scatterplot',
1845
+ elements: [
1846
+ document.querySelectorAll('svg circle'),
1847
+ document.querySelector(
1848
+ 'svg g:nth-last-of-type(2) > polyline:nth-last-of-type(1)'
1849
+ ),
1850
+ ],
1851
+ axes: {
1852
+ x: {
1853
+ label: 'Engine Displacement',
1854
+ },
1855
+ y: {
1856
+ label: 'Highway Mileage',
1857
+ },
1858
+ },
1859
+ data: [
1860
+ [
1861
+ // scatter point layer
1862
+ {
1863
+ x: 1.8,
1864
+ y: 29,
1865
+ },
1866
+ {
1867
+ x: 1.8,
1868
+ y: 29,
1869
+ },
1870
+ {
1871
+ x: 2,
1872
+ y: 31,
1873
+ },
1874
+ {
1875
+ x: 2,
1876
+ y: 30,
1877
+ },
1878
+ {
1879
+ x: 2.8,
1880
+ y: 26,
1881
+ },
1882
+ {
1883
+ x: 2.8,
1884
+ y: 26,
1885
+ },
1886
+ {
1887
+ x: 3.1,
1888
+ y: 27,
1889
+ },
1890
+ {
1891
+ x: 1.8,
1892
+ y: 26,
1893
+ },
1894
+ {
1895
+ x: 1.8,
1896
+ y: 25,
1897
+ },
1898
+ {
1899
+ x: 2,
1900
+ y: 28,
1901
+ },
1902
+ {
1903
+ x: 2,
1904
+ y: 27,
1905
+ },
1906
+ {
1907
+ x: 2.8,
1908
+ y: 25,
1909
+ },
1910
+ {
1911
+ x: 2.8,
1912
+ y: 25,
1913
+ },
1914
+ {
1915
+ x: 3.1,
1916
+ y: 25,
1917
+ },
1918
+ {
1919
+ x: 3.1,
1920
+ y: 25,
1921
+ },
1922
+ {
1923
+ x: 2.8,
1924
+ y: 24,
1925
+ },
1926
+ {
1927
+ x: 3.1,
1928
+ y: 25,
1929
+ },
1930
+ {
1931
+ x: 4.2,
1932
+ y: 23,
1933
+ },
1934
+ {
1935
+ x: 5.3,
1936
+ y: 20,
1937
+ },
1938
+ {
1939
+ x: 5.3,
1940
+ y: 15,
1941
+ },
1942
+ {
1943
+ x: 5.3,
1944
+ y: 20,
1945
+ },
1946
+ {
1947
+ x: 5.7,
1948
+ y: 17,
1949
+ },
1950
+ {
1951
+ x: 6,
1952
+ y: 17,
1953
+ },
1954
+ {
1955
+ x: 5.7,
1956
+ y: 26,
1957
+ },
1958
+ {
1959
+ x: 5.7,
1960
+ y: 23,
1961
+ },
1962
+ {
1963
+ x: 6.2,
1964
+ y: 26,
1965
+ },
1966
+ {
1967
+ x: 6.2,
1968
+ y: 25,
1969
+ },
1970
+ {
1971
+ x: 7,
1972
+ y: 24,
1973
+ },
1974
+ {
1975
+ x: 5.3,
1976
+ y: 19,
1977
+ },
1978
+ {
1979
+ x: 5.3,
1980
+ y: 14,
1981
+ },
1982
+ {
1983
+ x: 5.7,
1984
+ y: 15,
1985
+ },
1986
+ {
1987
+ x: 6.5,
1988
+ y: 17,
1989
+ },
1990
+ {
1991
+ x: 2.4,
1992
+ y: 27,
1993
+ },
1994
+ {
1995
+ x: 2.4,
1996
+ y: 30,
1997
+ },
1998
+ {
1999
+ x: 3.1,
2000
+ y: 26,
2001
+ },
2002
+ {
2003
+ x: 3.5,
2004
+ y: 29,
2005
+ },
2006
+ {
2007
+ x: 3.6,
2008
+ y: 26,
2009
+ },
2010
+ {
2011
+ x: 2.4,
2012
+ y: 24,
2013
+ },
2014
+ {
2015
+ x: 3,
2016
+ y: 24,
2017
+ },
2018
+ {
2019
+ x: 3.3,
2020
+ y: 22,
2021
+ },
2022
+ {
2023
+ x: 3.3,
2024
+ y: 22,
2025
+ },
2026
+ {
2027
+ x: 3.3,
2028
+ y: 24,
2029
+ },
2030
+ {
2031
+ x: 3.3,
2032
+ y: 24,
2033
+ },
2034
+ {
2035
+ x: 3.3,
2036
+ y: 17,
2037
+ },
2038
+ {
2039
+ x: 3.8,
2040
+ y: 22,
2041
+ },
2042
+ {
2043
+ x: 3.8,
2044
+ y: 21,
2045
+ },
2046
+ {
2047
+ x: 3.8,
2048
+ y: 23,
2049
+ },
2050
+ {
2051
+ x: 4,
2052
+ y: 23,
2053
+ },
2054
+ {
2055
+ x: 3.7,
2056
+ y: 19,
2057
+ },
2058
+ {
2059
+ x: 3.7,
2060
+ y: 18,
2061
+ },
2062
+ {
2063
+ x: 3.9,
2064
+ y: 17,
2065
+ },
2066
+ {
2067
+ x: 3.9,
2068
+ y: 17,
2069
+ },
2070
+ {
2071
+ x: 4.7,
2072
+ y: 19,
2073
+ },
2074
+ {
2075
+ x: 4.7,
2076
+ y: 19,
2077
+ },
2078
+ {
2079
+ x: 4.7,
2080
+ y: 12,
2081
+ },
2082
+ {
2083
+ x: 5.2,
2084
+ y: 17,
2085
+ },
2086
+ {
2087
+ x: 5.2,
2088
+ y: 15,
2089
+ },
2090
+ {
2091
+ x: 3.9,
2092
+ y: 17,
2093
+ },
2094
+ {
2095
+ x: 4.7,
2096
+ y: 17,
2097
+ },
2098
+ {
2099
+ x: 4.7,
2100
+ y: 12,
2101
+ },
2102
+ {
2103
+ x: 4.7,
2104
+ y: 17,
2105
+ },
2106
+ {
2107
+ x: 5.2,
2108
+ y: 16,
2109
+ },
2110
+ {
2111
+ x: 5.7,
2112
+ y: 18,
2113
+ },
2114
+ {
2115
+ x: 5.9,
2116
+ y: 15,
2117
+ },
2118
+ {
2119
+ x: 4.7,
2120
+ y: 16,
2121
+ },
2122
+ {
2123
+ x: 4.7,
2124
+ y: 12,
2125
+ },
2126
+ {
2127
+ x: 4.7,
2128
+ y: 17,
2129
+ },
2130
+ {
2131
+ x: 4.7,
2132
+ y: 17,
2133
+ },
2134
+ {
2135
+ x: 4.7,
2136
+ y: 16,
2137
+ },
2138
+ {
2139
+ x: 4.7,
2140
+ y: 12,
2141
+ },
2142
+ {
2143
+ x: 5.2,
2144
+ y: 15,
2145
+ },
2146
+ {
2147
+ x: 5.2,
2148
+ y: 16,
2149
+ },
2150
+ {
2151
+ x: 5.7,
2152
+ y: 17,
2153
+ },
2154
+ {
2155
+ x: 5.9,
2156
+ y: 15,
2157
+ },
2158
+ {
2159
+ x: 4.6,
2160
+ y: 17,
2161
+ },
2162
+ {
2163
+ x: 5.4,
2164
+ y: 17,
2165
+ },
2166
+ {
2167
+ x: 5.4,
2168
+ y: 18,
2169
+ },
2170
+ {
2171
+ x: 4,
2172
+ y: 17,
2173
+ },
2174
+ {
2175
+ x: 4,
2176
+ y: 19,
2177
+ },
2178
+ {
2179
+ x: 4,
2180
+ y: 17,
2181
+ },
2182
+ {
2183
+ x: 4,
2184
+ y: 19,
2185
+ },
2186
+ {
2187
+ x: 4.6,
2188
+ y: 19,
2189
+ },
2190
+ {
2191
+ x: 5,
2192
+ y: 17,
2193
+ },
2194
+ {
2195
+ x: 4.2,
2196
+ y: 17,
2197
+ },
2198
+ {
2199
+ x: 4.2,
2200
+ y: 17,
2201
+ },
2202
+ {
2203
+ x: 4.6,
2204
+ y: 16,
2205
+ },
2206
+ {
2207
+ x: 4.6,
2208
+ y: 16,
2209
+ },
2210
+ {
2211
+ x: 4.6,
2212
+ y: 17,
2213
+ },
2214
+ {
2215
+ x: 5.4,
2216
+ y: 15,
2217
+ },
2218
+ {
2219
+ x: 5.4,
2220
+ y: 17,
2221
+ },
2222
+ {
2223
+ x: 3.8,
2224
+ y: 26,
2225
+ },
2226
+ {
2227
+ x: 3.8,
2228
+ y: 25,
2229
+ },
2230
+ {
2231
+ x: 4,
2232
+ y: 26,
2233
+ },
2234
+ {
2235
+ x: 4,
2236
+ y: 24,
2237
+ },
2238
+ {
2239
+ x: 4.6,
2240
+ y: 21,
2241
+ },
2242
+ {
2243
+ x: 4.6,
2244
+ y: 22,
2245
+ },
2246
+ {
2247
+ x: 4.6,
2248
+ y: 23,
2249
+ },
2250
+ {
2251
+ x: 4.6,
2252
+ y: 22,
2253
+ },
2254
+ {
2255
+ x: 5.4,
2256
+ y: 20,
2257
+ },
2258
+ {
2259
+ x: 1.6,
2260
+ y: 33,
2261
+ },
2262
+ {
2263
+ x: 1.6,
2264
+ y: 32,
2265
+ },
2266
+ {
2267
+ x: 1.6,
2268
+ y: 32,
2269
+ },
2270
+ {
2271
+ x: 1.6,
2272
+ y: 29,
2273
+ },
2274
+ {
2275
+ x: 1.6,
2276
+ y: 32,
2277
+ },
2278
+ {
2279
+ x: 1.8,
2280
+ y: 34,
2281
+ },
2282
+ {
2283
+ x: 1.8,
2284
+ y: 36,
2285
+ },
2286
+ {
2287
+ x: 1.8,
2288
+ y: 36,
2289
+ },
2290
+ {
2291
+ x: 2,
2292
+ y: 29,
2293
+ },
2294
+ {
2295
+ x: 2.4,
2296
+ y: 26,
2297
+ },
2298
+ {
2299
+ x: 2.4,
2300
+ y: 27,
2301
+ },
2302
+ {
2303
+ x: 2.4,
2304
+ y: 30,
2305
+ },
2306
+ {
2307
+ x: 2.4,
2308
+ y: 31,
2309
+ },
2310
+ {
2311
+ x: 2.5,
2312
+ y: 26,
2313
+ },
2314
+ {
2315
+ x: 2.5,
2316
+ y: 26,
2317
+ },
2318
+ {
2319
+ x: 3.3,
2320
+ y: 28,
2321
+ },
2322
+ {
2323
+ x: 2,
2324
+ y: 26,
2325
+ },
2326
+ {
2327
+ x: 2,
2328
+ y: 29,
2329
+ },
2330
+ {
2331
+ x: 2,
2332
+ y: 28,
2333
+ },
2334
+ {
2335
+ x: 2,
2336
+ y: 27,
2337
+ },
2338
+ {
2339
+ x: 2.7,
2340
+ y: 24,
2341
+ },
2342
+ {
2343
+ x: 2.7,
2344
+ y: 24,
2345
+ },
2346
+ {
2347
+ x: 2.7,
2348
+ y: 24,
2349
+ },
2350
+ {
2351
+ x: 3,
2352
+ y: 22,
2353
+ },
2354
+ {
2355
+ x: 3.7,
2356
+ y: 19,
2357
+ },
2358
+ {
2359
+ x: 4,
2360
+ y: 20,
2361
+ },
2362
+ {
2363
+ x: 4.7,
2364
+ y: 17,
2365
+ },
2366
+ {
2367
+ x: 4.7,
2368
+ y: 12,
2369
+ },
2370
+ {
2371
+ x: 4.7,
2372
+ y: 19,
2373
+ },
2374
+ {
2375
+ x: 5.7,
2376
+ y: 18,
2377
+ },
2378
+ {
2379
+ x: 6.1,
2380
+ y: 14,
2381
+ },
2382
+ {
2383
+ x: 4,
2384
+ y: 15,
2385
+ },
2386
+ {
2387
+ x: 4.2,
2388
+ y: 18,
2389
+ },
2390
+ {
2391
+ x: 4.4,
2392
+ y: 18,
2393
+ },
2394
+ {
2395
+ x: 4.6,
2396
+ y: 15,
2397
+ },
2398
+ {
2399
+ x: 5.4,
2400
+ y: 17,
2401
+ },
2402
+ {
2403
+ x: 5.4,
2404
+ y: 16,
2405
+ },
2406
+ {
2407
+ x: 5.4,
2408
+ y: 18,
2409
+ },
2410
+ {
2411
+ x: 4,
2412
+ y: 17,
2413
+ },
2414
+ {
2415
+ x: 4,
2416
+ y: 19,
2417
+ },
2418
+ {
2419
+ x: 4.6,
2420
+ y: 19,
2421
+ },
2422
+ {
2423
+ x: 5,
2424
+ y: 17,
2425
+ },
2426
+ {
2427
+ x: 2.4,
2428
+ y: 29,
2429
+ },
2430
+ {
2431
+ x: 2.4,
2432
+ y: 27,
2433
+ },
2434
+ {
2435
+ x: 2.5,
2436
+ y: 31,
2437
+ },
2438
+ {
2439
+ x: 2.5,
2440
+ y: 32,
2441
+ },
2442
+ {
2443
+ x: 3.5,
2444
+ y: 27,
2445
+ },
2446
+ {
2447
+ x: 3.5,
2448
+ y: 26,
2449
+ },
2450
+ {
2451
+ x: 3,
2452
+ y: 26,
2453
+ },
2454
+ {
2455
+ x: 3,
2456
+ y: 25,
2457
+ },
2458
+ {
2459
+ x: 3.5,
2460
+ y: 25,
2461
+ },
2462
+ {
2463
+ x: 3.3,
2464
+ y: 17,
2465
+ },
2466
+ {
2467
+ x: 3.3,
2468
+ y: 17,
2469
+ },
2470
+ {
2471
+ x: 4,
2472
+ y: 20,
2473
+ },
2474
+ {
2475
+ x: 5.6,
2476
+ y: 18,
2477
+ },
2478
+ {
2479
+ x: 3.1,
2480
+ y: 26,
2481
+ },
2482
+ {
2483
+ x: 3.8,
2484
+ y: 26,
2485
+ },
2486
+ {
2487
+ x: 3.8,
2488
+ y: 27,
2489
+ },
2490
+ {
2491
+ x: 3.8,
2492
+ y: 28,
2493
+ },
2494
+ {
2495
+ x: 5.3,
2496
+ y: 25,
2497
+ },
2498
+ {
2499
+ x: 2.5,
2500
+ y: 25,
2501
+ },
2502
+ {
2503
+ x: 2.5,
2504
+ y: 24,
2505
+ },
2506
+ {
2507
+ x: 2.5,
2508
+ y: 27,
2509
+ },
2510
+ {
2511
+ x: 2.5,
2512
+ y: 25,
2513
+ },
2514
+ {
2515
+ x: 2.5,
2516
+ y: 26,
2517
+ },
2518
+ {
2519
+ x: 2.5,
2520
+ y: 23,
2521
+ },
2522
+ {
2523
+ x: 2.2,
2524
+ y: 26,
2525
+ },
2526
+ {
2527
+ x: 2.2,
2528
+ y: 26,
2529
+ },
2530
+ {
2531
+ x: 2.5,
2532
+ y: 26,
2533
+ },
2534
+ {
2535
+ x: 2.5,
2536
+ y: 26,
2537
+ },
2538
+ {
2539
+ x: 2.5,
2540
+ y: 25,
2541
+ },
2542
+ {
2543
+ x: 2.5,
2544
+ y: 27,
2545
+ },
2546
+ {
2547
+ x: 2.5,
2548
+ y: 25,
2549
+ },
2550
+ {
2551
+ x: 2.5,
2552
+ y: 27,
2553
+ },
2554
+ {
2555
+ x: 2.7,
2556
+ y: 20,
2557
+ },
2558
+ {
2559
+ x: 2.7,
2560
+ y: 20,
2561
+ },
2562
+ {
2563
+ x: 3.4,
2564
+ y: 19,
2565
+ },
2566
+ {
2567
+ x: 3.4,
2568
+ y: 17,
2569
+ },
2570
+ {
2571
+ x: 4,
2572
+ y: 20,
2573
+ },
2574
+ {
2575
+ x: 4.7,
2576
+ y: 17,
2577
+ },
2578
+ {
2579
+ x: 2.2,
2580
+ y: 29,
2581
+ },
2582
+ {
2583
+ x: 2.2,
2584
+ y: 27,
2585
+ },
2586
+ {
2587
+ x: 2.4,
2588
+ y: 31,
2589
+ },
2590
+ {
2591
+ x: 2.4,
2592
+ y: 31,
2593
+ },
2594
+ {
2595
+ x: 3,
2596
+ y: 26,
2597
+ },
2598
+ {
2599
+ x: 3,
2600
+ y: 26,
2601
+ },
2602
+ {
2603
+ x: 3.5,
2604
+ y: 28,
2605
+ },
2606
+ {
2607
+ x: 2.2,
2608
+ y: 27,
2609
+ },
2610
+ {
2611
+ x: 2.2,
2612
+ y: 29,
2613
+ },
2614
+ {
2615
+ x: 2.4,
2616
+ y: 31,
2617
+ },
2618
+ {
2619
+ x: 2.4,
2620
+ y: 31,
2621
+ },
2622
+ {
2623
+ x: 3,
2624
+ y: 26,
2625
+ },
2626
+ {
2627
+ x: 3,
2628
+ y: 26,
2629
+ },
2630
+ {
2631
+ x: 3.3,
2632
+ y: 27,
2633
+ },
2634
+ {
2635
+ x: 1.8,
2636
+ y: 30,
2637
+ },
2638
+ {
2639
+ x: 1.8,
2640
+ y: 33,
2641
+ },
2642
+ {
2643
+ x: 1.8,
2644
+ y: 35,
2645
+ },
2646
+ {
2647
+ x: 1.8,
2648
+ y: 37,
2649
+ },
2650
+ {
2651
+ x: 1.8,
2652
+ y: 35,
2653
+ },
2654
+ {
2655
+ x: 4.7,
2656
+ y: 15,
2657
+ },
2658
+ {
2659
+ x: 5.7,
2660
+ y: 18,
2661
+ },
2662
+ {
2663
+ x: 2.7,
2664
+ y: 20,
2665
+ },
2666
+ {
2667
+ x: 2.7,
2668
+ y: 20,
2669
+ },
2670
+ {
2671
+ x: 2.7,
2672
+ y: 22,
2673
+ },
2674
+ {
2675
+ x: 3.4,
2676
+ y: 17,
2677
+ },
2678
+ {
2679
+ x: 3.4,
2680
+ y: 19,
2681
+ },
2682
+ {
2683
+ x: 4,
2684
+ y: 18,
2685
+ },
2686
+ {
2687
+ x: 4,
2688
+ y: 20,
2689
+ },
2690
+ {
2691
+ x: 2,
2692
+ y: 29,
2693
+ },
2694
+ {
2695
+ x: 2,
2696
+ y: 26,
2697
+ },
2698
+ {
2699
+ x: 2,
2700
+ y: 29,
2701
+ },
2702
+ {
2703
+ x: 2,
2704
+ y: 29,
2705
+ },
2706
+ {
2707
+ x: 2.8,
2708
+ y: 24,
2709
+ },
2710
+ {
2711
+ x: 1.9,
2712
+ y: 44,
2713
+ },
2714
+ {
2715
+ x: 2,
2716
+ y: 29,
2717
+ },
2718
+ {
2719
+ x: 2,
2720
+ y: 26,
2721
+ },
2722
+ {
2723
+ x: 2,
2724
+ y: 29,
2725
+ },
2726
+ {
2727
+ x: 2,
2728
+ y: 29,
2729
+ },
2730
+ {
2731
+ x: 2.5,
2732
+ y: 29,
2733
+ },
2734
+ {
2735
+ x: 2.5,
2736
+ y: 29,
2737
+ },
2738
+ {
2739
+ x: 2.8,
2740
+ y: 23,
2741
+ },
2742
+ {
2743
+ x: 2.8,
2744
+ y: 24,
2745
+ },
2746
+ {
2747
+ x: 1.9,
2748
+ y: 44,
2749
+ },
2750
+ {
2751
+ x: 1.9,
2752
+ y: 41,
2753
+ },
2754
+ {
2755
+ x: 2,
2756
+ y: 29,
2757
+ },
2758
+ {
2759
+ x: 2,
2760
+ y: 26,
2761
+ },
2762
+ {
2763
+ x: 2.5,
2764
+ y: 28,
2765
+ },
2766
+ {
2767
+ x: 2.5,
2768
+ y: 29,
2769
+ },
2770
+ {
2771
+ x: 1.8,
2772
+ y: 29,
2773
+ },
2774
+ {
2775
+ x: 1.8,
2776
+ y: 29,
2777
+ },
2778
+ {
2779
+ x: 2,
2780
+ y: 28,
2781
+ },
2782
+ {
2783
+ x: 2,
2784
+ y: 29,
2785
+ },
2786
+ {
2787
+ x: 2.8,
2788
+ y: 26,
2789
+ },
2790
+ {
2791
+ x: 2.8,
2792
+ y: 26,
2793
+ },
2794
+ {
2795
+ x: 3.6,
2796
+ y: 26,
2797
+ },
2798
+ ],
2799
+ [
2800
+ // smooth layer
2801
+ {
2802
+ x: 1.6,
2803
+ y: 33.0929,
2804
+ },
2805
+ {
2806
+ x: 1.6684,
2807
+ y: 32.5108,
2808
+ },
2809
+ {
2810
+ x: 1.7367,
2811
+ y: 31.9422,
2812
+ },
2813
+ {
2814
+ x: 1.8051,
2815
+ y: 31.3885,
2816
+ },
2817
+ {
2818
+ x: 1.8734,
2819
+ y: 30.8509,
2820
+ },
2821
+ {
2822
+ x: 1.9418,
2823
+ y: 30.33,
2824
+ },
2825
+ {
2826
+ x: 2.0101,
2827
+ y: 29.8239,
2828
+ },
2829
+ {
2830
+ x: 2.0785,
2831
+ y: 29.3334,
2832
+ },
2833
+ {
2834
+ x: 2.1468,
2835
+ y: 28.8584,
2836
+ },
2837
+ {
2838
+ x: 2.2152,
2839
+ y: 28.3981,
2840
+ },
2841
+ {
2842
+ x: 2.2835,
2843
+ y: 27.9519,
2844
+ },
2845
+ {
2846
+ x: 2.3519,
2847
+ y: 27.5189,
2848
+ },
2849
+ {
2850
+ x: 2.4203,
2851
+ y: 27.0988,
2852
+ },
2853
+ {
2854
+ x: 2.4886,
2855
+ y: 26.6958,
2856
+ },
2857
+ {
2858
+ x: 2.557,
2859
+ y: 26.3091,
2860
+ },
2861
+ {
2862
+ x: 2.6253,
2863
+ y: 25.9356,
2864
+ },
2865
+ {
2866
+ x: 2.6937,
2867
+ y: 25.5722,
2868
+ },
2869
+ {
2870
+ x: 2.762,
2871
+ y: 25.2292,
2872
+ },
2873
+ {
2874
+ x: 2.8304,
2875
+ y: 24.9182,
2876
+ },
2877
+ {
2878
+ x: 2.8987,
2879
+ y: 24.6299,
2880
+ },
2881
+ {
2882
+ x: 2.9671,
2883
+ y: 24.3547,
2884
+ },
2885
+ {
2886
+ x: 3.0354,
2887
+ y: 24.083,
2888
+ },
2889
+ {
2890
+ x: 3.1038,
2891
+ y: 23.8055,
2892
+ },
2893
+ {
2894
+ x: 3.1722,
2895
+ y: 23.5296,
2896
+ },
2897
+ {
2898
+ x: 3.2405,
2899
+ y: 23.2646,
2900
+ },
2901
+ {
2902
+ x: 3.3089,
2903
+ y: 23.0081,
2904
+ },
2905
+ {
2906
+ x: 3.3772,
2907
+ y: 22.7575,
2908
+ },
2909
+ {
2910
+ x: 3.4456,
2911
+ y: 22.5103,
2912
+ },
2913
+ {
2914
+ x: 3.5139,
2915
+ y: 22.264,
2916
+ },
2917
+ {
2918
+ x: 3.5823,
2919
+ y: 22.016,
2920
+ },
2921
+ {
2922
+ x: 3.6506,
2923
+ y: 21.764,
2924
+ },
2925
+ {
2926
+ x: 3.719,
2927
+ y: 21.5053,
2928
+ },
2929
+ {
2930
+ x: 3.7873,
2931
+ y: 21.2375,
2932
+ },
2933
+ {
2934
+ x: 3.8557,
2935
+ y: 20.9581,
2936
+ },
2937
+ {
2938
+ x: 3.9241,
2939
+ y: 20.6637,
2940
+ },
2941
+ {
2942
+ x: 3.9924,
2943
+ y: 20.3464,
2944
+ },
2945
+ {
2946
+ x: 4.0608,
2947
+ y: 20.0114,
2948
+ },
2949
+ {
2950
+ x: 4.1291,
2951
+ y: 19.6675,
2952
+ },
2953
+ {
2954
+ x: 4.1975,
2955
+ y: 19.3234,
2956
+ },
2957
+ {
2958
+ x: 4.2658,
2959
+ y: 18.9875,
2960
+ },
2961
+ {
2962
+ x: 4.3342,
2963
+ y: 18.6688,
2964
+ },
2965
+ {
2966
+ x: 4.4025,
2967
+ y: 18.3758,
2968
+ },
2969
+ {
2970
+ x: 4.4709,
2971
+ y: 18.1171,
2972
+ },
2973
+ {
2974
+ x: 4.5392,
2975
+ y: 17.9016,
2976
+ },
2977
+ {
2978
+ x: 4.6076,
2979
+ y: 17.7375,
2980
+ },
2981
+ {
2982
+ x: 4.6759,
2983
+ y: 17.6039,
2984
+ },
2985
+ {
2986
+ x: 4.7443,
2987
+ y: 17.4845,
2988
+ },
2989
+ {
2990
+ x: 4.8127,
2991
+ y: 17.3804,
2992
+ },
2993
+ {
2994
+ x: 4.881,
2995
+ y: 17.2928,
2996
+ },
2997
+ {
2998
+ x: 4.9494,
2999
+ y: 17.2228,
3000
+ },
3001
+ {
3002
+ x: 5.0177,
3003
+ y: 17.1716,
3004
+ },
3005
+ {
3006
+ x: 5.0861,
3007
+ y: 17.1404,
3008
+ },
3009
+ {
3010
+ x: 5.1544,
3011
+ y: 17.1304,
3012
+ },
3013
+ {
3014
+ x: 5.2228,
3015
+ y: 17.1426,
3016
+ },
3017
+ {
3018
+ x: 5.2911,
3019
+ y: 17.1783,
3020
+ },
3021
+ {
3022
+ x: 5.3595,
3023
+ y: 17.2365,
3024
+ },
3025
+ {
3026
+ x: 5.4278,
3027
+ y: 17.3143,
3028
+ },
3029
+ {
3030
+ x: 5.4962,
3031
+ y: 17.4115,
3032
+ },
3033
+ {
3034
+ x: 5.5646,
3035
+ y: 17.5283,
3036
+ },
3037
+ {
3038
+ x: 5.6329,
3039
+ y: 17.6646,
3040
+ },
3041
+ {
3042
+ x: 5.7013,
3043
+ y: 17.8204,
3044
+ },
3045
+ {
3046
+ x: 5.7696,
3047
+ y: 17.9957,
3048
+ },
3049
+ {
3050
+ x: 5.838,
3051
+ y: 18.1904,
3052
+ },
3053
+ {
3054
+ x: 5.9063,
3055
+ y: 18.4046,
3056
+ },
3057
+ {
3058
+ x: 5.9747,
3059
+ y: 18.6382,
3060
+ },
3061
+ {
3062
+ x: 6.043,
3063
+ y: 18.8913,
3064
+ },
3065
+ {
3066
+ x: 6.1114,
3067
+ y: 19.1637,
3068
+ },
3069
+ {
3070
+ x: 6.1797,
3071
+ y: 19.4556,
3072
+ },
3073
+ {
3074
+ x: 6.2481,
3075
+ y: 19.7669,
3076
+ },
3077
+ {
3078
+ x: 6.3165,
3079
+ y: 20.0975,
3080
+ },
3081
+ {
3082
+ x: 6.3848,
3083
+ y: 20.4475,
3084
+ },
3085
+ {
3086
+ x: 6.4532,
3087
+ y: 20.8169,
3088
+ },
3089
+ {
3090
+ x: 6.5215,
3091
+ y: 21.2057,
3092
+ },
3093
+ {
3094
+ x: 6.5899,
3095
+ y: 21.6138,
3096
+ },
3097
+ {
3098
+ x: 6.6582,
3099
+ y: 22.0412,
3100
+ },
3101
+ {
3102
+ x: 6.7266,
3103
+ y: 22.4879,
3104
+ },
3105
+ {
3106
+ x: 6.7949,
3107
+ y: 22.9539,
3108
+ },
3109
+ {
3110
+ x: 6.8633,
3111
+ y: 23.4392,
3112
+ },
3113
+ {
3114
+ x: 6.9316,
3115
+ y: 23.9438,
3116
+ },
3117
+ {
3118
+ x: 7,
3119
+ y: 24.4677,
3120
+ },
3121
+ ],
3122
+ ],
3123
+ };
3124
+ </script>
3125
+ <script src="../src/js/constants.js"></script>
3126
+ <script src="../src/js/audio.js"></script>
3127
+ <script src="../src/js/display.js"></script>
3128
+ <script src="../src/js/barplot.js"></script>
3129
+ <script src="../src/js/boxplot.js"></script>
3130
+ <script src="../src/js/heatmap.js"></script>
3131
+ <script src="../src/js/scatterplot.js"></script>
3132
+ <script src="../src/js/controls.js"></script>
3133
+ <script src="../src/js/init.js"></script>
3134
+ </body>
3135
+ </html>