galaaz 0.4.6 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (181) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +3575 -118
  3. data/Rakefile +21 -4
  4. data/bin/gknit +152 -6
  5. data/bin/gknit-draft +105 -0
  6. data/bin/gknit-draft.rb +28 -0
  7. data/bin/gknit_Rscript +127 -0
  8. data/bin/grun +27 -1
  9. data/bin/gstudio +47 -4
  10. data/bin/{gstudio.rb → gstudio_irb.rb} +0 -0
  11. data/bin/gstudio_pry.rb +7 -0
  12. data/blogs/galaaz_ggplot/galaaz_ggplot.Rmd +3 -12
  13. data/blogs/galaaz_ggplot/galaaz_ggplot.html +77 -222
  14. data/blogs/galaaz_ggplot/galaaz_ggplot.md +4 -31
  15. data/blogs/galaaz_ggplot/galaaz_ggplot.pdf +0 -0
  16. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-html/midwest_rb.png +0 -0
  17. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-html/scatter_plot_rb.png +0 -0
  18. data/blogs/galaaz_ggplot/midwest.Rmd +1 -9
  19. data/blogs/gknit/gknit.Rmd +232 -123
  20. data/blogs/{dev/dev.html → gknit/gknit.html} +1897 -33
  21. data/blogs/gknit/gknit.pdf +0 -0
  22. data/blogs/gknit/lst.rds +0 -0
  23. data/blogs/gknit/stats.bib +27 -0
  24. data/blogs/manual/lst.rds +0 -0
  25. data/blogs/manual/manual.Rmd +1893 -47
  26. data/blogs/manual/manual.html +3153 -347
  27. data/blogs/manual/manual.md +3575 -118
  28. data/blogs/manual/manual.pdf +0 -0
  29. data/blogs/manual/manual.tex +4026 -0
  30. data/blogs/manual/manual_files/figure-html/bubble-1.png +0 -0
  31. data/blogs/manual/manual_files/figure-html/diverging_bar.png +0 -0
  32. data/blogs/manual/manual_files/figure-latex/bubble-1.png +0 -0
  33. data/blogs/manual/manual_files/figure-latex/diverging_bar.pdf +0 -0
  34. data/blogs/{dev → manual}/model.rb +0 -0
  35. data/blogs/nse_dplyr/nse_dplyr.Rmd +849 -0
  36. data/blogs/nse_dplyr/nse_dplyr.html +878 -0
  37. data/blogs/nse_dplyr/nse_dplyr.md +1198 -0
  38. data/blogs/nse_dplyr/nse_dplyr.pdf +0 -0
  39. data/blogs/oh_my/oh_my.html +274 -386
  40. data/blogs/oh_my/oh_my.md +208 -205
  41. data/blogs/ruby_plot/ruby_plot.Rmd +64 -84
  42. data/blogs/ruby_plot/ruby_plot.html +235 -208
  43. data/blogs/ruby_plot/ruby_plot.md +239 -34
  44. data/blogs/ruby_plot/ruby_plot.pdf +0 -0
  45. data/blogs/ruby_plot/ruby_plot_files/figure-html/dose_len.png +0 -0
  46. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_delivery.png +0 -0
  47. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_dose.png +0 -0
  48. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color.png +0 -0
  49. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color2.png +0 -0
  50. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_decorations.png +0 -0
  51. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_jitter.png +0 -0
  52. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_points.png +0 -0
  53. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_box_plot.png +0 -0
  54. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_violin_plot.png +0 -0
  55. data/blogs/ruby_plot/ruby_plot_files/figure-html/violin_with_jitter.png +0 -0
  56. data/examples/Bibliography/master.bib +50 -0
  57. data/examples/Bibliography/stats.bib +72 -0
  58. data/examples/islr/ch2.spec.rb +1 -1
  59. data/examples/islr/ch3_boston.rb +4 -4
  60. data/examples/islr/x_y_rnorm.jpg +0 -0
  61. data/examples/latex_templates/Test-acm_article/Makefile +16 -0
  62. data/examples/latex_templates/Test-acm_article/Test-acm_article.Rmd +65 -0
  63. data/examples/latex_templates/Test-acm_article/acm_proc_article-sp.cls +1670 -0
  64. data/examples/latex_templates/Test-acm_article/sensys-abstract.cls +703 -0
  65. data/examples/latex_templates/Test-acm_article/sigproc.bib +59 -0
  66. data/examples/latex_templates/Test-acs_article/Test-acs_article.Rmd +260 -0
  67. data/examples/latex_templates/Test-acs_article/Test-acs_article.pdf +0 -0
  68. data/examples/latex_templates/Test-acs_article/acs-Test-acs_article.bib +11 -0
  69. data/examples/latex_templates/Test-acs_article/acs-my_output.bib +11 -0
  70. data/examples/latex_templates/Test-acs_article/acstest.bib +17 -0
  71. data/examples/latex_templates/Test-aea_article/AEA.cls +1414 -0
  72. data/examples/latex_templates/Test-aea_article/BibFile.bib +0 -0
  73. data/examples/latex_templates/Test-aea_article/Test-aea_article.Rmd +108 -0
  74. data/examples/latex_templates/Test-aea_article/Test-aea_article.pdf +0 -0
  75. data/examples/latex_templates/Test-aea_article/aea.bst +1269 -0
  76. data/examples/latex_templates/Test-aea_article/multicol.sty +853 -0
  77. data/examples/latex_templates/Test-aea_article/references.bib +0 -0
  78. data/examples/latex_templates/Test-aea_article/setspace.sty +546 -0
  79. data/examples/latex_templates/Test-amq_article/Test-amq_article.Rmd +256 -0
  80. data/examples/latex_templates/Test-amq_article/Test-amq_article.pdf +0 -0
  81. data/examples/latex_templates/Test-amq_article/Test-amq_article.pdfsync +3397 -0
  82. data/examples/latex_templates/Test-amq_article/pics/Figure2.pdf +0 -0
  83. data/examples/latex_templates/Test-ams_article/Test-ams_article.Rmd +215 -0
  84. data/examples/latex_templates/Test-ams_article/amstest.bib +436 -0
  85. data/examples/latex_templates/Test-asa_article/Test-asa_article.Rmd +153 -0
  86. data/examples/latex_templates/Test-asa_article/Test-asa_article.pdf +0 -0
  87. data/examples/latex_templates/Test-asa_article/agsm.bst +1353 -0
  88. data/examples/latex_templates/Test-asa_article/bibliography.bib +233 -0
  89. data/examples/latex_templates/Test-ieee_article/IEEEtran.bst +2409 -0
  90. data/examples/latex_templates/Test-ieee_article/IEEEtran.cls +6346 -0
  91. data/examples/latex_templates/Test-ieee_article/Test-ieee_article.Rmd +175 -0
  92. data/examples/latex_templates/Test-ieee_article/Test-ieee_article.pdf +0 -0
  93. data/examples/latex_templates/Test-ieee_article/mybibfile.bib +20 -0
  94. data/examples/latex_templates/Test-rjournal_article/RJournal.sty +335 -0
  95. data/examples/latex_templates/Test-rjournal_article/RJreferences.bib +18 -0
  96. data/examples/latex_templates/Test-rjournal_article/RJwrapper.pdf +0 -0
  97. data/examples/latex_templates/Test-rjournal_article/Test-rjournal_article.Rmd +52 -0
  98. data/examples/latex_templates/Test-springer_article/Test-springer_article.Rmd +65 -0
  99. data/examples/latex_templates/Test-springer_article/Test-springer_article.pdf +0 -0
  100. data/examples/latex_templates/Test-springer_article/bibliography.bib +26 -0
  101. data/examples/latex_templates/Test-springer_article/spbasic.bst +1658 -0
  102. data/examples/latex_templates/Test-springer_article/spmpsci.bst +1512 -0
  103. data/examples/latex_templates/Test-springer_article/spphys.bst +1443 -0
  104. data/examples/latex_templates/Test-springer_article/svglov3.clo +113 -0
  105. data/examples/latex_templates/Test-springer_article/svjour3.cls +1431 -0
  106. data/examples/misc/moneyball.rb +1 -1
  107. data/examples/misc/subsetting.rb +37 -37
  108. data/examples/rmarkdown/svm-rmarkdown-anon-ms-example/svm-rmarkdown-anon-ms-example.Rmd +73 -0
  109. data/examples/rmarkdown/svm-rmarkdown-anon-ms-example/svm-rmarkdown-anon-ms-example.pdf +0 -0
  110. data/examples/rmarkdown/svm-rmarkdown-article-example/svm-rmarkdown-article-example.Rmd +382 -0
  111. data/examples/rmarkdown/svm-rmarkdown-article-example/svm-rmarkdown-article-example.pdf +0 -0
  112. data/examples/rmarkdown/svm-rmarkdown-beamer-example/svm-rmarkdown-beamer-example.Rmd +164 -0
  113. data/examples/rmarkdown/svm-rmarkdown-beamer-example/svm-rmarkdown-beamer-example.pdf +0 -0
  114. data/examples/rmarkdown/svm-rmarkdown-cv/svm-rmarkdown-cv.Rmd +92 -0
  115. data/examples/rmarkdown/svm-rmarkdown-cv/svm-rmarkdown-cv.pdf +0 -0
  116. data/examples/rmarkdown/svm-rmarkdown-syllabus-example/attend-grade-relationships.csv +482 -0
  117. data/examples/rmarkdown/svm-rmarkdown-syllabus-example/svm-rmarkdown-syllabus-example.Rmd +280 -0
  118. data/examples/rmarkdown/svm-rmarkdown-syllabus-example/svm-rmarkdown-syllabus-example.pdf +0 -0
  119. data/examples/rmarkdown/svm-xaringan-example/svm-xaringan-example.Rmd +386 -0
  120. data/lib/R_interface/r.rb +2 -2
  121. data/lib/R_interface/r_libs.R +6 -1
  122. data/lib/R_interface/r_methods.rb +12 -2
  123. data/lib/R_interface/rdata_frame.rb +8 -17
  124. data/lib/R_interface/rindexed_object.rb +1 -2
  125. data/lib/R_interface/rlist.rb +1 -0
  126. data/lib/R_interface/robject.rb +20 -23
  127. data/lib/R_interface/rpkg.rb +15 -6
  128. data/lib/R_interface/rsupport.rb +13 -19
  129. data/lib/R_interface/ruby_extensions.rb +14 -18
  130. data/lib/R_interface/rvector.rb +0 -12
  131. data/lib/gknit.rb +2 -0
  132. data/lib/gknit/draft.rb +105 -0
  133. data/lib/gknit/knitr_engine.rb +6 -37
  134. data/lib/util/exec_ruby.rb +22 -84
  135. data/lib/util/inline_file.rb +7 -3
  136. data/specs/figures/bg.jpeg +0 -0
  137. data/specs/figures/bg.png +0 -0
  138. data/specs/figures/bg.svg +2 -2
  139. data/specs/figures/dose_len.png +0 -0
  140. data/specs/figures/no_args.jpeg +0 -0
  141. data/specs/figures/no_args.png +0 -0
  142. data/specs/figures/no_args.svg +2 -2
  143. data/specs/figures/width_height.jpeg +0 -0
  144. data/specs/figures/width_height.png +0 -0
  145. data/specs/figures/width_height_units1.jpeg +0 -0
  146. data/specs/figures/width_height_units1.png +0 -0
  147. data/specs/figures/width_height_units2.jpeg +0 -0
  148. data/specs/figures/width_height_units2.png +0 -0
  149. data/specs/r_dataframe.spec.rb +184 -11
  150. data/specs/r_list.spec.rb +4 -4
  151. data/specs/r_list_apply.spec.rb +11 -10
  152. data/specs/ruby_expression.spec.rb +3 -11
  153. data/specs/tmp.rb +106 -34
  154. data/version.rb +1 -1
  155. metadata +96 -33
  156. data/bin/gknit_old_r +0 -236
  157. data/blogs/dev/dev.Rmd +0 -77
  158. data/blogs/dev/dev.md +0 -87
  159. data/blogs/dev/dev_files/figure-html/bubble-1.png +0 -0
  160. data/blogs/dev/dev_files/figure-html/diverging_bar. +0 -0
  161. data/blogs/dev/dev_files/figure-html/diverging_bar.png +0 -0
  162. data/blogs/dplyr/dplyr.rb +0 -63
  163. data/blogs/galaaz_ggplot/galaaz_ggplot.aux +0 -43
  164. data/blogs/galaaz_ggplot/galaaz_ggplot.log +0 -640
  165. data/blogs/galaaz_ggplot/galaaz_ggplot.out +0 -10
  166. data/blogs/galaaz_ggplot/galaaz_ggplot.tex +0 -481
  167. data/blogs/galaaz_ggplot/midwest.png +0 -0
  168. data/blogs/galaaz_ggplot/scatter_plot.png +0 -0
  169. data/blogs/ruby_plot/ruby_plot.Rmd_external_figs +0 -662
  170. data/blogs/ruby_plot/ruby_plot.tex +0 -1077
  171. data/blogs/ruby_plot/ruby_plot_files/figure-html/dose_len.svg +0 -57
  172. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_delivery.svg +0 -106
  173. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_dose.svg +0 -110
  174. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color.svg +0 -174
  175. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color2.svg +0 -236
  176. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_jitter.svg +0 -296
  177. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_points.svg +0 -236
  178. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_box_plot.svg +0 -218
  179. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_violin_plot.svg +0 -128
  180. data/blogs/ruby_plot/ruby_plot_files/figure-html/violin_with_jitter.svg +0 -150
  181. data/examples/paper/paper.rb +0 -36
