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,263 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="730.19px" height="730.19px" viewBox="0 0 730.19 730.19" version="1.1">
|
|
3
|
+
<metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
|
|
4
|
+
<gridsvg:generator name="gridSVG" version="1.7-4" time="2022-08-07 21:32:46" />
|
|
5
|
+
<gridsvg:argument name="name" value="barplot.svg" />
|
|
6
|
+
<gridsvg:argument name="exportCoords" value="none" />
|
|
7
|
+
<gridsvg:argument name="exportMappings" value="none" />
|
|
8
|
+
<gridsvg:argument name="exportJS" value="none" />
|
|
9
|
+
<gridsvg:argument name="res" value="72" />
|
|
10
|
+
<gridsvg:argument name="prefix" value="" />
|
|
11
|
+
<gridsvg:argument name="addClasses" value="FALSE" />
|
|
12
|
+
<gridsvg:argument name="indent" value="TRUE" />
|
|
13
|
+
<gridsvg:argument name="htmlWrapper" value="FALSE" />
|
|
14
|
+
<gridsvg:argument name="usePaths" value="vpPaths" />
|
|
15
|
+
<gridsvg:argument name="uniqueNames" value="TRUE" />
|
|
16
|
+
<gridsvg:separator name="id.sep" value="." />
|
|
17
|
+
<gridsvg:separator name="gPath.sep" value="::" />
|
|
18
|
+
<gridsvg:separator name="vpPath.sep" value="::" />
|
|
19
|
+
</metadata>
|
|
20
|
+
<g transform="translate(0, 730.19) scale(1, -1)">
|
|
21
|
+
<g id="gridSVG" fill="rgb(255,255,255)" stroke="rgb(0,0,0)" stroke-dasharray="none" stroke-width="0.75" font-size="12" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" opacity="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
22
|
+
<g id="layout.1">
|
|
23
|
+
<g id="layout.2">
|
|
24
|
+
<defs>
|
|
25
|
+
<clipPath id="layout::background.1-9-12-1.1.clipPath">
|
|
26
|
+
<rect x="0" y="0" width="730.19" height="730.19" fill="none" stroke="none" />
|
|
27
|
+
</clipPath>
|
|
28
|
+
</defs>
|
|
29
|
+
<g id="layout::background.1-9-12-1.1" clip-path="url(#layout::background.1-9-12-1.1.clipPath)">
|
|
30
|
+
<g id="background.1-9-12-1.1">
|
|
31
|
+
<rect id="background.1-9-12-1.1.1" x="0" y="0" width="730.19" height="730.19" transform="" stroke-width="1.07" stroke="rgb(255,255,255)" fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="1" fill-opacity="1" />
|
|
32
|
+
</g>
|
|
33
|
+
</g>
|
|
34
|
+
<defs>
|
|
35
|
+
<clipPath id="layout::panel.7-5-7-5.1.clipPath">
|
|
36
|
+
<rect x="33.48" y="31.91" width="691.24" height="692.8" fill="none" stroke="none" />
|
|
37
|
+
</clipPath>
|
|
38
|
+
</defs>
|
|
39
|
+
<g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
|
|
40
|
+
<g id="panel.7-5-7-5.1">
|
|
41
|
+
<g id="grill.gTree.67.1">
|
|
42
|
+
<g id="panel.background..rect.60.1">
|
|
43
|
+
<rect id="panel.background..rect.60.1.1" x="33.48" y="31.91" width="691.24" height="692.8" transform="" stroke-width="1.07" stroke="none" fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1" />
|
|
44
|
+
</g>
|
|
45
|
+
<g id="panel.grid.minor.y..polyline.62.1">
|
|
46
|
+
<polyline id="panel.grid.minor.y..polyline.62.1.1" points="33.48,164.99 724.72,164.99" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
47
|
+
<polyline id="panel.grid.minor.y..polyline.62.1.2" points="33.48,368.15 724.72,368.15" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
48
|
+
<polyline id="panel.grid.minor.y..polyline.62.1.3" points="33.48,571.32 724.72,571.32" stroke="rgb(255,255,255)" fill="none" stroke-width="0.53" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
49
|
+
</g>
|
|
50
|
+
<g id="panel.grid.major.y..polyline.64.1">
|
|
51
|
+
<polyline id="panel.grid.major.y..polyline.64.1.1" points="33.48,63.4 724.72,63.4" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
52
|
+
<polyline id="panel.grid.major.y..polyline.64.1.2" points="33.48,266.57 724.72,266.57" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
53
|
+
<polyline id="panel.grid.major.y..polyline.64.1.3" points="33.48,469.74 724.72,469.74" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
54
|
+
<polyline id="panel.grid.major.y..polyline.64.1.4" points="33.48,672.91 724.72,672.91" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
55
|
+
</g>
|
|
56
|
+
<g id="panel.grid.major.x..polyline.66.1">
|
|
57
|
+
<polyline id="panel.grid.major.x..polyline.66.1.1" points="91.08,31.91 91.08,724.72" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
58
|
+
<polyline id="panel.grid.major.x..polyline.66.1.2" points="187.09,31.91 187.09,724.72" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
59
|
+
<polyline id="panel.grid.major.x..polyline.66.1.3" points="283.09,31.91 283.09,724.72" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
60
|
+
<polyline id="panel.grid.major.x..polyline.66.1.4" points="379.1,31.91 379.1,724.72" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
61
|
+
<polyline id="panel.grid.major.x..polyline.66.1.5" points="475.1,31.91 475.1,724.72" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
62
|
+
<polyline id="panel.grid.major.x..polyline.66.1.6" points="571.11,31.91 571.11,724.72" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
63
|
+
<polyline id="panel.grid.major.x..polyline.66.1.7" points="667.11,31.91 667.11,724.72" stroke="rgb(255,255,255)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
64
|
+
</g>
|
|
65
|
+
</g>
|
|
66
|
+
<g id="geom_rect.rect.56.1">
|
|
67
|
+
<rect id="geom_rect.rect.56.1.1" x="47.88" y="63.4" width="86.4" height="50.79" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
68
|
+
<rect id="geom_rect.rect.56.1.2" x="143.88" y="63.4" width="86.4" height="477.45" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
69
|
+
<rect id="geom_rect.rect.56.1.3" x="239.89" y="63.4" width="86.4" height="416.5" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
70
|
+
<rect id="geom_rect.rect.56.1.4" x="335.89" y="63.4" width="86.4" height="111.74" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
71
|
+
<rect id="geom_rect.rect.56.1.5" x="431.9" y="63.4" width="86.4" height="335.23" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
72
|
+
<rect id="geom_rect.rect.56.1.6" x="527.9" y="63.4" width="86.4" height="355.54" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
73
|
+
<rect id="geom_rect.rect.56.1.7" x="623.91" y="63.4" width="86.4" height="629.82" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.07" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
74
|
+
</g>
|
|
75
|
+
</g>
|
|
76
|
+
</g>
|
|
77
|
+
<g id="layout::spacer.8-6-8-6.1" />
|
|
78
|
+
<g id="layout::spacer.8-4-8-4.1" />
|
|
79
|
+
<g id="layout::spacer.6-6-6-6.1" />
|
|
80
|
+
<g id="layout::spacer.6-4-6-4.1" />
|
|
81
|
+
<g id="layout::axis-t.6-5-6-5.1" />
|
|
82
|
+
<g id="layout::axis-l.7-4-7-4.1">
|
|
83
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.16.1">
|
|
84
|
+
<g id="axis-l.7-4-7-4.1">
|
|
85
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.16::axis.1">
|
|
86
|
+
<g id="axis.1">
|
|
87
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.16::axis::axis.1-1-1-1.1">
|
|
88
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.16::axis::axis.1-1-1-1::GRID.VP.14.1" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
89
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.16::axis::axis.1-1-1-1::GRID.VP.14::GRID.VP.15.1">
|
|
90
|
+
<g id="axis.1-1-1-1.1">
|
|
91
|
+
<g id="GRID.text.74.1">
|
|
92
|
+
<g id="GRID.text.74.1.1" transform="translate(28.55, 63.4)" stroke-width="0.1">
|
|
93
|
+
<g id="GRID.text.74.1.1.scale" transform="scale(1, -1)">
|
|
94
|
+
<text x="0" y="0" id="GRID.text.74.1.1.text" text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
95
|
+
<tspan id="GRID.text.74.1.1.tspan.1" dy="3.23" x="0">0</tspan>
|
|
96
|
+
</text>
|
|
97
|
+
</g>
|
|
98
|
+
</g>
|
|
99
|
+
<g id="GRID.text.74.1.2" transform="translate(28.55, 266.57)" stroke-width="0.1">
|
|
100
|
+
<g id="GRID.text.74.1.2.scale" transform="scale(1, -1)">
|
|
101
|
+
<text x="0" y="0" id="GRID.text.74.1.2.text" text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
102
|
+
<tspan id="GRID.text.74.1.2.tspan.1" dy="3.23" x="0">20</tspan>
|
|
103
|
+
</text>
|
|
104
|
+
</g>
|
|
105
|
+
</g>
|
|
106
|
+
<g id="GRID.text.74.1.3" transform="translate(28.55, 469.74)" stroke-width="0.1">
|
|
107
|
+
<g id="GRID.text.74.1.3.scale" transform="scale(1, -1)">
|
|
108
|
+
<text x="0" y="0" id="GRID.text.74.1.3.text" text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
109
|
+
<tspan id="GRID.text.74.1.3.tspan.1" dy="3.23" x="0">40</tspan>
|
|
110
|
+
</text>
|
|
111
|
+
</g>
|
|
112
|
+
</g>
|
|
113
|
+
<g id="GRID.text.74.1.4" transform="translate(28.55, 672.91)" stroke-width="0.1">
|
|
114
|
+
<g id="GRID.text.74.1.4.scale" transform="scale(1, -1)">
|
|
115
|
+
<text x="0" y="0" id="GRID.text.74.1.4.text" text-anchor="end" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
116
|
+
<tspan id="GRID.text.74.1.4.tspan.1" dy="3.23" x="0">60</tspan>
|
|
117
|
+
</text>
|
|
118
|
+
</g>
|
|
119
|
+
</g>
|
|
120
|
+
</g>
|
|
121
|
+
</g>
|
|
122
|
+
</g>
|
|
123
|
+
</g>
|
|
124
|
+
</g>
|
|
125
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.16::axis::axis.1-2-1-2.1">
|
|
126
|
+
<g id="axis.1-2-1-2.1">
|
|
127
|
+
<polyline id="axis.1-2-1-2.1.1" points="30.74,63.4 33.48,63.4" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
128
|
+
<polyline id="axis.1-2-1-2.1.2" points="30.74,266.57 33.48,266.57" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
129
|
+
<polyline id="axis.1-2-1-2.1.3" points="30.74,469.74 33.48,469.74" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
130
|
+
<polyline id="axis.1-2-1-2.1.4" points="30.74,672.91 33.48,672.91" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
131
|
+
</g>
|
|
132
|
+
</g>
|
|
133
|
+
</g>
|
|
134
|
+
</g>
|
|
135
|
+
</g>
|
|
136
|
+
</g>
|
|
137
|
+
</g>
|
|
138
|
+
<g id="layout::axis-r.7-6-7-6.1" />
|
|
139
|
+
<g id="layout::axis-b.8-5-8-5.1">
|
|
140
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.13.1">
|
|
141
|
+
<g id="axis-b.8-5-8-5.1">
|
|
142
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.13::axis.1">
|
|
143
|
+
<g id="axis.2">
|
|
144
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.13::axis::axis.1-1-1-1.1">
|
|
145
|
+
<g id="axis.1-1-1-1.2">
|
|
146
|
+
<polyline id="axis.1-1-1-1.2.1" points="91.08,29.17 91.08,31.91" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
147
|
+
<polyline id="axis.1-1-1-1.2.2" points="187.09,29.17 187.09,31.91" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
148
|
+
<polyline id="axis.1-1-1-1.2.3" points="283.09,29.17 283.09,31.91" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
149
|
+
<polyline id="axis.1-1-1-1.2.4" points="379.1,29.17 379.1,31.91" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
150
|
+
<polyline id="axis.1-1-1-1.2.5" points="475.1,29.17 475.1,31.91" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
151
|
+
<polyline id="axis.1-1-1-1.2.6" points="571.11,29.17 571.11,31.91" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
152
|
+
<polyline id="axis.1-1-1-1.2.7" points="667.11,29.17 667.11,31.91" stroke="rgb(51,51,51)" fill="none" stroke-width="1.07" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
153
|
+
</g>
|
|
154
|
+
</g>
|
|
155
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.13::axis::axis.2-1-2-1.1">
|
|
156
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.13::axis::axis.2-1-2-1::GRID.VP.11.1" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
157
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.13::axis::axis.2-1-2-1::GRID.VP.11::GRID.VP.12.1">
|
|
158
|
+
<g id="axis.2-1-2-1.1">
|
|
159
|
+
<g id="GRID.text.70.1">
|
|
160
|
+
<g id="GRID.text.70.1.1" transform="translate(91.08, 26.98)" stroke-width="0.1">
|
|
161
|
+
<g id="GRID.text.70.1.1.scale" transform="scale(1, -1)">
|
|
162
|
+
<text x="0" y="0" id="GRID.text.70.1.1.text" text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
163
|
+
<tspan id="GRID.text.70.1.1.tspan.1" dy="6.46" x="0">2seater</tspan>
|
|
164
|
+
</text>
|
|
165
|
+
</g>
|
|
166
|
+
</g>
|
|
167
|
+
<g id="GRID.text.70.1.2" transform="translate(187.09, 26.98)" stroke-width="0.1">
|
|
168
|
+
<g id="GRID.text.70.1.2.scale" transform="scale(1, -1)">
|
|
169
|
+
<text x="0" y="0" id="GRID.text.70.1.2.text" text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
170
|
+
<tspan id="GRID.text.70.1.2.tspan.1" dy="6.46" x="0">compact</tspan>
|
|
171
|
+
</text>
|
|
172
|
+
</g>
|
|
173
|
+
</g>
|
|
174
|
+
<g id="GRID.text.70.1.3" transform="translate(283.09, 26.98)" stroke-width="0.1">
|
|
175
|
+
<g id="GRID.text.70.1.3.scale" transform="scale(1, -1)">
|
|
176
|
+
<text x="0" y="0" id="GRID.text.70.1.3.text" text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
177
|
+
<tspan id="GRID.text.70.1.3.tspan.1" dy="6.46" x="0">midsize</tspan>
|
|
178
|
+
</text>
|
|
179
|
+
</g>
|
|
180
|
+
</g>
|
|
181
|
+
<g id="GRID.text.70.1.4" transform="translate(379.1, 26.98)" stroke-width="0.1">
|
|
182
|
+
<g id="GRID.text.70.1.4.scale" transform="scale(1, -1)">
|
|
183
|
+
<text x="0" y="0" id="GRID.text.70.1.4.text" text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
184
|
+
<tspan id="GRID.text.70.1.4.tspan.1" dy="6.46" x="0">minivan</tspan>
|
|
185
|
+
</text>
|
|
186
|
+
</g>
|
|
187
|
+
</g>
|
|
188
|
+
<g id="GRID.text.70.1.5" transform="translate(475.1, 26.98)" stroke-width="0.1">
|
|
189
|
+
<g id="GRID.text.70.1.5.scale" transform="scale(1, -1)">
|
|
190
|
+
<text x="0" y="0" id="GRID.text.70.1.5.text" text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
191
|
+
<tspan id="GRID.text.70.1.5.tspan.1" dy="6.46" x="0">pickup</tspan>
|
|
192
|
+
</text>
|
|
193
|
+
</g>
|
|
194
|
+
</g>
|
|
195
|
+
<g id="GRID.text.70.1.6" transform="translate(571.11, 26.98)" stroke-width="0.1">
|
|
196
|
+
<g id="GRID.text.70.1.6.scale" transform="scale(1, -1)">
|
|
197
|
+
<text x="0" y="0" id="GRID.text.70.1.6.text" text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
198
|
+
<tspan id="GRID.text.70.1.6.tspan.1" dy="6.46" x="0">subcompact</tspan>
|
|
199
|
+
</text>
|
|
200
|
+
</g>
|
|
201
|
+
</g>
|
|
202
|
+
<g id="GRID.text.70.1.7" transform="translate(667.11, 26.98)" stroke-width="0.1">
|
|
203
|
+
<g id="GRID.text.70.1.7.scale" transform="scale(1, -1)">
|
|
204
|
+
<text x="0" y="0" id="GRID.text.70.1.7.text" text-anchor="middle" font-size="8.8" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
205
|
+
<tspan id="GRID.text.70.1.7.tspan.1" dy="6.46" x="0">suv</tspan>
|
|
206
|
+
</text>
|
|
207
|
+
</g>
|
|
208
|
+
</g>
|
|
209
|
+
</g>
|
|
210
|
+
</g>
|
|
211
|
+
</g>
|
|
212
|
+
</g>
|
|
213
|
+
</g>
|
|
214
|
+
</g>
|
|
215
|
+
</g>
|
|
216
|
+
</g>
|
|
217
|
+
</g>
|
|
218
|
+
</g>
|
|
219
|
+
<g id="layout::xlab-t.5-5-5-5.1" />
|
|
220
|
+
<g id="layout::xlab-b.9-5-9-5.1">
|
|
221
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.17.1" font-size="11" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
222
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.17::GRID.VP.18.1">
|
|
223
|
+
<g id="xlab-b.9-5-9-5.1">
|
|
224
|
+
<g id="GRID.text.78.1">
|
|
225
|
+
<g id="GRID.text.78.1.1" transform="translate(379.1, 15.8)" stroke-width="0.1">
|
|
226
|
+
<g id="GRID.text.78.1.1.scale" transform="scale(1, -1)">
|
|
227
|
+
<text x="0" y="0" id="GRID.text.78.1.1.text" text-anchor="middle" font-size="11" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
228
|
+
<tspan id="GRID.text.78.1.1.tspan.1" dy="7.9" x="0">class</tspan>
|
|
229
|
+
</text>
|
|
230
|
+
</g>
|
|
231
|
+
</g>
|
|
232
|
+
</g>
|
|
233
|
+
</g>
|
|
234
|
+
</g>
|
|
235
|
+
</g>
|
|
236
|
+
</g>
|
|
237
|
+
<g id="layout::ylab-l.7-3-7-3.1">
|
|
238
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.19.1" font-size="11" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
239
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.19::GRID.VP.20.1">
|
|
240
|
+
<g id="ylab-l.7-3-7-3.1">
|
|
241
|
+
<g id="GRID.text.81.1">
|
|
242
|
+
<g id="GRID.text.81.1.1" transform="translate(5.48, 378.31)" stroke-width="0.1">
|
|
243
|
+
<g id="GRID.text.81.1.1.scale" transform="scale(1, -1)">
|
|
244
|
+
<text x="0" y="0" id="GRID.text.81.1.1.text" transform="rotate(-90)" text-anchor="middle" font-size="11" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
245
|
+
<tspan id="GRID.text.81.1.1.tspan.1" dy="7.9" x="0">count</tspan>
|
|
246
|
+
</text>
|
|
247
|
+
</g>
|
|
248
|
+
</g>
|
|
249
|
+
</g>
|
|
250
|
+
</g>
|
|
251
|
+
</g>
|
|
252
|
+
</g>
|
|
253
|
+
</g>
|
|
254
|
+
<g id="layout::ylab-r.7-7-7-7.1" />
|
|
255
|
+
<g id="layout::subtitle.4-5-4-5.1" />
|
|
256
|
+
<g id="layout::title.3-5-3-5.1" />
|
|
257
|
+
<g id="layout::caption.10-5-10-5.1" />
|
|
258
|
+
<g id="layout::tag.2-2-2-2.1" />
|
|
259
|
+
</g>
|
|
260
|
+
</g>
|
|
261
|
+
</g>
|
|
262
|
+
</g>
|
|
263
|
+
</svg>
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="672px" height="672px" viewBox="0 0 672 672" version="1.1">
|
|
3
|
+
<metadata xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/">
|
|
4
|
+
<gridsvg:generator name="gridSVG" version="1.7-4" time="2022-07-14 14:26:55" />
|
|
5
|
+
<gridsvg:argument name="name" value="barplot_diamonds_gridSVG.svg" />
|
|
6
|
+
<gridsvg:argument name="exportCoords" value="none" />
|
|
7
|
+
<gridsvg:argument name="exportMappings" value="none" />
|
|
8
|
+
<gridsvg:argument name="exportJS" value="none" />
|
|
9
|
+
<gridsvg:argument name="res" value="96" />
|
|
10
|
+
<gridsvg:argument name="prefix" value="" />
|
|
11
|
+
<gridsvg:argument name="addClasses" value="FALSE" />
|
|
12
|
+
<gridsvg:argument name="indent" value="TRUE" />
|
|
13
|
+
<gridsvg:argument name="htmlWrapper" value="FALSE" />
|
|
14
|
+
<gridsvg:argument name="usePaths" value="vpPaths" />
|
|
15
|
+
<gridsvg:argument name="uniqueNames" value="TRUE" />
|
|
16
|
+
<gridsvg:separator name="id.sep" value="." />
|
|
17
|
+
<gridsvg:separator name="gPath.sep" value="::" />
|
|
18
|
+
<gridsvg:separator name="vpPath.sep" value="::" />
|
|
19
|
+
</metadata>
|
|
20
|
+
<g transform="translate(0, 672) scale(1, -1)">
|
|
21
|
+
<g id="gridSVG" fill="none" stroke="rgb(0,0,0)" stroke-dasharray="none" stroke-width="1" font-size="16" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" opacity="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-opacity="1" fill-opacity="0" font-weight="normal" font-style="normal">
|
|
22
|
+
<g id="layout.1">
|
|
23
|
+
<g id="layout.2">
|
|
24
|
+
<defs>
|
|
25
|
+
<clipPath id="layout::background.1-9-12-1.1.clipPath">
|
|
26
|
+
<rect x="0" y="0" width="672" height="672" fill="none" stroke="none" />
|
|
27
|
+
</clipPath>
|
|
28
|
+
</defs>
|
|
29
|
+
<g id="layout::background.1-9-12-1.1" clip-path="url(#layout::background.1-9-12-1.1.clipPath)">
|
|
30
|
+
<g id="background.1-9-12-1.1">
|
|
31
|
+
<rect id="background.1-9-12-1.1.1" x="0" y="0" width="672" height="672" transform="" stroke-width="1.42" stroke="rgb(255,255,255)" fill="rgb(255,255,255)" stroke-dasharray="none" stroke-opacity="1" fill-opacity="1" />
|
|
32
|
+
</g>
|
|
33
|
+
</g>
|
|
34
|
+
<defs>
|
|
35
|
+
<clipPath id="layout::panel.7-5-7-5.1.clipPath">
|
|
36
|
+
<rect x="67.53" y="44.53" width="597.16" height="620.16" fill="none" stroke="none" />
|
|
37
|
+
</clipPath>
|
|
38
|
+
</defs>
|
|
39
|
+
<g id="layout::panel.7-5-7-5.1" clip-path="url(#layout::panel.7-5-7-5.1.clipPath)">
|
|
40
|
+
<g id="panel.7-5-7-5.1">
|
|
41
|
+
<g id="grill.gTree.13.1">
|
|
42
|
+
<g id="panel.background..rect.6.1">
|
|
43
|
+
<rect id="panel.background..rect.6.1.1" x="67.53" y="44.53" width="597.16" height="620.16" transform="" stroke-width="1.42" stroke="none" fill="rgb(235,235,235)" stroke-dasharray="none" stroke-opacity="0" fill-opacity="1" />
|
|
44
|
+
</g>
|
|
45
|
+
<g id="panel.grid.minor.y..polyline.8.1">
|
|
46
|
+
<polyline id="panel.grid.minor.y..polyline.8.1.1" points="67.53,138.12 664.69,138.12" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
47
|
+
<polyline id="panel.grid.minor.y..polyline.8.1.2" points="67.53,268.93 664.69,268.93" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
48
|
+
<polyline id="panel.grid.minor.y..polyline.8.1.3" points="67.53,399.73 664.69,399.73" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
49
|
+
<polyline id="panel.grid.minor.y..polyline.8.1.4" points="67.53,530.53 664.69,530.53" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
50
|
+
<polyline id="panel.grid.minor.y..polyline.8.1.5" points="67.53,661.33 664.69,661.33" stroke="rgb(255,255,255)" fill="none" stroke-width="0.71" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
51
|
+
</g>
|
|
52
|
+
<g id="panel.grid.major.y..polyline.10.1">
|
|
53
|
+
<polyline id="panel.grid.major.y..polyline.10.1.1" points="67.53,72.72 664.69,72.72" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
54
|
+
<polyline id="panel.grid.major.y..polyline.10.1.2" points="67.53,203.53 664.69,203.53" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
55
|
+
<polyline id="panel.grid.major.y..polyline.10.1.3" points="67.53,334.33 664.69,334.33" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
56
|
+
<polyline id="panel.grid.major.y..polyline.10.1.4" points="67.53,465.13 664.69,465.13" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
57
|
+
<polyline id="panel.grid.major.y..polyline.10.1.5" points="67.53,595.93 664.69,595.93" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
58
|
+
</g>
|
|
59
|
+
<g id="panel.grid.major.x..polyline.12.1">
|
|
60
|
+
<polyline id="panel.grid.major.x..polyline.12.1.1" points="136.44,44.53 136.44,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
61
|
+
<polyline id="panel.grid.major.x..polyline.12.1.2" points="251.28,44.53 251.28,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
62
|
+
<polyline id="panel.grid.major.x..polyline.12.1.3" points="366.11,44.53 366.11,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
63
|
+
<polyline id="panel.grid.major.x..polyline.12.1.4" points="480.95,44.53 480.95,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
64
|
+
<polyline id="panel.grid.major.x..polyline.12.1.5" points="595.79,44.53 595.79,664.69" stroke="rgb(255,255,255)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
65
|
+
</g>
|
|
66
|
+
</g>
|
|
67
|
+
<g id="geom_rect.rect.2.1">
|
|
68
|
+
<rect id="geom_rect.rect.2.1.1" x="84.76" y="72.72" width="103.35" height="42.12" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
69
|
+
<rect id="geom_rect.rect.2.1.2" x="199.6" y="72.72" width="103.35" height="128.34" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
70
|
+
<rect id="geom_rect.rect.2.1.3" x="314.44" y="72.72" width="103.35" height="316.07" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
71
|
+
<rect id="geom_rect.rect.2.1.4" x="429.28" y="72.72" width="103.35" height="360.78" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
72
|
+
<rect id="geom_rect.rect.2.1.5" x="544.11" y="72.72" width="103.35" height="563.78" transform="" stroke="none" fill="rgb(89,89,89)" stroke-width="1.42" stroke-dasharray="none" stroke-linejoin="miter" stroke-linecap="square" stroke-opacity="0" fill-opacity="1" />
|
|
73
|
+
</g>
|
|
74
|
+
</g>
|
|
75
|
+
</g>
|
|
76
|
+
<g id="layout::spacer.8-6-8-6.1" />
|
|
77
|
+
<g id="layout::spacer.8-4-8-4.1" />
|
|
78
|
+
<g id="layout::spacer.6-6-6-6.1" />
|
|
79
|
+
<g id="layout::spacer.6-4-6-4.1" />
|
|
80
|
+
<g id="layout::axis-t.6-5-6-5.1" />
|
|
81
|
+
<g id="layout::axis-l.7-4-7-4.1">
|
|
82
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6.1">
|
|
83
|
+
<g id="axis-l.7-4-7-4.1">
|
|
84
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis.1">
|
|
85
|
+
<g id="axis.1">
|
|
86
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1.1">
|
|
87
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4.1" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
88
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-1-1-1::GRID.VP.4::GRID.VP.5.1">
|
|
89
|
+
<g id="axis.1-1-1-1.1">
|
|
90
|
+
<g id="GRID.text.21.1">
|
|
91
|
+
<g id="GRID.text.21.1.1" transform="translate(60.96, 72.72)" stroke-width="0.1">
|
|
92
|
+
<g id="GRID.text.21.1.1.scale" transform="scale(1, -1)">
|
|
93
|
+
<text x="0" y="0" id="GRID.text.21.1.1.text" text-anchor="end" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
94
|
+
<tspan id="GRID.text.21.1.1.tspan.1" dy="5" x="0">0</tspan>
|
|
95
|
+
</text>
|
|
96
|
+
</g>
|
|
97
|
+
</g>
|
|
98
|
+
<g id="GRID.text.21.1.2" transform="translate(60.96, 203.53)" stroke-width="0.1">
|
|
99
|
+
<g id="GRID.text.21.1.2.scale" transform="scale(1, -1)">
|
|
100
|
+
<text x="0" y="0" id="GRID.text.21.1.2.text" text-anchor="end" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
101
|
+
<tspan id="GRID.text.21.1.2.tspan.1" dy="5" x="0">5000</tspan>
|
|
102
|
+
</text>
|
|
103
|
+
</g>
|
|
104
|
+
</g>
|
|
105
|
+
<g id="GRID.text.21.1.3" transform="translate(60.96, 334.33)" stroke-width="0.1">
|
|
106
|
+
<g id="GRID.text.21.1.3.scale" transform="scale(1, -1)">
|
|
107
|
+
<text x="0" y="0" id="GRID.text.21.1.3.text" text-anchor="end" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
108
|
+
<tspan id="GRID.text.21.1.3.tspan.1" dy="5" x="0">10000</tspan>
|
|
109
|
+
</text>
|
|
110
|
+
</g>
|
|
111
|
+
</g>
|
|
112
|
+
<g id="GRID.text.21.1.4" transform="translate(60.96, 465.13)" stroke-width="0.1">
|
|
113
|
+
<g id="GRID.text.21.1.4.scale" transform="scale(1, -1)">
|
|
114
|
+
<text x="0" y="0" id="GRID.text.21.1.4.text" text-anchor="end" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
115
|
+
<tspan id="GRID.text.21.1.4.tspan.1" dy="5" x="0">15000</tspan>
|
|
116
|
+
</text>
|
|
117
|
+
</g>
|
|
118
|
+
</g>
|
|
119
|
+
<g id="GRID.text.21.1.5" transform="translate(60.96, 595.93)" stroke-width="0.1">
|
|
120
|
+
<g id="GRID.text.21.1.5.scale" transform="scale(1, -1)">
|
|
121
|
+
<text x="0" y="0" id="GRID.text.21.1.5.text" text-anchor="end" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
122
|
+
<tspan id="GRID.text.21.1.5.tspan.1" dy="5" x="0">20000</tspan>
|
|
123
|
+
</text>
|
|
124
|
+
</g>
|
|
125
|
+
</g>
|
|
126
|
+
</g>
|
|
127
|
+
</g>
|
|
128
|
+
</g>
|
|
129
|
+
</g>
|
|
130
|
+
</g>
|
|
131
|
+
<g id="layout::axis-l.7-4-7-4::GRID.VP.6::axis::axis.1-2-1-2.1">
|
|
132
|
+
<g id="axis.1-2-1-2.1">
|
|
133
|
+
<polyline id="axis.1-2-1-2.1.1" points="63.88,72.72 67.53,72.72" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
134
|
+
<polyline id="axis.1-2-1-2.1.2" points="63.88,203.53 67.53,203.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
135
|
+
<polyline id="axis.1-2-1-2.1.3" points="63.88,334.33 67.53,334.33" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
136
|
+
<polyline id="axis.1-2-1-2.1.4" points="63.88,465.13 67.53,465.13" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
137
|
+
<polyline id="axis.1-2-1-2.1.5" points="63.88,595.93 67.53,595.93" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
138
|
+
</g>
|
|
139
|
+
</g>
|
|
140
|
+
</g>
|
|
141
|
+
</g>
|
|
142
|
+
</g>
|
|
143
|
+
</g>
|
|
144
|
+
</g>
|
|
145
|
+
<g id="layout::axis-r.7-6-7-6.1" />
|
|
146
|
+
<g id="layout::axis-b.8-5-8-5.1">
|
|
147
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3.1">
|
|
148
|
+
<g id="axis-b.8-5-8-5.1">
|
|
149
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis.1">
|
|
150
|
+
<g id="axis.2">
|
|
151
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.1-1-1-1.1">
|
|
152
|
+
<g id="axis.1-1-1-1.2">
|
|
153
|
+
<polyline id="axis.1-1-1-1.2.1" points="136.44,40.88 136.44,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
154
|
+
<polyline id="axis.1-1-1-1.2.2" points="251.28,40.88 251.28,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
155
|
+
<polyline id="axis.1-1-1-1.2.3" points="366.11,40.88 366.11,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
156
|
+
<polyline id="axis.1-1-1-1.2.4" points="480.95,40.88 480.95,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
157
|
+
<polyline id="axis.1-1-1-1.2.5" points="595.79,40.88 595.79,44.53" stroke="rgb(51,51,51)" fill="none" stroke-width="1.42" stroke-dasharray="none" stroke-linecap="butt" stroke-opacity="1" fill-opacity="1" />
|
|
158
|
+
</g>
|
|
159
|
+
</g>
|
|
160
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1.1">
|
|
161
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1.1" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
162
|
+
<g id="layout::axis-b.8-5-8-5::GRID.VP.3::axis::axis.2-1-2-1::GRID.VP.1::GRID.VP.2.1">
|
|
163
|
+
<g id="axis.2-1-2-1.1">
|
|
164
|
+
<g id="GRID.text.16.1">
|
|
165
|
+
<g id="GRID.text.16.1.1" transform="translate(136.44, 37.96)" stroke-width="0.1">
|
|
166
|
+
<g id="GRID.text.16.1.1.scale" transform="scale(1, -1)">
|
|
167
|
+
<text x="0" y="0" id="GRID.text.16.1.1.text" text-anchor="middle" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
168
|
+
<tspan id="GRID.text.16.1.1.tspan.1" dy="10" x="0">Fair</tspan>
|
|
169
|
+
</text>
|
|
170
|
+
</g>
|
|
171
|
+
</g>
|
|
172
|
+
<g id="GRID.text.16.1.2" transform="translate(251.28, 37.96)" stroke-width="0.1">
|
|
173
|
+
<g id="GRID.text.16.1.2.scale" transform="scale(1, -1)">
|
|
174
|
+
<text x="0" y="0" id="GRID.text.16.1.2.text" text-anchor="middle" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
175
|
+
<tspan id="GRID.text.16.1.2.tspan.1" dy="10" x="0">Good</tspan>
|
|
176
|
+
</text>
|
|
177
|
+
</g>
|
|
178
|
+
</g>
|
|
179
|
+
<g id="GRID.text.16.1.3" transform="translate(366.11, 37.96)" stroke-width="0.1">
|
|
180
|
+
<g id="GRID.text.16.1.3.scale" transform="scale(1, -1)">
|
|
181
|
+
<text x="0" y="0" id="GRID.text.16.1.3.text" text-anchor="middle" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
182
|
+
<tspan id="GRID.text.16.1.3.tspan.1" dy="10" x="0">Very Good</tspan>
|
|
183
|
+
</text>
|
|
184
|
+
</g>
|
|
185
|
+
</g>
|
|
186
|
+
<g id="GRID.text.16.1.4" transform="translate(480.95, 37.96)" stroke-width="0.1">
|
|
187
|
+
<g id="GRID.text.16.1.4.scale" transform="scale(1, -1)">
|
|
188
|
+
<text x="0" y="0" id="GRID.text.16.1.4.text" text-anchor="middle" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
189
|
+
<tspan id="GRID.text.16.1.4.tspan.1" dy="10" x="0">Premium</tspan>
|
|
190
|
+
</text>
|
|
191
|
+
</g>
|
|
192
|
+
</g>
|
|
193
|
+
<g id="GRID.text.16.1.5" transform="translate(595.79, 37.96)" stroke-width="0.1">
|
|
194
|
+
<g id="GRID.text.16.1.5.scale" transform="scale(1, -1)">
|
|
195
|
+
<text x="0" y="0" id="GRID.text.16.1.5.text" text-anchor="middle" font-size="11.73" stroke="rgb(77,77,77)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(77,77,77)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
196
|
+
<tspan id="GRID.text.16.1.5.tspan.1" dy="10" x="0">Ideal</tspan>
|
|
197
|
+
</text>
|
|
198
|
+
</g>
|
|
199
|
+
</g>
|
|
200
|
+
</g>
|
|
201
|
+
</g>
|
|
202
|
+
</g>
|
|
203
|
+
</g>
|
|
204
|
+
</g>
|
|
205
|
+
</g>
|
|
206
|
+
</g>
|
|
207
|
+
</g>
|
|
208
|
+
</g>
|
|
209
|
+
</g>
|
|
210
|
+
<g id="layout::xlab-t.5-5-5-5.1" />
|
|
211
|
+
<g id="layout::xlab-b.9-5-9-5.1">
|
|
212
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.7.1" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
213
|
+
<g id="layout::xlab-b.9-5-9-5::GRID.VP.7::GRID.VP.8.1">
|
|
214
|
+
<g id="xlab-b.9-5-9-5.1">
|
|
215
|
+
<g id="GRID.text.25.1">
|
|
216
|
+
<g id="GRID.text.25.1.1" transform="translate(366.11, 22.31)" stroke-width="0.1">
|
|
217
|
+
<g id="GRID.text.25.1.1.scale" transform="scale(1, -1)">
|
|
218
|
+
<text x="0" y="0" id="GRID.text.25.1.1.text" text-anchor="middle" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
219
|
+
<tspan id="GRID.text.25.1.1.tspan.1" dy="12" x="0">cut</tspan>
|
|
220
|
+
</text>
|
|
221
|
+
</g>
|
|
222
|
+
</g>
|
|
223
|
+
</g>
|
|
224
|
+
</g>
|
|
225
|
+
</g>
|
|
226
|
+
</g>
|
|
227
|
+
</g>
|
|
228
|
+
<g id="layout::ylab-l.7-3-7-3.1">
|
|
229
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.9.1" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" stroke-opacity="1" font-weight="normal" font-style="normal">
|
|
230
|
+
<g id="layout::ylab-l.7-3-7-3::GRID.VP.9::GRID.VP.10.1">
|
|
231
|
+
<g id="ylab-l.7-3-7-3.1">
|
|
232
|
+
<g id="GRID.text.29.1">
|
|
233
|
+
<g id="GRID.text.29.1.1" transform="translate(7.31, 354.61)" stroke-width="0.1">
|
|
234
|
+
<g id="GRID.text.29.1.1.scale" transform="scale(1, -1)">
|
|
235
|
+
<text x="0" y="0" id="GRID.text.29.1.1.text" transform="rotate(-90)" text-anchor="middle" font-size="14.67" stroke="rgb(0,0,0)" font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif" fill="rgb(0,0,0)" stroke-opacity="1" fill-opacity="1" font-weight="normal" font-style="normal">
|
|
236
|
+
<tspan id="GRID.text.29.1.1.tspan.1" dy="12" x="0">count</tspan>
|
|
237
|
+
</text>
|
|
238
|
+
</g>
|
|
239
|
+
</g>
|
|
240
|
+
</g>
|
|
241
|
+
</g>
|
|
242
|
+
</g>
|
|
243
|
+
</g>
|
|
244
|
+
</g>
|
|
245
|
+
<g id="layout::ylab-r.7-7-7-7.1" />
|
|
246
|
+
<g id="layout::subtitle.4-5-4-5.1" />
|
|
247
|
+
<g id="layout::title.3-5-3-5.1" />
|
|
248
|
+
<g id="layout::caption.10-5-10-5.1" />
|
|
249
|
+
<g id="layout::tag.2-2-2-2.1" />
|
|
250
|
+
</g>
|
|
251
|
+
</g>
|
|
252
|
+
</g>
|
|
253
|
+
</g>
|
|
254
|
+
</svg>
|