galaaz 0.4.10 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2048 -531
  3. data/Rakefile +3 -2
  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.html +10 -195
  13. data/blogs/galaaz_ggplot/galaaz_ggplot.md +404 -0
  14. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-html/midwest_rb.png +0 -0
  15. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-html/scatter_plot_rb.png +0 -0
  16. data/blogs/gknit/gknit.Rmd +5 -3
  17. data/blogs/gknit/gknit.pdf +0 -0
  18. data/blogs/gknit/lst.rds +0 -0
  19. data/blogs/manual/lst.rds +0 -0
  20. data/blogs/manual/manual.Rmd +826 -53
  21. data/blogs/manual/manual.html +2338 -695
  22. data/blogs/manual/manual.md +2032 -539
  23. data/blogs/manual/manual.pdf +0 -0
  24. data/blogs/manual/manual.tex +1804 -594
  25. data/blogs/manual/manual_files/figure-html/bubble-1.png +0 -0
  26. data/blogs/manual/manual_files/figure-html/diverging_bar.png +0 -0
  27. data/blogs/manual/manual_files/figure-latex/bubble-1.png +0 -0
  28. data/blogs/manual/manual_files/figure-latex/diverging_bar.pdf +0 -0
  29. data/blogs/manual/model.rb +41 -0
  30. data/blogs/nse_dplyr/nse_dplyr.Rmd +226 -73
  31. data/blogs/nse_dplyr/nse_dplyr.html +254 -336
  32. data/blogs/nse_dplyr/nse_dplyr.md +353 -158
  33. data/blogs/oh_my/oh_my.html +274 -386
  34. data/blogs/oh_my/oh_my.md +208 -205
  35. data/blogs/ruby_plot/ruby_plot.html +20 -205
  36. data/blogs/ruby_plot/ruby_plot.md +14 -15
  37. data/blogs/ruby_plot/ruby_plot_files/figure-html/dose_len.png +0 -0
  38. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_delivery.png +0 -0
  39. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_dose.png +0 -0
  40. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color.png +0 -0
  41. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color2.png +0 -0
  42. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_decorations.png +0 -0
  43. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_jitter.png +0 -0
  44. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_points.png +0 -0
  45. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_box_plot.png +0 -0
  46. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_violin_plot.png +0 -0
  47. data/blogs/ruby_plot/ruby_plot_files/figure-html/violin_with_jitter.png +0 -0
  48. data/examples/Bibliography/master.bib +50 -0
  49. data/examples/Bibliography/stats.bib +72 -0
  50. data/examples/islr/x_y_rnorm.jpg +0 -0
  51. data/examples/latex_templates/Test-acm_article/Makefile +16 -0
  52. data/examples/latex_templates/Test-acm_article/Test-acm_article.Rmd +65 -0
  53. data/examples/latex_templates/Test-acm_article/acm_proc_article-sp.cls +1670 -0
  54. data/examples/latex_templates/Test-acm_article/sensys-abstract.cls +703 -0
  55. data/examples/latex_templates/Test-acm_article/sigproc.bib +59 -0
  56. data/examples/latex_templates/Test-acs_article/Test-acs_article.Rmd +260 -0
  57. data/examples/latex_templates/Test-acs_article/Test-acs_article.pdf +0 -0
  58. data/examples/latex_templates/Test-acs_article/acs-Test-acs_article.bib +11 -0
  59. data/examples/latex_templates/Test-acs_article/acs-my_output.bib +11 -0
  60. data/examples/latex_templates/Test-acs_article/acstest.bib +17 -0
  61. data/examples/latex_templates/Test-aea_article/AEA.cls +1414 -0
  62. data/{blogs/gknit/marshal.dump → examples/latex_templates/Test-aea_article/BibFile.bib} +0 -0
  63. data/examples/latex_templates/Test-aea_article/Test-aea_article.Rmd +108 -0
  64. data/examples/latex_templates/Test-aea_article/Test-aea_article.pdf +0 -0
  65. data/examples/latex_templates/Test-aea_article/aea.bst +1269 -0
  66. data/examples/latex_templates/Test-aea_article/multicol.sty +853 -0
  67. data/examples/latex_templates/Test-aea_article/references.bib +0 -0
  68. data/examples/latex_templates/Test-aea_article/setspace.sty +546 -0
  69. data/examples/latex_templates/Test-amq_article/Test-amq_article.Rmd +256 -0
  70. data/examples/latex_templates/Test-amq_article/Test-amq_article.pdf +0 -0
  71. data/examples/latex_templates/Test-amq_article/Test-amq_article.pdfsync +3397 -0
  72. data/examples/latex_templates/Test-amq_article/pics/Figure2.pdf +0 -0
  73. data/examples/latex_templates/Test-ams_article/Test-ams_article.Rmd +215 -0
  74. data/examples/latex_templates/Test-ams_article/amstest.bib +436 -0
  75. data/examples/latex_templates/Test-asa_article/Test-asa_article.Rmd +153 -0
  76. data/examples/latex_templates/Test-asa_article/Test-asa_article.pdf +0 -0
  77. data/examples/latex_templates/Test-asa_article/agsm.bst +1353 -0
  78. data/examples/latex_templates/Test-asa_article/bibliography.bib +233 -0
  79. data/examples/latex_templates/Test-ieee_article/IEEEtran.bst +2409 -0
  80. data/examples/latex_templates/Test-ieee_article/IEEEtran.cls +6346 -0
  81. data/examples/latex_templates/Test-ieee_article/Test-ieee_article.Rmd +175 -0
  82. data/examples/latex_templates/Test-ieee_article/Test-ieee_article.pdf +0 -0
  83. data/examples/latex_templates/Test-ieee_article/mybibfile.bib +20 -0
  84. data/examples/latex_templates/Test-rjournal_article/RJournal.sty +335 -0
  85. data/examples/latex_templates/Test-rjournal_article/RJreferences.bib +18 -0
  86. data/examples/latex_templates/Test-rjournal_article/RJwrapper.pdf +0 -0
  87. data/examples/latex_templates/Test-rjournal_article/Test-rjournal_article.Rmd +52 -0
  88. data/examples/latex_templates/Test-springer_article/Test-springer_article.Rmd +65 -0
  89. data/examples/latex_templates/Test-springer_article/Test-springer_article.pdf +0 -0
  90. data/examples/latex_templates/Test-springer_article/bibliography.bib +26 -0
  91. data/examples/latex_templates/Test-springer_article/spbasic.bst +1658 -0
  92. data/examples/latex_templates/Test-springer_article/spmpsci.bst +1512 -0
  93. data/examples/latex_templates/Test-springer_article/spphys.bst +1443 -0
  94. data/examples/latex_templates/Test-springer_article/svglov3.clo +113 -0
  95. data/examples/latex_templates/Test-springer_article/svjour3.cls +1431 -0
  96. data/examples/rmarkdown/svm-rmarkdown-anon-ms-example/svm-rmarkdown-anon-ms-example.Rmd +73 -0
  97. data/examples/rmarkdown/svm-rmarkdown-anon-ms-example/svm-rmarkdown-anon-ms-example.pdf +0 -0
  98. data/examples/rmarkdown/svm-rmarkdown-article-example/svm-rmarkdown-article-example.Rmd +382 -0
  99. data/examples/rmarkdown/svm-rmarkdown-article-example/svm-rmarkdown-article-example.pdf +0 -0
  100. data/examples/rmarkdown/svm-rmarkdown-beamer-example/svm-rmarkdown-beamer-example.Rmd +164 -0
  101. data/examples/rmarkdown/svm-rmarkdown-beamer-example/svm-rmarkdown-beamer-example.pdf +0 -0
  102. data/examples/rmarkdown/svm-rmarkdown-cv/svm-rmarkdown-cv.Rmd +92 -0
  103. data/examples/rmarkdown/svm-rmarkdown-cv/svm-rmarkdown-cv.pdf +0 -0
  104. data/examples/rmarkdown/svm-rmarkdown-syllabus-example/attend-grade-relationships.csv +482 -0
  105. data/examples/rmarkdown/svm-rmarkdown-syllabus-example/svm-rmarkdown-syllabus-example.Rmd +280 -0
  106. data/examples/rmarkdown/svm-rmarkdown-syllabus-example/svm-rmarkdown-syllabus-example.pdf +0 -0
  107. data/examples/rmarkdown/svm-xaringan-example/svm-xaringan-example.Rmd +386 -0
  108. data/lib/R_interface/r.rb +1 -1
  109. data/lib/R_interface/r_libs.R +1 -1
  110. data/lib/R_interface/r_methods.rb +10 -0
  111. data/lib/R_interface/rpkg.rb +1 -0
  112. data/lib/R_interface/rsupport.rb +4 -6
  113. data/lib/gknit.rb +2 -0
  114. data/lib/gknit/draft.rb +105 -0
  115. data/lib/gknit/knitr_engine.rb +0 -33
  116. data/lib/util/exec_ruby.rb +1 -27
  117. data/specs/figures/bg.jpeg +0 -0
  118. data/specs/figures/bg.png +0 -0
  119. data/specs/figures/dose_len.png +0 -0
  120. data/specs/figures/no_args.jpeg +0 -0
  121. data/specs/figures/no_args.png +0 -0
  122. data/specs/figures/width_height.jpeg +0 -0
  123. data/specs/figures/width_height.png +0 -0
  124. data/specs/figures/width_height_units1.jpeg +0 -0
  125. data/specs/figures/width_height_units1.png +0 -0
  126. data/specs/figures/width_height_units2.jpeg +0 -0
  127. data/specs/figures/width_height_units2.png +0 -0
  128. data/specs/r_dataframe.spec.rb +11 -11
  129. data/specs/ruby_expression.spec.rb +1 -0
  130. data/specs/tmp.rb +41 -20
  131. data/version.rb +1 -1
  132. metadata +73 -35
  133. data/blogs/galaaz_ggplot/galaaz_ggplot.aux +0 -41
  134. data/blogs/galaaz_ggplot/galaaz_ggplot.out +0 -10
  135. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-latex/midwest_rb.pdf +0 -0
  136. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-latex/scatter_plot_rb.pdf +0 -0
  137. data/blogs/gknit/gknit.md +0 -1430
  138. data/blogs/gknit/gknit.tex +0 -1358
  139. data/blogs/manual/graph.rb +0 -29
  140. data/blogs/nse_dplyr/nse_dplyr.tex +0 -1373
  141. data/blogs/ruby_plot/ruby_plot.Rmd_external_figs +0 -662
  142. data/blogs/ruby_plot/ruby_plot_files/figure-html/dose_len.svg +0 -57
  143. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_delivery.svg +0 -106
  144. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_dose.svg +0 -110
  145. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color.svg +0 -174
  146. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color2.svg +0 -236
  147. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_jitter.svg +0 -296
  148. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_points.svg +0 -236
  149. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_box_plot.svg +0 -218
  150. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_violin_plot.svg +0 -128
  151. data/blogs/ruby_plot/ruby_plot_files/figure-html/violin_with_jitter.svg +0 -150
  152. data/blogs/ruby_plot/ruby_plot_files/figure-latex/dose_len.png +0 -0
  153. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facet_by_delivery.png +0 -0
  154. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facet_by_dose.png +0 -0
  155. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_by_delivery_color.png +0 -0
  156. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_by_delivery_color2.png +0 -0
  157. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_with_decorations.png +0 -0
  158. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_with_jitter.png +0 -0
  159. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_with_points.png +0 -0
  160. data/blogs/ruby_plot/ruby_plot_files/figure-latex/final_box_plot.png +0 -0
  161. data/blogs/ruby_plot/ruby_plot_files/figure-latex/final_violin_plot.png +0 -0
  162. data/blogs/ruby_plot/ruby_plot_files/figure-latex/violin_with_jitter.png +0 -0
  163. data/examples/paper/paper.rb +0 -36