@@ -1,57 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 506 506' style='fill:transparent'>
4
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
5
- <rect x='0' y='0' width='506' height='506' style='stroke:#FFFFFF;fill:#FFFFFF'/>
6
- <rect x='31' y='6' width='469' height='473' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#EBEBEB'/>
7
- </g><g style='stroke-width:0.7113188976377953;stroke-linejoin:round;stroke-linecap:butt'>
8
- <polyline points='31,446 500,446' style='stroke:#FFFFFF'/>
9
- <polyline points='31,301 500,301' style='stroke:#FFFFFF'/>
10
- <polyline points='31,156 500,156' style='stroke:#FFFFFF'/>
11
- <polyline points='31,11 500,11' style='stroke:#FFFFFF'/>
12
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
13
- <polyline points='31,373 500,373' style='stroke:#FFFFFF'/>
14
- <polyline points='31,228 500,228' style='stroke:#FFFFFF'/>
15
- <polyline points='31,84 500,84' style='stroke:#FFFFFF'/>
16
- <polyline points='119,479 119,6' style='stroke:#FFFFFF'/>
17
- <polyline points='266,479 266,6' style='stroke:#FFFFFF'/>
18
- <polyline points='412,479 412,6' style='stroke:#FFFFFF'/>
19
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
20
- <circle cx='119' cy='207' r='2' style='stroke:#333333;fill:#333333'/>
21
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
22
- <polyline points='119,341 119,263' style='stroke:#333333'/>
23
- <polyline points='119,413 119,457' style='stroke:#333333'/>
24
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
25
- <polyline points='64,341 64,413 174,413 174,341 64,341 64,341' style='stroke:#333333;fill:#FFFFFF'/>
26
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
27
- <polyline points='64,375 174,375' style='stroke:#333333'/>
28
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
29
- <polyline points='266,180 266,123' style='stroke:#333333'/>
30
- <polyline points='266,283 266,321' style='stroke:#333333'/>
31
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
32
- <polyline points='211,180 211,283 321,283 321,180 211,180 211,180' style='stroke:#333333;fill:#FFFFFF'/>
33
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
34
- <polyline points='211,239 321,239' style='stroke:#333333'/>
35
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
36
- <polyline points='412,115 412,27' style='stroke:#333333'/>
37
- <polyline points='412,177 412,250' style='stroke:#333333'/>
38
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
39
- <polyline points='358,115 358,177 467,177 467,115 358,115 358,115' style='stroke:#333333;fill:#FFFFFF'/>
40
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
41
- <polyline points='358,142 467,142' style='stroke:#333333'/>
42
- </g><text x='16' y='376' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>10</text>
43
- <text x='16' y='231' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>20</text>
44
- <text x='16' y='87' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>30</text>
45
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
46
- <polyline points='29,373 31,373' style='stroke:#333333'/>
47
- <polyline points='29,228 31,228' style='stroke:#333333'/>
48
- <polyline points='29,84 31,84' style='stroke:#333333'/>
49
- <polyline points='119,482 119,479' style='stroke:#333333'/>
50
- <polyline points='266,482 266,479' style='stroke:#333333'/>
51
- <polyline points='412,482 412,479' style='stroke:#333333'/>
52
- </g><text x='111' y='490' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
53
- <text x='263' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
54
- <text x='410' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
55
- <text x='253' y='500' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
56
- <text x='13' y='252' lengthAdjust='spacingAndGlyphs' textLength='20px' style='font-size:11.0px;fill:#000000' transform='rotate(-90,13,252)'>len</text>
57
- </svg>
@@ -1,106 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 506 506' style='fill:transparent'>
4
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
5
- <rect x='0' y='0' width='506' height='506' style='stroke:#FFFFFF;fill:#FFFFFF'/>
6
- <rect x='34' y='23' width='230' height='453' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#EBEBEB'/>
7
- </g><g style='stroke-width:0.7113188976377953;stroke-linejoin:round;stroke-linecap:butt'>
8
- <polyline points='34,444 265,444' style='stroke:#FFFFFF'/>
9
- <polyline points='34,306 265,306' style='stroke:#FFFFFF'/>
10
- <polyline points='34,167 265,167' style='stroke:#FFFFFF'/>
11
- <polyline points='34,28 265,28' style='stroke:#FFFFFF'/>
12
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
13
- <polyline points='34,375 265,375' style='stroke:#FFFFFF'/>
14
- <polyline points='34,236 265,236' style='stroke:#FFFFFF'/>
15
- <polyline points='34,97 265,97' style='stroke:#FFFFFF'/>
16
- <polyline points='77,476 77,23' style='stroke:#FFFFFF'/>
17
- <polyline points='149,476 149,23' style='stroke:#FFFFFF'/>
18
- <polyline points='221,476 221,23' style='stroke:#FFFFFF'/>
19
- <polyline points='77,289 77,215' style='stroke:#333333'/>
20
- <polyline points='77,379 77,400' style='stroke:#333333'/>
21
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
22
- <polyline points='50,289 50,379 104,379 104,289 50,289 50,289' style='stroke:#333333;fill:#FFFFFF'/>
23
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
24
- <polyline points='50,344 104,344' style='stroke:#333333'/>
25
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
26
- <polyline points='149,158 149,135' style='stroke:#333333'/>
27
- <polyline points='149,232 149,313' style='stroke:#333333'/>
28
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
29
- <polyline points='122,158 122,232 176,232 176,158 122,158 122,158' style='stroke:#333333;fill:#FFFFFF'/>
30
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
31
- <polyline points='122,188 176,188' style='stroke:#333333'/>
32
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
33
- <circle cx='221' cy='85' r='2' style='stroke:#333333;fill:#333333'/>
34
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
35
- <polyline points='221,138 221,106' style='stroke:#333333'/>
36
- <polyline points='221,173 221,203' style='stroke:#333333'/>
37
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
38
- <polyline points='194,138 194,173 248,173 248,138 194,138 194,138' style='stroke:#333333;fill:#FFFFFF'/>
39
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
40
- <polyline points='194,154 248,154' style='stroke:#333333'/>
41
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
42
- <rect x='270' y='23' width='230' height='453' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#EBEBEB'/>
43
- </g><g style='stroke-width:0.7113188976377953;stroke-linejoin:round;stroke-linecap:butt'>
44
- <polyline points='270,444 500,444' style='stroke:#FFFFFF'/>
45
- <polyline points='270,306 500,306' style='stroke:#FFFFFF'/>
46
- <polyline points='270,167 500,167' style='stroke:#FFFFFF'/>
47
- <polyline points='270,28 500,28' style='stroke:#FFFFFF'/>
48
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
49
- <polyline points='270,375 500,375' style='stroke:#FFFFFF'/>
50
- <polyline points='270,236 500,236' style='stroke:#FFFFFF'/>
51
- <polyline points='270,97 500,97' style='stroke:#FFFFFF'/>
52
- <polyline points='313,476 313,23' style='stroke:#FFFFFF'/>
53
- <polyline points='385,476 385,23' style='stroke:#FFFFFF'/>
54
- <polyline points='457,476 457,23' style='stroke:#FFFFFF'/>
55
- <polyline points='313,362 313,354' style='stroke:#333333'/>
56
- <polyline points='313,431 313,455' style='stroke:#333333'/>
57
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
58
- <polyline points='286,362 286,431 340,431 340,362 286,362 286,362' style='stroke:#333333;fill:#FFFFFF'/>
59
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
60
- <polyline points='286,415 340,415' style='stroke:#333333'/>
61
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
62
- <circle cx='385' cy='201' r='2' style='stroke:#333333;fill:#333333'/>
63
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
64
- <polyline points='385,274 385,253' style='stroke:#333333'/>
65
- <polyline points='385,302 385,325' style='stroke:#333333'/>
66
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
67
- <polyline points='358,274 358,302 412,302 412,274 358,274 358,274' style='stroke:#333333;fill:#FFFFFF'/>
68
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
69
- <polyline points='358,285 412,285' style='stroke:#333333'/>
70
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
71
- <polyline points='457,114 457,43' style='stroke:#333333'/>
72
- <polyline points='457,189 457,257' style='stroke:#333333'/>
73
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
74
- <polyline points='430,114 430,189 484,189 484,114 430,114 430,114' style='stroke:#333333;fill:#FFFFFF'/>
75
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
76
- <polyline points='430,154 484,154' style='stroke:#333333'/>
77
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
78
- <rect x='34' y='6' width='230' height='17' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#D9D9D9'/>
79
- </g><text x='144' y='17' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>OJ</text>
80
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
81
- <rect x='270' y='6' width='230' height='17' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#D9D9D9'/>
82
- </g><text x='380' y='17' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>VC</text>
83
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
84
- <polyline points='77,479 77,476' style='stroke:#333333'/>
85
- <polyline points='149,479 149,476' style='stroke:#333333'/>
86
- <polyline points='221,479 221,476' style='stroke:#333333'/>
87
- </g><text x='69' y='487' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
88
- <text x='147' y='487' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
89
- <text x='219' y='487' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
90
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
91
- <polyline points='313,479 313,476' style='stroke:#333333'/>
92
- <polyline points='385,479 385,476' style='stroke:#333333'/>
93
- <polyline points='457,479 457,476' style='stroke:#333333'/>
94
- </g><text x='305' y='487' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
95
- <text x='383' y='487' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
96
- <text x='455' y='487' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
97
- <text x='19' y='378' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>10</text>
98
- <text x='19' y='239' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>20</text>
99
- <text x='19' y='100' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>30</text>
100
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
101
- <polyline points='31,375 34,375' style='stroke:#333333'/>
102
- <polyline points='31,236 34,236' style='stroke:#333333'/>
103
- <polyline points='31,97 34,97' style='stroke:#333333'/>
104
- </g><text x='254' y='500' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
105
- <text x='13' y='259' lengthAdjust='spacingAndGlyphs' textLength='20px' style='font-size:11.0px;fill:#000000' transform='rotate(-90,13,259)'>len</text>
106
- </svg>
@@ -1,110 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 506 506' style='fill:transparent'>
4
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
5
- <rect x='0' y='0' width='506' height='506' style='stroke:#FFFFFF;fill:#FFFFFF'/>
6
- <rect x='33' y='51' width='133' height='416' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#EBEBEB'/>
7
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
8
- <polyline points='69,295 69,227' style='stroke:#333333'/>
9
- <polyline points='69,378 69,397' style='stroke:#333333'/>
10
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
11
- <polyline points='46,295 46,378 91,378 91,295 46,295 46,295' style='stroke:#333333;fill:#00FFFF'/>
12
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
13
- <polyline points='46,345 91,345' style='stroke:#333333'/>
14
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
15
- <polyline points='129,363 129,355' style='stroke:#333333'/>
16
- <polyline points='129,426 129,448' style='stroke:#333333'/>
17
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
18
- <polyline points='106,363 106,426 152,426 152,363 106,363 106,363' style='stroke:#333333;fill:#00688B'/>
19
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
20
- <polyline points='106,410 152,410' style='stroke:#333333'/>
21
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
22
- <rect x='171' y='51' width='133' height='416' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#EBEBEB'/>
23
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
24
- <polyline points='207,175 207,154' style='stroke:#333333'/>
25
- <polyline points='207,243 207,317' style='stroke:#333333'/>
26
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
27
- <polyline points='184,175 184,243 229,243 229,175 184,175 184,175' style='stroke:#333333;fill:#00FFFF'/>
28
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
29
- <polyline points='184,203 229,203' style='stroke:#333333'/>
30
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
31
- <circle cx='267' cy='215' r='2' style='stroke:#333333;fill:#333333'/>
32
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
33
- <polyline points='267,281 267,262' style='stroke:#333333'/>
34
- <polyline points='267,307 267,328' style='stroke:#333333'/>
35
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
36
- <polyline points='244,281 244,307 290,307 290,281 244,281 244,281' style='stroke:#333333;fill:#00688B'/>
37
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
38
- <polyline points='244,291 290,291' style='stroke:#333333'/>
39
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
40
- <rect x='309' y='51' width='133' height='416' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#EBEBEB'/>
41
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
42
- <circle cx='345' cy='108' r='2' style='stroke:#333333;fill:#333333'/>
43
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
44
- <polyline points='345,156 345,127' style='stroke:#333333'/>
45
- <polyline points='345,188 345,216' style='stroke:#333333'/>
46
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
47
- <polyline points='322,156 322,188 367,188 367,156 322,156 322,156' style='stroke:#333333;fill:#00FFFF'/>
48
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
49
- <polyline points='322,171 367,171' style='stroke:#333333'/>
50
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
51
- <polyline points='405,134 405,70' style='stroke:#333333'/>
52
- <polyline points='405,204 405,266' style='stroke:#333333'/>
53
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
54
- <polyline points='382,134 382,204 428,204 428,134 382,134 382,134' style='stroke:#333333;fill:#00688B'/>
55
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
56
- <polyline points='382,171 428,171' style='stroke:#333333'/>
57
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
58
- <rect x='33' y='33' width='133' height='17' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#D9D9D9'/>
59
- </g><text x='91' y='45' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#1A1A1A'>0.5</text>
60
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
61
- <rect x='171' y='33' width='133' height='17' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#D9D9D9'/>
62
- </g><text x='234' y='45' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#1A1A1A'>1</text>
63
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
64
- <rect x='309' y='33' width='133' height='17' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#D9D9D9'/>
65
- </g><text x='372' y='45' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#1A1A1A'>2</text>
66
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
67
- <polyline points='69,470 69,467' style='stroke:#333333'/>
68
- <polyline points='129,470 129,467' style='stroke:#333333'/>
69
- </g><text x='64' y='477' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>OJ</text>
70
- <text x='124' y='477' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>VC</text>
71
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
72
- <polyline points='207,470 207,467' style='stroke:#333333'/>
73
- <polyline points='267,470 267,467' style='stroke:#333333'/>
74
- </g><text x='202' y='477' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>OJ</text>
75
- <text x='262' y='477' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>VC</text>
76
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
77
- <polyline points='345,470 345,467' style='stroke:#333333'/>
78
- <polyline points='405,470 405,467' style='stroke:#333333'/>
79
- </g><text x='340' y='477' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>OJ</text>
80
- <text x='400' y='477' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>VC</text>
81
- <text x='18' y='377' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>10</text>
82
- <text x='18' y='249' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>20</text>
83
- <text x='18' y='122' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>30</text>
84
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
85
- <polyline points='30,374 33,374' style='stroke:#333333'/>
86
- <polyline points='30,247 33,247' style='stroke:#333333'/>
87
- <polyline points='30,119 33,119' style='stroke:#333333'/>
88
- </g><text x='337' y='490' lengthAdjust='spacingAndGlyphs' textLength='104px' style='font-size:10.0px;fill:#000080;font-weight:bold'>Delivery method</text>
89
- <text x='12' y='132' lengthAdjust='spacingAndGlyphs' textLength='81px' style='font-size:10.0px;fill:#000080;font-weight:bold' transform='rotate(-90,12,132)'>Teeth length</text>
90
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
91
- <rect x='453' y='223' width='48' height='72' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#FFFFFF'/>
92
- </g><text x='458' y='237' lengthAdjust='spacingAndGlyphs' textLength='32px' style='font-size:12.0px;fill:#000080;font-weight:bold'>supp</text>
93
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
94
- <rect x='458' y='243' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
95
- <polyline points='470,263 470,260' style='stroke:#333333'/>
96
- <polyline points='470,248 470,245' style='stroke:#333333'/>
97
- <rect x='461' y='248' width='17' height='12' style='stroke:#333333;fill:#00FFFF'/>
98
- <polyline points='461,254 478,254' style='stroke:#333333'/>
99
- <rect x='458' y='266' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
100
- <polyline points='470,287 470,283' style='stroke:#333333'/>
101
- <polyline points='470,272 470,268' style='stroke:#333333'/>
102
- <rect x='461' y='272' width='17' height='12' style='stroke:#333333;fill:#00688B'/>
103
- <polyline points='461,277 478,277' style='stroke:#333333'/>
104
- </g><text x='484' y='257' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#000000'>OJ</text>
105
- <text x='484' y='280' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#000000'>VC</text>
106
- <text x='33' y='28' lengthAdjust='spacingAndGlyphs' textLength='81px' style='font-size:9.0px;fill:#000080'>Faceted by dose</text>
107
- <text x='33' y='16' lengthAdjust='spacingAndGlyphs' textLength='285px' style='font-size:14.399999999999999px;fill:#000080;font-weight:bold'>Tooth Growth: Length by Dose</text>
108
- <text x='240' y='500' lengthAdjust='spacingAndGlyphs' textLength='202px' style='font-size:8.0px;fill:#000080'>Length of odontoblasts in 60 guinea pigs. </text>
109
- <text x='152' y='508' lengthAdjust='spacingAndGlyphs' textLength='289px' style='font-size:8.0px;fill:#000080'>Each animal received one of three dose levels of vitamin C.</text>
110
- </svg>
@@ -1,174 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 506 506' style='fill:transparent'>
4
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
5
- <rect x='0' y='0' width='506' height='506' style='stroke:#FFFFFF;fill:#FFFFFF'/>
6
- <rect x='34' y='23' width='198' height='453' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#EBEBEB'/>
7
- </g><g style='stroke-width:0.7113188976377953;stroke-linejoin:round;stroke-linecap:butt'>
8
- <polyline points='34,444 232,444' style='stroke:#FFFFFF'/>
9
- <polyline points='34,306 232,306' style='stroke:#FFFFFF'/>
10
- <polyline points='34,167 232,167' style='stroke:#FFFFFF'/>
11
- <polyline points='34,28 232,28' style='stroke:#FFFFFF'/>
12
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
13
- <polyline points='34,375 232,375' style='stroke:#FFFFFF'/>
14
- <polyline points='34,236 232,236' style='stroke:#FFFFFF'/>
15
- <polyline points='34,97 232,97' style='stroke:#FFFFFF'/>
16
- <polyline points='71,476 71,23' style='stroke:#FFFFFF'/>
17
- <polyline points='133,476 133,23' style='stroke:#FFFFFF'/>
18
- <polyline points='195,476 195,23' style='stroke:#FFFFFF'/>
19
- <polyline points='71,289 71,215' style='stroke:#333333'/>
20
- <polyline points='71,379 71,400' style='stroke:#333333'/>
21
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
22
- <polyline points='48,289 48,379 95,379 95,289 48,289 48,289' style='stroke:#333333;fill:#FFFFFF'/>
23
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
24
- <polyline points='48,344 95,344' style='stroke:#333333'/>
25
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
26
- <polyline points='133,158 133,135' style='stroke:#333333'/>
27
- <polyline points='133,232 133,313' style='stroke:#333333'/>
28
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
29
- <polyline points='110,158 110,232 156,232 156,158 110,158 110,158' style='stroke:#333333;fill:#FFFFFF'/>
30
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
31
- <polyline points='110,188 156,188' style='stroke:#333333'/>
32
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
33
- <circle cx='195' cy='85' r='2' style='stroke:#333333;fill:#333333'/>
34
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
35
- <polyline points='195,138 195,106' style='stroke:#333333'/>
36
- <polyline points='195,173 195,203' style='stroke:#333333'/>
37
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
38
- <polyline points='172,138 172,173 218,173 218,138 172,138 172,138' style='stroke:#333333;fill:#FFFFFF'/>
39
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
40
- <polyline points='172,154 218,154' style='stroke:#333333'/>
41
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
42
- <polyline points='71,289 71,215' style='stroke:#333333'/>
43
- <polyline points='71,379 71,400' style='stroke:#333333'/>
44
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
45
- <polyline points='48,289 48,379 95,379 95,289 48,289 48,289' style='stroke:#333333;fill:#F8766D'/>
46
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
47
- <polyline points='48,344 95,344' style='stroke:#333333'/>
48
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
49
- <polyline points='133,158 133,135' style='stroke:#333333'/>
50
- <polyline points='133,232 133,313' style='stroke:#333333'/>
51
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
52
- <polyline points='110,158 110,232 156,232 156,158 110,158 110,158' style='stroke:#333333;fill:#00BA38'/>
53
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
54
- <polyline points='110,188 156,188' style='stroke:#333333'/>
55
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
56
- <circle cx='195' cy='85' r='2' style='stroke:#333333;fill:#333333'/>
57
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
58
- <polyline points='195,138 195,106' style='stroke:#333333'/>
59
- <polyline points='195,173 195,203' style='stroke:#333333'/>
60
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
61
- <polyline points='172,138 172,173 218,173 218,138 172,138 172,138' style='stroke:#333333;fill:#619CFF'/>
62
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
63
- <polyline points='172,154 218,154' style='stroke:#333333'/>
64
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
65
- <rect x='238' y='23' width='198' height='453' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#EBEBEB'/>
66
- </g><g style='stroke-width:0.7113188976377953;stroke-linejoin:round;stroke-linecap:butt'>
67
- <polyline points='238,444 436,444' style='stroke:#FFFFFF'/>
68
- <polyline points='238,306 436,306' style='stroke:#FFFFFF'/>
69
- <polyline points='238,167 436,167' style='stroke:#FFFFFF'/>
70
- <polyline points='238,28 436,28' style='stroke:#FFFFFF'/>
71
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
72
- <polyline points='238,375 436,375' style='stroke:#FFFFFF'/>
73
- <polyline points='238,236 436,236' style='stroke:#FFFFFF'/>
74
- <polyline points='238,97 436,97' style='stroke:#FFFFFF'/>
75
- <polyline points='275,476 275,23' style='stroke:#FFFFFF'/>
76
- <polyline points='337,476 337,23' style='stroke:#FFFFFF'/>
77
- <polyline points='399,476 399,23' style='stroke:#FFFFFF'/>
78
- <polyline points='275,362 275,354' style='stroke:#333333'/>
79
- <polyline points='275,431 275,455' style='stroke:#333333'/>
80
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
81
- <polyline points='252,362 252,431 298,431 298,362 252,362 252,362' style='stroke:#333333;fill:#FFFFFF'/>
82
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
83
- <polyline points='252,415 298,415' style='stroke:#333333'/>
84
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
85
- <circle cx='337' cy='201' r='2' style='stroke:#333333;fill:#333333'/>
86
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
87
- <polyline points='337,274 337,253' style='stroke:#333333'/>
88
- <polyline points='337,302 337,325' style='stroke:#333333'/>
89
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
90
- <polyline points='314,274 314,302 360,302 360,274 314,274 314,274' style='stroke:#333333;fill:#FFFFFF'/>
91
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
92
- <polyline points='314,285 360,285' style='stroke:#333333'/>
93
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
94
- <polyline points='399,114 399,43' style='stroke:#333333'/>
95
- <polyline points='399,189 399,257' style='stroke:#333333'/>
96
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
97
- <polyline points='376,114 376,189 422,189 422,114 376,114 376,114' style='stroke:#333333;fill:#FFFFFF'/>
98
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
99
- <polyline points='376,154 422,154' style='stroke:#333333'/>
100
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
101
- <polyline points='275,362 275,354' style='stroke:#333333'/>
102
- <polyline points='275,431 275,455' style='stroke:#333333'/>
103
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
104
- <polyline points='252,362 252,431 298,431 298,362 252,362 252,362' style='stroke:#333333;fill:#F8766D'/>
105
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
106
- <polyline points='252,415 298,415' style='stroke:#333333'/>
107
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
108
- <circle cx='337' cy='201' r='2' style='stroke:#333333;fill:#333333'/>
109
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
110
- <polyline points='337,274 337,253' style='stroke:#333333'/>
111
- <polyline points='337,302 337,325' style='stroke:#333333'/>
112
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
113
- <polyline points='314,274 314,302 360,302 360,274 314,274 314,274' style='stroke:#333333;fill:#00BA38'/>
114
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
115
- <polyline points='314,285 360,285' style='stroke:#333333'/>
116
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
117
- <polyline points='399,114 399,43' style='stroke:#333333'/>
118
- <polyline points='399,189 399,257' style='stroke:#333333'/>
119
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
120
- <polyline points='376,114 376,189 422,189 422,114 376,114 376,114' style='stroke:#333333;fill:#619CFF'/>
121
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
122
- <polyline points='376,154 422,154' style='stroke:#333333'/>
123
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
124
- <rect x='34' y='6' width='198' height='17' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#D9D9D9'/>
125
- </g><text x='128' y='17' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>OJ</text>
126
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
127
- <rect x='238' y='6' width='198' height='17' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#D9D9D9'/>
128
- </g><text x='332' y='17' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>VC</text>
129
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
130
- <polyline points='71,479 71,476' style='stroke:#333333'/>
131
- <polyline points='133,479 133,476' style='stroke:#333333'/>
132
- <polyline points='195,479 195,476' style='stroke:#333333'/>
133
- </g><text x='63' y='487' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
134
- <text x='131' y='487' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
135
- <text x='193' y='487' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
136
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
137
- <polyline points='275,479 275,476' style='stroke:#333333'/>
138
- <polyline points='337,479 337,476' style='stroke:#333333'/>
139
- <polyline points='399,479 399,476' style='stroke:#333333'/>
140
- </g><text x='267' y='487' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
141
- <text x='334' y='487' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
142
- <text x='396' y='487' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
143
- <text x='19' y='378' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>10</text>
144
- <text x='19' y='239' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>20</text>
145
- <text x='19' y='100' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>30</text>
146
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
147
- <polyline points='31,375 34,375' style='stroke:#333333'/>
148
- <polyline points='31,236 34,236' style='stroke:#333333'/>
149
- <polyline points='31,97 34,97' style='stroke:#333333'/>
150
- </g><text x='222' y='500' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
151
- <text x='13' y='259' lengthAdjust='spacingAndGlyphs' textLength='20px' style='font-size:11.0px;fill:#000000' transform='rotate(-90,13,259)'>len</text>
152
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
153
- <rect x='447' y='202' width='53' height='94' style='stroke:rgb(0,0,0);stroke-opacity:0.000;fill:#FFFFFF'/>
154
- </g><text x='453' y='216' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
155
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
156
- <rect x='453' y='222' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
157
- <polyline points='464,242 464,239' style='stroke:#333333'/>
158
- <polyline points='464,227 464,224' style='stroke:#333333'/>
159
- <rect x='456' y='227' width='17' height='12' style='stroke:#333333;fill:#F8766D'/>
160
- <polyline points='456,233 473,233' style='stroke:#333333'/>
161
- <rect x='453' y='245' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
162
- <polyline points='464,265 464,262' style='stroke:#333333'/>
163
- <polyline points='464,250 464,247' style='stroke:#333333'/>
164
- <rect x='456' y='250' width='17' height='12' style='stroke:#333333;fill:#00BA38'/>
165
- <polyline points='456,256 473,256' style='stroke:#333333'/>
166
- <rect x='453' y='268' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
167
- <polyline points='464,288 464,285' style='stroke:#333333'/>
168
- <polyline points='464,273 464,270' style='stroke:#333333'/>
169
- <rect x='456' y='273' width='17' height='12' style='stroke:#333333;fill:#619CFF'/>
170
- <polyline points='456,279 473,279' style='stroke:#333333'/>
171
- </g><text x='479' y='236' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#000000'>0.5</text>
172
- <text x='479' y='259' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>1</text>
173
- <text x='479' y='282' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>2</text>
174
- </svg>