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,128 +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='30' y='48' width='199' height='421' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#EBEBEB'/>
7
- <polyline points='55,398 55,398 55,398 55,397 55,397 54,397 54,396 54,396 54,396 54,395 54,395 54,395 54,394 54,394 54,394 54,393 54,393 54,393 54,392 54,392 54,392 54,391 54,391 54,391 54,390 53,390 53,390 53,389 53,389 53,389 53,388 53,388 53,388 53,387 53,387 53,387 53,386 53,386 53,386 53,385 53,385 53,385 53,384 53,384 53,384 53,383 53,383 53,383 53,382 53,382 53,382 53,381 53,381 53,381 53,380 53,380 53,380 53,379 53,379 53,379 53,378 53,378 53,378 53,377 53,377 53,377 53,376 53,376 53,376 53,375 53,375 53,375 53,374 53,374 53,374 53,373 53,373 53,373 53,372 53,372 53,372 53,371 53,371 53,370 53,370 53,370 53,369 53,369 53,369 53,368 53,368 53,368 53,367 53,367 53,367 53,366 53,366 53,366 53,365 53,365 53,365 53,364 54,364 54,364 54,363 54,363 54,363 54,362 54,362 54,362 54,361 54,361 54,361 54,360 54,360 54,360 54,359 54,359 54,359 54,358 54,358 54,358 54,357 54,357 54,357 54,356 54,356 54,356 54,355 54,355 54,355 54,354 55,354 55,354 55,353 55,353 55,353 55,352 55,352 55,352 55,351 55,351 55,351 55,350 55,350 55,350 55,349 55,349 55,349 55,348 55,348 55,348 55,347 55,347 55,347 55,346 55,346 55,346 55,345 55,345 55,345 55,344 55,344 56,344 56,343 56,343 56,343 56,342 56,342 56,342 56,341 56,341 56,341 56,340 56,340 56,340 56,339 56,339 56,339 56,338 56,338 56,338 56,337 56,337 56,337 56,336 56,336 56,336 56,335 56,335 56,335 56,334 56,334 56,334 56,333 56,333 56,333 56,332 56,332 56,332 56,331 56,331 56,331 56,330 56,330 56,330 56,329 56,329 56,329 56,328 56,328 56,328 56,327 56,327 56,327 56,326 56,326 56,326 56,325 56,325 56,325 56,324 56,324 56,324 56,323 56,323 56,323 56,322 56,322 56,322 56,321 56,321 56,321 56,320 56,320 56,320 56,319 56,319 56,319 56,318 56,318 56,318 56,317 56,317 56,317 56,316 56,316 56,316 56,315 56,315 56,315 56,314 56,314 56,314 56,313 56,313 56,312 56,312 56,312 56,311 56,311 56,311 56,310 56,310 56,310 56,309 56,309 56,309 56,308 56,308 56,308 56,307 56,307 56,307 56,306 56,306 56,306 56,305 56,305 56,305 56,304 56,304 56,304 56,303 56,303 56,303 56,302 56,302 56,302 56,301 56,301 56,301 56,300 56,300 56,300 56,299 56,299 56,299 56,298 56,298 56,298 56,297 56,297 56,297 56,296 56,296 56,296 56,295 56,295 56,295 56,294 56,294 56,294 56,293 56,293 56,293 57,292 57,292 57,292 57,291 57,291 57,291 57,290 57,290 57,290 57,289 57,289 57,289 57,288 57,288 57,288 57,287 57,287 57,287 57,286 57,286 57,286 57,285 57,285 57,285 57,284 57,284 57,284 57,283 57,283 57,283 57,282 57,282 57,282 57,281 57,281 57,281 57,280 57,280 57,280 58,279 58,279 58,279 58,278 58,278 58,278 58,277 58,277 58,277 58,276 58,276 58,276 58,275 58,275 58,275 58,274 58,274 58,274 58,273 58,273 58,273 58,272 58,272 58,272 58,271 58,271 58,271 58,270 59,270 59,270 59,269 59,269 59,269 59,268 59,268 59,268 59,267 59,267 59,267 59,266 59,266 59,266 59,265 59,265 59,265 59,264 59,264 59,264 59,263 59,263 59,263 59,262 59,262 60,262 60,261 60,261 60,261 60,260 60,260 60,260 60,259 60,259 60,259 60,258 60,258 60,258 60,257 60,257 60,257 60,256 60,256 60,256 60,255 60,255 60,254 60,254 60,254 60,253 60,253 61,253 61,252 61,252 61,252 61,251 61,251 61,251 61,250 61,250 61,250 61,249 61,249 61,249 61,248 61,248 61,248 61,247 61,247 61,247 61,246 61,246 61,246 61,245 61,245 61,245 61,244 61,244 61,244 61,243 61,243 62,243 62,242 62,242 62,242 62,241 62,241 62,241 62,240 62,240 62,240 62,239 62,239 62,239 62,238 62,238 62,238 62,237 62,237 62,237 62,236 62,236 62,236 62,235 62,235 62,235 62,234 62,234 62,234 62,233 62,233 62,233 62,232 62,232 63,232 63,231 63,231 63,231 63,230 63,230 63,230 63,229 63,229 63,229 63,228 63,228 63,228 63,227 63,227 71,227 71,227 71,228 71,228 71,228 72,229 72,229 72,229 72,230 72,230 72,230 72,231 72,231 72,231 72,232 72,232 72,232 72,233 72,233 72,233 72,234 72,234 72,234 72,235 72,235 72,235 72,236 72,236 72,236 72,237 72,237 72,237 72,238 72,238 72,238 72,239 72,239 72,239 72,240 72,240 73,240 73,241 73,241 73,241 73,242 73,242 73,242 73,243 73,243 73,243 73,244 73,244 73,244 73,245 73,245 73,245 73,246 73,246 73,246 73,247 73,247 73,247 73,248 73,248 73,248 73,249 73,249 73,249 73,250 73,250 74,250 74,251 74,251 74,251 74,252 74,252 74,252 74,253 74,253 74,253 74,254 74,254 74,254 74,255 74,255 74,256 74,256 74,256 74,257 74,257 74,257 74,258 74,258 74,258 74,259 74,259 74,259 75,260 75,260 75,260 75,261 75,261 75,261 75,262 75,262 75,262 75,263 75,263 75,263 75,264 75,264 75,264 75,265 75,265 75,265 75,266 75,266 75,266 75,267 75,267 75,267 75,268 75,268 76,268 76,269 76,269 76,269 76,270 76,270 76,270 76,271 76,271 76,271 76,272 76,272 76,272 76,273 76,273 76,273 76,274 76,274 76,274 76,275 76,275 76,275 76,276 76,276 76,276 76,277 77,277 77,277 77,278 77,278 77,278 77,279 77,279 77,279 77,280 77,280 77,280 77,281 77,281 77,281 77,282 77,282 77,282 77,283 77,283 77,283 77,284 77,284 77,284 77,285 77,285 77,285 77,286 77,286 77,286 77,287 77,287 77,287 77,288 77,288 78,288 78,289 78,289 78,289 78,290 78,290 78,290 78,291 78,291 78,291 78,292 78,292 78,292 78,293 78,293 78,293 78,294 78,294 78,294 78,295 78,295 78,295 78,296 78,296 78,296 78,297 78,297 78,297 78,298 78,298 78,298 78,299 78,299 78,299 78,300 78,300 78,300 78,301 78,301 78,301 78,302 78,302 78,302 78,303 78,303 78,303 78,304 78,304 78,304 78,305 78,305 78,305 78,306 78,306 78,306 78,307 78,307 78,307 78,308 78,308 78,308 78,309 78,309 78,309 78,310 78,310 78,310 78,311 78,311 78,311 78,312 78,312 78,312 78,313 78,313 78,314 78,314 78,314 78,315 78,315 78,315 78,316 78,316 78,316 78,317 78,317 78,317 78,318 78,318 78,318 78,319 78,319 78,319 78,320 78,320 78,320 78,321 78,321 78,321 78,322 78,322 78,322 78,323 78,323 78,323 78,324 78,324 78,324 78,325 78,325 78,325 78,326 78,326 78,326 78,327 78,327 78,327 78,328 78,328 78,328 78,329 78,329 78,329 78,330 78,330 78,330 78,331 78,331 78,331 78,332 78,332 78,332 78,333 78,333 78,333 78,334 78,334 78,334 78,335 78,335 78,335 78,336 78,336 78,336 78,337 78,337 78,337 78,338 78,338 78,338 78,339 78,339 78,339 78,340 78,340 79,340 79,341 79,341 79,341 79,342 79,342 79,342 79,343 79,343 79,343 79,344 79,344 79,344 79,345 79,345 79,345 79,346 79,346 79,346 79,347 79,347 79,347 79,348 79,348 79,348 79,349 79,349 79,349 79,350 79,350 79,350 79,351 79,351 79,351 79,352 80,352 80,352 80,353 80,353 80,353 80,354 80,354 80,354 80,355 80,355 80,355 80,356 80,356 80,356 80,357 80,357 80,357 80,358 80,358 80,358 80,359 80,359 80,359 80,360 80,360 80,360 80,361 80,361 81,361 81,362 81,362 81,362 81,363 81,363 81,363 81,364 81,364 81,364 81,365 81,365 81,365 81,366 81,366 81,366 81,367 81,367 81,367 81,368 81,368 81,368 81,369 81,369 81,369 81,370 81,370 81,370 81,371 81,371 81,372 81,372 81,372 81,373 81,373 81,373 81,374 81,374 81,374 81,375 81,375 81,375 81,376 81,376 81,376 81,377 81,377 81,377 81,378 81,378 81,378 81,379 81,379 81,379 81,380 81,380 81,380 81,381 81,381 81,381 81,382 81,382 81,382 81,383 81,383 81,383 81,384 81,384 81,384 81,385 81,385 81,385 81,386 81,386 81,386 81,387 81,387 81,387 81,388 81,388 81,388 81,389 81,389 81,389 81,390 81,390 81,390 81,391 81,391 81,391 81,392 81,392 80,392 80,393 80,393 80,393 80,394 80,394 80,394 80,395 80,395 80,395 80,396 80,396 80,396 80,397 80,397 80,397 80,398 80,398 80,398 55,398 55,398' style='stroke:#333333;fill:#00FFFF'/>
8
- <polyline points='126,317 126,317 126,317 126,316 126,316 126,316 126,315 126,315 126,315 126,314 126,314 126,314 126,313 126,313 126,313 126,312 126,312 126,312 126,311 126,311 126,311 126,310 126,310 126,310 126,309 126,309 126,309 126,308 126,308 125,308 125,307 125,307 125,307 125,307 125,306 125,306 125,306 125,305 125,305 125,305 125,304 125,304 125,304 125,303 125,303 125,303 125,302 125,302 125,302 125,301 125,301 125,301 125,300 125,300 125,300 125,299 125,299 125,299 125,298 125,298 125,298 125,297 125,297 125,297 125,297 125,296 125,296 125,296 125,295 125,295 125,295 125,294 125,294 125,294 125,293 125,293 125,293 125,292 125,292 125,292 125,291 125,291 125,291 125,290 125,290 125,290 125,289 125,289 125,289 125,288 125,288 124,288 124,287 124,287 124,287 124,287 124,286 124,286 124,286 124,285 124,285 124,285 124,284 124,284 124,284 124,283 124,283 124,283 124,282 124,282 124,282 124,281 124,281 124,281 124,280 124,280 124,280 124,279 124,279 123,279 123,278 123,278 123,278 123,277 123,277 123,277 123,277 123,276 123,276 123,276 123,275 123,275 123,275 123,274 123,274 123,274 123,273 123,273 123,273 122,272 122,272 122,272 122,271 122,271 122,271 122,270 122,270 122,270 122,269 122,269 122,269 122,268 122,268 122,268 122,267 122,267 122,267 121,267 121,266 121,266 121,266 121,265 121,265 121,265 121,264 121,264 121,264 121,263 121,263 121,263 121,262 121,262 121,262 120,261 120,261 120,261 120,260 120,260 120,260 120,259 120,259 120,259 120,258 120,258 120,258 120,257 120,257 120,257 120,257 120,256 119,256 119,256 119,255 119,255 119,255 119,254 119,254 119,254 119,253 119,253 119,253 119,252 119,252 119,252 119,251 119,251 119,251 118,250 118,250 118,250 118,249 118,249 118,249 118,248 118,248 118,248 118,247 118,247 118,247 118,247 118,246 118,246 118,246 118,245 118,245 118,245 117,244 117,244 117,244 117,243 117,243 117,243 117,242 117,242 117,242 117,241 117,241 117,241 117,240 117,240 117,240 117,239 117,239 117,239 117,238 117,238 117,238 117,237 116,237 116,237 116,237 116,236 116,236 116,236 116,235 116,235 116,235 116,234 116,234 116,234 116,233 116,233 116,233 116,232 116,232 116,232 116,231 116,231 116,231 116,230 116,230 116,230 116,229 116,229 115,229 115,228 115,228 115,228 115,227 115,227 115,227 115,227 115,226 115,226 115,226 115,225 115,225 115,225 115,224 115,224 115,224 115,223 115,223 115,223 115,222 115,222 115,222 115,221 115,221 115,221 115,220 115,220 115,220 115,219 115,219 115,219 115,218 114,218 114,218 114,217 114,217 114,217 114,217 114,216 114,216 114,216 114,215 114,215 114,215 114,214 114,214 114,214 114,213 114,213 114,213 114,212 114,212 114,212 114,211 114,211 114,211 114,210 114,210 114,210 114,209 114,209 114,209 114,208 114,208 114,208 114,207 114,207 114,207 113,207 113,206 113,206 113,206 113,205 113,205 113,205 113,204 113,204 113,204 113,203 113,203 113,203 113,202 113,202 113,202 113,201 113,201 113,201 113,200 113,200 113,200 113,199 113,199 113,199 113,198 113,198 113,198 113,197 113,197 113,197 113,197 113,196 113,196 113,196 113,195 113,195 113,195 113,194 113,194 113,194 113,193 113,193 113,193 113,192 113,192 113,192 113,191 113,191 113,191 113,190 113,190 113,190 113,189 113,189 112,189 112,188 112,188 112,188 112,187 112,187 112,187 112,187 112,186 112,186 112,186 112,185 112,185 112,185 112,184 112,184 112,184 112,183 112,183 113,183 113,182 113,182 113,182 113,181 113,181 113,181 113,180 113,180 113,180 113,179 113,179 113,179 113,178 113,178 113,178 113,177 113,177 113,177 113,176 113,176 113,176 113,176 113,175 113,175 113,175 113,174 113,174 113,174 113,173 113,173 113,173 113,172 113,172 113,172 113,171 113,171 113,171 113,170 113,170 114,170 114,169 114,169 114,169 114,168 114,168 114,168 114,167 114,167 114,167 114,166 114,166 114,166 114,166 114,165 114,165 114,165 114,164 114,164 115,164 115,163 115,163 115,163 115,162 115,162 115,162 115,161 115,161 115,161 115,160 115,160 115,160 115,159 115,159 116,159 116,158 116,158 116,158 116,157 116,157 116,157 116,156 116,156 116,156 116,156 116,155 116,155 117,155 117,154 117,154 117,154 117,153 117,153 117,153 117,152 142,152 142,153 142,153 142,153 142,154 142,154 142,154 142,155 142,155 142,155 142,156 143,156 143,156 143,156 143,157 143,157 143,157 143,158 143,158 143,158 143,159 143,159 143,159 143,160 143,160 144,160 144,161 144,161 144,161 144,162 144,162 144,162 144,163 144,163 144,163 144,164 144,164 144,164 144,165 144,165 144,165 145,166 145,166 145,166 145,166 145,167 145,167 145,167 145,168 145,168 145,168 145,169 145,169 145,169 145,170 145,170 145,170 145,171 145,171 145,171 145,172 145,172 146,172 146,173 146,173 146,173 146,174 146,174 146,174 146,175 146,175 146,175 146,176 146,176 146,176 146,176 146,177 146,177 146,177 146,178 146,178 146,178 146,179 146,179 146,179 146,180 146,180 146,180 146,181 146,181 146,181 146,182 146,182 146,182 146,183 146,183 146,183 146,184 146,184 146,184 146,185 146,185 146,185 146,186 146,186 146,186 146,187 146,187 146,187 146,187 146,188 146,188 146,188 146,189 146,189 146,189 146,190 146,190 146,190 146,191 146,191 146,191 146,192 146,192 146,192 146,193 146,193 146,193 146,194 146,194 146,194 146,195 146,195 146,195 146,196 146,196 146,196 146,197 146,197 146,197 146,197 146,198 146,198 146,198 146,199 146,199 146,199 146,200 146,200 146,200 146,201 146,201 146,201 146,202 146,202 146,202 146,203 145,203 145,203 145,204 145,204 145,204 145,205 145,205 145,205 145,206 145,206 145,206 145,207 145,207 145,207 145,207 145,208 145,208 145,208 145,209 145,209 145,209 145,210 145,210 145,210 145,211 145,211 145,211 145,212 145,212 145,212 145,213 145,213 145,213 145,214 145,214 145,214 145,215 145,215 144,215 144,216 144,216 144,216 144,217 144,217 144,217 144,217 144,218 144,218 144,218 144,219 144,219 144,219 144,220 144,220 144,220 144,221 144,221 144,221 144,222 144,222 144,222 144,223 144,223 144,223 144,224 144,224 144,224 144,225 144,225 144,225 144,226 144,226 143,226 143,227 143,227 143,227 143,227 143,228 143,228 143,228 143,229 143,229 143,229 143,230 143,230 143,230 143,231 143,231 143,231 143,232 143,232 143,232 143,233 143,233 143,233 143,234 143,234 143,234 143,235 143,235 142,235 142,236 142,236 142,236 142,237 142,237 142,237 142,237 142,238 142,238 142,238 142,239 142,239 142,239 142,240 142,240 142,240 142,241 142,241 142,241 142,242 142,242 142,242 141,243 141,243 141,243 141,244 141,244 141,244 141,245 141,245 141,245 141,246 141,246 141,246 141,247 141,247 141,247 141,247 141,248 141,248 141,248 141,249 140,249 140,249 140,250 140,250 140,250 140,251 140,251 140,251 140,252 140,252 140,252 140,253 140,253 140,253 140,254 140,254 140,254 139,255 139,255 139,255 139,256 139,256 139,256 139,257 139,257 139,257 139,257 139,258 139,258 139,258 139,259 139,259 139,259 139,260 138,260 138,260 138,261 138,261 138,261 138,262 138,262 138,262 138,263 138,263 138,263 138,264 138,264 138,264 138,265 138,265 137,265 137,266 137,266 137,266 137,267 137,267 137,267 137,267 137,268 137,268 137,268 137,269 137,269 137,269 137,270 137,270 137,270 136,271 136,271 136,271 136,272 136,272 136,272 136,273 136,273 136,273 136,274 136,274 136,274 136,275 136,275 136,275 136,276 136,276 136,276 136,277 136,277 135,277 135,277 135,278 135,278 135,278 135,279 135,279 135,279 135,280 135,280 135,280 135,281 135,281 135,281 135,282 135,282 135,282 135,283 135,283 135,283 135,284 135,284 135,284 135,285 135,285 134,285 134,286 134,286 134,286 134,287 134,287 134,287 134,287 134,288 134,288 134,288 134,289 134,289 134,289 134,290 134,290 134,290 134,291 134,291 134,291 134,292 134,292 134,292 134,293 134,293 134,293 134,294 134,294 134,294 134,295 134,295 134,295 134,296 134,296 134,296 134,297 134,297 134,297 134,297 134,298 134,298 134,298 134,299 134,299 133,299 133,300 133,300 133,300 133,301 133,301 133,301 133,302 133,302 133,302 133,303 133,303 133,303 133,304 133,304 133,304 133,305 133,305 133,305 133,306 133,306 133,306 133,307 133,307 133,307 133,307 133,308 133,308 133,308 133,309 133,309 133,309 133,310 133,310 133,310 133,311 133,311 133,311 133,312 133,312 133,312 133,313 133,313 133,313 133,314 133,314 133,314 133,315 133,315 133,315 133,316 133,316 133,316 133,317 133,317 133,317 126,317 126,317' style='stroke:#333333;fill:#00BFFF'/>
9
- <polyline points='178,215 178,215 177,215 177,215 177,215 177,214 177,214 177,214 177,214 177,213 177,213 177,213 176,213 176,213 176,212 176,212 176,212 176,212 176,212 176,211 176,211 176,211 176,211 176,210 175,210 175,210 175,210 175,210 175,209 175,209 175,209 175,209 175,209 175,208 175,208 175,208 175,208 175,207 175,207 174,207 174,207 174,207 174,206 174,206 174,206 174,206 174,206 174,205 174,205 174,205 174,205 174,204 174,204 174,204 174,204 173,204 173,203 173,203 173,203 173,203 173,203 173,202 173,202 173,202 173,202 173,201 173,201 173,201 173,201 173,201 173,200 172,200 172,200 172,200 172,200 172,199 172,199 172,199 172,199 172,198 172,198 172,198 172,198 172,198 172,197 171,197 171,197 171,197 171,197 171,196 171,196 171,196 171,196 171,195 171,195 171,195 171,195 171,195 170,194 170,194 170,194 170,194 170,194 170,193 170,193 170,193 170,193 170,192 170,192 169,192 169,192 169,192 169,191 169,191 169,191 169,191 169,191 169,190 169,190 169,190 168,190 168,189 168,189 168,189 168,189 168,189 168,188 168,188 168,188 168,188 168,188 167,187 167,187 167,187 167,187 167,186 167,186 167,186 167,186 167,186 167,185 167,185 166,185 166,185 166,185 166,184 166,184 166,184 166,184 166,183 166,183 166,183 166,183 166,183 166,182 165,182 165,182 165,182 165,182 165,181 165,181 165,181 165,181 165,180 165,180 165,180 165,180 165,180 165,179 165,179 164,179 164,179 164,179 164,178 164,178 164,178 164,178 164,177 164,177 164,177 164,177 164,177 164,176 164,176 164,176 164,176 164,176 164,175 164,175 164,175 164,175 164,174 164,174 164,174 164,174 164,174 164,173 164,173 164,173 164,173 164,173 164,172 164,172 164,172 164,172 164,171 164,171 164,171 164,171 164,171 164,170 164,170 164,170 164,170 164,170 164,169 164,169 164,169 164,169 164,168 164,168 164,168 164,168 164,168 164,167 164,167 164,167 164,167 164,167 164,166 164,166 165,166 165,166 165,165 165,165 165,165 165,165 165,165 165,164 165,164 165,164 165,164 165,164 165,163 166,163 166,163 166,163 166,162 166,162 166,162 166,162 166,162 166,161 166,161 167,161 167,161 167,161 167,160 167,160 167,160 167,160 167,159 168,159 168,159 168,159 168,159 168,158 168,158 168,158 168,158 169,158 169,157 169,157 169,157 169,157 169,156 169,156 170,156 170,156 170,156 170,155 170,155 170,155 171,155 171,155 171,154 171,154 171,154 171,154 171,153 172,153 172,153 172,153 172,153 172,152 172,152 173,152 173,152 173,152 173,151 173,151 173,151 174,151 174,150 174,150 174,150 174,150 174,150 175,149 175,149 175,149 175,149 175,149 175,148 175,148 176,148 176,148 176,147 176,147 176,147 176,147 176,147 177,146 177,146 177,146 177,146 177,146 177,145 177,145 178,145 178,145 178,144 178,144 178,144 178,144 178,144 178,143 178,143 179,143 179,143 179,143 179,142 179,142 179,142 179,142 179,141 179,141 179,141 180,141 180,141 180,140 180,140 180,140 180,140 180,140 180,139 180,139 180,139 180,139 180,138 180,138 181,138 181,138 181,138 181,137 181,137 181,137 181,137 181,137 181,136 181,136 181,136 181,136 181,135 181,135 181,135 181,135 181,135 181,134 181,134 181,134 181,134 181,134 181,133 181,133 181,133 181,133 181,132 181,132 181,132 181,132 181,132 181,131 181,131 181,131 181,131 181,131 181,130 181,130 181,130 181,130 181,129 181,129 181,129 181,129 181,129 181,128 181,128 181,128 181,128 181,128 181,127 181,127 181,127 181,127 181,126 181,126 181,126 181,126 181,126 181,125 181,125 181,125 181,125 181,125 181,124 181,124 181,124 181,124 181,123 181,123 181,123 181,123 181,123 181,122 181,122 181,122 181,122 181,122 181,121 181,121 181,121 181,121 181,120 181,120 181,120 181,120 181,120 181,119 181,119 181,119 181,119 181,119 181,118 181,118 181,118 181,118 181,117 181,117 181,117 181,117 181,117 181,116 181,116 181,116 181,116 181,116 181,115 181,115 181,115 181,115 181,114 181,114 181,114 181,114 181,114 181,113 181,113 181,113 181,113 181,113 181,112 181,112 181,112 181,112 181,112 181,111 181,111 181,111 181,111 181,110 181,110 182,110 182,110 182,110 182,109 182,109 182,109 182,109 182,109 182,108 182,108 182,108 182,108 182,107 182,107 182,107 182,107 182,107 182,106 182,106 182,106 201,106 201,106 201,106 201,107 201,107 201,107 201,107 201,107 201,108 201,108 201,108 201,108 201,109 201,109 201,109 201,109 202,109 202,110 202,110 202,110 202,110 202,110 202,111 202,111 202,111 202,111 202,112 202,112 202,112 202,112 202,112 202,113 202,113 202,113 202,113 202,113 202,114 202,114 202,114 202,114 202,114 202,115 202,115 202,115 202,115 202,116 202,116 202,116 202,116 202,116 202,117 202,117 202,117 202,117 202,117 202,118 202,118 202,118 202,118 202,119 202,119 202,119 202,119 202,119 202,120 202,120 202,120 202,120 202,120 202,121 202,121 202,121 202,121 202,122 202,122 202,122 202,122 202,122 202,123 202,123 202,123 202,123 202,123 202,124 202,124 202,124 202,124 202,125 202,125 202,125 202,125 202,125 202,126 202,126 202,126 202,126 202,126 202,127 202,127 202,127 202,127 202,128 202,128 202,128 202,128 202,128 202,129 202,129 202,129 202,129 202,129 202,130 202,130 202,130 202,130 202,131 202,131 202,131 202,131 202,131 202,132 202,132 202,132 202,132 202,132 202,133 202,133 202,133 202,133 202,134 202,134 202,134 202,134 202,134 202,135 202,135 202,135 202,135 202,135 202,136 202,136 202,136 202,136 202,137 202,137 202,137 202,137 202,137 202,138 203,138 203,138 203,138 203,138 203,139 203,139 203,139 203,139 203,140 203,140 203,140 203,140 203,140 203,141 204,141 204,141 204,141 204,141 204,142 204,142 204,142 204,142 204,143 204,143 205,143 205,143 205,143 205,144 205,144 205,144 205,144 205,144 206,145 206,145 206,145 206,145 206,146 206,146 206,146 206,146 207,146 207,147 207,147 207,147 207,147 207,147 207,148 208,148 208,148 208,148 208,149 208,149 208,149 208,149 209,149 209,150 209,150 209,150 209,150 209,150 210,151 210,151 210,151 210,151 210,152 210,152 211,152 211,152 211,152 211,153 211,153 211,153 211,153 212,153 212,154 212,154 212,154 212,154 212,155 213,155 213,155 213,155 213,155 213,156 213,156 214,156 214,156 214,156 214,157 214,157 214,157 214,157 215,158 215,158 215,158 215,158 215,158 215,159 215,159 215,159 216,159 216,159 216,160 216,160 216,160 216,160 216,161 216,161 217,161 217,161 217,161 217,162 217,162 217,162 217,162 217,162 217,163 218,163 218,163 218,163 218,164 218,164 218,164 218,164 218,164 218,165 218,165 218,165 218,165 219,165 219,166 219,166 219,166 219,166 219,167 219,167 219,167 219,167 219,167 219,168 219,168 219,168 219,168 219,168 219,169 219,169 219,169 219,169 219,170 219,170 219,170 219,170 219,170 220,171 220,171 220,171 220,171 220,171 220,172 220,172 220,172 220,172 220,173 220,173 220,173 220,173 220,173 220,174 220,174 220,174 219,174 219,174 219,175 219,175 219,175 219,175 219,176 219,176 219,176 219,176 219,176 219,177 219,177 219,177 219,177 219,177 219,178 219,178 219,178 219,178 219,179 219,179 219,179 219,179 219,179 219,180 218,180 218,180 218,180 218,180 218,181 218,181 218,181 218,181 218,182 218,182 218,182 218,182 218,182 218,183 217,183 217,183 217,183 217,183 217,184 217,184 217,184 217,184 217,185 217,185 217,185 217,185 217,185 216,186 216,186 216,186 216,186 216,186 216,187 216,187 216,187 216,187 216,188 216,188 215,188 215,188 215,188 215,189 215,189 215,189 215,189 215,189 215,190 215,190 215,190 214,190 214,191 214,191 214,191 214,191 214,191 214,192 214,192 214,192 214,192 214,192 213,193 213,193 213,193 213,193 213,194 213,194 213,194 213,194 213,194 213,195 213,195 212,195 212,195 212,195 212,196 212,196 212,196 212,196 212,197 212,197 212,197 212,197 212,197 212,198 211,198 211,198 211,198 211,198 211,199 211,199 211,199 211,199 211,200 211,200 211,200 211,200 211,200 211,201 210,201 210,201 210,201 210,201 210,202 210,202 210,202 210,202 210,203 210,203 210,203 210,203 210,203 210,204 210,204 210,204 209,204 209,204 209,205 209,205 209,205 209,205 209,206 209,206 209,206 209,206 209,206 209,207 209,207 209,207 209,207 209,207 208,208 208,208 208,208 208,208 208,209 208,209 208,209 208,209 208,209 208,210 208,210 208,210 208,210 208,210 207,211 207,211 207,211 207,211 207,212 207,212 207,212 207,212 207,212 207,213 207,213 207,213 206,213 206,213 206,214 206,214 206,214 206,214 206,215 206,215 206,215 206,215 206,215 178,215 178,215' style='stroke:#333333;fill:#00688B'/>
10
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
11
- <rect x='44' y='307' width='3' height='3' transform='rotate(-315,45,309)' style='stroke:#00CDCD;fill:#00CDCD'/>
12
- <rect x='52' y='225' width='3' height='3' transform='rotate(-315,54,227)' style='stroke:#00CDCD;fill:#00CDCD'/>
13
- <rect x='83' y='276' width='3' height='3' transform='rotate(-315,85,278)' style='stroke:#00CDCD;fill:#00CDCD'/>
14
- <rect x='42' y='378' width='3' height='3' transform='rotate(-315,43,379)' style='stroke:#00CDCD;fill:#00CDCD'/>
15
- <rect x='63' y='316' width='3' height='3' transform='rotate(-315,64,317)' style='stroke:#00CDCD;fill:#00CDCD'/>
16
- <rect x='55' y='374' width='3' height='3' transform='rotate(-315,56,375)' style='stroke:#00CDCD;fill:#00CDCD'/>
17
- <rect x='45' y='397' width='3' height='3' transform='rotate(-315,46,398)' style='stroke:#00CDCD;fill:#00CDCD'/>
18
- <rect x='53' y='382' width='3' height='3' transform='rotate(-315,54,383)' style='stroke:#00CDCD;fill:#00CDCD'/>
19
- <rect x='46' y='290' width='3' height='3' transform='rotate(-315,48,292)' style='stroke:#00CDCD;fill:#00CDCD'/>
20
- <rect x='56' y='378' width='3' height='3' transform='rotate(-315,57,379)' style='stroke:#00CDCD;fill:#00CDCD'/>
21
- <rect x='147' y='249' width='3' height='3' transform='rotate(-315,149,251)' style='stroke:#00CDCD;fill:#00CDCD'/>
22
- <rect x='144' y='202' width='3' height='3' transform='rotate(-315,145,204)' style='stroke:#00CDCD;fill:#00CDCD'/>
23
- <rect x='120' y='198' width='3' height='3' transform='rotate(-315,121,200)' style='stroke:#00CDCD;fill:#00CDCD'/>
24
- <rect x='137' y='162' width='3' height='3' transform='rotate(-315,138,163)' style='stroke:#00CDCD;fill:#00CDCD'/>
25
- <rect x='137' y='245' width='3' height='3' transform='rotate(-315,138,246)' style='stroke:#00CDCD;fill:#00CDCD'/>
26
- <rect x='119' y='178' width='3' height='3' transform='rotate(-315,121,179)' style='stroke:#00CDCD;fill:#00CDCD'/>
27
- <rect x='126' y='170' width='3' height='3' transform='rotate(-315,127,172)' style='stroke:#00CDCD;fill:#00CDCD'/>
28
- <rect x='140' y='230' width='3' height='3' transform='rotate(-315,142,231)' style='stroke:#00CDCD;fill:#00CDCD'/>
29
- <rect x='142' y='316' width='3' height='3' transform='rotate(-315,143,317)' style='stroke:#00CDCD;fill:#00CDCD'/>
30
- <rect x='145' y='151' width='3' height='3' transform='rotate(-315,146,152)' style='stroke:#00CDCD;fill:#00CDCD'/>
31
- <rect x='182' y='174' width='3' height='3' transform='rotate(-315,184,175)' style='stroke:#00CDCD;fill:#00CDCD'/>
32
- <rect x='212' y='163' width='3' height='3' transform='rotate(-315,214,164)' style='stroke:#00CDCD;fill:#00CDCD'/>
33
- <rect x='169' y='214' width='3' height='3' transform='rotate(-315,171,215)' style='stroke:#00CDCD;fill:#00CDCD'/>
34
- <rect x='210' y='187' width='3' height='3' transform='rotate(-315,212,188)' style='stroke:#00CDCD;fill:#00CDCD'/>
35
- <rect x='176' y='184' width='3' height='3' transform='rotate(-315,177,185)' style='stroke:#00CDCD;fill:#00CDCD'/>
36
- <rect x='198' y='104' width='3' height='3' transform='rotate(-315,199,105)' style='stroke:#00CDCD;fill:#00CDCD'/>
37
- <rect x='190' y='163' width='3' height='3' transform='rotate(-315,191,164)' style='stroke:#00CDCD;fill:#00CDCD'/>
38
- <rect x='204' y='151' width='3' height='3' transform='rotate(-315,205,152)' style='stroke:#00CDCD;fill:#00CDCD'/>
39
- <rect x='183' y='124' width='3' height='3' transform='rotate(-315,184,125)' style='stroke:#00CDCD;fill:#00CDCD'/>
40
- <rect x='166' y='207' width='3' height='3' transform='rotate(-315,167,208)' style='stroke:#00CDCD;fill:#00CDCD'/>
41
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
42
- <rect x='234' y='48' width='199' height='421' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#EBEBEB'/>
43
- <polyline points='260,450 260,450 260,449 260,449 260,449 260,449 260,449 260,449 260,448 260,448 260,448 260,448 259,448 259,447 259,447 259,447 259,447 259,447 259,447 259,446 259,446 259,446 259,446 259,446 259,445 258,445 258,445 258,445 258,445 258,445 258,444 258,444 258,444 258,444 258,444 258,443 258,443 258,443 258,443 258,443 257,442 257,442 257,442 257,442 257,442 257,442 257,441 257,441 257,441 257,441 257,441 257,440 257,440 257,440 257,440 256,440 256,440 256,439 256,439 256,439 256,439 256,439 256,438 256,438 256,438 256,438 256,438 256,438 256,437 256,437 256,437 256,437 256,437 255,436 255,436 255,436 255,436 255,436 255,435 255,435 255,435 255,435 255,435 255,435 255,434 255,434 255,434 255,434 255,434 255,433 255,433 255,433 255,433 255,433 255,433 255,432 254,432 254,432 254,432 254,432 254,431 254,431 254,431 254,431 254,431 254,431 254,430 254,430 254,430 254,430 254,430 254,429 254,429 254,429 254,429 254,429 254,429 254,428 254,428 254,428 254,428 254,428 254,427 254,427 254,427 254,427 254,427 254,426 254,426 254,426 254,426 254,426 254,426 254,425 254,425 254,425 254,425 254,425 254,424 254,424 254,424 254,424 254,424 254,424 254,423 254,423 254,423 254,423 254,423 254,422 254,422 254,422 254,422 254,422 254,422 254,421 254,421 254,421 254,421 254,421 254,420 254,420 254,420 254,420 254,420 254,419 254,419 254,419 254,419 254,419 254,419 254,418 254,418 254,418 254,418 254,418 254,417 254,417 254,417 254,417 254,417 254,417 254,416 254,416 255,416 255,416 255,416 255,415 255,415 255,415 255,415 255,415 255,415 255,414 255,414 255,414 255,414 255,414 255,413 255,413 255,413 255,413 255,413 255,412 255,412 255,412 255,412 255,412 255,412 256,411 256,411 256,411 256,411 256,411 256,410 256,410 256,410 256,410 256,410 256,410 256,409 256,409 256,409 256,409 256,409 256,408 256,408 256,408 256,408 256,408 257,408 257,407 257,407 257,407 257,407 257,407 257,406 257,406 257,406 257,406 257,406 257,406 257,405 257,405 257,405 257,405 257,405 257,404 257,404 257,404 258,404 258,404 258,403 258,403 258,403 258,403 258,403 258,403 258,402 258,402 258,402 258,402 258,402 258,401 258,401 258,401 258,401 258,401 258,401 258,400 258,400 258,400 258,400 259,400 259,399 259,399 259,399 259,399 259,399 259,399 259,398 259,398 259,398 259,398 259,398 259,397 259,397 259,397 259,397 259,397 259,396 259,396 259,396 259,396 259,396 259,396 259,395 259,395 259,395 259,395 259,395 259,394 259,394 259,394 260,394 260,394 260,394 260,393 260,393 260,393 260,393 260,393 260,392 260,392 260,392 260,392 260,392 260,392 260,391 260,391 260,391 260,391 260,391 260,390 260,390 260,390 260,390 260,390 260,389 260,389 260,389 260,389 260,389 260,389 260,388 260,388 260,388 260,388 260,388 260,387 260,387 260,387 260,387 260,387 260,387 260,386 260,386 260,386 260,386 260,386 260,385 260,385 260,385 260,385 260,385 260,385 260,384 260,384 260,384 260,384 260,384 260,383 260,383 260,383 260,383 260,383 260,382 260,382 259,382 259,382 259,382 259,382 259,381 259,381 259,381 259,381 259,381 259,380 259,380 259,380 259,380 259,380 259,380 259,379 259,379 259,379 259,379 259,379 259,378 259,378 259,378 259,378 259,378 259,378 259,377 259,377 259,377 259,377 259,377 259,376 259,376 259,376 259,376 259,376 259,376 259,375 259,375 259,375 259,375 258,375 258,374 258,374 258,374 258,374 258,374 258,373 258,373 258,373 258,373 258,373 258,373 258,372 258,372 258,372 258,372 258,372 258,371 258,371 258,371 258,371 258,371 258,371 258,370 258,370 258,370 258,370 258,370 258,369 258,369 258,369 258,369 258,369 258,369 258,368 258,368 258,368 258,368 258,368 258,367 258,367 258,367 258,367 258,367 258,366 258,366 258,366 258,366 258,366 258,366 258,365 258,365 258,365 258,365 258,365 258,364 258,364 258,364 258,364 258,364 258,364 258,363 258,363 258,363 258,363 258,363 258,362 258,362 258,362 258,362 258,362 258,362 258,361 258,361 258,361 258,361 258,361 258,360 258,360 258,360 258,360 258,360 258,359 258,359 258,359 258,359 258,359 258,359 258,358 258,358 258,358 258,358 258,358 258,357 258,357 258,357 258,357 258,357 258,357 258,356 258,356 258,356 258,356 285,356 285,356 285,356 285,356 285,357 285,357 285,357 285,357 285,357 285,357 285,358 285,358 285,358 285,358 285,358 286,359 286,359 286,359 286,359 286,359 286,359 286,360 286,360 286,360 286,360 286,360 286,361 286,361 286,361 286,361 286,361 286,362 286,362 286,362 286,362 286,362 286,362 286,363 286,363 286,363 286,363 286,363 286,364 286,364 286,364 286,364 286,364 286,364 286,365 286,365 286,365 286,365 286,365 286,366 286,366 286,366 286,366 286,366 286,366 286,367 286,367 286,367 286,367 286,367 286,368 286,368 286,368 286,368 286,368 286,369 286,369 286,369 286,369 286,369 286,369 286,370 286,370 286,370 286,370 286,370 286,371 285,371 285,371 285,371 285,371 285,371 285,372 285,372 285,372 285,372 285,372 285,373 285,373 285,373 285,373 285,373 285,373 285,374 285,374 285,374 285,374 285,374 285,375 285,375 285,375 285,375 285,375 285,376 285,376 285,376 285,376 285,376 285,376 285,377 285,377 285,377 285,377 285,377 285,378 285,378 285,378 284,378 284,378 284,378 284,379 284,379 284,379 284,379 284,379 284,380 284,380 284,380 284,380 284,380 284,380 284,381 284,381 284,381 284,381 284,381 284,382 284,382 284,382 284,382 284,382 284,382 284,383 284,383 284,383 284,383 284,383 284,384 284,384 284,384 284,384 284,384 284,385 284,385 284,385 284,385 284,385 284,385 284,386 284,386 284,386 284,386 284,386 284,387 284,387 284,387 284,387 284,387 284,387 284,388 284,388 284,388 284,388 284,388 284,389 284,389 284,389 284,389 284,389 284,389 284,390 284,390 284,390 284,390 284,390 284,391 284,391 284,391 284,391 284,391 284,392 284,392 284,392 284,392 284,392 284,392 284,393 284,393 284,393 284,393 284,393 284,394 284,394 284,394 284,394 284,394 284,394 284,395 284,395 284,395 284,395 284,395 284,396 284,396 284,396 284,396 284,396 284,396 284,397 284,397 284,397 284,397 285,397 285,398 285,398 285,398 285,398 285,398 285,399 285,399 285,399 285,399 285,399 285,399 285,400 285,400 285,400 285,400 285,400 285,401 285,401 285,401 285,401 285,401 285,401 285,402 285,402 286,402 286,402 286,402 286,403 286,403 286,403 286,403 286,403 286,403 286,404 286,404 286,404 286,404 286,404 286,405 286,405 286,405 286,405 286,405 286,406 286,406 287,406 287,406 287,406 287,406 287,407 287,407 287,407 287,407 287,407 287,408 287,408 287,408 287,408 287,408 287,408 287,409 287,409 287,409 287,409 287,409 287,410 288,410 288,410 288,410 288,410 288,410 288,411 288,411 288,411 288,411 288,411 288,412 288,412 288,412 288,412 288,412 288,412 288,413 288,413 288,413 288,413 288,413 288,414 289,414 289,414 289,414 289,414 289,415 289,415 289,415 289,415 289,415 289,415 289,416 289,416 289,416 289,416 289,416 289,417 289,417 289,417 289,417 289,417 289,417 289,418 289,418 289,418 289,418 289,418 289,419 289,419 289,419 289,419 289,419 289,419 290,420 290,420 290,420 290,420 290,420 290,421 290,421 290,421 290,421 290,421 290,422 290,422 290,422 290,422 290,422 290,422 290,423 290,423 290,423 290,423 290,423 290,424 290,424 290,424 290,424 290,424 290,424 290,425 290,425 290,425 290,425 290,425 290,426 290,426 290,426 290,426 290,426 290,426 290,427 290,427 290,427 290,427 290,427 290,428 290,428 290,428 290,428 290,428 290,429 290,429 290,429 289,429 289,429 289,429 289,430 289,430 289,430 289,430 289,430 289,431 289,431 289,431 289,431 289,431 289,431 289,432 289,432 289,432 289,432 289,432 289,433 289,433 289,433 289,433 289,433 289,433 289,434 289,434 289,434 289,434 289,434 288,435 288,435 288,435 288,435 288,435 288,435 288,436 288,436 288,436 288,436 288,436 288,437 288,437 288,437 288,437 288,437 288,438 288,438 288,438 288,438 287,438 287,438 287,439 287,439 287,439 287,439 287,439 287,440 287,440 287,440 287,440 287,440 287,440 287,441 287,441 287,441 287,441 286,441 286,442 286,442 286,442 286,442 286,442 286,442 286,443 286,443 286,443 286,443 286,443 286,444 286,444 285,444 285,444 285,444 285,445 285,445 285,445 285,445 285,445 285,445 285,446 285,446 285,446 285,446 285,446 284,447 284,447 284,447 284,447 284,447 284,447 284,448 284,448 284,448 284,448 284,448 284,449 284,449 283,449 283,449 283,449 283,449 283,450 283,450 260,450 260,450' style='stroke:#333333;fill:#00FFFF'/>
44
- <polyline points='322,329 322,329 321,328 321,328 321,328 321,328 321,327 321,327 320,327 320,327 320,327 320,326 320,326 320,326 320,326 319,325 319,325 319,325 319,325 319,325 319,324 319,324 318,324 318,324 318,323 318,323 318,323 318,323 318,322 317,322 317,322 317,322 317,322 317,321 317,321 317,321 316,321 316,320 316,320 316,320 316,320 316,320 316,319 316,319 315,319 315,319 315,318 315,318 315,318 315,318 315,318 314,317 314,317 314,317 314,317 314,316 314,316 314,316 314,316 314,316 313,315 313,315 313,315 313,315 313,314 313,314 313,314 313,314 313,314 312,313 312,313 312,313 312,313 312,312 312,312 312,312 312,312 312,311 312,311 311,311 311,311 311,311 311,310 311,310 311,310 311,310 311,309 311,309 311,309 311,309 310,309 310,308 310,308 310,308 310,308 310,307 310,307 310,307 310,307 310,307 310,306 310,306 309,306 309,306 309,305 309,305 309,305 309,305 309,305 309,304 309,304 309,304 309,304 309,303 309,303 308,303 308,303 308,303 308,302 308,302 308,302 308,302 308,301 308,301 308,301 308,301 308,301 308,300 308,300 308,300 307,300 307,299 307,299 307,299 307,299 307,298 307,298 307,298 307,298 307,298 307,297 307,297 307,297 307,297 307,296 307,296 307,296 307,296 306,296 306,295 306,295 306,295 306,295 306,294 306,294 306,294 306,294 306,294 306,293 306,293 306,293 306,293 306,292 306,292 306,292 306,292 306,292 306,291 306,291 306,291 306,291 306,290 306,290 306,290 306,290 306,290 306,289 306,289 306,289 306,289 306,288 306,288 306,288 306,288 306,287 306,287 306,287 307,287 307,287 307,286 307,286 307,286 307,286 307,285 307,285 307,285 307,285 307,285 308,284 308,284 308,284 308,284 308,283 308,283 308,283 308,283 309,283 309,282 309,282 309,282 309,282 309,281 309,281 310,281 310,281 310,281 310,280 310,280 310,280 311,280 311,279 311,279 311,279 311,279 312,279 312,278 312,278 312,278 312,278 313,277 313,277 313,277 313,277 313,276 314,276 314,276 314,276 314,276 314,275 314,275 315,275 315,275 315,274 315,274 315,274 316,274 316,274 316,273 316,273 316,273 317,273 317,272 317,272 317,272 317,272 318,272 318,271 318,271 318,271 318,271 318,270 319,270 319,270 319,270 319,270 319,269 319,269 320,269 320,269 320,268 320,268 320,268 320,268 321,268 321,267 321,267 321,267 321,267 321,266 321,266 322,266 322,266 322,266 322,265 322,265 322,265 322,265 323,264 323,264 323,264 323,264 323,263 323,263 323,263 323,263 324,263 324,262 324,262 324,262 324,262 324,261 324,261 324,261 325,261 325,261 325,260 325,260 325,260 325,260 325,259 325,259 326,259 326,259 326,259 326,258 326,258 326,258 326,258 326,257 326,257 327,257 327,257 327,257 327,256 327,256 327,256 327,256 327,255 327,255 328,255 328,255 328,255 328,254 328,254 328,254 328,254 328,253 328,253 329,253 329,253 329,252 329,252 329,252 329,252 329,252 329,251 329,251 329,251 330,251 330,250 330,250 330,250 330,250 330,250 330,249 330,249 330,249 330,249 331,248 331,248 331,248 331,248 331,248 331,247 331,247 331,247 331,247 331,246 331,246 331,246 331,246 332,246 332,245 332,245 332,245 332,245 332,244 332,244 332,244 332,244 332,244 332,243 332,243 332,243 332,243 332,242 332,242 332,242 332,242 332,241 332,241 332,241 332,241 333,241 333,240 333,240 333,240 333,240 333,239 333,239 333,239 333,239 333,239 333,238 333,238 333,238 333,238 333,237 333,237 333,237 333,237 333,237 333,236 333,236 333,236 333,236 333,235 333,235 332,235 332,235 332,235 332,234 332,234 332,234 332,234 332,233 332,233 332,233 332,233 332,233 332,232 332,232 332,232 332,232 332,231 332,231 332,231 332,231 332,231 332,230 331,230 331,230 331,230 331,229 331,229 331,229 331,229 331,228 331,228 331,228 331,228 331,228 331,227 331,227 331,227 330,227 330,226 330,226 330,226 330,226 330,226 330,225 330,225 330,225 330,225 330,224 330,224 329,224 329,224 329,224 329,223 329,223 329,223 329,223 329,222 329,222 329,222 329,222 329,222 329,221 329,221 328,221 328,221 328,220 328,220 328,220 328,220 328,220 328,219 328,219 328,219 328,219 328,218 328,218 328,218 328,218 328,217 328,217 328,217 328,217 327,217 327,216 327,216 327,216 327,216 327,215 327,215 327,215 327,215 327,215 327,214 327,214 341,214 341,214 341,215 341,215 341,215 341,215 341,215 341,216 341,216 340,216 340,216 340,217 340,217 340,217 340,217 340,217 340,218 340,218 340,218 340,218 340,219 340,219 340,219 340,219 340,220 340,220 340,220 340,220 340,220 340,221 339,221 339,221 339,221 339,222 339,222 339,222 339,222 339,222 339,223 339,223 339,223 339,223 339,224 339,224 338,224 338,224 338,224 338,225 338,225 338,225 338,225 338,226 338,226 338,226 338,226 338,226 337,227 337,227 337,227 337,227 337,228 337,228 337,228 337,228 337,228 337,229 337,229 337,229 337,229 337,230 336,230 336,230 336,230 336,231 336,231 336,231 336,231 336,231 336,232 336,232 336,232 336,232 336,233 336,233 336,233 336,233 336,233 336,234 336,234 336,234 336,234 335,235 335,235 335,235 335,235 335,235 335,236 335,236 335,236 335,236 335,237 335,237 335,237 335,237 335,237 335,238 335,238 335,238 335,238 335,239 335,239 335,239 335,239 335,239 335,240 335,240 335,240 335,240 335,241 335,241 335,241 335,241 336,241 336,242 336,242 336,242 336,242 336,243 336,243 336,243 336,243 336,244 336,244 336,244 336,244 336,244 336,245 336,245 336,245 336,245 336,246 336,246 337,246 337,246 337,246 337,247 337,247 337,247 337,247 337,248 337,248 337,248 337,248 337,248 337,249 338,249 338,249 338,249 338,250 338,250 338,250 338,250 338,250 338,251 338,251 339,251 339,251 339,252 339,252 339,252 339,252 339,252 339,253 339,253 339,253 340,253 340,254 340,254 340,254 340,254 340,255 340,255 340,255 340,255 341,255 341,256 341,256 341,256 341,256 341,257 341,257 341,257 341,257 342,257 342,258 342,258 342,258 342,258 342,259 342,259 342,259 342,259 343,259 343,260 343,260 343,260 343,260 343,261 343,261 343,261 344,261 344,261 344,262 344,262 344,262 344,262 344,263 344,263 345,263 345,263 345,263 345,264 345,264 345,264 345,264 345,265 346,265 346,265 346,265 346,266 346,266 346,266 346,266 347,266 347,267 347,267 347,267 347,267 347,268 347,268 348,268 348,268 348,268 348,269 348,269 348,269 349,269 349,270 349,270 349,270 349,270 349,270 350,271 350,271 350,271 350,271 350,272 351,272 351,272 351,272 351,272 351,273 351,273 352,273 352,273 352,274 352,274 352,274 353,274 353,274 353,275 353,275 353,275 354,275 354,276 354,276 354,276 354,276 355,276 355,277 355,277 355,277 355,277 356,278 356,278 356,278 356,278 356,279 357,279 357,279 357,279 357,279 357,280 357,280 358,280 358,280 358,281 358,281 358,281 358,281 359,281 359,282 359,282 359,282 359,282 359,283 359,283 360,283 360,283 360,283 360,284 360,284 360,284 360,284 360,285 361,285 361,285 361,285 361,285 361,286 361,286 361,286 361,286 361,287 361,287 361,287 361,287 362,287 362,288 362,288 362,288 362,288 362,289 362,289 362,289 362,289 362,290 362,290 362,290 362,290 362,290 362,291 362,291 362,291 362,291 362,292 362,292 362,292 362,292 362,292 362,293 362,293 362,293 362,293 362,294 362,294 362,294 362,294 362,294 362,295 362,295 362,295 361,295 361,296 361,296 361,296 361,296 361,296 361,297 361,297 361,297 361,297 361,298 361,298 361,298 361,298 361,298 361,299 361,299 361,299 360,299 360,300 360,300 360,300 360,300 360,301 360,301 360,301 360,301 360,301 360,302 360,302 360,302 360,302 360,303 359,303 359,303 359,303 359,303 359,304 359,304 359,304 359,304 359,305 359,305 359,305 359,305 359,305 359,306 358,306 358,306 358,306 358,307 358,307 358,307 358,307 358,307 358,308 358,308 358,308 358,308 357,309 357,309 357,309 357,309 357,309 357,310 357,310 357,310 357,310 357,311 357,311 356,311 356,311 356,311 356,312 356,312 356,312 356,312 356,313 356,313 356,313 355,313 355,314 355,314 355,314 355,314 355,314 355,315 355,315 355,315 354,315 354,316 354,316 354,316 354,316 354,316 354,317 354,317 354,317 353,317 353,318 353,318 353,318 353,318 353,318 353,319 353,319 352,319 352,319 352,320 352,320 352,320 352,320 352,320 351,321 351,321 351,321 351,321 351,322 351,322 351,322 351,322 350,322 350,323 350,323 350,323 350,323 350,324 350,324 349,324 349,324 349,325 349,325 349,325 349,325 348,325 348,326 348,326 348,326 348,326 348,327 348,327 347,327 347,327 347,327 347,328 347,328 347,328 347,328 346,329 346,329 322,329 322,329' style='stroke:#333333;fill:#00BFFF'/>
45
- <polyline points='392,266 392,265 392,265 392,264 392,264 392,264 392,263 392,263 392,263 392,262 392,262 392,261 392,261 392,261 392,260 392,260 392,259 392,259 392,259 391,258 391,258 391,257 391,257 391,257 391,256 391,256 391,256 391,255 391,255 391,254 391,254 391,254 391,253 391,253 391,252 391,252 391,252 391,251 391,251 391,251 391,250 391,250 391,249 391,249 391,249 391,248 390,248 390,247 390,247 390,247 390,246 390,246 390,245 390,245 390,245 390,244 390,244 390,244 390,243 390,243 390,242 390,242 390,242 390,241 390,241 390,240 390,240 390,240 390,239 390,239 389,238 389,238 389,238 389,237 389,237 389,237 389,236 389,236 389,235 389,235 389,235 389,234 389,234 389,233 389,233 389,233 389,232 389,232 389,231 389,231 389,231 389,230 389,230 388,230 388,229 388,229 388,228 388,228 388,228 388,227 388,227 388,226 388,226 388,226 388,225 388,225 388,225 388,224 388,224 388,223 388,223 388,223 388,222 388,222 388,221 387,221 387,221 387,220 387,220 387,219 387,219 387,219 387,218 387,218 387,218 387,217 387,217 387,216 387,216 387,216 387,215 387,215 387,214 387,214 387,214 387,213 387,213 387,212 386,212 386,212 386,211 386,211 386,211 386,210 386,210 386,209 386,209 386,209 386,208 386,208 386,207 386,207 386,207 386,206 386,206 386,205 386,205 386,205 386,204 386,204 386,204 386,203 386,203 386,202 386,202 385,202 385,201 385,201 385,200 385,200 385,200 385,199 385,199 385,198 385,198 385,198 385,197 385,197 385,197 385,196 385,196 385,195 385,195 385,195 385,194 385,194 385,193 385,193 385,193 385,192 385,192 385,192 385,191 385,191 385,190 385,190 385,190 385,189 385,189 385,188 385,188 385,188 385,187 385,187 385,186 385,186 385,186 385,185 385,185 385,185 385,184 385,184 385,183 385,183 385,183 385,182 385,182 385,181 385,181 385,181 385,180 385,180 385,179 385,179 385,179 385,178 385,178 385,178 385,177 385,177 385,176 385,176 385,176 385,175 385,175 385,174 385,174 385,174 385,173 385,173 385,172 385,172 385,172 385,171 385,171 385,171 385,170 385,170 385,169 385,169 385,169 385,168 385,168 385,167 385,167 385,167 385,166 385,166 385,165 385,165 385,165 385,164 385,164 385,164 385,163 386,163 386,162 386,162 386,162 386,161 386,161 386,160 386,160 386,160 386,159 386,159 386,159 386,158 386,158 386,157 386,157 386,157 386,156 386,156 386,155 386,155 386,155 386,154 386,154 386,153 386,153 386,153 387,152 387,152 387,152 387,151 387,151 387,150 387,150 387,150 387,149 387,149 387,148 387,148 387,148 387,147 387,147 387,146 387,146 387,146 387,145 387,145 387,145 387,144 387,144 388,143 388,143 388,143 388,142 388,142 388,141 388,141 388,141 388,140 388,140 388,139 388,139 388,139 388,138 388,138 388,138 388,137 388,137 388,136 388,136 388,136 388,135 388,135 388,134 389,134 389,134 389,133 389,133 389,133 389,132 389,132 389,131 389,131 389,131 389,130 389,130 389,129 389,129 389,129 389,128 389,128 389,127 389,127 389,127 389,126 389,126 389,126 389,125 389,125 389,124 389,124 389,124 389,123 389,123 389,122 389,122 390,122 390,121 390,121 390,120 390,120 390,120 390,119 390,119 390,119 390,118 390,118 390,117 390,117 390,117 390,116 390,116 390,115 390,115 390,115 390,114 390,114 390,113 390,113 390,113 390,112 390,112 390,112 390,111 390,111 390,110 390,110 390,110 390,109 390,109 390,108 390,108 390,108 390,107 390,107 390,106 390,106 390,106 390,105 390,105 390,105 390,104 390,104 390,103 390,103 390,103 390,102 390,102 390,101 390,101 390,101 390,100 390,100 390,100 390,99 390,99 390,98 390,98 390,98 390,97 390,97 390,96 390,96 390,96 390,95 390,95 390,94 390,94 390,94 390,93 390,93 390,93 390,92 390,92 390,91 390,91 390,91 390,90 390,90 390,89 390,89 390,89 390,88 390,88 390,87 390,87 390,87 390,86 390,86 390,86 390,85 390,85 390,84 390,84 390,84 390,83 390,83 390,82 390,82 390,82 390,81 391,81 391,80 391,80 391,80 391,79 391,79 391,79 391,78 391,78 391,77 391,77 391,77 391,76 391,76 391,75 391,75 391,75 391,74 391,74 391,73 391,73 391,73 391,72 391,72 391,72 391,71 391,71 391,70 391,70 391,70 391,69 391,69 391,68 391,68 391,68 391,67 401,67 401,68 401,68 401,68 401,69 401,69 401,70 401,70 401,70 401,71 401,71 401,72 401,72 401,72 401,73 402,73 402,73 402,74 402,74 402,75 402,75 402,75 402,76 402,76 402,77 402,77 402,77 402,78 402,78 402,79 402,79 402,79 402,80 402,80 402,80 402,81 402,81 402,82 402,82 402,82 402,83 402,83 402,84 402,84 402,84 402,85 402,85 402,86 402,86 402,86 402,87 402,87 402,87 402,88 402,88 402,89 402,89 402,89 402,90 402,90 402,91 402,91 402,91 402,92 402,92 402,93 402,93 402,93 402,94 402,94 402,94 402,95 402,95 402,96 402,96 402,96 402,97 402,97 402,98 402,98 402,98 402,99 402,99 402,100 402,100 402,100 402,101 402,101 402,101 402,102 402,102 402,103 402,103 402,103 402,104 402,104 402,105 402,105 402,105 402,106 402,106 402,106 402,107 402,107 402,108 402,108 402,108 402,109 402,109 402,110 402,110 402,110 402,111 402,111 402,112 402,112 402,112 402,113 402,113 402,113 402,114 402,114 403,115 403,115 403,115 403,116 403,116 403,117 403,117 403,117 403,118 403,118 403,119 403,119 403,119 403,120 403,120 403,120 403,121 403,121 403,122 403,122 403,122 403,123 403,123 403,124 403,124 403,124 403,125 403,125 403,126 403,126 403,126 403,127 403,127 403,127 403,128 403,128 403,129 403,129 403,129 403,130 403,130 404,131 404,131 404,131 404,132 404,132 404,133 404,133 404,133 404,134 404,134 404,134 404,135 404,135 404,136 404,136 404,136 404,137 404,137 404,138 404,138 404,138 404,139 404,139 404,139 404,140 404,140 405,141 405,141 405,141 405,142 405,142 405,143 405,143 405,143 405,144 405,144 405,145 405,145 405,145 405,146 405,146 405,146 405,147 405,147 405,148 405,148 405,148 405,149 405,149 406,150 406,150 406,150 406,151 406,151 406,152 406,152 406,152 406,153 406,153 406,153 406,154 406,154 406,155 406,155 406,155 406,156 406,156 406,157 406,157 406,157 406,158 406,158 406,159 406,159 407,159 407,160 407,160 407,160 407,161 407,161 407,162 407,162 407,162 407,163 407,163 407,164 407,164 407,164 407,165 407,165 407,165 407,166 407,166 407,167 407,167 407,167 407,168 407,168 407,169 407,169 407,169 407,170 407,170 407,171 407,171 407,171 407,172 407,172 407,172 407,173 408,173 408,174 408,174 408,174 408,175 408,175 408,176 408,176 408,176 408,177 408,177 408,178 408,178 408,178 408,179 408,179 408,179 408,180 408,180 408,181 408,181 408,181 408,182 408,182 408,183 408,183 408,183 408,184 408,184 408,185 408,185 408,185 408,186 408,186 408,186 408,187 408,187 408,188 408,188 408,188 408,189 408,189 408,190 408,190 408,190 408,191 408,191 407,192 407,192 407,192 407,193 407,193 407,193 407,194 407,194 407,195 407,195 407,195 407,196 407,196 407,197 407,197 407,197 407,198 407,198 407,198 407,199 407,199 407,200 407,200 407,200 407,201 407,201 407,202 407,202 407,202 407,203 407,203 407,204 407,204 407,204 407,205 407,205 407,205 406,206 406,206 406,207 406,207 406,207 406,208 406,208 406,209 406,209 406,209 406,210 406,210 406,211 406,211 406,211 406,212 406,212 406,212 406,213 406,213 406,214 406,214 406,214 406,215 406,215 405,216 405,216 405,216 405,217 405,217 405,218 405,218 405,218 405,219 405,219 405,219 405,220 405,220 405,221 405,221 405,221 405,222 405,222 405,223 405,223 405,223 405,224 405,224 404,225 404,225 404,225 404,226 404,226 404,226 404,227 404,227 404,228 404,228 404,228 404,229 404,229 404,230 404,230 404,230 404,231 404,231 404,231 404,232 404,232 404,233 403,233 403,233 403,234 403,234 403,235 403,235 403,235 403,236 403,236 403,237 403,237 403,237 403,238 403,238 403,238 403,239 403,239 403,240 403,240 403,240 403,241 403,241 403,242 402,242 402,242 402,243 402,243 402,244 402,244 402,244 402,245 402,245 402,245 402,246 402,246 402,247 402,247 402,247 402,248 402,248 402,249 402,249 402,249 402,250 402,250 402,251 402,251 402,251 402,252 401,252 401,252 401,253 401,253 401,254 401,254 401,254 401,255 401,255 401,256 401,256 401,256 401,257 401,257 401,257 401,258 401,258 401,259 401,259 401,259 401,260 401,260 401,261 401,261 401,261 401,262 401,262 401,263 400,263 400,263 400,264 400,264 400,264 400,265 400,265 400,266 392,266 392,266' style='stroke:#333333;fill:#00688B'/>
46
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
47
- <rect x='264' y='448' width='3' height='3' transform='rotate(-315,265,449)' style='stroke:#00CDCD;fill:#00CDCD'/>
48
- <rect x='259' y='354' width='3' height='3' transform='rotate(-315,260,355)' style='stroke:#00CDCD;fill:#00CDCD'/>
49
- <rect x='253' y='408' width='3' height='3' transform='rotate(-315,255,410)' style='stroke:#00CDCD;fill:#00CDCD'/>
50
- <rect x='290' y='428' width='3' height='3' transform='rotate(-315,291,430)' style='stroke:#00CDCD;fill:#00CDCD'/>
51
- <rect x='266' y='420' width='3' height='3' transform='rotate(-315,268,422)' style='stroke:#00CDCD;fill:#00CDCD'/>
52
- <rect x='268' y='374' width='3' height='3' transform='rotate(-315,269,375)' style='stroke:#00CDCD;fill:#00CDCD'/>
53
- <rect x='262' y='359' width='3' height='3' transform='rotate(-315,263,360)' style='stroke:#00CDCD;fill:#00CDCD'/>
54
- <rect x='277' y='358' width='3' height='3' transform='rotate(-315,279,359)' style='stroke:#00CDCD;fill:#00CDCD'/>
55
- <rect x='289' y='435' width='3' height='3' transform='rotate(-315,291,437)' style='stroke:#00CDCD;fill:#00CDCD'/>
56
- <rect x='287' y='412' width='3' height='3' transform='rotate(-315,289,414)' style='stroke:#00CDCD;fill:#00CDCD'/>
57
- <rect x='316' y='290' width='3' height='3' transform='rotate(-315,317,291)' style='stroke:#00CDCD;fill:#00CDCD'/>
58
- <rect x='347' y='290' width='3' height='3' transform='rotate(-315,348,291)' style='stroke:#00CDCD;fill:#00CDCD'/>
59
- <rect x='310' y='306' width='3' height='3' transform='rotate(-315,312,308)' style='stroke:#00CDCD;fill:#00CDCD'/>
60
- <rect x='337' y='280' width='3' height='3' transform='rotate(-315,339,281)' style='stroke:#00CDCD;fill:#00CDCD'/>
61
- <rect x='339' y='213' width='3' height='3' transform='rotate(-315,340,214)' style='stroke:#00CDCD;fill:#00CDCD'/>
62
- <rect x='347' y='280' width='3' height='3' transform='rotate(-315,348,282)' style='stroke:#00CDCD;fill:#00CDCD'/>
63
- <rect x='357' y='328' width='3' height='3' transform='rotate(-315,358,329)' style='stroke:#00CDCD;fill:#00CDCD'/>
64
- <rect x='321' y='315' width='3' height='3' transform='rotate(-315,323,317)' style='stroke:#00CDCD;fill:#00CDCD'/>
65
- <rect x='356' y='260' width='3' height='3' transform='rotate(-315,357,261)' style='stroke:#00CDCD;fill:#00CDCD'/>
66
- <rect x='340' y='303' width='3' height='3' transform='rotate(-315,342,304)' style='stroke:#00CDCD;fill:#00CDCD'/>
67
- <rect x='418' y='199' width='3' height='3' transform='rotate(-315,420,200)' style='stroke:#00CDCD;fill:#00CDCD'/>
68
- <rect x='373' y='264' width='3' height='3' transform='rotate(-315,374,265)' style='stroke:#00CDCD;fill:#00CDCD'/>
69
- <rect x='390' y='66' width='3' height='3' transform='rotate(-315,391,67)' style='stroke:#00CDCD;fill:#00CDCD'/>
70
- <rect x='373' y='174' width='3' height='3' transform='rotate(-315,374,175)' style='stroke:#00CDCD;fill:#00CDCD'/>
71
- <rect x='415' y='163' width='3' height='3' transform='rotate(-315,416,164)' style='stroke:#00CDCD;fill:#00CDCD'/>
72
- <rect x='417' y='84' width='3' height='3' transform='rotate(-315,419,85)' style='stroke:#00CDCD;fill:#00CDCD'/>
73
- <rect x='388' y='159' width='3' height='3' transform='rotate(-315,389,160)' style='stroke:#00CDCD;fill:#00CDCD'/>
74
- <rect x='380' y='225' width='3' height='3' transform='rotate(-315,381,227)' style='stroke:#00CDCD;fill:#00CDCD'/>
75
- <rect x='395' y='202' width='3' height='3' transform='rotate(-315,396,204)' style='stroke:#00CDCD;fill:#00CDCD'/>
76
- <rect x='399' y='123' width='3' height='3' transform='rotate(-315,400,124)' style='stroke:#00CDCD;fill:#00CDCD'/>
77
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
78
- <rect x='30' y='33' width='199' height='15' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#D9D9D9'/>
79
- </g><text x='124' y='43' 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='234' y='33' width='199' height='15' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#D9D9D9'/>
82
- </g><text x='329' y='43' 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='67,472 67,469' style='stroke:#333333'/>
85
- <polyline points='129,472 129,469' style='stroke:#333333'/>
86
- <polyline points='192,472 192,469' style='stroke:#333333'/>
87
- </g><text x='60' y='480' lengthAdjust='spacingAndGlyphs' textLength='14px' style='font-size:8.0px;fill:#000080'>0.5</text>
88
- <text x='127' y='480' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.0px;fill:#000080'>1</text>
89
- <text x='189' y='480' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.0px;fill:#000080'>2</text>
90
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
91
- <polyline points='272,472 272,469' style='stroke:#333333'/>
92
- <polyline points='334,472 334,469' style='stroke:#333333'/>
93
- <polyline points='396,472 396,469' style='stroke:#333333'/>
94
- </g><text x='265' y='480' lengthAdjust='spacingAndGlyphs' textLength='14px' style='font-size:8.0px;fill:#000080'>0.5</text>
95
- <text x='332' y='480' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.0px;fill:#000080'>1</text>
96
- <text x='394' y='480' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.0px;fill:#000080'>2</text>
97
- <text x='15' y='378' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>10</text>
98
- <text x='15' y='249' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>20</text>
99
- <text x='15' y='120' lengthAdjust='spacingAndGlyphs' textLength='10px' style='font-size:8.0px;fill:#000080'>30</text>
100
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
101
- <polyline points='27,375 30,375' style='stroke:#333333'/>
102
- <polyline points='27,246 30,246' style='stroke:#333333'/>
103
- <polyline points='27,118 30,118' style='stroke:#333333'/>
104
- </g><text x='371' y='489' lengthAdjust='spacingAndGlyphs' textLength='63px' style='font-size:10.0px;fill:#000080;font-weight:bold'>Dose (mg)</text>
105
- <text x='13' y='129' lengthAdjust='spacingAndGlyphs' textLength='81px' style='font-size:10.0px;fill:#000080;font-weight:bold' transform='rotate(-90,13,129)'>Teeth length</text>
106
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
107
- <rect x='445' y='211' width='56' height='95' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#FFFFFF'/>
108
- </g><text x='450' y='225' lengthAdjust='spacingAndGlyphs' textLength='32px' style='font-size:12.0px;fill:#000080;font-weight:bold'>dose</text>
109
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
110
- <rect x='450' y='231' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
111
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:miter;stroke-linecap:round;stroke-miterlimit:10.0'>
112
- <rect x='451' y='232' width='22' height='22' style='stroke:#333333;fill:#00688B'/>
113
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
114
- <rect x='450' y='254' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
115
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:miter;stroke-linecap:round;stroke-miterlimit:10.0'>
116
- <rect x='451' y='255' width='22' height='22' style='stroke:#333333;fill:#00BFFF'/>
117
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
118
- <rect x='450' y='277' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
119
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:miter;stroke-linecap:round;stroke-miterlimit:10.0'>
120
- <rect x='451' y='278' width='22' height='22' style='stroke:#333333;fill:#00FFFF'/>
121
- </g><text x='479' y='246' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>2</text>
122
- <text x='479' y='269' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>1</text>
123
- <text x='479' y='292' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#000000'>0.5</text>
124
- <text x='30' y='27' lengthAdjust='spacingAndGlyphs' textLength='197px' style='font-size:9.0px;fill:#000080'>Faceted by delivery method, OJ or VC</text>
125
- <text x='30' y='16' lengthAdjust='spacingAndGlyphs' textLength='386px' style='font-size:14.399999999999999px;fill:#000080;font-weight:bold'>Tooth Growth: Length vs Vitamin C Dose</text>
126
- <text x='232' y='500' lengthAdjust='spacingAndGlyphs' textLength='202px' style='font-size:8.0px;fill:#000080'>Length of odontoblasts in 60 guinea pigs. </text>
127
- <text x='145' 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>
128
- </svg>
@@ -1,150 +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,307 230,307' style='stroke:#FFFFFF'/>
10
- <polyline points='31,167 230,167' 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,237 230,237' 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
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
20
- <polyline points='56,402 56,402 56,401 56,401 56,400 56,400 56,400 56,399 56,399 56,399 56,398 56,398 56,398 56,397 56,397 56,396 55,396 55,396 55,395 55,395 55,395 55,394 55,394 55,394 55,393 55,393 55,392 55,392 55,392 55,391 55,391 55,391 55,390 55,390 55,390 55,389 55,389 55,388 55,388 55,388 55,387 55,387 55,387 55,386 55,386 55,386 55,385 54,385 54,384 54,384 54,384 54,383 54,383 54,383 54,382 54,382 54,382 54,381 54,381 54,380 54,380 54,380 54,379 54,379 54,379 54,378 54,378 54,378 54,377 54,377 54,376 54,376 54,376 54,375 54,375 54,375 54,374 55,374 55,374 55,373 55,373 55,372 55,372 55,372 55,371 55,371 55,371 55,370 55,370 55,369 55,369 55,369 55,368 55,368 55,368 55,367 55,367 55,367 55,366 55,366 55,365 55,365 55,365 55,364 55,364 55,364 55,363 55,363 55,363 55,362 55,362 55,361 55,361 55,361 55,360 56,360 56,360 56,359 56,359 56,359 56,358 56,358 56,357 56,357 56,357 56,356 56,356 56,356 56,355 56,355 56,355 56,354 56,354 56,353 56,353 56,353 56,352 56,352 56,352 56,351 56,351 56,351 56,350 56,350 57,349 57,349 57,349 57,348 57,348 57,348 57,347 57,347 57,347 57,346 57,346 57,345 57,345 57,345 57,344 57,344 57,344 57,343 57,343 57,343 57,342 57,342 57,341 57,341 57,341 57,340 57,340 57,340 57,339 57,339 57,338 57,338 57,338 57,337 57,337 57,337 57,336 57,336 58,336 58,335 58,335 58,334 58,334 58,334 58,333 58,333 58,333 58,332 58,332 58,332 58,331 58,331 58,330 58,330 58,330 58,329 58,329 58,329 58,328 58,328 58,328 58,327 58,327 58,326 58,326 58,326 58,325 58,325 58,325 58,324 58,324 58,324 58,323 58,323 58,322 58,322 58,322 58,321 58,321 58,321 58,320 58,320 58,320 58,319 58,319 58,318 58,318 58,318 58,317 58,317 58,317 58,316 58,316 58,316 58,315 58,315 58,314 58,314 58,314 58,313 58,313 58,313 58,312 58,312 58,312 58,311 58,311 58,310 58,310 58,310 58,309 58,309 58,309 58,308 58,308 58,307 58,307 58,307 58,306 58,306 58,306 58,305 58,305 58,305 58,304 58,304 58,303 58,303 58,303 58,302 58,302 58,302 58,301 58,301 58,301 58,300 58,300 58,299 58,299 58,299 58,298 58,298 58,298 58,297 58,297 58,297 58,296 58,296 58,295 58,295 58,295 58,294 58,294 58,294 58,293 58,293 58,293 58,292 58,292 58,291 58,291 58,291 58,290 58,290 58,290 58,289 58,289 58,289 58,288 58,288 58,287 58,287 58,287 58,286 58,286 58,286 58,285 58,285 58,285 58,284 58,284 58,283 58,283 58,283 58,282 58,282 58,282 58,281 58,281 58,281 58,280 59,280 59,279 59,279 59,279 59,278 59,278 59,278 59,277 59,277 59,276 59,276 59,276 59,275 59,275 59,275 59,274 59,274 59,274 59,273 59,273 59,272 59,272 59,272 59,271 59,271 59,271 59,270 59,270 59,270 59,269 59,269 59,268 60,268 60,268 60,267 60,267 60,267 60,266 60,266 60,266 60,265 60,265 60,264 60,264 60,264 60,263 60,263 60,263 60,262 60,262 60,262 60,261 60,261 60,260 60,260 60,260 60,259 60,259 61,259 61,258 61,258 61,258 61,257 61,257 61,256 61,256 61,256 61,255 61,255 61,255 61,254 61,254 61,254 61,253 61,253 61,252 61,252 61,252 61,251 61,251 61,251 61,250 61,250 61,250 62,249 62,249 62,248 62,248 62,248 62,247 62,247 62,247 62,246 62,246 62,245 62,245 62,245 62,244 62,244 62,244 62,243 62,243 62,243 62,242 62,242 62,241 62,241 62,241 62,240 62,240 62,240 63,239 63,239 63,239 63,238 63,238 63,237 63,237 63,237 63,236 63,236 63,236 63,235 63,235 63,235 63,234 63,234 63,233 63,233 63,233 63,232 63,232 63,232 63,231 63,231 63,231 63,230 63,230 63,229 63,229 63,229 63,228 63,228 64,228 64,227 64,227 64,227 64,226 64,226 64,225 64,225 64,225 64,224 64,224 64,224 64,223 64,223 64,223 64,222 64,222 64,221 64,221 64,221 64,220 64,220 64,220 64,219 64,219 64,219 64,218 64,218 64,217 64,217 64,217 64,216 64,216 64,216 73,216 73,216 73,216 73,217 73,217 73,217 73,218 73,218 73,219 73,219 73,219 73,220 73,220 73,220 73,221 73,221 73,221 73,222 73,222 73,223 73,223 73,223 74,224 74,224 74,224 74,225 74,225 74,225 74,226 74,226 74,227 74,227 74,227 74,228 74,228 74,228 74,229 74,229 74,229 74,230 74,230 74,231 74,231 74,231 74,232 74,232 74,232 74,233 74,233 74,233 74,234 74,234 74,235 74,235 74,235 75,236 75,236 75,236 75,237 75,237 75,237 75,238 75,238 75,239 75,239 75,239 75,240 75,240 75,240 75,241 75,241 75,241 75,242 75,242 75,243 75,243 75,243 75,244 75,244 75,244 75,245 75,245 75,245 76,246 76,246 76,247 76,247 76,247 76,248 76,248 76,248 76,249 76,249 76,250 76,250 76,250 76,251 76,251 76,251 76,252 76,252 76,252 76,253 76,253 76,254 76,254 76,254 76,255 76,255 77,255 77,256 77,256 77,256 77,257 77,257 77,258 77,258 77,258 77,259 77,259 77,259 77,260 77,260 77,260 77,261 77,261 77,262 77,262 77,262 77,263 77,263 77,263 77,264 77,264 77,264 78,265 78,265 78,266 78,266 78,266 78,267 78,267 78,267 78,268 78,268 78,268 78,269 78,269 78,270 78,270 78,270 78,271 78,271 78,271 78,272 78,272 78,272 78,273 78,273 78,274 78,274 78,274 78,275 78,275 79,275 79,276 79,276 79,276 79,277 79,277 79,278 79,278 79,278 79,279 79,279 79,279 79,280 79,280 79,281 79,281 79,281 79,282 79,282 79,282 79,283 79,283 79,283 79,284 79,284 79,285 79,285 79,285 79,286 79,286 79,286 79,287 79,287 79,287 79,288 79,288 79,289 79,289 79,289 79,290 79,290 79,290 79,291 79,291 79,291 79,292 79,292 80,293 80,293 80,293 80,294 80,294 80,294 80,295 80,295 80,295 80,296 80,296 80,297 80,297 80,297 80,298 80,298 80,298 80,299 80,299 80,299 80,300 80,300 80,301 80,301 80,301 80,302 80,302 80,302 80,303 80,303 80,303 80,304 80,304 80,305 80,305 80,305 80,306 80,306 80,306 80,307 80,307 80,307 80,308 80,308 80,309 80,309 80,309 80,310 80,310 80,310 80,311 80,311 80,312 80,312 80,312 80,313 80,313 80,313 80,314 80,314 80,314 80,315 80,315 80,316 80,316 80,316 80,317 80,317 80,317 80,318 80,318 80,318 80,319 80,319 80,320 80,320 80,320 80,321 80,321 80,321 80,322 80,322 80,322 80,323 80,323 80,324 80,324 80,324 80,325 80,325 80,325 80,326 80,326 80,326 80,327 80,327 80,328 80,328 80,328 80,329 80,329 80,329 80,330 80,330 80,330 80,331 80,331 80,332 80,332 80,332 80,333 80,333 80,333 80,334 80,334 80,334 80,335 80,335 80,336 80,336 80,336 80,337 80,337 80,337 80,338 80,338 80,338 80,339 80,339 80,340 80,340 80,340 80,341 80,341 80,341 80,342 80,342 80,343 80,343 80,343 80,344 80,344 80,344 80,345 80,345 80,345 81,346 81,346 81,347 81,347 81,347 81,348 81,348 81,348 81,349 81,349 81,349 81,350 81,350 81,351 81,351 81,351 81,352 81,352 81,352 81,353 81,353 81,353 81,354 81,354 81,355 81,355 81,355 81,356 81,356 82,356 82,357 82,357 82,357 82,358 82,358 82,359 82,359 82,359 82,360 82,360 82,360 82,361 82,361 82,361 82,362 82,362 82,363 82,363 82,363 82,364 82,364 82,364 82,365 82,365 82,365 82,366 82,366 82,367 82,367 82,367 83,368 83,368 83,368 83,369 83,369 83,369 83,370 83,370 83,371 83,371 83,371 83,372 83,372 83,372 83,373 83,373 83,374 83,374 83,374 83,375 83,375 83,375 83,376 83,376 83,376 83,377 83,377 83,378 83,378 83,378 83,379 83,379 83,379 83,380 83,380 83,380 83,381 83,381 83,382 83,382 83,382 83,383 83,383 83,383 83,384 83,384 83,384 83,385 83,385 83,386 83,386 83,386 83,387 83,387 83,387 83,388 83,388 83,388 83,389 83,389 83,390 83,390 83,390 83,391 82,391 82,391 82,392 82,392 82,392 82,393 82,393 82,394 82,394 82,394 82,395 82,395 82,395 82,396 82,396 82,396 82,397 82,397 82,398 82,398 82,398 82,399 81,399 81,399 81,400 81,400 81,400 81,401 81,401 81,402 81,402 56,402 56,402' style='stroke:#333333;fill:#00FFFF'/>
21
- <polyline points='127,314 127,313 127,313 127,313 127,312 127,312 127,312 127,311 127,311 127,311 127,310 127,310 127,309 127,309 127,309 127,308 127,308 127,308 127,307 127,307 127,307 127,306 127,306 127,306 127,305 127,305 127,305 127,304 127,304 127,303 127,303 127,303 127,302 127,302 127,302 127,301 127,301 127,301 127,300 127,300 127,300 127,299 127,299 127,299 127,298 127,298 127,298 127,297 127,297 127,296 127,296 127,296 127,295 127,295 127,295 127,294 127,294 127,294 127,293 127,293 127,293 127,292 126,292 126,292 126,291 126,291 126,291 126,290 126,290 126,289 126,289 126,289 126,288 126,288 126,288 126,287 126,287 126,287 126,286 126,286 126,286 126,285 126,285 126,285 126,284 126,284 126,283 126,283 126,283 126,282 126,282 126,282 126,281 126,281 126,281 126,280 126,280 126,280 126,279 126,279 126,279 126,278 126,278 125,278 125,277 125,277 125,276 125,276 125,276 125,275 125,275 125,275 125,274 125,274 125,274 125,273 125,273 125,273 125,272 125,272 125,272 125,271 125,271 125,271 125,270 125,270 125,269 124,269 124,269 124,268 124,268 124,268 124,267 124,267 124,267 124,266 124,266 124,266 124,265 124,265 124,265 124,264 124,264 124,263 124,263 124,263 123,262 123,262 123,262 123,261 123,261 123,261 123,260 123,260 123,260 123,259 123,259 123,259 123,258 123,258 123,258 123,257 123,257 122,256 122,256 122,256 122,255 122,255 122,255 122,254 122,254 122,254 122,253 122,253 122,253 122,252 122,252 122,252 122,251 122,251 121,250 121,250 121,250 121,249 121,249 121,249 121,248 121,248 121,248 121,247 121,247 121,247 121,246 121,246 121,246 121,245 121,245 120,245 120,244 120,244 120,243 120,243 120,243 120,242 120,242 120,242 120,241 120,241 120,241 120,240 120,240 120,240 120,239 120,239 119,239 119,238 119,238 119,238 119,237 119,237 119,236 119,236 119,236 119,235 119,235 119,235 119,234 119,234 119,234 119,233 119,233 119,233 119,232 119,232 118,232 118,231 118,231 118,230 118,230 118,230 118,229 118,229 118,229 118,228 118,228 118,228 118,227 118,227 118,227 118,226 118,226 118,226 118,225 118,225 118,225 118,224 118,224 118,223 117,223 117,223 117,222 117,222 117,222 117,221 117,221 117,221 117,220 117,220 117,220 117,219 117,219 117,219 117,218 117,218 117,218 117,217 117,217 117,216 117,216 117,216 117,215 117,215 117,215 117,214 117,214 117,214 117,213 116,213 116,213 116,212 116,212 116,212 116,211 116,211 116,210 116,210 116,210 116,209 116,209 116,209 116,208 116,208 116,208 116,207 116,207 116,207 116,206 116,206 116,206 116,205 116,205 116,205 116,204 116,204 116,203 116,203 116,203 116,202 116,202 116,202 116,201 115,201 115,201 115,200 115,200 115,200 115,199 115,199 115,199 115,198 115,198 115,197 115,197 115,197 115,196 115,196 115,196 115,195 115,195 115,195 115,194 115,194 115,194 115,193 115,193 115,193 115,192 115,192 115,192 115,191 115,191 115,190 115,190 115,190 115,189 115,189 115,189 115,188 115,188 115,188 115,187 114,187 114,187 114,186 114,186 114,186 114,185 114,185 114,185 114,184 114,184 114,183 114,183 114,183 114,182 114,182 114,182 114,181 114,181 114,181 114,180 114,180 114,180 114,179 114,179 114,179 114,178 114,178 114,177 114,177 114,177 114,176 114,176 114,176 114,175 114,175 114,175 114,174 114,174 114,174 114,173 114,173 114,173 114,172 114,172 114,172 114,171 114,171 114,170 114,170 114,170 114,169 114,169 114,169 114,168 114,168 114,168 114,167 114,167 114,167 114,166 114,166 114,166 114,165 114,165 114,165 114,164 114,164 114,163 114,163 114,163 114,162 114,162 114,162 114,161 114,161 114,161 114,160 114,160 114,160 114,159 114,159 114,159 114,158 114,158 114,157 114,157 115,157 115,156 115,156 115,156 115,155 115,155 115,155 115,154 115,154 115,154 115,153 115,153 115,153 115,152 115,152 115,152 115,151 115,151 115,150 115,150 115,150 115,149 116,149 116,149 116,148 116,148 116,148 116,147 116,147 116,147 116,146 116,146 116,146 116,145 116,145 116,144 116,144 116,144 117,143 117,143 117,143 117,142 117,142 117,142 117,141 117,141 117,141 117,140 117,140 117,140 117,139 117,139 118,139 118,138 118,138 118,137 118,137 118,137 118,136 118,136 118,136 118,135 118,135 118,135 119,134 143,134 143,135 143,135 143,135 143,136 143,136 143,136 144,137 144,137 144,137 144,138 144,138 144,139 144,139 144,139 144,140 144,140 144,140 144,141 144,141 145,141 145,142 145,142 145,142 145,143 145,143 145,143 145,144 145,144 145,144 145,145 145,145 145,146 145,146 145,146 146,147 146,147 146,147 146,148 146,148 146,148 146,149 146,149 146,149 146,150 146,150 146,150 146,151 146,151 146,152 146,152 146,152 146,153 146,153 147,153 147,154 147,154 147,154 147,155 147,155 147,155 147,156 147,156 147,156 147,157 147,157 147,157 147,158 147,158 147,159 147,159 147,159 147,160 147,160 147,160 147,161 147,161 147,161 147,162 147,162 147,162 147,163 147,163 147,163 147,164 147,164 147,165 147,165 147,165 147,166 147,166 147,166 148,167 148,167 148,167 148,168 148,168 148,168 148,169 148,169 148,169 148,170 148,170 148,170 148,171 148,171 148,172 148,172 148,172 148,173 148,173 148,173 148,174 148,174 148,174 148,175 148,175 147,175 147,176 147,176 147,176 147,177 147,177 147,177 147,178 147,178 147,179 147,179 147,179 147,180 147,180 147,180 147,181 147,181 147,181 147,182 147,182 147,182 147,183 147,183 147,183 147,184 147,184 147,185 147,185 147,185 147,186 147,186 147,186 147,187 147,187 147,187 147,188 147,188 147,188 147,189 147,189 147,189 147,190 147,190 147,190 147,191 147,191 147,192 147,192 147,192 147,193 147,193 147,193 147,194 146,194 146,194 146,195 146,195 146,195 146,196 146,196 146,196 146,197 146,197 146,197 146,198 146,198 146,199 146,199 146,199 146,200 146,200 146,200 146,201 146,201 146,201 146,202 146,202 146,202 146,203 146,203 146,203 146,204 146,204 146,205 146,205 146,205 146,206 146,206 146,206 145,207 145,207 145,207 145,208 145,208 145,208 145,209 145,209 145,209 145,210 145,210 145,210 145,211 145,211 145,212 145,212 145,212 145,213 145,213 145,213 145,214 145,214 145,214 145,215 145,215 145,215 145,216 145,216 145,216 145,217 145,217 145,218 145,218 144,218 144,219 144,219 144,219 144,220 144,220 144,220 144,221 144,221 144,221 144,222 144,222 144,222 144,223 144,223 144,223 144,224 144,224 144,225 144,225 144,225 144,226 144,226 144,226 144,227 144,227 143,227 143,228 143,228 143,228 143,229 143,229 143,229 143,230 143,230 143,230 143,231 143,231 143,232 143,232 143,232 143,233 143,233 143,233 143,234 143,234 143,234 143,235 142,235 142,235 142,236 142,236 142,236 142,237 142,237 142,238 142,238 142,238 142,239 142,239 142,239 142,240 142,240 142,240 142,241 142,241 142,241 141,242 141,242 141,242 141,243 141,243 141,243 141,244 141,244 141,245 141,245 141,245 141,246 141,246 141,246 141,247 141,247 141,247 140,248 140,248 140,248 140,249 140,249 140,249 140,250 140,250 140,250 140,251 140,251 140,252 140,252 140,252 140,253 140,253 139,253 139,254 139,254 139,254 139,255 139,255 139,255 139,256 139,256 139,256 139,257 139,257 139,258 139,258 139,258 139,259 139,259 138,259 138,260 138,260 138,260 138,261 138,261 138,261 138,262 138,262 138,262 138,263 138,263 138,263 138,264 138,264 138,265 138,265 138,265 137,266 137,266 137,266 137,267 137,267 137,267 137,268 137,268 137,268 137,269 137,269 137,269 137,270 137,270 137,271 137,271 137,271 137,272 137,272 137,272 137,273 136,273 136,273 136,274 136,274 136,274 136,275 136,275 136,275 136,276 136,276 136,276 136,277 136,277 136,278 136,278 136,278 136,279 136,279 136,279 136,280 136,280 136,280 136,281 136,281 136,281 136,282 136,282 136,282 135,283 135,283 135,283 135,284 135,284 135,285 135,285 135,285 135,286 135,286 135,286 135,287 135,287 135,287 135,288 135,288 135,288 135,289 135,289 135,289 135,290 135,290 135,291 135,291 135,291 135,292 135,292 135,292 135,293 135,293 135,293 135,294 135,294 135,294 135,295 135,295 135,295 135,296 135,296 135,296 135,297 135,297 135,298 135,298 135,298 135,299 135,299 135,299 135,300 135,300 135,300 135,301 135,301 135,301 135,302 135,302 135,302 135,303 135,303 135,303 135,304 135,304 135,305 135,305 135,305 135,306 135,306 134,306 134,307 134,307 134,307 134,308 134,308 134,308 134,309 134,309 134,309 134,310 134,310 134,311 134,311 134,311 134,312 134,312 134,312 134,313 134,313 134,313 134,314 127,314 127,314' style='stroke:#333333;fill:#00BFFF'/>
22
- <polyline points='179,203 179,203 179,203 179,202 178,202 178,202 178,202 178,201 178,201 178,201 178,201 178,200 178,200 178,200 178,200 177,199 177,199 177,199 177,199 177,199 177,198 177,198 177,198 177,198 177,197 177,197 177,197 177,197 176,196 176,196 176,196 176,196 176,196 176,195 176,195 176,195 176,195 176,194 176,194 176,194 176,194 176,193 176,193 175,193 175,193 175,192 175,192 175,192 175,192 175,192 175,191 175,191 175,191 175,191 175,190 175,190 175,190 175,190 175,189 174,189 174,189 174,189 174,189 174,188 174,188 174,188 174,188 174,187 174,187 174,187 174,187 174,186 174,186 174,186 174,186 173,185 173,185 173,185 173,185 173,185 173,184 173,184 173,184 173,184 173,183 173,183 173,183 173,183 172,182 172,182 172,182 172,182 172,182 172,181 172,181 172,181 172,181 172,180 172,180 172,180 172,180 171,179 171,179 171,179 171,179 171,179 171,178 171,178 171,178 171,178 171,177 171,177 170,177 170,177 170,176 170,176 170,176 170,176 170,175 170,175 170,175 170,175 170,175 169,174 169,174 169,174 169,174 169,173 169,173 169,173 169,173 169,172 169,172 169,172 168,172 168,172 168,171 168,171 168,171 168,171 168,170 168,170 168,170 168,170 168,169 167,169 167,169 167,169 167,168 167,168 167,168 167,168 167,168 167,167 167,167 167,167 167,167 167,166 166,166 166,166 166,166 166,165 166,165 166,165 166,165 166,165 166,164 166,164 166,164 166,164 166,163 166,163 166,163 166,163 166,162 165,162 165,162 165,162 165,161 165,161 165,161 165,161 165,161 165,160 165,160 165,160 165,160 165,159 165,159 165,159 165,159 165,158 165,158 165,158 165,158 165,158 165,157 165,157 165,157 165,157 165,156 165,156 165,156 165,156 165,155 165,155 165,155 165,155 165,154 165,154 165,154 165,154 165,154 165,153 165,153 165,153 165,153 165,152 165,152 165,152 165,152 165,151 165,151 165,151 165,151 165,151 165,150 166,150 166,150 166,150 166,149 166,149 166,149 166,149 166,148 166,148 166,148 166,148 166,148 166,147 166,147 167,147 167,147 167,146 167,146 167,146 167,146 167,145 167,145 167,145 167,145 167,144 168,144 168,144 168,144 168,144 168,143 168,143 168,143 168,143 169,142 169,142 169,142 169,142 169,141 169,141 169,141 169,141 170,141 170,140 170,140 170,140 170,140 170,139 170,139 171,139 171,139 171,138 171,138 171,138 171,138 171,137 172,137 172,137 172,137 172,137 172,136 172,136 173,136 173,136 173,135 173,135 173,135 173,135 174,134 174,134 174,134 174,134 174,134 174,133 174,133 175,133 175,133 175,132 175,132 175,132 175,132 176,131 176,131 176,131 176,131 176,130 176,130 177,130 177,130 177,130 177,129 177,129 177,129 177,129 178,128 178,128 178,128 178,128 178,127 178,127 178,127 178,127 179,127 179,126 179,126 179,126 179,126 179,125 179,125 179,125 180,125 180,124 180,124 180,124 180,124 180,124 180,123 180,123 180,123 181,123 181,122 181,122 181,122 181,122 181,121 181,121 181,121 181,121 181,120 181,120 181,120 182,120 182,120 182,119 182,119 182,119 182,119 182,118 182,118 182,118 182,118 182,117 182,117 182,117 182,117 182,117 182,116 182,116 182,116 182,116 182,115 182,115 182,115 182,115 183,114 183,114 183,114 183,114 183,113 183,113 183,113 183,113 183,113 183,112 183,112 183,112 183,112 183,111 183,111 183,111 183,111 183,110 183,110 183,110 183,110 183,110 183,109 183,109 183,109 183,109 183,108 183,108 183,108 183,108 183,107 183,107 183,107 183,107 183,106 183,106 183,106 183,106 182,106 182,105 182,105 182,105 182,105 182,104 182,104 182,104 182,104 182,103 182,103 182,103 182,103 182,103 182,102 182,102 182,102 182,102 182,101 182,101 182,101 182,101 182,100 182,100 182,100 182,100 182,99 182,99 182,99 182,99 182,99 182,98 182,98 182,98 182,98 182,97 182,97 182,97 182,97 182,96 182,96 182,96 182,96 182,96 182,95 182,95 182,95 182,95 182,94 182,94 182,94 182,94 182,93 182,93 182,93 182,93 182,93 182,92 182,92 182,92 182,92 182,91 182,91 182,91 182,91 182,90 182,90 183,90 183,90 183,89 183,89 183,89 183,89 183,89 183,88 183,88 183,88 183,88 183,87 183,87 183,87 183,87 183,86 183,86 183,86 183,86 183,86 183,85 183,85 183,85 183,85 184,84 184,84 184,84 202,84 202,84 202,84 202,85 202,85 202,85 202,85 202,86 202,86 202,86 202,86 202,86 202,87 203,87 203,87 203,87 203,88 203,88 203,88 203,88 203,89 203,89 203,89 203,89 203,89 203,90 203,90 203,90 203,90 203,91 203,91 203,91 203,91 203,92 203,92 203,92 203,92 203,93 203,93 203,93 203,93 203,93 203,94 203,94 203,94 203,94 203,95 203,95 203,95 203,95 203,96 203,96 203,96 203,96 203,96 203,97 203,97 203,97 203,97 203,98 203,98 203,98 203,98 203,99 203,99 203,99 203,99 203,99 203,100 203,100 203,100 203,100 203,101 203,101 203,101 203,101 203,102 203,102 203,102 203,102 203,103 203,103 203,103 203,103 203,103 203,104 203,104 203,104 203,104 203,105 203,105 203,105 203,105 203,106 203,106 203,106 203,106 203,106 203,107 203,107 203,107 203,107 203,108 203,108 203,108 203,108 203,109 203,109 203,109 203,109 203,110 203,110 203,110 203,110 203,110 203,111 203,111 203,111 203,111 203,112 203,112 203,112 203,112 203,113 203,113 203,113 203,113 203,113 203,114 203,114 203,114 203,114 203,115 203,115 203,115 203,115 203,116 203,116 203,116 203,116 203,117 203,117 203,117 203,117 203,117 203,118 204,118 204,118 204,118 204,119 204,119 204,119 204,119 204,120 204,120 204,120 204,120 204,120 204,121 204,121 204,121 205,121 205,122 205,122 205,122 205,122 205,123 205,123 205,123 205,123 205,124 205,124 206,124 206,124 206,124 206,125 206,125 206,125 206,125 206,126 207,126 207,126 207,126 207,127 207,127 207,127 207,127 207,127 208,128 208,128 208,128 208,128 208,129 208,129 208,129 209,129 209,130 209,130 209,130 209,130 209,130 209,131 210,131 210,131 210,131 210,132 210,132 210,132 211,132 211,133 211,133 211,133 211,133 211,134 212,134 212,134 212,134 212,134 212,135 212,135 212,135 213,135 213,136 213,136 213,136 213,136 213,137 214,137 214,137 214,137 214,137 214,138 214,138 214,138 215,138 215,139 215,139 215,139 215,139 215,140 216,140 216,140 216,140 216,141 216,141 216,141 216,141 216,141 217,142 217,142 217,142 217,142 217,143 217,143 217,143 217,143 218,144 218,144 218,144 218,144 218,144 218,145 218,145 218,145 218,145 219,146 219,146 219,146 219,146 219,147 219,147 219,147 219,147 219,148 219,148 219,148 219,148 220,148 220,149 220,149 220,149 220,149 220,150 220,150 220,150 220,150 220,151 220,151 220,151 220,151 220,151 220,152 220,152 220,152 220,152 220,153 220,153 221,153 221,153 221,154 221,154 221,154 221,154 221,154 221,155 221,155 221,155 221,155 221,156 221,156 221,156 221,156 221,157 221,157 221,157 221,157 221,158 221,158 221,158 221,158 221,158 221,159 221,159 221,159 220,159 220,160 220,160 220,160 220,160 220,161 220,161 220,161 220,161 220,161 220,162 220,162 220,162 220,162 220,163 220,163 220,163 220,163 220,164 220,164 220,164 220,164 219,165 219,165 219,165 219,165 219,165 219,166 219,166 219,166 219,166 219,167 219,167 219,167 219,167 219,168 219,168 218,168 218,168 218,168 218,169 218,169 218,169 218,169 218,170 218,170 218,170 218,170 218,171 217,171 217,171 217,171 217,172 217,172 217,172 217,172 217,172 217,173 217,173 217,173 216,173 216,174 216,174 216,174 216,174 216,175 216,175 216,175 216,175 216,175 216,176 215,176 215,176 215,176 215,177 215,177 215,177 215,177 215,178 215,178 215,178 215,178 214,179 214,179 214,179 214,179 214,179 214,180 214,180 214,180 214,180 214,181 214,181 214,181 213,181 213,182 213,182 213,182 213,182 213,182 213,183 213,183 213,183 213,183 213,184 213,184 213,184 212,184 212,185 212,185 212,185 212,185 212,185 212,186 212,186 212,186 212,186 212,187 212,187 212,187 212,187 211,188 211,188 211,188 211,188 211,189 211,189 211,189 211,189 211,189 211,190 211,190 211,190 211,190 211,191 211,191 211,191 211,191 210,192 210,192 210,192 210,192 210,192 210,193 210,193 210,193 210,193 210,194 210,194 210,194 210,194 210,195 210,195 210,195 209,195 209,196 209,196 209,196 209,196 209,196 209,197 209,197 209,197 209,197 209,198 209,198 209,198 208,198 208,199 208,199 208,199 208,199 208,199 208,200 208,200 208,200 208,200 208,201 208,201 207,201 207,201 207,202 207,202 207,202 207,202 207,203 207,203 207,203 179,203 179,203' style='stroke:#333333;fill:#00688B'/>
23
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
24
- <rect x='77' y='303' width='3' height='3' transform='rotate(-315,78,304)' style='stroke:#00CDCD;fill:#00CDCD'/>
25
- <rect x='73' y='214' width='3' height='3' transform='rotate(-315,75,215)' style='stroke:#00CDCD;fill:#00CDCD'/>
26
- <rect x='73' y='269' width='3' height='3' transform='rotate(-315,75,271)' style='stroke:#00CDCD;fill:#00CDCD'/>
27
- <rect x='53' y='379' width='3' height='3' transform='rotate(-315,54,380)' style='stroke:#00CDCD;fill:#00CDCD'/>
28
- <rect x='58' y='312' width='3' height='3' transform='rotate(-315,60,314)' style='stroke:#00CDCD;fill:#00CDCD'/>
29
- <rect x='57' y='375' width='3' height='3' transform='rotate(-315,58,377)' style='stroke:#00CDCD;fill:#00CDCD'/>
30
- <rect x='45' y='400' width='3' height='3' transform='rotate(-315,47,402)' style='stroke:#00CDCD;fill:#00CDCD'/>
31
- <rect x='89' y='384' width='3' height='3' transform='rotate(-315,91,385)' style='stroke:#00CDCD;fill:#00CDCD'/>
32
- <rect x='76' y='284' width='3' height='3' transform='rotate(-315,78,285)' style='stroke:#00CDCD;fill:#00CDCD'/>
33
- <rect x='62' y='379' width='3' height='3' transform='rotate(-315,63,381)' style='stroke:#00CDCD;fill:#00CDCD'/>
34
- <rect x='135' y='239' width='3' height='3' transform='rotate(-315,136,241)' style='stroke:#00CDCD;fill:#00CDCD'/>
35
- <rect x='110' y='190' width='3' height='3' transform='rotate(-315,112,191)' style='stroke:#00CDCD;fill:#00CDCD'/>
36
- <rect x='148' y='184' width='3' height='3' transform='rotate(-315,149,186)' style='stroke:#00CDCD;fill:#00CDCD'/>
37
- <rect x='151' y='146' width='3' height='3' transform='rotate(-315,152,147)' style='stroke:#00CDCD;fill:#00CDCD'/>
38
- <rect x='114' y='235' width='3' height='3' transform='rotate(-315,116,236)' style='stroke:#00CDCD;fill:#00CDCD'/>
39
- <rect x='132' y='162' width='3' height='3' transform='rotate(-315,134,163)' style='stroke:#00CDCD;fill:#00CDCD'/>
40
- <rect x='135' y='154' width='3' height='3' transform='rotate(-315,137,155)' style='stroke:#00CDCD;fill:#00CDCD'/>
41
- <rect x='125' y='219' width='3' height='3' transform='rotate(-315,126,220)' style='stroke:#00CDCD;fill:#00CDCD'/>
42
- <rect x='153' y='313' width='3' height='3' transform='rotate(-315,154,314)' style='stroke:#00CDCD;fill:#00CDCD'/>
43
- <rect x='108' y='133' width='3' height='3' transform='rotate(-315,109,134)' style='stroke:#00CDCD;fill:#00CDCD'/>
44
- <rect x='177' y='159' width='3' height='3' transform='rotate(-315,178,160)' style='stroke:#00CDCD;fill:#00CDCD'/>
45
- <rect x='192' y='145' width='3' height='3' transform='rotate(-315,194,147)' style='stroke:#00CDCD;fill:#00CDCD'/>
46
- <rect x='209' y='202' width='3' height='3' transform='rotate(-315,211,203)' style='stroke:#00CDCD;fill:#00CDCD'/>
47
- <rect x='214' y='172' width='3' height='3' transform='rotate(-315,215,173)' style='stroke:#00CDCD;fill:#00CDCD'/>
48
- <rect x='179' y='168' width='3' height='3' transform='rotate(-315,181,169)' style='stroke:#00CDCD;fill:#00CDCD'/>
49
- <rect x='203' y='83' width='3' height='3' transform='rotate(-315,205,84)' style='stroke:#00CDCD;fill:#00CDCD'/>
50
- <rect x='200' y='145' width='3' height='3' transform='rotate(-315,201,147)' style='stroke:#00CDCD;fill:#00CDCD'/>
51
- <rect x='196' y='133' width='3' height='3' transform='rotate(-315,197,134)' style='stroke:#00CDCD;fill:#00CDCD'/>
52
- <rect x='213' y='103' width='3' height='3' transform='rotate(-315,215,105)' style='stroke:#00CDCD;fill:#00CDCD'/>
53
- <rect x='172' y='194' width='3' height='3' transform='rotate(-315,173,195)' style='stroke:#00CDCD;fill:#00CDCD'/>
54
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
55
- <rect x='235' y='20' width='199' height='458' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#EBEBEB'/>
56
- </g><g style='stroke-width:0.7113188976377953;stroke-linejoin:round;stroke-linecap:butt'>
57
- <polyline points='235,447 434,447' style='stroke:#FFFFFF'/>
58
- <polyline points='235,307 434,307' style='stroke:#FFFFFF'/>
59
- <polyline points='235,167 434,167' style='stroke:#FFFFFF'/>
60
- <polyline points='235,26 434,26' style='stroke:#FFFFFF'/>
61
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
62
- <polyline points='235,377 434,377' style='stroke:#FFFFFF'/>
63
- <polyline points='235,237 434,237' style='stroke:#FFFFFF'/>
64
- <polyline points='235,96 434,96' style='stroke:#FFFFFF'/>
65
- <polyline points='273,479 273,20' style='stroke:#FFFFFF'/>
66
- <polyline points='335,479 335,20' style='stroke:#FFFFFF'/>
67
- <polyline points='397,479 397,20' style='stroke:#FFFFFF'/>
68
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
69
- <polyline points='261,458 261,458 261,458 261,457 261,457 261,457 261,457 261,457 261,456 261,456 261,456 261,456 260,456 260,455 260,455 260,455 260,455 260,455 260,454 260,454 260,454 260,454 260,454 260,453 260,453 259,453 259,453 259,453 259,452 259,452 259,452 259,452 259,452 259,451 259,451 259,451 259,451 259,451 259,450 259,450 258,450 258,450 258,450 258,449 258,449 258,449 258,449 258,449 258,448 258,448 258,448 258,448 258,448 258,447 258,447 257,447 257,447 257,447 257,446 257,446 257,446 257,446 257,446 257,445 257,445 257,445 257,445 257,445 257,444 257,444 257,444 257,444 257,444 256,443 256,443 256,443 256,443 256,443 256,442 256,442 256,442 256,442 256,442 256,441 256,441 256,441 256,441 256,441 256,440 256,440 256,440 256,440 256,440 256,439 256,439 256,439 255,439 255,439 255,438 255,438 255,438 255,438 255,438 255,437 255,437 255,437 255,437 255,437 255,436 255,436 255,436 255,436 255,436 255,435 255,435 255,435 255,435 255,435 255,434 255,434 255,434 255,434 255,434 255,433 255,433 255,433 255,433 255,433 255,432 255,432 255,432 255,432 255,432 255,431 255,431 255,431 255,431 255,431 255,430 255,430 255,430 255,430 255,430 255,429 255,429 255,429 255,429 255,429 255,428 255,428 255,428 255,428 255,428 255,427 255,427 255,427 255,427 255,427 255,426 255,426 255,426 255,426 255,426 255,425 255,425 255,425 255,425 255,425 255,424 255,424 255,424 255,424 255,424 255,423 255,423 255,423 255,423 255,423 255,422 255,422 255,422 255,422 255,422 256,421 256,421 256,421 256,421 256,421 256,420 256,420 256,420 256,420 256,420 256,419 256,419 256,419 256,419 256,419 256,418 256,418 256,418 256,418 256,418 256,417 256,417 256,417 256,417 256,417 256,416 257,416 257,416 257,416 257,416 257,415 257,415 257,415 257,415 257,415 257,414 257,414 257,414 257,414 257,414 257,413 257,413 257,413 257,413 257,413 257,412 257,412 258,412 258,412 258,412 258,411 258,411 258,411 258,411 258,411 258,410 258,410 258,410 258,410 258,410 258,409 258,409 258,409 258,409 258,409 258,408 258,408 259,408 259,408 259,408 259,407 259,407 259,407 259,407 259,407 259,406 259,406 259,406 259,406 259,406 259,405 259,405 259,405 259,405 259,405 259,404 259,404 259,404 259,404 259,404 260,403 260,403 260,403 260,403 260,403 260,402 260,402 260,402 260,402 260,402 260,401 260,401 260,401 260,401 260,401 260,400 260,400 260,400 260,400 260,400 260,399 260,399 260,399 260,399 260,399 260,398 260,398 260,398 260,398 260,398 260,397 261,397 261,397 261,397 261,397 261,396 261,396 261,396 261,396 261,396 261,395 261,395 261,395 261,395 261,395 261,394 261,394 261,394 261,394 261,394 261,393 261,393 261,393 261,393 261,393 261,392 261,392 261,392 261,392 261,392 261,391 261,391 261,391 261,391 261,391 261,390 261,390 261,390 261,390 261,390 261,389 261,389 261,389 261,389 261,389 261,388 261,388 261,388 261,388 261,388 261,387 261,387 261,387 261,387 261,387 261,386 261,386 261,386 261,386 261,386 261,385 261,385 261,385 261,385 261,385 261,384 260,384 260,384 260,384 260,384 260,383 260,383 260,383 260,383 260,383 260,382 260,382 260,382 260,382 260,382 260,381 260,381 260,381 260,381 260,381 260,380 260,380 260,380 260,380 260,380 260,379 260,379 260,379 260,379 260,379 260,378 260,378 260,378 260,378 260,378 260,377 260,377 260,377 260,377 260,377 260,376 259,376 259,376 259,376 259,376 259,375 259,375 259,375 259,375 259,375 259,374 259,374 259,374 259,374 259,374 259,373 259,373 259,373 259,373 259,373 259,372 259,372 259,372 259,372 259,372 259,371 259,371 259,371 259,371 259,371 259,370 259,370 259,370 259,370 259,370 259,369 259,369 259,369 259,369 259,369 259,368 259,368 259,368 259,368 259,368 259,367 259,367 259,367 259,367 259,367 259,366 259,366 259,366 259,366 259,366 259,365 259,365 259,365 259,365 259,365 259,364 259,364 259,364 259,364 259,364 259,363 259,363 259,363 259,363 259,363 259,362 259,362 259,362 259,362 259,362 259,361 259,361 259,361 259,361 259,361 259,360 259,360 259,360 259,360 259,360 259,359 259,359 259,359 259,359 259,359 259,358 259,358 259,358 259,358 259,358 259,357 259,357 259,357 259,357 259,357 259,356 259,356 259,356 259,356 286,356 286,356 286,356 286,356 286,357 286,357 286,357 286,357 286,357 286,358 286,358 286,358 286,358 286,358 286,359 286,359 286,359 286,359 287,359 287,360 287,360 287,360 287,360 287,360 287,361 287,361 287,361 287,361 287,361 287,362 287,362 287,362 287,362 287,362 287,363 287,363 287,363 287,363 287,363 287,364 287,364 287,364 287,364 287,364 287,365 287,365 287,365 287,365 287,365 287,366 287,366 287,366 287,366 287,366 287,367 287,367 287,367 287,367 287,367 287,368 287,368 287,368 287,368 287,368 287,369 287,369 287,369 287,369 287,369 287,370 287,370 287,370 287,370 287,370 287,371 287,371 287,371 286,371 286,371 286,372 286,372 286,372 286,372 286,372 286,373 286,373 286,373 286,373 286,373 286,374 286,374 286,374 286,374 286,374 286,375 286,375 286,375 286,375 286,375 286,376 286,376 286,376 286,376 286,376 286,377 286,377 286,377 286,377 286,377 286,378 286,378 286,378 286,378 286,378 286,379 286,379 286,379 286,379 285,379 285,380 285,380 285,380 285,380 285,380 285,381 285,381 285,381 285,381 285,381 285,382 285,382 285,382 285,382 285,382 285,383 285,383 285,383 285,383 285,383 285,384 285,384 285,384 285,384 285,384 285,385 285,385 285,385 285,385 285,385 285,386 285,386 285,386 285,386 285,386 285,387 285,387 285,387 285,387 285,387 285,388 285,388 285,388 285,388 285,388 285,389 285,389 285,389 285,389 285,389 285,390 285,390 285,390 285,390 285,390 285,391 285,391 285,391 285,391 285,391 285,392 285,392 285,392 285,392 285,392 285,393 285,393 285,393 285,393 285,393 285,394 285,394 285,394 285,394 285,394 285,395 285,395 285,395 285,395 285,395 285,396 285,396 285,396 285,396 285,396 285,397 285,397 285,397 285,397 285,397 285,398 285,398 285,398 285,398 285,398 285,399 285,399 285,399 285,399 285,399 285,400 285,400 285,400 285,400 285,400 285,401 285,401 285,401 285,401 286,401 286,402 286,402 286,402 286,402 286,402 286,403 286,403 286,403 286,403 286,403 286,404 286,404 286,404 286,404 286,404 286,405 286,405 286,405 286,405 286,405 286,406 286,406 286,406 286,406 287,406 287,407 287,407 287,407 287,407 287,407 287,408 287,408 287,408 287,408 287,408 287,409 287,409 287,409 287,409 287,409 287,410 287,410 287,410 287,410 287,410 288,411 288,411 288,411 288,411 288,411 288,412 288,412 288,412 288,412 288,412 288,413 288,413 288,413 288,413 288,413 288,414 288,414 288,414 288,414 288,414 289,415 289,415 289,415 289,415 289,415 289,416 289,416 289,416 289,416 289,416 289,417 289,417 289,417 289,417 289,417 289,418 289,418 289,418 289,418 289,418 289,419 289,419 289,419 290,419 290,419 290,420 290,420 290,420 290,420 290,420 290,421 290,421 290,421 290,421 290,421 290,422 290,422 290,422 290,422 290,422 290,423 290,423 290,423 290,423 290,423 290,424 290,424 290,424 290,424 290,424 290,425 290,425 290,425 290,425 290,425 290,426 290,426 290,426 291,426 291,426 291,427 291,427 291,427 291,427 291,427 291,428 291,428 291,428 291,428 291,428 291,429 291,429 291,429 291,429 291,429 291,430 291,430 291,430 291,430 291,430 291,431 291,431 291,431 291,431 291,431 291,432 291,432 291,432 291,432 291,432 291,433 291,433 291,433 291,433 291,433 291,434 291,434 291,434 291,434 291,434 290,435 290,435 290,435 290,435 290,435 290,436 290,436 290,436 290,436 290,436 290,437 290,437 290,437 290,437 290,437 290,438 290,438 290,438 290,438 290,438 290,439 290,439 290,439 290,439 290,439 290,440 290,440 290,440 290,440 290,440 290,441 290,441 290,441 289,441 289,441 289,442 289,442 289,442 289,442 289,442 289,443 289,443 289,443 289,443 289,443 289,444 289,444 289,444 289,444 289,444 289,445 289,445 289,445 288,445 288,445 288,446 288,446 288,446 288,446 288,446 288,447 288,447 288,447 288,447 288,447 288,448 288,448 288,448 288,448 287,448 287,449 287,449 287,449 287,449 287,449 287,450 287,450 287,450 287,450 287,450 287,451 287,451 287,451 287,451 286,451 286,452 286,452 286,452 286,452 286,452 286,453 286,453 286,453 286,453 286,453 286,454 286,454 286,454 285,454 285,454 285,455 285,455 285,455 285,455 285,455 285,456 285,456 285,456 285,456 285,456 285,457 285,457 284,457 284,457 284,457 284,458 284,458 284,458 261,458 261,458' style='stroke:#333333;fill:#00FFFF'/>
70
- <polyline points='323,326 322,326 322,326 322,326 322,325 322,325 322,325 321,325 321,324 321,324 321,324 321,324 321,323 321,323 320,323 320,323 320,322 320,322 320,322 320,322 320,321 319,321 319,321 319,321 319,320 319,320 319,320 319,320 318,319 318,319 318,319 318,319 318,318 318,318 318,318 317,318 317,317 317,317 317,317 317,317 317,317 317,316 316,316 316,316 316,316 316,315 316,315 316,315 316,315 316,314 315,314 315,314 315,314 315,313 315,313 315,313 315,313 315,312 315,312 314,312 314,312 314,311 314,311 314,311 314,311 314,310 314,310 313,310 313,310 313,309 313,309 313,309 313,309 313,308 313,308 313,308 313,308 312,307 312,307 312,307 312,307 312,307 312,306 312,306 312,306 312,306 312,305 312,305 311,305 311,305 311,304 311,304 311,304 311,304 311,303 311,303 311,303 311,303 311,302 311,302 310,302 310,302 310,301 310,301 310,301 310,301 310,300 310,300 310,300 310,300 310,299 310,299 310,299 310,299 309,298 309,298 309,298 309,298 309,297 309,297 309,297 309,297 309,297 309,296 309,296 309,296 309,296 309,295 308,295 308,295 308,295 308,294 308,294 308,294 308,294 308,293 308,293 308,293 308,293 308,292 308,292 308,292 308,292 308,291 308,291 308,291 307,291 307,290 307,290 307,290 307,290 307,289 307,289 307,289 307,289 307,288 307,288 307,288 307,288 307,287 307,287 307,287 307,287 307,287 307,286 307,286 307,286 307,286 307,285 307,285 307,285 307,285 307,284 307,284 307,284 307,284 307,283 307,283 307,283 307,283 307,282 307,282 307,282 307,282 307,281 307,281 307,281 307,281 308,280 308,280 308,280 308,280 308,279 308,279 308,279 308,279 308,278 308,278 308,278 309,278 309,277 309,277 309,277 309,277 309,276 309,276 309,276 310,276 310,276 310,275 310,275 310,275 310,275 310,274 311,274 311,274 311,274 311,273 311,273 312,273 312,273 312,272 312,272 312,272 312,272 313,271 313,271 313,271 313,271 313,270 314,270 314,270 314,270 314,269 314,269 315,269 315,269 315,268 315,268 315,268 316,268 316,267 316,267 316,267 316,267 317,266 317,266 317,266 317,266 317,266 317,265 318,265 318,265 318,265 318,264 318,264 319,264 319,264 319,263 319,263 319,263 319,263 320,262 320,262 320,262 320,262 320,261 320,261 321,261 321,261 321,260 321,260 321,260 321,260 322,259 322,259 322,259 322,259 322,258 322,258 322,258 323,258 323,257 323,257 323,257 323,257 323,256 323,256 324,256 324,256 324,256 324,255 324,255 324,255 324,255 324,254 325,254 325,254 325,254 325,253 325,253 325,253 325,253 325,252 326,252 326,252 326,252 326,251 326,251 326,251 326,251 326,250 326,250 327,250 327,250 327,249 327,249 327,249 327,249 327,248 327,248 328,248 328,248 328,247 328,247 328,247 328,247 328,246 328,246 328,246 329,246 329,246 329,245 329,245 329,245 329,245 329,244 329,244 329,244 329,244 330,243 330,243 330,243 330,243 330,242 330,242 330,242 330,242 330,241 330,241 331,241 331,241 331,240 331,240 331,240 331,240 331,239 331,239 331,239 331,239 331,238 332,238 332,238 332,238 332,237 332,237 332,237 332,237 332,236 332,236 332,236 332,236 332,236 332,235 332,235 333,235 333,235 333,234 333,234 333,234 333,234 333,233 333,233 333,233 333,233 333,232 333,232 333,232 333,232 333,231 333,231 333,231 333,231 333,230 333,230 333,230 333,230 333,229 333,229 333,229 333,229 333,228 333,228 333,228 333,228 333,227 333,227 333,227 333,227 333,226 333,226 333,226 333,226 333,225 333,225 333,225 333,225 333,225 333,224 333,224 333,224 333,224 333,223 333,223 333,223 333,223 333,222 333,222 333,222 333,222 333,221 333,221 333,221 333,221 333,220 333,220 333,220 332,220 332,219 332,219 332,219 332,219 332,218 332,218 332,218 332,218 332,217 332,217 332,217 332,217 332,216 332,216 331,216 331,216 331,215 331,215 331,215 331,215 331,215 331,214 331,214 331,214 331,214 331,213 331,213 330,213 330,213 330,212 330,212 330,212 330,212 330,211 330,211 330,211 330,211 330,210 330,210 330,210 329,210 329,209 329,209 329,209 329,209 329,208 329,208 329,208 329,208 329,207 329,207 329,207 329,207 329,206 329,206 329,206 329,206 328,205 328,205 328,205 328,205 328,205 328,204 328,204 328,204 328,204 328,203 328,203 328,203 328,203 328,202 328,202 328,202 328,202 341,202 341,202 341,202 341,202 341,203 341,203 341,203 341,203 341,204 341,204 341,204 341,204 341,205 341,205 341,205 341,205 341,205 341,206 341,206 341,206 341,206 341,207 341,207 341,207 341,207 341,208 341,208 340,208 340,208 340,209 340,209 340,209 340,209 340,210 340,210 340,210 340,210 340,211 340,211 340,211 340,211 339,212 339,212 339,212 339,212 339,213 339,213 339,213 339,213 339,214 339,214 339,214 339,214 338,215 338,215 338,215 338,215 338,215 338,216 338,216 338,216 338,216 338,217 338,217 338,217 338,217 338,218 337,218 337,218 337,218 337,219 337,219 337,219 337,219 337,220 337,220 337,220 337,220 337,221 337,221 337,221 337,221 337,222 337,222 337,222 336,222 336,223 336,223 336,223 336,223 336,224 336,224 336,224 336,224 336,225 336,225 336,225 336,225 336,225 336,226 336,226 336,226 336,226 336,227 336,227 336,227 336,227 336,228 336,228 336,228 336,228 336,229 336,229 336,229 336,229 336,230 336,230 336,230 336,230 336,231 336,231 336,231 336,231 336,232 336,232 336,232 336,232 336,233 337,233 337,233 337,233 337,234 337,234 337,234 337,234 337,235 337,235 337,235 337,235 337,236 337,236 337,236 337,236 337,236 337,237 338,237 338,237 338,237 338,238 338,238 338,238 338,238 338,239 338,239 338,239 338,239 338,240 339,240 339,240 339,240 339,241 339,241 339,241 339,241 339,242 339,242 339,242 339,242 340,243 340,243 340,243 340,243 340,244 340,244 340,244 340,244 340,245 341,245 341,245 341,245 341,246 341,246 341,246 341,246 341,246 341,247 342,247 342,247 342,247 342,248 342,248 342,248 342,248 342,249 342,249 343,249 343,249 343,250 343,250 343,250 343,250 343,251 343,251 343,251 344,251 344,252 344,252 344,252 344,252 344,253 344,253 344,253 345,253 345,254 345,254 345,254 345,254 345,255 345,255 345,255 346,255 346,256 346,256 346,256 346,256 346,256 346,257 346,257 347,257 347,257 347,258 347,258 347,258 347,258 347,259 348,259 348,259 348,259 348,260 348,260 348,260 349,260 349,261 349,261 349,261 349,261 349,262 350,262 350,262 350,262 350,263 350,263 350,263 351,263 351,264 351,264 351,264 351,264 351,265 352,265 352,265 352,265 352,266 352,266 353,266 353,266 353,266 353,267 353,267 354,267 354,267 354,268 354,268 354,268 355,268 355,269 355,269 355,269 355,269 356,270 356,270 356,270 356,270 356,271 357,271 357,271 357,271 357,272 357,272 357,272 358,272 358,273 358,273 358,273 358,273 359,274 359,274 359,274 359,274 359,275 359,275 359,275 360,275 360,276 360,276 360,276 360,276 360,276 360,277 361,277 361,277 361,277 361,278 361,278 361,278 361,278 361,279 361,279 362,279 362,279 362,280 362,280 362,280 362,280 362,281 362,281 362,281 362,281 362,282 362,282 362,282 362,282 362,283 363,283 363,283 363,283 363,284 363,284 363,284 363,284 363,285 363,285 363,285 363,285 363,286 363,286 363,286 363,286 363,287 363,287 363,287 363,287 363,287 363,288 362,288 362,288 362,288 362,289 362,289 362,289 362,289 362,290 362,290 362,290 362,290 362,291 362,291 362,291 362,291 362,292 362,292 362,292 362,292 362,293 362,293 361,293 361,293 361,294 361,294 361,294 361,294 361,295 361,295 361,295 361,295 361,296 361,296 361,296 361,296 361,297 361,297 360,297 360,297 360,297 360,298 360,298 360,298 360,298 360,299 360,299 360,299 360,299 360,300 360,300 360,300 359,300 359,301 359,301 359,301 359,301 359,302 359,302 359,302 359,302 359,303 359,303 359,303 359,303 358,304 358,304 358,304 358,304 358,305 358,305 358,305 358,305 358,306 358,306 358,306 358,306 357,307 357,307 357,307 357,307 357,307 357,308 357,308 357,308 357,308 357,309 356,309 356,309 356,309 356,310 356,310 356,310 356,310 356,311 356,311 355,311 355,311 355,312 355,312 355,312 355,312 355,313 355,313 355,313 354,313 354,314 354,314 354,314 354,314 354,315 354,315 354,315 353,315 353,316 353,316 353,316 353,316 353,317 353,317 352,317 352,317 352,317 352,318 352,318 352,318 352,318 352,319 351,319 351,319 351,319 351,320 351,320 351,320 351,320 350,321 350,321 350,321 350,321 350,322 350,322 350,322 349,322 349,323 349,323 349,323 349,323 349,324 348,324 348,324 348,324 348,325 348,325 348,325 348,325 347,326 347,326 347,326 347,326 323,326 323,326' style='stroke:#333333;fill:#00BFFF'/>
71
- <polyline points='393,258 393,257 393,257 393,256 393,256 393,256 393,255 392,255 392,254 392,254 392,253 392,253 392,253 392,252 392,252 392,251 392,251 392,250 392,250 392,250 392,249 392,249 392,248 392,248 392,247 392,247 392,247 392,246 392,246 392,245 392,245 392,245 392,244 392,244 392,243 392,243 391,242 391,242 391,242 391,241 391,241 391,240 391,240 391,239 391,239 391,239 391,238 391,238 391,237 391,237 391,237 391,236 391,236 391,235 391,235 391,234 391,234 391,234 391,233 391,233 391,232 391,232 390,231 390,231 390,231 390,230 390,230 390,229 390,229 390,228 390,228 390,228 390,227 390,227 390,226 390,226 390,226 390,225 390,225 390,224 390,224 390,223 390,223 390,223 390,222 389,222 389,221 389,221 389,220 389,220 389,220 389,219 389,219 389,218 389,218 389,218 389,217 389,217 389,216 389,216 389,215 389,215 389,215 389,214 389,214 389,213 389,213 388,212 388,212 388,212 388,211 388,211 388,210 388,210 388,209 388,209 388,209 388,208 388,208 388,207 388,207 388,207 388,206 388,206 388,205 388,205 388,204 388,204 388,204 387,203 387,203 387,202 387,202 387,201 387,201 387,201 387,200 387,200 387,199 387,199 387,199 387,198 387,198 387,197 387,197 387,196 387,196 387,196 387,195 387,195 387,194 387,194 387,193 387,193 386,193 386,192 386,192 386,191 386,191 386,190 386,190 386,190 386,189 386,189 386,188 386,188 386,188 386,187 386,187 386,186 386,186 386,185 386,185 386,185 386,184 386,184 386,183 386,183 386,182 386,182 386,182 386,181 386,181 386,180 386,180 386,180 386,179 386,179 386,178 386,178 386,177 386,177 385,177 385,176 385,176 385,175 385,175 385,174 385,174 385,174 385,173 385,173 385,172 385,172 385,171 385,171 385,171 385,170 385,170 385,169 385,169 385,169 385,168 385,168 385,167 385,167 385,166 385,166 385,166 385,165 385,165 385,164 385,164 385,163 385,163 385,163 385,162 385,162 385,161 385,161 385,161 385,160 385,160 385,159 385,159 385,158 385,158 385,158 385,157 386,157 386,156 386,156 386,155 386,155 386,155 386,154 386,154 386,153 386,153 386,152 386,152 386,152 386,151 386,151 386,150 386,150 386,150 386,149 386,149 386,148 386,148 386,147 386,147 386,147 386,146 386,146 386,145 386,145 386,144 386,144 386,144 386,143 386,143 386,142 386,142 386,141 387,141 387,141 387,140 387,140 387,139 387,139 387,139 387,138 387,138 387,137 387,137 387,136 387,136 387,136 387,135 387,135 387,134 387,134 387,133 387,133 387,133 387,132 387,132 387,131 388,131 388,131 388,130 388,130 388,129 388,129 388,128 388,128 388,128 388,127 388,127 388,126 388,126 388,125 388,125 388,125 388,124 388,124 388,123 388,123 388,122 388,122 388,122 389,121 389,121 389,120 389,120 389,120 389,119 389,119 389,118 389,118 389,117 389,117 389,117 389,116 389,116 389,115 389,115 389,114 389,114 389,114 389,113 389,113 389,112 389,112 389,112 389,111 389,111 389,110 390,110 390,109 390,109 390,109 390,108 390,108 390,107 390,107 390,106 390,106 390,106 390,105 390,105 390,104 390,104 390,103 390,103 390,103 390,102 390,102 390,101 390,101 390,101 390,100 390,100 390,99 390,99 390,98 390,98 390,98 390,97 390,97 390,96 390,96 390,95 390,95 390,95 390,94 390,94 390,93 390,93 391,93 391,92 391,92 391,91 391,91 391,90 391,90 391,90 391,89 391,89 391,88 391,88 391,87 391,87 391,87 391,86 391,86 391,85 391,85 391,84 391,84 391,84 391,83 391,83 391,82 391,82 391,82 391,81 391,81 391,80 391,80 391,79 391,79 391,79 391,78 391,78 391,77 391,77 391,76 391,76 391,76 391,75 391,75 391,74 391,74 391,74 391,73 391,73 391,72 391,72 391,71 391,71 391,71 391,70 391,70 391,69 391,69 391,68 391,68 391,68 391,67 391,67 391,66 391,66 391,65 391,65 391,65 391,64 391,64 391,63 391,63 391,63 391,62 391,62 391,61 391,61 391,60 391,60 391,60 391,59 391,59 391,58 391,58 391,57 391,57 391,57 391,56 391,56 391,55 391,55 391,55 391,54 391,54 391,53 391,53 391,52 391,52 391,52 391,51 391,51 391,50 391,50 391,49 391,49 391,49 391,48 391,48 392,47 392,47 392,46 392,46 392,46 392,45 392,45 392,44 392,44 392,44 392,43 392,43 392,42 392,42 402,42 402,42 402,43 402,43 402,44 402,44 402,44 402,45 402,45 402,46 402,46 402,46 402,47 402,47 402,48 402,48 402,49 402,49 402,49 402,50 402,50 402,51 402,51 402,52 402,52 402,52 402,53 402,53 402,54 402,54 402,55 402,55 402,55 402,56 402,56 402,57 402,57 402,57 402,58 402,58 403,59 403,59 403,60 403,60 403,60 403,61 403,61 403,62 403,62 403,63 403,63 403,63 403,64 403,64 403,65 403,65 403,65 403,66 403,66 403,67 403,67 403,68 403,68 403,68 403,69 403,69 403,70 403,70 403,71 403,71 403,71 403,72 403,72 403,73 403,73 403,74 403,74 403,74 403,75 403,75 403,76 403,76 403,76 403,77 403,77 403,78 403,78 403,79 403,79 403,79 403,80 403,80 403,81 403,81 403,82 403,82 403,82 403,83 403,83 403,84 403,84 403,84 403,85 403,85 403,86 403,86 403,87 403,87 403,87 403,88 403,88 403,89 403,89 403,90 403,90 403,90 403,91 403,91 403,92 403,92 403,93 403,93 403,93 403,94 403,94 403,95 403,95 403,95 403,96 403,96 403,97 403,97 403,98 403,98 403,98 403,99 403,99 403,100 403,100 403,101 403,101 403,101 403,102 404,102 404,103 404,103 404,103 404,104 404,104 404,105 404,105 404,106 404,106 404,106 404,107 404,107 404,108 404,108 404,109 404,109 404,109 404,110 404,110 404,111 404,111 404,112 404,112 404,112 404,113 404,113 404,114 404,114 404,114 404,115 405,115 405,116 405,116 405,117 405,117 405,117 405,118 405,118 405,119 405,119 405,120 405,120 405,120 405,121 405,121 405,122 405,122 405,122 405,123 405,123 405,124 405,124 405,125 405,125 405,125 406,126 406,126 406,127 406,127 406,128 406,128 406,128 406,129 406,129 406,130 406,130 406,131 406,131 406,131 406,132 406,132 406,133 406,133 406,133 406,134 406,134 406,135 406,135 407,136 407,136 407,136 407,137 407,137 407,138 407,138 407,139 407,139 407,139 407,140 407,140 407,141 407,141 407,141 407,142 407,142 407,143 407,143 407,144 407,144 407,144 407,145 407,145 407,146 407,146 407,147 408,147 408,147 408,148 408,148 408,149 408,149 408,150 408,150 408,150 408,151 408,151 408,152 408,152 408,152 408,153 408,153 408,154 408,154 408,155 408,155 408,155 408,156 408,156 408,157 408,157 408,158 408,158 408,158 408,159 408,159 408,160 408,160 408,161 408,161 408,161 408,162 408,162 408,163 408,163 408,163 408,164 408,164 408,165 408,165 408,166 408,166 408,166 408,167 408,167 408,168 408,168 408,169 408,169 408,169 408,170 408,170 408,171 408,171 408,171 408,172 408,172 408,173 408,173 408,174 408,174 408,174 408,175 408,175 408,176 408,176 408,177 408,177 408,177 408,178 408,178 408,179 408,179 408,180 408,180 408,180 408,181 408,181 408,182 408,182 408,182 408,183 408,183 408,184 408,184 408,185 408,185 408,185 408,186 408,186 408,187 408,187 407,188 407,188 407,188 407,189 407,189 407,190 407,190 407,190 407,191 407,191 407,192 407,192 407,193 407,193 407,193 407,194 407,194 407,195 407,195 407,196 407,196 407,196 407,197 407,197 407,198 407,198 407,199 407,199 406,199 406,200 406,200 406,201 406,201 406,201 406,202 406,202 406,203 406,203 406,204 406,204 406,204 406,205 406,205 406,206 406,206 406,207 406,207 406,207 406,208 406,208 406,209 405,209 405,209 405,210 405,210 405,211 405,211 405,212 405,212 405,212 405,213 405,213 405,214 405,214 405,215 405,215 405,215 405,216 405,216 405,217 405,217 405,218 405,218 404,218 404,219 404,219 404,220 404,220 404,220 404,221 404,221 404,222 404,222 404,223 404,223 404,223 404,224 404,224 404,225 404,225 404,226 404,226 404,226 404,227 404,227 403,228 403,228 403,228 403,229 403,229 403,230 403,230 403,231 403,231 403,231 403,232 403,232 403,233 403,233 403,234 403,234 403,234 403,235 403,235 403,236 403,236 403,237 403,237 403,237 403,238 402,238 402,239 402,239 402,239 402,240 402,240 402,241 402,241 402,242 402,242 402,242 402,243 402,243 402,244 402,244 402,245 402,245 402,245 402,246 402,246 402,247 402,247 402,247 402,248 402,248 402,249 402,249 401,250 401,250 401,250 401,251 401,251 401,252 401,252 401,253 401,253 401,253 401,254 401,254 401,255 401,255 401,256 401,256 401,256 401,257 401,257 401,258 393,258 393,258' style='stroke:#333333;fill:#00688B'/>
72
- </g><g style='stroke-width:0.9448818897637796;stroke-linejoin:round;stroke-linecap:round'>
73
- <rect x='291' y='456' width='3' height='3' transform='rotate(-315,292,458)' style='stroke:#00CDCD;fill:#00CDCD'/>
74
- <rect x='274' y='354' width='3' height='3' transform='rotate(-315,276,356)' style='stroke:#00CDCD;fill:#00CDCD'/>
75
- <rect x='248' y='413' width='3' height='3' transform='rotate(-315,249,414)' style='stroke:#00CDCD;fill:#00CDCD'/>
76
- <rect x='296' y='434' width='3' height='3' transform='rotate(-315,297,436)' style='stroke:#00CDCD;fill:#00CDCD'/>
77
- <rect x='269' y='426' width='3' height='3' transform='rotate(-315,270,427)' style='stroke:#00CDCD;fill:#00CDCD'/>
78
- <rect x='261' y='376' width='3' height='3' transform='rotate(-315,263,377)' style='stroke:#00CDCD;fill:#00CDCD'/>
79
- <rect x='250' y='358' width='3' height='3' transform='rotate(-315,252,360)' style='stroke:#00CDCD;fill:#00CDCD'/>
80
- <rect x='273' y='359' width='3' height='3' transform='rotate(-315,275,360)' style='stroke:#00CDCD;fill:#00CDCD'/>
81
- <rect x='265' y='443' width='3' height='3' transform='rotate(-315,266,444)' style='stroke:#00CDCD;fill:#00CDCD'/>
82
- <rect x='254' y='417' width='3' height='3' transform='rotate(-315,256,419)' style='stroke:#00CDCD;fill:#00CDCD'/>
83
- <rect x='338' y='284' width='3' height='3' transform='rotate(-315,340,285)' style='stroke:#00CDCD;fill:#00CDCD'/>
84
- <rect x='345' y='284' width='3' height='3' transform='rotate(-315,346,285)' style='stroke:#00CDCD;fill:#00CDCD'/>
85
- <rect x='313' y='303' width='3' height='3' transform='rotate(-315,315,304)' style='stroke:#00CDCD;fill:#00CDCD'/>
86
- <rect x='338' y='273' width='3' height='3' transform='rotate(-315,339,274)' style='stroke:#00CDCD;fill:#00CDCD'/>
87
- <rect x='336' y='200' width='3' height='3' transform='rotate(-315,337,202)' style='stroke:#00CDCD;fill:#00CDCD'/>
88
- <rect x='351' y='273' width='3' height='3' transform='rotate(-315,352,274)' style='stroke:#00CDCD;fill:#00CDCD'/>
89
- <rect x='314' y='325' width='3' height='3' transform='rotate(-315,315,326)' style='stroke:#00CDCD;fill:#00CDCD'/>
90
- <rect x='345' y='312' width='3' height='3' transform='rotate(-315,346,314)' style='stroke:#00CDCD;fill:#00CDCD'/>
91
- <rect x='347' y='252' width='3' height='3' transform='rotate(-315,349,253)' style='stroke:#00CDCD;fill:#00CDCD'/>
92
- <rect x='356' y='299' width='3' height='3' transform='rotate(-315,357,300)' style='stroke:#00CDCD;fill:#00CDCD'/>
93
- <rect x='415' y='185' width='3' height='3' transform='rotate(-315,416,187)' style='stroke:#00CDCD;fill:#00CDCD'/>
94
- <rect x='394' y='256' width='3' height='3' transform='rotate(-315,396,257)' style='stroke:#00CDCD;fill:#00CDCD'/>
95
- <rect x='400' y='40' width='3' height='3' transform='rotate(-315,402,41)' style='stroke:#00CDCD;fill:#00CDCD'/>
96
- <rect x='379' y='159' width='3' height='3' transform='rotate(-315,381,160)' style='stroke:#00CDCD;fill:#00CDCD'/>
97
- <rect x='400' y='146' width='3' height='3' transform='rotate(-315,401,147)' style='stroke:#00CDCD;fill:#00CDCD'/>
98
- <rect x='409' y='60' width='3' height='3' transform='rotate(-315,411,62)' style='stroke:#00CDCD;fill:#00CDCD'/>
99
- <rect x='377' y='141' width='3' height='3' transform='rotate(-315,378,143)' style='stroke:#00CDCD;fill:#00CDCD'/>
100
- <rect x='408' y='214' width='3' height='3' transform='rotate(-315,410,215)' style='stroke:#00CDCD;fill:#00CDCD'/>
101
- <rect x='408' y='189' width='3' height='3' transform='rotate(-315,409,191)' style='stroke:#00CDCD;fill:#00CDCD'/>
102
- <rect x='416' y='102' width='3' height='3' transform='rotate(-315,418,103)' style='stroke:#00CDCD;fill:#00CDCD'/>
103
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
104
- <rect x='31' y='5' width='199' height='15' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#D9D9D9'/>
105
- </g><text x='125' y='16' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>OJ</text>
106
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
107
- <rect x='235' y='5' width='199' height='15' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#D9D9D9'/>
108
- </g><text x='329' y='16' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#1A1A1A'>VC</text>
109
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
110
- <polyline points='69,482 69,479' style='stroke:#333333'/>
111
- <polyline points='131,482 131,479' style='stroke:#333333'/>
112
- <polyline points='193,482 193,479' style='stroke:#333333'/>
113
- </g><text x='61' y='490' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
114
- <text x='128' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
115
- <text x='190' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
116
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
117
- <polyline points='273,482 273,479' style='stroke:#333333'/>
118
- <polyline points='335,482 335,479' style='stroke:#333333'/>
119
- <polyline points='397,482 397,479' style='stroke:#333333'/>
120
- </g><text x='265' y='490' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#4D4D4D'>0.5</text>
121
- <text x='332' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>1</text>
122
- <text x='394' y='490' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#4D4D4D'>2</text>
123
- <text x='16' y='380' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>10</text>
124
- <text x='16' y='240' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>20</text>
125
- <text x='16' y='100' lengthAdjust='spacingAndGlyphs' textLength='11px' style='font-size:8.8px;fill:#4D4D4D'>30</text>
126
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:butt'>
127
- <polyline points='29,377 31,377' style='stroke:#333333'/>
128
- <polyline points='29,237 31,237' style='stroke:#333333'/>
129
- <polyline points='29,96 31,96' style='stroke:#333333'/>
130
- </g><text x='220' y='500' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
131
- <text x='13' y='260' lengthAdjust='spacingAndGlyphs' textLength='20px' style='font-size:11.0px;fill:#000000' transform='rotate(-90,13,260)'>len</text>
132
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
133
- <rect x='445' y='203' width='55' height='93' style='stroke:rgb(0,0,0);stroke-opacity:0,000;fill:#FFFFFF'/>
134
- </g><text x='451' y='216' lengthAdjust='spacingAndGlyphs' textLength='26px' style='font-size:11.0px;fill:#000000'>dose</text>
135
- <g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
136
- <rect x='451' y='222' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
137
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:miter;stroke-linecap:round;stroke-miterlimit:10.0'>
138
- <rect x='451' y='222' width='22' height='22' style='stroke:#333333;fill:#00688B'/>
139
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
140
- <rect x='451' y='245' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
141
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:miter;stroke-linecap:round;stroke-miterlimit:10.0'>
142
- <rect x='451' y='245' width='22' height='22' style='stroke:#333333;fill:#00BFFF'/>
143
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:round;stroke-linecap:round'>
144
- <rect x='451' y='268' width='23' height='23' style='stroke:#FFFFFF;fill:#F2F2F2'/>
145
- </g><g style='stroke-width:1.4226377952755906;stroke-linejoin:miter;stroke-linecap:round;stroke-miterlimit:10.0'>
146
- <rect x='451' y='268' width='22' height='22' style='stroke:#333333;fill:#00FFFF'/>
147
- </g><text x='479' y='236' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>2</text>
148
- <text x='479' y='259' lengthAdjust='spacingAndGlyphs' textLength='5px' style='font-size:8.8px;fill:#000000'>1</text>
149
- <text x='479' y='282' lengthAdjust='spacingAndGlyphs' textLength='16px' style='font-size:8.8px;fill:#000000'>0.5</text>
150
- </svg>
@@ -1,36 +0,0 @@
1
- # coding: utf-8
2
-
3
- require 'galaaz'
4
- require 'ggplot'
5
-
6
- faithful = ~:faithful
7
-
8
- # sp is the basic plot having in the x axis the eruption data and in y the waiting
9
-
10
- # Note that function 'aes' is called with E.aes. This prevents the execution of the aes function and
11
-
12
- # passes it “as-is” to function ggplot. Note that :eruption and :waiting are column names for the
13
-
14
- # faithful data frame and do not exist in the scope of the aes method. Calling aes with R.aes will fail.
15
-
16
- sp = faithful.ggplot(E.aes(x: :eruptions, y: :waiting))
17
-
18
- # create the output device for plotting
19
-
20
- R.awt
21
-
22
- # Use stat_density_2d with geom = "polygon"
23
-
24
- # Note that in order to call a method without any arguments we pass an empty argument list.
25
-
26
- # in Ruby, parenthesis are unnecessary, however in R, writing the function name without
27
-
28
- # parenthesis returns the actual function and not a call to it.
29
-
30
- print sp + R.geom_point +
31
- R.stat_density_2d(E.aes_string(fill: '..level..'),
32
- geom: "polygon")
33
-
34
-
35
- a = gets.chomp
36
-