@@ -1,236 +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='20' width='199' height='458' 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,447 230,447' style='stroke:#FFFFFF'/>
9
- <polyline points='31,306 230,306' style='stroke:#FFFFFF'/>
10
- <polyline points='31,166 230,166' style='stroke:#FFFFFF'/>
11
- <polyline points='31,26 230,26' style='stroke:#FFFFFF'/>
12
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
13
- <polyline points='31,377 230,377' style='stroke:#FFFFFF'/>
14
- <polyline points='31,236 230,236' style='stroke:#FFFFFF'/>
15
- <polyline points='31,96 230,96' style='stroke:#FFFFFF'/>
16
- <polyline points='69,479 69,20' style='stroke:#FFFFFF'/>
17
- <polyline points='131,479 131,20' style='stroke:#FFFFFF'/>
18
- <polyline points='193,479 193,20' style='stroke:#FFFFFF'/>
19
- <polyline points='69,290 69,215' style='stroke:#333333'/>
20
- <polyline points='69,381 69,402' style='stroke:#333333'/>
21
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
22
- <polyline points='45,290 45,381 92,381 92,290 45,290 45,290' style='stroke:#333333;fill:#FFFFFF'/>
23
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
24
- <polyline points='45,345 92,345' style='stroke:#333333'/>
25
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
26
- <polyline points='131,157 131,134' style='stroke:#333333'/>
27
- <polyline points='131,232 131,313' style='stroke:#333333'/>
28
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
29
- <polyline points='107,157 107,232 154,232 154,157 107,157 107,157' style='stroke:#333333;fill:#FFFFFF'/>
30
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
31
- <polyline points='107,188 154,188' style='stroke:#333333'/>
32
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
33
- <circle cx='193' cy='83' r='2' style='stroke:#333333;fill:#333333'/>
34
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
35
- <polyline points='193,137 193,104' style='stroke:#333333'/>
36
- <polyline points='193,172 193,203' style='stroke:#333333'/>
37
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
38
- <polyline points='169,137 169,172 216,172 216,137 169,137 169,137' style='stroke:#333333;fill:#FFFFFF'/>
39
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
40
- <polyline points='169,153 216,153' style='stroke:#333333'/>
41
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
42
- <polyline points='69,290 69,215' style='stroke:#333333'/>
43
- <polyline points='69,381 69,402' style='stroke:#333333'/>
44
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
45
- <polyline points='45,290 45,381 92,381 92,290 45,290 45,290' style='stroke:#333333;fill:#00FFFF'/>
46
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
47
- <polyline points='45,345 92,345' style='stroke:#333333'/>
48
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
49
- <polyline points='131,157 131,134' style='stroke:#333333'/>
50
- <polyline points='131,232 131,313' style='stroke:#333333'/>
51
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
52
- <polyline points='107,157 107,232 154,232 154,157 107,157 107,157' style='stroke:#333333;fill:#00BFFF'/>
53
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
54
- <polyline points='107,188 154,188' style='stroke:#333333'/>
55
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
56
- <circle cx='193' cy='83' r='2' style='stroke:#333333;fill:#333333'/>
57
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
58
- <polyline points='193,137 193,104' style='stroke:#333333'/>
59
- <polyline points='193,172 193,203' style='stroke:#333333'/>
60
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
61
- <polyline points='169,137 169,172 216,172 216,137 169,137 169,137' style='stroke:#333333;fill:#00688B'/>
62
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
63
- <polyline points='169,153 216,153' style='stroke:#333333'/>
64
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
65
- <circle cx='69' cy='304' r='2' style='stroke:#000000;fill:#000000'/>
66
- <circle cx='69' cy='215' r='2' style='stroke:#000000;fill:#000000'/>
67
- <circle cx='69' cy='270' r='2' style='stroke:#000000;fill:#000000'/>
68
- <circle cx='69' cy='381' r='2' style='stroke:#000000;fill:#000000'/>
69
- <circle cx='69' cy='313' r='2' style='stroke:#000000;fill:#000000'/>
70
- <circle cx='69' cy='377' r='2' style='stroke:#000000;fill:#000000'/>
71
- <circle cx='69' cy='402' r='2' style='stroke:#000000;fill:#000000'/>
72
- <circle cx='69' cy='385' r='2' style='stroke:#000000;fill:#000000'/>
73
- <circle cx='69' cy='285' r='2' style='stroke:#000000;fill:#000000'/>
74
- <circle cx='69' cy='381' r='2' style='stroke:#000000;fill:#000000'/>
75
- <circle cx='131' cy='241' r='2' style='stroke:#000000;fill:#000000'/>
76
- <circle cx='131' cy='190' r='2' style='stroke:#000000;fill:#000000'/>
77
- <circle cx='131' cy='186' r='2' style='stroke:#000000;fill:#000000'/>
78
- <circle cx='131' cy='147' r='2' style='stroke:#000000;fill:#000000'/>
79
- <circle cx='131' cy='236' r='2' style='stroke:#000000;fill:#000000'/>
80
- <circle cx='131' cy='163' r='2' style='stroke:#000000;fill:#000000'/>
81
- <circle cx='131' cy='155' r='2' style='stroke:#000000;fill:#000000'/>
82
- <circle cx='131' cy='219' r='2' style='stroke:#000000;fill:#000000'/>
83
- <circle cx='131' cy='313' r='2' style='stroke:#000000;fill:#000000'/>
84
- <circle cx='131' cy='134' r='2' style='stroke:#000000;fill:#000000'/>
85
- <circle cx='193' cy='159' r='2' style='stroke:#000000;fill:#000000'/>
86
- <circle cx='193' cy='147' r='2' style='stroke:#000000;fill:#000000'/>
87
- <circle cx='193' cy='203' r='2' style='stroke:#000000;fill:#000000'/>
88
- <circle cx='193' cy='173' r='2' style='stroke:#000000;fill:#000000'/>
89
- <circle cx='193' cy='169' r='2' style='stroke:#000000;fill:#000000'/>
90
- <circle cx='193' cy='83' r='2' style='stroke:#000000;fill:#000000'/>
91
- <circle cx='193' cy='147' r='2' style='stroke:#000000;fill:#000000'/>
92
- <circle cx='193' cy='134' r='2' style='stroke:#000000;fill:#000000'/>
93
- <circle cx='193' cy='104' r='2' style='stroke:#000000;fill:#000000'/>
94
- <circle cx='193' cy='194' r='2' style='stroke:#000000;fill:#000000'/>
95
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
96
- <rect x='235' y='20' width='199' height='458' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#EBEBEB'/>
97
- </g><g style='stroke-width:0.7113188976377953;stroke-linejoin:round;stroke-linecap:butt'>
98
- <polyline points='235,447 434,447' style='stroke:#FFFFFF'/>
99
- <polyline points='235,306 434,306' style='stroke:#FFFFFF'/>
100
- <polyline points='235,166 434,166' style='stroke:#FFFFFF'/>
101
- <polyline points='235,26 434,26' style='stroke:#FFFFFF'/>
102
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
103
- <polyline points='235,377 434,377' style='stroke:#FFFFFF'/>
104
- <polyline points='235,236 434,236' style='stroke:#FFFFFF'/>
105
- <polyline points='235,96 434,96' style='stroke:#FFFFFF'/>
106
- <polyline points='273,479 273,20' style='stroke:#FFFFFF'/>
107
- <polyline points='335,479 335,20' style='stroke:#FFFFFF'/>
108
- <polyline points='397,479 397,20' style='stroke:#FFFFFF'/>
109
- <polyline points='273,364 273,356' style='stroke:#333333'/>
110
- <polyline points='273,433 273,458' style='stroke:#333333'/>
111
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
112
- <polyline points='249,364 249,433 296,433 296,364 249,364 249,364' style='stroke:#333333;fill:#FFFFFF'/>
113
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
114
- <polyline points='249,417 296,417' style='stroke:#333333'/>
115
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
116
- <circle cx='335' cy='201' r='2' style='stroke:#333333;fill:#333333'/>
117
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
118
- <polyline points='335,274 335,253' style='stroke:#333333'/>
119
- <polyline points='335,303 335,326' style='stroke:#333333'/>
120
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
121
- <polyline points='311,274 311,303 358,303 358,274 311,274 311,274' style='stroke:#333333;fill:#FFFFFF'/>
122
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
123
- <polyline points='311,285 358,285' style='stroke:#333333'/>
124
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
125
- <polyline points='397,113 397,41' style='stroke:#333333'/>
126
- <polyline points='397,189 397,257' style='stroke:#333333'/>
127
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
128
- <polyline points='374,113 374,189 420,189 420,113 374,113 374,113' style='stroke:#333333;fill:#FFFFFF'/>
129
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
130
- <polyline points='374,153 420,153' style='stroke:#333333'/>
131
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
132
- <polyline points='273,364 273,356' style='stroke:#333333'/>
133
- <polyline points='273,433 273,458' style='stroke:#333333'/>
134
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
135
- <polyline points='249,364 249,433 296,433 296,364 249,364 249,364' style='stroke:#333333;fill:#00FFFF'/>
136
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
137
- <polyline points='249,417 296,417' style='stroke:#333333'/>
138
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
139
- <circle cx='335' cy='201' r='2' style='stroke:#333333;fill:#333333'/>
140
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
141
- <polyline points='335,274 335,253' style='stroke:#333333'/>
142
- <polyline points='335,303 335,326' style='stroke:#333333'/>
143
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
144
- <polyline points='311,274 311,303 358,303 358,274 311,274 311,274' style='stroke:#333333;fill:#00BFFF'/>
145
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
146
- <polyline points='311,285 358,285' style='stroke:#333333'/>
147
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
148
- <polyline points='397,113 397,41' style='stroke:#333333'/>
149
- <polyline points='397,189 397,257' style='stroke:#333333'/>
150
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
151
- <polyline points='374,113 374,189 420,189 420,113 374,113 374,113' style='stroke:#333333;fill:#00688B'/>
152
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
153
- <polyline points='374,153 420,153' style='stroke:#333333'/>
154
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
155
- <circle cx='273' cy='458' r='2' style='stroke:#000000;fill:#000000'/>
156
- <circle cx='273' cy='356' r='2' style='stroke:#000000;fill:#000000'/>
157
- <circle cx='273' cy='415' r='2' style='stroke:#000000;fill:#000000'/>
158
- <circle cx='273' cy='436' r='2' style='stroke:#000000;fill:#000000'/>
159
- <circle cx='273' cy='427' r='2' style='stroke:#000000;fill:#000000'/>
160
- <circle cx='273' cy='377' r='2' style='stroke:#000000;fill:#000000'/>
161
- <circle cx='273' cy='360' r='2' style='stroke:#000000;fill:#000000'/>
162
- <circle cx='273' cy='360' r='2' style='stroke:#000000;fill:#000000'/>
163
- <circle cx='273' cy='444' r='2' style='stroke:#000000;fill:#000000'/>
164
- <circle cx='273' cy='419' r='2' style='stroke:#000000;fill:#000000'/>
165
- <circle cx='335' cy='285' r='2' style='stroke:#000000;fill:#000000'/>
166
- <circle cx='335' cy='285' r='2' style='stroke:#000000;fill:#000000'/>
167
- <circle cx='335' cy='304' r='2' style='stroke:#000000;fill:#000000'/>
168
- <circle cx='335' cy='274' r='2' style='stroke:#000000;fill:#000000'/>
169
- <circle cx='335' cy='201' r='2' style='stroke:#000000;fill:#000000'/>
170
- <circle cx='335' cy='274' r='2' style='stroke:#000000;fill:#000000'/>
171
- <circle cx='335' cy='326' r='2' style='stroke:#000000;fill:#000000'/>
172
- <circle cx='335' cy='313' r='2' style='stroke:#000000;fill:#000000'/>
173
- <circle cx='335' cy='253' r='2' style='stroke:#000000;fill:#000000'/>
174
- <circle cx='335' cy='299' r='2' style='stroke:#000000;fill:#000000'/>
175
- <circle cx='397' cy='186' r='2' style='stroke:#000000;fill:#000000'/>
176
- <circle cx='397' cy='257' r='2' style='stroke:#000000;fill:#000000'/>
177
- <circle cx='397' cy='41' r='2' style='stroke:#000000;fill:#000000'/>
178
- <circle cx='397' cy='159' r='2' style='stroke:#000000;fill:#000000'/>
179
- <circle cx='397' cy='147' r='2' style='stroke:#000000;fill:#000000'/>
180
- <circle cx='397' cy='61' r='2' style='stroke:#000000;fill:#000000'/>
181
- <circle cx='397' cy='142' r='2' style='stroke:#000000;fill:#000000'/>
182
- <circle cx='397' cy='215' r='2' style='stroke:#000000;fill:#000000'/>
183
- <circle cx='397' cy='190' r='2' style='stroke:#000000;fill:#000000'/>
184
- <circle cx='397' cy='103' r='2' style='stroke:#000000;fill:#000000'/>
185
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
186
- <rect x='31' y='5' width='199' height='15' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#D9D9D9'/>
187
- </g><text x='125' y='16' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>OJ</text>
188
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
189
- <rect x='235' y='5' width='199' height='15' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#D9D9D9'/>
190
- </g><text x='329' y='16' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>VC</text>
191
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
192
- <polyline points='69,482 69,479' style='stroke:#333333'/>
193
- <polyline points='131,482 131,479' style='stroke:#333333'/>
194
- <polyline points='193,482 193,479' style='stroke:#333333'/>
195
- </g><text x='61' y='490' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
196
- <text x='128' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
197
- <text x='190' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
198
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
199
- <polyline points='273,482 273,479' style='stroke:#333333'/>
200
- <polyline points='335,482 335,479' style='stroke:#333333'/>
201
- <polyline points='397,482 397,479' style='stroke:#333333'/>
202
- </g><text x='265' y='490' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
203
- <text x='332' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
204
- <text x='394' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
205
- <text x='16' y='380' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>10</text>
206
- <text x='16' y='239' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>20</text>
207
- <text x='16' y='99' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>30</text>
208
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
209
- <polyline points='29,377 31,377' style='stroke:#333333'/>
210
- <polyline points='29,236 31,236' style='stroke:#333333'/>
211
- <polyline points='29,96 31,96' style='stroke:#333333'/>
212
- </g><text x='220' y='500' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
213
- <text x='13' y='260' lengthAdjust='spacingAndGlyphs' textLength='20px' style='font-size:11.0px;fill:#000000' transform='rotate(-90,13,260)'>len</text>
214
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
215
- <rect x='445' y='203' width='55' height='93' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#FFFFFF'/>
216
- </g><text x='451' y='216' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
217
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
218
- <rect x='451' y='222' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
219
- <polyline points='462,242 462,239' style='stroke:#333333'/>
220
- <polyline points='462,227 462,224' style='stroke:#333333'/>
221
- <rect x='453' y='227' width='17' height='12' style='stroke:#333333;fill:#00688B'/>
222
- <polyline points='453,233 471,233' style='stroke:#333333'/>
223
- <rect x='451' y='245' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
224
- <polyline points='462,265 462,262' style='stroke:#333333'/>
225
- <polyline points='462,250 462,247' style='stroke:#333333'/>
226
- <rect x='453' y='250' width='17' height='12' style='stroke:#333333;fill:#00BFFF'/>
227
- <polyline points='453,256 471,256' style='stroke:#333333'/>
228
- <rect x='451' y='268' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
229
- <polyline points='462,289 462,285' style='stroke:#333333'/>
230
- <polyline points='462,274 462,270' style='stroke:#333333'/>
231
- <rect x='453' y='274' width='17' height='12' style='stroke:#333333;fill:#00FFFF'/>
232
- <polyline points='453,279 471,279' style='stroke:#333333'/>
233
- </g><text x='479' y='236' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>2</text>
234
- <text x='479' y='259' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>1</text>
235
- <text x='479' y='282' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#000000'>0.5</text>
236
- </svg>
@@ -1,296 +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='20' width='199' height='458' 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 230,446' style='stroke:#FFFFFF'/>
9
- <polyline points='31,306 230,306' style='stroke:#FFFFFF'/>
10
- <polyline points='31,166 230,166' style='stroke:#FFFFFF'/>
11
- <polyline points='31,26 230,26' style='stroke:#FFFFFF'/>
12
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
13
- <polyline points='31,376 230,376' style='stroke:#FFFFFF'/>
14
- <polyline points='31,236 230,236' style='stroke:#FFFFFF'/>
15
- <polyline points='31,96 230,96' style='stroke:#FFFFFF'/>
16
- <polyline points='69,479 69,20' style='stroke:#FFFFFF'/>
17
- <polyline points='131,479 131,20' style='stroke:#FFFFFF'/>
18
- <polyline points='193,479 193,20' style='stroke:#FFFFFF'/>
19
- <polyline points='69,290 69,215' style='stroke:#333333'/>
20
- <polyline points='69,380 69,401' style='stroke:#333333'/>
21
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
22
- <polyline points='45,290 45,380 92,380 92,290 45,290 45,290' style='stroke:#333333;fill:#FFFFFF'/>
23
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
24
- <polyline points='45,345 92,345' style='stroke:#333333'/>
25
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
26
- <polyline points='131,157 131,134' style='stroke:#333333'/>
27
- <polyline points='131,232 131,313' style='stroke:#333333'/>
28
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
29
- <polyline points='107,157 107,232 154,232 154,157 107,157 107,157' style='stroke:#333333;fill:#FFFFFF'/>
30
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
31
- <polyline points='107,188 154,188' style='stroke:#333333'/>
32
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
33
- <circle cx='193' cy='83' r='2' style='stroke:#333333;fill:#333333'/>
34
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
35
- <polyline points='193,137 193,104' style='stroke:#333333'/>
36
- <polyline points='193,172 193,202' style='stroke:#333333'/>
37
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
38
- <polyline points='169,137 169,172 216,172 216,137 169,137 169,137' style='stroke:#333333;fill:#FFFFFF'/>
39
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
40
- <polyline points='169,153 216,153' style='stroke:#333333'/>
41
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
42
- <polyline points='69,290 69,215' style='stroke:#333333'/>
43
- <polyline points='69,380 69,401' style='stroke:#333333'/>
44
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
45
- <polyline points='45,290 45,380 92,380 92,290 45,290 45,290' style='stroke:#333333;fill:#F8766D'/>
46
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
47
- <polyline points='45,345 92,345' style='stroke:#333333'/>
48
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
49
- <polyline points='131,157 131,134' style='stroke:#333333'/>
50
- <polyline points='131,232 131,313' style='stroke:#333333'/>
51
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
52
- <polyline points='107,157 107,232 154,232 154,157 107,157 107,157' style='stroke:#333333;fill:#00BA38'/>
53
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
54
- <polyline points='107,188 154,188' style='stroke:#333333'/>
55
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
56
- <circle cx='193' cy='83' r='2' style='stroke:#333333;fill:#333333'/>
57
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
58
- <polyline points='193,137 193,104' style='stroke:#333333'/>
59
- <polyline points='193,172 193,202' style='stroke:#333333'/>
60
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
61
- <polyline points='169,137 169,172 216,172 216,137 169,137 169,137' style='stroke:#333333;fill:#619CFF'/>
62
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
63
- <polyline points='169,153 216,153' style='stroke:#333333'/>
64
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
65
- <circle cx='69' cy='303' r='2' style='stroke:#000000;fill:#000000'/>
66
- <circle cx='69' cy='215' r='2' style='stroke:#000000;fill:#000000'/>
67
- <circle cx='69' cy='270' r='2' style='stroke:#000000;fill:#000000'/>
68
- <circle cx='69' cy='380' r='2' style='stroke:#000000;fill:#000000'/>
69
- <circle cx='69' cy='313' r='2' style='stroke:#000000;fill:#000000'/>
70
- <circle cx='69' cy='376' r='2' style='stroke:#000000;fill:#000000'/>
71
- <circle cx='69' cy='401' r='2' style='stroke:#000000;fill:#000000'/>
72
- <circle cx='69' cy='385' r='2' style='stroke:#000000;fill:#000000'/>
73
- <circle cx='69' cy='285' r='2' style='stroke:#000000;fill:#000000'/>
74
- <circle cx='69' cy='380' r='2' style='stroke:#000000;fill:#000000'/>
75
- <circle cx='131' cy='240' r='2' style='stroke:#000000;fill:#000000'/>
76
- <circle cx='131' cy='190' r='2' style='stroke:#000000;fill:#000000'/>
77
- <circle cx='131' cy='186' r='2' style='stroke:#000000;fill:#000000'/>
78
- <circle cx='131' cy='146' r='2' style='stroke:#000000;fill:#000000'/>
79
- <circle cx='131' cy='236' r='2' style='stroke:#000000;fill:#000000'/>
80
- <circle cx='131' cy='163' r='2' style='stroke:#000000;fill:#000000'/>
81
- <circle cx='131' cy='155' r='2' style='stroke:#000000;fill:#000000'/>
82
- <circle cx='131' cy='219' r='2' style='stroke:#000000;fill:#000000'/>
83
- <circle cx='131' cy='313' r='2' style='stroke:#000000;fill:#000000'/>
84
- <circle cx='131' cy='134' r='2' style='stroke:#000000;fill:#000000'/>
85
- <circle cx='193' cy='159' r='2' style='stroke:#000000;fill:#000000'/>
86
- <circle cx='193' cy='146' r='2' style='stroke:#000000;fill:#000000'/>
87
- <circle cx='193' cy='202' r='2' style='stroke:#000000;fill:#000000'/>
88
- <circle cx='193' cy='173' r='2' style='stroke:#000000;fill:#000000'/>
89
- <circle cx='193' cy='169' r='2' style='stroke:#000000;fill:#000000'/>
90
- <circle cx='193' cy='83' r='2' style='stroke:#000000;fill:#000000'/>
91
- <circle cx='193' cy='146' r='2' style='stroke:#000000;fill:#000000'/>
92
- <circle cx='193' cy='134' r='2' style='stroke:#000000;fill:#000000'/>
93
- <circle cx='193' cy='104' r='2' style='stroke:#000000;fill:#000000'/>
94
- <circle cx='193' cy='194' r='2' style='stroke:#000000;fill:#000000'/>
95
- <rect x='52' y='302' width='3' height='3' transform='rotate(-315,53,304)' style='stroke:#00CDCD;fill:#00CDCD'/>
96
- <rect x='62' y='214' width='3' height='3' transform='rotate(-315,64,215)' style='stroke:#00CDCD;fill:#00CDCD'/>
97
- <rect x='63' y='268' width='3' height='3' transform='rotate(-315,64,270)' style='stroke:#00CDCD;fill:#00CDCD'/>
98
- <rect x='57' y='379' width='3' height='3' transform='rotate(-315,58,380)' style='stroke:#00CDCD;fill:#00CDCD'/>
99
- <rect x='48' y='312' width='3' height='3' transform='rotate(-315,50,313)' style='stroke:#00CDCD;fill:#00CDCD'/>
100
- <rect x='87' y='374' width='3' height='3' transform='rotate(-315,88,376)' style='stroke:#00CDCD;fill:#00CDCD'/>
101
- <rect x='78' y='400' width='3' height='3' transform='rotate(-315,79,401)' style='stroke:#00CDCD;fill:#00CDCD'/>
102
- <rect x='46' y='384' width='3' height='3' transform='rotate(-315,47,385)' style='stroke:#00CDCD;fill:#00CDCD'/>
103
- <rect x='66' y='283' width='3' height='3' transform='rotate(-315,67,285)' style='stroke:#00CDCD;fill:#00CDCD'/>
104
- <rect x='55' y='379' width='3' height='3' transform='rotate(-315,57,381)' style='stroke:#00CDCD;fill:#00CDCD'/>
105
- <rect x='131' y='239' width='3' height='3' transform='rotate(-315,133,240)' style='stroke:#00CDCD;fill:#00CDCD'/>
106
- <rect x='135' y='188' width='3' height='3' transform='rotate(-315,137,189)' style='stroke:#00CDCD;fill:#00CDCD'/>
107
- <rect x='134' y='184' width='3' height='3' transform='rotate(-315,135,185)' style='stroke:#00CDCD;fill:#00CDCD'/>
108
- <rect x='140' y='145' width='3' height='3' transform='rotate(-315,142,147)' style='stroke:#00CDCD;fill:#00CDCD'/>
109
- <rect x='106' y='235' width='3' height='3' transform='rotate(-315,108,236)' style='stroke:#00CDCD;fill:#00CDCD'/>
110
- <rect x='145' y='162' width='3' height='3' transform='rotate(-315,146,163)' style='stroke:#00CDCD;fill:#00CDCD'/>
111
- <rect x='131' y='153' width='3' height='3' transform='rotate(-315,132,155)' style='stroke:#00CDCD;fill:#00CDCD'/>
112
- <rect x='138' y='218' width='3' height='3' transform='rotate(-315,140,220)' style='stroke:#00CDCD;fill:#00CDCD'/>
113
- <rect x='124' y='311' width='3' height='3' transform='rotate(-315,125,313)' style='stroke:#00CDCD;fill:#00CDCD'/>
114
- <rect x='144' y='132' width='3' height='3' transform='rotate(-315,145,133)' style='stroke:#00CDCD;fill:#00CDCD'/>
115
- <rect x='172' y='158' width='3' height='3' transform='rotate(-315,173,159)' style='stroke:#00CDCD;fill:#00CDCD'/>
116
- <rect x='183' y='145' width='3' height='3' transform='rotate(-315,185,146)' style='stroke:#00CDCD;fill:#00CDCD'/>
117
- <rect x='170' y='201' width='3' height='3' transform='rotate(-315,171,202)' style='stroke:#00CDCD;fill:#00CDCD'/>
118
- <rect x='187' y='171' width='3' height='3' transform='rotate(-315,188,173)' style='stroke:#00CDCD;fill:#00CDCD'/>
119
- <rect x='190' y='168' width='3' height='3' transform='rotate(-315,192,169)' style='stroke:#00CDCD;fill:#00CDCD'/>
120
- <rect x='176' y='82' width='3' height='3' transform='rotate(-315,177,83)' style='stroke:#00CDCD;fill:#00CDCD'/>
121
- <rect x='194' y='145' width='3' height='3' transform='rotate(-315,195,146)' style='stroke:#00CDCD;fill:#00CDCD'/>
122
- <rect x='201' y='133' width='3' height='3' transform='rotate(-315,203,134)' style='stroke:#00CDCD;fill:#00CDCD'/>
123
- <rect x='169' y='103' width='3' height='3' transform='rotate(-315,170,104)' style='stroke:#00CDCD;fill:#00CDCD'/>
124
- <rect x='209' y='193' width='3' height='3' transform='rotate(-315,210,194)' style='stroke:#00CDCD;fill:#00CDCD'/>
125
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
126
- <rect x='235' y='20' width='199' height='458' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#EBEBEB'/>
127
- </g><g style='stroke-width:0.7113188976377953;stroke-linejoin:round;stroke-linecap:butt'>
128
- <polyline points='235,446 434,446' style='stroke:#FFFFFF'/>
129
- <polyline points='235,306 434,306' style='stroke:#FFFFFF'/>
130
- <polyline points='235,166 434,166' style='stroke:#FFFFFF'/>
131
- <polyline points='235,26 434,26' style='stroke:#FFFFFF'/>
132
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
133
- <polyline points='235,376 434,376' style='stroke:#FFFFFF'/>
134
- <polyline points='235,236 434,236' style='stroke:#FFFFFF'/>
135
- <polyline points='235,96 434,96' style='stroke:#FFFFFF'/>
136
- <polyline points='273,479 273,20' style='stroke:#FFFFFF'/>
137
- <polyline points='335,479 335,20' style='stroke:#FFFFFF'/>
138
- <polyline points='397,479 397,20' style='stroke:#FFFFFF'/>
139
- <polyline points='273,364 273,355' style='stroke:#333333'/>
140
- <polyline points='273,433 273,457' style='stroke:#333333'/>
141
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
142
- <polyline points='249,364 249,433 296,433 296,364 249,364 249,364' style='stroke:#333333;fill:#FFFFFF'/>
143
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
144
- <polyline points='249,416 296,416' style='stroke:#333333'/>
145
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
146
- <circle cx='335' cy='201' r='2' style='stroke:#333333;fill:#333333'/>
147
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
148
- <polyline points='335,274 335,253' style='stroke:#333333'/>
149
- <polyline points='335,302 335,326' style='stroke:#333333'/>
150
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
151
- <polyline points='311,274 311,302 358,302 358,274 311,274 311,274' style='stroke:#333333;fill:#FFFFFF'/>
152
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
153
- <polyline points='311,285 358,285' style='stroke:#333333'/>
154
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
155
- <polyline points='397,113 397,41' style='stroke:#333333'/>
156
- <polyline points='397,189 397,257' style='stroke:#333333'/>
157
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
158
- <polyline points='374,113 374,189 420,189 420,113 374,113 374,113' style='stroke:#333333;fill:#FFFFFF'/>
159
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
160
- <polyline points='374,153 420,153' style='stroke:#333333'/>
161
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
162
- <polyline points='273,364 273,355' style='stroke:#333333'/>
163
- <polyline points='273,433 273,457' style='stroke:#333333'/>
164
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
165
- <polyline points='249,364 249,433 296,433 296,364 249,364 249,364' style='stroke:#333333;fill:#F8766D'/>
166
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
167
- <polyline points='249,416 296,416' style='stroke:#333333'/>
168
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
169
- <circle cx='335' cy='201' r='2' style='stroke:#333333;fill:#333333'/>
170
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
171
- <polyline points='335,274 335,253' style='stroke:#333333'/>
172
- <polyline points='335,302 335,326' style='stroke:#333333'/>
173
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
174
- <polyline points='311,274 311,302 358,302 358,274 311,274 311,274' style='stroke:#333333;fill:#00BA38'/>
175
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
176
- <polyline points='311,285 358,285' style='stroke:#333333'/>
177
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
178
- <polyline points='397,113 397,41' style='stroke:#333333'/>
179
- <polyline points='397,189 397,257' style='stroke:#333333'/>
180
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
181
- <polyline points='374,113 374,189 420,189 420,113 374,113 374,113' style='stroke:#333333;fill:#619CFF'/>
182
- </g><g style='stroke-width:2.8452755905511813;stroke-linejoin:round;stroke-linecap:butt'>
183
- <polyline points='374,153 420,153' style='stroke:#333333'/>
184
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
185
- <circle cx='273' cy='457' r='2' style='stroke:#000000;fill:#000000'/>
186
- <circle cx='273' cy='355' r='2' style='stroke:#000000;fill:#000000'/>
187
- <circle cx='273' cy='414' r='2' style='stroke:#000000;fill:#000000'/>
188
- <circle cx='273' cy='435' r='2' style='stroke:#000000;fill:#000000'/>
189
- <circle cx='273' cy='427' r='2' style='stroke:#000000;fill:#000000'/>
190
- <circle cx='273' cy='376' r='2' style='stroke:#000000;fill:#000000'/>
191
- <circle cx='273' cy='359' r='2' style='stroke:#000000;fill:#000000'/>
192
- <circle cx='273' cy='359' r='2' style='stroke:#000000;fill:#000000'/>
193
- <circle cx='273' cy='443' r='2' style='stroke:#000000;fill:#000000'/>
194
- <circle cx='273' cy='418' r='2' style='stroke:#000000;fill:#000000'/>
195
- <circle cx='335' cy='285' r='2' style='stroke:#000000;fill:#000000'/>
196
- <circle cx='335' cy='285' r='2' style='stroke:#000000;fill:#000000'/>
197
- <circle cx='335' cy='303' r='2' style='stroke:#000000;fill:#000000'/>
198
- <circle cx='335' cy='274' r='2' style='stroke:#000000;fill:#000000'/>
199
- <circle cx='335' cy='201' r='2' style='stroke:#000000;fill:#000000'/>
200
- <circle cx='335' cy='274' r='2' style='stroke:#000000;fill:#000000'/>
201
- <circle cx='335' cy='326' r='2' style='stroke:#000000;fill:#000000'/>
202
- <circle cx='335' cy='313' r='2' style='stroke:#000000;fill:#000000'/>
203
- <circle cx='335' cy='253' r='2' style='stroke:#000000;fill:#000000'/>
204
- <circle cx='335' cy='299' r='2' style='stroke:#000000;fill:#000000'/>
205
- <circle cx='397' cy='186' r='2' style='stroke:#000000;fill:#000000'/>
206
- <circle cx='397' cy='257' r='2' style='stroke:#000000;fill:#000000'/>
207
- <circle cx='397' cy='41' r='2' style='stroke:#000000;fill:#000000'/>
208
- <circle cx='397' cy='159' r='2' style='stroke:#000000;fill:#000000'/>
209
- <circle cx='397' cy='146' r='2' style='stroke:#000000;fill:#000000'/>
210
- <circle cx='397' cy='61' r='2' style='stroke:#000000;fill:#000000'/>
211
- <circle cx='397' cy='142' r='2' style='stroke:#000000;fill:#000000'/>
212
- <circle cx='397' cy='215' r='2' style='stroke:#000000;fill:#000000'/>
213
- <circle cx='397' cy='190' r='2' style='stroke:#000000;fill:#000000'/>
214
- <circle cx='397' cy='103' r='2' style='stroke:#000000;fill:#000000'/>
215
- <rect x='285' y='457' width='3' height='3' transform='rotate(-315,286,458)' style='stroke:#00CDCD;fill:#00CDCD'/>
216
- <rect x='284' y='353' width='3' height='3' transform='rotate(-315,286,355)' style='stroke:#00CDCD;fill:#00CDCD'/>
217
- <rect x='293' y='413' width='3' height='3' transform='rotate(-315,295,414)' style='stroke:#00CDCD;fill:#00CDCD'/>
218
- <rect x='263' y='433' width='3' height='3' transform='rotate(-315,265,435)' style='stroke:#00CDCD;fill:#00CDCD'/>
219
- <rect x='287' y='425' width='3' height='3' transform='rotate(-315,288,426)' style='stroke:#00CDCD;fill:#00CDCD'/>
220
- <rect x='273' y='375' width='3' height='3' transform='rotate(-315,275,376)' style='stroke:#00CDCD;fill:#00CDCD'/>
221
- <rect x='272' y='358' width='3' height='3' transform='rotate(-315,274,359)' style='stroke:#00CDCD;fill:#00CDCD'/>
222
- <rect x='276' y='358' width='3' height='3' transform='rotate(-315,277,359)' style='stroke:#00CDCD;fill:#00CDCD'/>
223
- <rect x='254' y='442' width='3' height='3' transform='rotate(-315,255,443)' style='stroke:#00CDCD;fill:#00CDCD'/>
224
- <rect x='296' y='416' width='3' height='3' transform='rotate(-315,297,418)' style='stroke:#00CDCD;fill:#00CDCD'/>
225
- <rect x='309' y='283' width='3' height='3' transform='rotate(-315,311,285)' style='stroke:#00CDCD;fill:#00CDCD'/>
226
- <rect x='338' y='284' width='3' height='3' transform='rotate(-315,339,285)' style='stroke:#00CDCD;fill:#00CDCD'/>
227
- <rect x='324' y='301' width='3' height='3' transform='rotate(-315,325,303)' style='stroke:#00CDCD;fill:#00CDCD'/>
228
- <rect x='309' y='272' width='3' height='3' transform='rotate(-315,311,274)' style='stroke:#00CDCD;fill:#00CDCD'/>
229
- <rect x='350' y='200' width='3' height='3' transform='rotate(-315,352,202)' style='stroke:#00CDCD;fill:#00CDCD'/>
230
- <rect x='334' y='273' width='3' height='3' transform='rotate(-315,335,274)' style='stroke:#00CDCD;fill:#00CDCD'/>
231
- <rect x='335' y='324' width='3' height='3' transform='rotate(-315,336,325)' style='stroke:#00CDCD;fill:#00CDCD'/>
232
- <rect x='312' y='311' width='3' height='3' transform='rotate(-315,313,313)' style='stroke:#00CDCD;fill:#00CDCD'/>
233
- <rect x='316' y='251' width='3' height='3' transform='rotate(-315,318,253)' style='stroke:#00CDCD;fill:#00CDCD'/>
234
- <rect x='313' y='297' width='3' height='3' transform='rotate(-315,315,299)' style='stroke:#00CDCD;fill:#00CDCD'/>
235
- <rect x='377' y='184' width='3' height='3' transform='rotate(-315,378,186)' style='stroke:#00CDCD;fill:#00CDCD'/>
236
- <rect x='414' y='255' width='3' height='3' transform='rotate(-315,415,257)' style='stroke:#00CDCD;fill:#00CDCD'/>
237
- <rect x='372' y='40' width='3' height='3' transform='rotate(-315,373,41)' style='stroke:#00CDCD;fill:#00CDCD'/>
238
- <rect x='381' y='158' width='3' height='3' transform='rotate(-315,383,159)' style='stroke:#00CDCD;fill:#00CDCD'/>
239
- <rect x='410' y='145' width='3' height='3' transform='rotate(-315,411,147)' style='stroke:#00CDCD;fill:#00CDCD'/>
240
- <rect x='376' y='60' width='3' height='3' transform='rotate(-315,378,61)' style='stroke:#00CDCD;fill:#00CDCD'/>
241
- <rect x='416' y='141' width='3' height='3' transform='rotate(-315,417,142)' style='stroke:#00CDCD;fill:#00CDCD'/>
242
- <rect x='380' y='213' width='3' height='3' transform='rotate(-315,382,215)' style='stroke:#00CDCD;fill:#00CDCD'/>
243
- <rect x='379' y='188' width='3' height='3' transform='rotate(-315,380,189)' style='stroke:#00CDCD;fill:#00CDCD'/>
244
- <rect x='400' y='102' width='3' height='3' transform='rotate(-315,401,103)' style='stroke:#00CDCD;fill:#00CDCD'/>
245
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
246
- <rect x='31' y='5' width='199' height='15' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#D9D9D9'/>
247
- </g><text x='125' y='16' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>OJ</text>
248
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
249
- <rect x='235' y='5' width='199' height='15' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#D9D9D9'/>
250
- </g><text x='329' y='16' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>VC</text>
251
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
252
- <polyline points='69,482 69,479' style='stroke:#333333'/>
253
- <polyline points='131,482 131,479' style='stroke:#333333'/>
254
- <polyline points='193,482 193,479' style='stroke:#333333'/>
255
- </g><text x='61' y='490' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
256
- <text x='128' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
257
- <text x='190' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
258
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
259
- <polyline points='273,482 273,479' style='stroke:#333333'/>
260
- <polyline points='335,482 335,479' style='stroke:#333333'/>
261
- <polyline points='397,482 397,479' style='stroke:#333333'/>
262
- </g><text x='265' y='490' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
263
- <text x='332' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
264
- <text x='394' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
265
- <text x='16' y='379' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>10</text>
266
- <text x='16' y='239' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>20</text>
267
- <text x='16' y='99' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>30</text>
268
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
269
- <polyline points='29,376 31,376' style='stroke:#333333'/>
270
- <polyline points='29,236 31,236' style='stroke:#333333'/>
271
- <polyline points='29,96 31,96' style='stroke:#333333'/>
272
- </g><text x='220' y='500' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
273
- <text x='13' y='260' lengthAdjust='spacingAndGlyphs' textLength='20px' style='font-size:11.0px;fill:#000000' transform='rotate(-90,13,260)'>len</text>
274
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
275
- <rect x='445' y='203' width='55' height='93' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#FFFFFF'/>
276
- </g><text x='451' y='216' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
277
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
278
- <rect x='451' y='222' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
279
- <polyline points='462,242 462,239' style='stroke:#333333'/>
280
- <polyline points='462,227 462,224' style='stroke:#333333'/>
281
- <rect x='453' y='227' width='17' height='12' style='stroke:#333333;fill:#F8766D'/>
282
- <polyline points='453,233 471,233' style='stroke:#333333'/>
283
- <rect x='451' y='245' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
284
- <polyline points='462,265 462,262' style='stroke:#333333'/>
285
- <polyline points='462,250 462,247' style='stroke:#333333'/>
286
- <rect x='453' y='250' width='17' height='12' style='stroke:#333333;fill:#00BA38'/>
287
- <polyline points='453,256 471,256' style='stroke:#333333'/>
288
- <rect x='451' y='268' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
289
- <polyline points='462,289 462,285' style='stroke:#333333'/>
290
- <polyline points='462,274 462,270' style='stroke:#333333'/>
291
- <rect x='453' y='274' width='17' height='12' style='stroke:#333333;fill:#619CFF'/>
292
- <polyline points='453,279 471,279' style='stroke:#333333'/>
293
- </g><text x='479' y='236' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#000000'>0.5</text>
294
- <text x='479' y='259' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>1</text>
295
- <text x='479' y='282' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>2</text>
296
- </svg>