diff options
author | jaseg <git@jaseg.net> | 2018-05-13 17:58:51 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2018-05-13 17:58:51 +0200 |
commit | f5ea4e3627ee0c6e44476e9d70fcc0ceea166356 (patch) | |
tree | 272c10afda83cfe8f16f65bd88eccd95277b99f0 | |
parent | 0786a54d8ead431b7d267c4a63027577d48f17c5 (diff) | |
download | blog-f5ea4e3627ee0c6e44476e9d70fcc0ceea166356.tar.gz blog-f5ea4e3627ee0c6e44476e9d70fcc0ceea166356.tar.bz2 blog-f5ea4e3627ee0c6e44476e9d70fcc0ceea166356.zip |
Add some more pictures, export
51 files changed, 11090 insertions, 0 deletions
diff --git a/config.toml b/config.toml index a89d8df..3145c44 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,4 @@ baseURL = "https://jaseg.net/" languageCode = "en-us" title = "jaseg.net" theme = "hugo-classic" +publishDir = "docs" diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 0000000..bb77343 --- /dev/null +++ b/docs/404.html @@ -0,0 +1,74 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>404 Page not found | jaseg.net</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + + <header> + + + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css"> + <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> + <script>hljs.initHighlightingOnLoad();</script> + <nav> + <ul> + + + <li class="pull-left "> + <a href="https://jaseg.net/">/home/jaseg.net</a> + </li> + + + + + </ul> + </nav> +</header> + + </head> + + <body> + <br/> + + +404 NOT FOUND + + <footer> + +<script> +(function() { + function center_el(tagName) { + var tags = document.getElementsByTagName(tagName), i, tag; + for (i = 0; i < tags.length; i++) { + tag = tags[i]; + var parent = tag.parentElement; + + if (parent.childNodes.length === 1) { + + if (parent.nodeName === 'A') { + parent = parent.parentElement; + if (parent.childNodes.length != 1) continue; + } + if (parent.nodeName === 'P') parent.style.textAlign = 'center'; + } + } + } + var tagNames = ['img', 'embed', 'object']; + for (var i = 0; i < tagNames.length; i++) { + center_el(tagNames[i]); + } +})(); +</script> + + + <div id="license-info"> + ©2018 by Sebastian Götte. This work is licensed under + <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>. + </div> + </footer> + </body> +</html> + diff --git a/docs/categories/index.html b/docs/categories/index.html new file mode 100644 index 0000000..4509997 --- /dev/null +++ b/docs/categories/index.html @@ -0,0 +1,78 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Categories | jaseg.net</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + + <header> + + + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css"> + <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> + <script>hljs.initHighlightingOnLoad();</script> + <nav> + <ul> + + + <li class="pull-left "> + <a href="https://jaseg.net/">/home/jaseg.net</a> + </li> + + + + + </ul> + </nav> +</header> + + </head> + + <body> + <br/> + + +<h1>Categories</h1> + +<ul class="terms"> + +</ul> + + <footer> + +<script> +(function() { + function center_el(tagName) { + var tags = document.getElementsByTagName(tagName), i, tag; + for (i = 0; i < tags.length; i++) { + tag = tags[i]; + var parent = tag.parentElement; + + if (parent.childNodes.length === 1) { + + if (parent.nodeName === 'A') { + parent = parent.parentElement; + if (parent.childNodes.length != 1) continue; + } + if (parent.nodeName === 'P') parent.style.textAlign = 'center'; + } + } + } + var tagNames = ['img', 'embed', 'object']; + for (var i = 0; i < tagNames.length; i++) { + center_el(tagNames[i]); + } +})(); +</script> + + + <div id="license-info"> + ©2018 by Sebastian Götte. This work is licensed under + <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>. + </div> + </footer> + </body> +</html> + diff --git a/docs/categories/index.xml b/docs/categories/index.xml new file mode 100644 index 0000000..485ed46 --- /dev/null +++ b/docs/categories/index.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Categories on jaseg.net</title> + <link>https://jaseg.net/categories/</link> + <description>Recent content in Categories on jaseg.net</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + + <atom:link href="https://jaseg.net/categories/index.xml" rel="self" type="application/rss+xml" /> + + + </channel> +</rss>
\ No newline at end of file diff --git a/docs/css/fonts.css b/docs/css/fonts.css new file mode 100644 index 0000000..c851143 --- /dev/null +++ b/docs/css/fonts.css @@ -0,0 +1,7 @@ +body { + font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; +} +code { + font-family: "Lucida Console", Monaco, monospace; + font-size: 85%; +} diff --git a/docs/css/style.css b/docs/css/style.css new file mode 100644 index 0000000..07b1293 --- /dev/null +++ b/docs/css/style.css @@ -0,0 +1,211 @@ +/* @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Source+Serif+Pro'); */ +/* @import url('https://fonts.googleapis.com/css?family=Fredoka+One|Source+Serif+Pro'); */ +@import url('https://fonts.googleapis.com/css?family=Baloo|Source+Serif+Pro'); + +body { + max-width: 800px; + margin: auto; + padding: .2em; + line-height: 20pt; + font-size: 12pt; +} + +/* Table of Contents, if wanted + +Add to yaml: + +output: +blogdown::html_page: +toc: true + + */ + +#TableOfContents, #TOC { + border: 1px solid #eee; +} + +/* Header and Footer */ +.menu li { display: inline-block; } +.article-meta, .menu a { + text-decoration: none; + background: #ff99cc; + color: #FFF; + padding: 5px; + text-shadow: 0px 1px 1px #fe3ea0; +} + + +.article-meta h1, .article-meta h2 { + margin-top: 1em; + color: white; +} + + +.terms { font-size: .9em; } +.menu, .article-meta, footer { text-align: center; } +.title { font-size: 1.1em; } +footer a { text-decoration: none; } + +.pull-left { + float: left +} +.pull-right { + float: right +} + +a { + color: #ff6bb6; + text-decoration: none; +} + +a:hover { + background: #83cbe3; + color: white; +} + +/* Adjust background at your leisure! */ +header { + position: relative; + width: 100%; + height: 1.75rem; + font-size: .875rem; + background: #83cbe3; + font-family: 'Baloo', sans-serif; +} + +h1, h2, h3, h4, h5, h6 { + margin-top: 2em; + font-family: 'Baloo', sans-serif; + /* color: #ff99cc; */ + color: #ff6bb6; +} + +li { + padding-bottom: 1em; +} + +header ul, +header ol { + margin: 0; + padding: 0; + list-style: none +} +header nav { + padding: 0 0.5rem +} + +header a { + color: #fff; + line-height: 1.75rem; + padding: 0 0.5rem +} +header a:hover, +header .current a { + color: #fff +} + +/* Code Boxes */ +pre { + border: 1px solid #ddd; + box-shadow: 5px 5px 5px #eee; + background: #f8f8f8; + padding: 1em; + overflow-x: auto; +} +code { background: #f9f9f9; } +pre code { background: none; } + +/* Images, tables, misc. */ +img, iframe, video { max-width: 100%; } +main { + text-align: justify; + word-wrap: break-word; + font-family: "Source Serif Pro", "Times New Roman", serif; + color: #555; + hyphens: auto; +} + +/* Caution! duplicate this rule below. */ +::selection { + background: #83cbe3; + color: white; +} + +::-moz-selection { + background: #83cbe3; + color: white; +} + +/* Caution! duplicate this rule below. */ +a::-moz-selection { + background: #ff99cc; + color: white; +} + +a::selection { + background: #ff99cc; + color: white; +} + +blockquote { + background: #f9f9f9; + border-left: 5px solid #ccc; + padding: 3px 1em 3px; +} + +table { + margin: auto; + border-top: 1px solid #666; + border-bottom: 1px solid #666; +} +table thead th { border-bottom: 1px solid #ddd; } +th, td { padding: 5px; } +tr:nth-child(even) { background: #eee } + +figure.side-by-side { + width: 20em; + display: inline-block; + margin: 16px 16px 16px 16px; + vertical-align: top; +} + +figure img, figure video { + display: block; + margin-left: auto; + margin-right: auto; + width: 100%; +} + +figcaption a { + background: white; + color: #83cbe3; +} + +figcaption a:hover { + background: #ff6bb6; +} + +figcaption { + display: block; + line-height: 16pt; + background: #83cbe3; + color: white; + font-family: 'Baloo', sans-serif; + padding: 1em; + border-radius: 0 0 0.5em 0.5em; +} + +figure { + margin-top: 3em; + margin-bottom: 3em; +} + +#license-info img { + vertical-align: middle; +} + +#license-info { + color: #aaa; + font-size: 10pt; + font-family: "Source Serif Pro", "Times New Roman", serif; +} diff --git a/docs/images/daylight_spectrum_dvd.jpg b/docs/images/daylight_spectrum_dvd.jpg Binary files differnew file mode 100644 index 0000000..d01242e --- /dev/null +++ b/docs/images/daylight_spectrum_dvd.jpg diff --git a/docs/images/driver_ringing_strong.jpg b/docs/images/driver_ringing_strong.jpg Binary files differnew file mode 100644 index 0000000..0419a0e --- /dev/null +++ b/docs/images/driver_ringing_strong.jpg diff --git a/docs/images/driver_ringing_weak.jpg b/docs/images/driver_ringing_weak.jpg Binary files differnew file mode 100644 index 0000000..12f9c5d --- /dev/null +++ b/docs/images/driver_ringing_weak.jpg diff --git a/docs/images/electronics_whole.jpg b/docs/images/electronics_whole.jpg Binary files differnew file mode 100644 index 0000000..faaf751 --- /dev/null +++ b/docs/images/electronics_whole.jpg diff --git a/docs/images/hsv_cylinder.png b/docs/images/hsv_cylinder.png Binary files differnew file mode 100644 index 0000000..265f3e0 --- /dev/null +++ b/docs/images/hsv_cylinder.png diff --git a/docs/images/preamp_back.jpg b/docs/images/preamp_back.jpg Binary files differnew file mode 100644 index 0000000..0af495d --- /dev/null +++ b/docs/images/preamp_back.jpg diff --git a/docs/images/preamp_front.jpg b/docs/images/preamp_front.jpg Binary files differnew file mode 100644 index 0000000..62fad28 --- /dev/null +++ b/docs/images/preamp_front.jpg diff --git a/docs/images/preamp_schematic.jpg b/docs/images/preamp_schematic.jpg Binary files differnew file mode 100644 index 0000000..6be7bbd --- /dev/null +++ b/docs/images/preamp_schematic.jpg diff --git a/docs/images/processed_plot_cheap_rgb.svg b/docs/images/processed_plot_cheap_rgb.svg new file mode 100644 index 0000000..019d3c9 --- /dev/null +++ b/docs/images/processed_plot_cheap_rgb.svg @@ -0,0 +1,2453 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Created with matplotlib (http://matplotlib.org/) --> +<svg height="345pt" version="1.1" viewBox="0 0 460 345" width="460pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 345.6 +L 460.8 345.6 +L 460.8 0 +L 0 0 +z +" style="fill:none;opacity:0;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 57.6 307.584 +L 414.72 307.584 +L 414.72 41.472 +L 57.6 41.472 +z +" style="fill:#ffffff;"/> + </g> + <g id="LineCollection_1"> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 278.910524 +L 61.496992 274.33988 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 64.41665 285.441713 +L 64.41665 278.818634 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 67.336308 281.011315 +L 67.336308 276.300985 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 70.255965 284.639571 +L 70.255965 278.673783 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 73.175623 281.049532 +L 73.175623 275.421107 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 76.09528 284.95924 +L 76.09528 279.35491 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 79.014938 281.088018 +L 79.014938 276.380774 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 81.934596 285.829831 +L 81.934596 280.11532 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 84.854253 282.140901 +L 84.854253 277.531303 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 87.773911 284.996409 +L 87.773911 279.420336 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 90.693568 281.967936 +L 90.693568 277.215756 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 93.613226 284.06644 +L 93.613226 278.42717 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 96.532884 281.137364 +L 96.532884 276.687364 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 99.452541 284.021649 +L 99.452541 278.893104 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 102.372199 280.295467 +L 102.372199 275.771009 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 105.291856 284.529896 +L 105.291856 278.893126 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 108.211514 281.309035 +L 108.211514 277.314694 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 111.131172 283.707917 +L 111.131172 278.619299 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 114.050829 279.876203 +L 114.050829 276.016466 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 116.970487 283.933232 +L 116.970487 278.781726 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 119.890144 281.054479 +L 119.890144 277.1281 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 122.809802 283.046446 +L 122.809802 277.467069 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 125.72946 281.435193 +L 125.72946 277.406344 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 128.649117 283.427172 +L 128.649117 278.33755 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 131.568775 281.225887 +L 131.568775 276.427057 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 134.488432 284.948982 +L 134.488432 280.377584 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 137.40809 280.826263 +L 137.40809 277.148161 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 140.327748 283.461101 +L 140.327748 278.450041 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 143.247405 280.743625 +L 143.247405 276.736143 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 146.167063 283.752606 +L 146.167063 279.045066 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 149.08672 280.808077 +L 149.08672 277.010468 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 152.006378 283.639838 +L 152.006378 279.445024 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 154.926036 281.178144 +L 154.926036 277.096737 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 157.845693 282.295115 +L 157.845693 277.388978 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 160.765351 281.087374 +L 160.765351 277.785812 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 163.685008 282.48621 +L 163.685008 278.197911 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 166.604666 280.708361 +L 166.604666 277.647829 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 169.524324 283.474504 +L 169.524324 279.11172 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 172.443981 281.349775 +L 172.443981 278.270592 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 175.363639 283.342568 +L 175.363639 278.858821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 178.283296 280.757955 +L 178.283296 277.23424 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 181.202954 283.698666 +L 181.202954 279.467853 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 184.122612 282.614584 +L 184.122612 278.983464 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 187.042269 283.478288 +L 187.042269 279.376814 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 189.961927 281.052022 +L 189.961927 278.103559 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 192.881584 282.694184 +L 192.881584 279.157642 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 195.801242 282.073164 +L 195.801242 278.628059 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 198.7209 283.604598 +L 198.7209 279.685054 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 201.640557 281.688116 +L 201.640557 278.926661 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 204.560215 283.001092 +L 204.560215 279.360753 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 207.479872 282.538915 +L 207.479872 278.699763 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 210.39953 283.830801 +L 210.39953 279.605009 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 213.319188 281.821008 +L 213.319188 278.993359 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 216.238845 282.668239 +L 216.238845 279.174183 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 219.158503 281.656302 +L 219.158503 278.883637 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 222.07816 282.943353 +L 222.07816 279.429344 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 224.997818 281.758729 +L 224.997818 278.716272 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 227.917476 283.34373 +L 227.917476 279.902129 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 230.837133 281.55533 +L 230.837133 278.610405 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 233.756791 283.878527 +L 233.756791 279.989633 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 236.676448 281.364112 +L 236.676448 277.760148 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 239.596106 281.890029 +L 239.596106 278.524979 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 242.515764 280.982215 +L 242.515764 277.889145 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 245.435421 282.186951 +L 245.435421 278.353118 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 248.355079 280.703225 +L 248.355079 277.47758 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 251.274736 279.891279 +L 251.274736 276.0428 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 254.194394 278.486168 +L 254.194394 275.168153 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 257.114052 278.458618 +L 257.114052 274.613876 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 260.033709 275.384946 +L 260.033709 271.746919 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 265.873024 271.736906 +L 265.873024 265.5644 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 268.792682 266.249167 +L 268.792682 260.958969 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 271.71234 259.776446 +L 271.71234 251.777085 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 274.631997 252.867163 +L 274.631997 243.333327 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 277.551655 245.227519 +L 277.551655 231.989042 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 280.471312 232.437788 +L 280.471312 216.624723 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 283.39097 216.138388 +L 283.39097 194.331603 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 286.310628 205.162922 +L 286.310628 179.712935 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 289.230285 190.67259 +L 289.230285 159.041888 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 292.149943 183.033332 +L 292.149943 146.973311 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 295.0696 173.019014 +L 295.0696 131.654096 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 297.989258 168.15864 +L 297.989258 125.505523 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 300.908916 163.630796 +L 300.908916 118.805992 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 303.828573 161.762198 +L 303.828573 117.298317 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 306.748231 161.116812 +L 306.748231 117.282103 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 309.667888 159.43387 +L 309.667888 117.025704 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 312.587546 162.341388 +L 312.587546 118.053778 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 315.507204 161.087128 +L 315.507204 119.220302 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 318.426861 162.495608 +L 318.426861 117.810818 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 321.346519 163.114673 +L 321.346519 119.350979 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 324.266176 171.104434 +L 324.266176 121.996701 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 327.185834 171.430452 +L 327.185834 121.434259 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 330.105491 176.717441 +L 330.105491 122.497386 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 333.025149 177.73217 +L 333.025149 123.126405 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 335.944807 183.307443 +L 335.944807 124.426801 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 338.864464 183.039649 +L 338.864464 124.809255 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 341.784122 188.895469 +L 341.784122 126.614296 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 344.703779 188.602529 +L 344.703779 126.658152 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 347.623437 192.36741 +L 347.623437 128.043247 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 350.543095 189.856969 +L 350.543095 127.55189 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 353.462752 192.435333 +L 353.462752 129.42921 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 356.38241 186.217654 +L 356.38241 129.806508 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 359.302067 187.532359 +L 359.302067 131.601439 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 362.221725 184.363499 +L 362.221725 133.382439 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 365.141383 213.372064 +L 365.141383 165.098862 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 373.900355 263.016332 +L 373.900355 247.957061 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 376.820013 275.104814 +L 376.820013 264.793057 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 379.739671 275.336552 +L 379.739671 269.943245 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 382.659328 280.909785 +L 382.659328 275.805529 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 385.578986 281.305755 +L 385.578986 278.438279 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 388.498643 282.843231 +L 388.498643 279.485313 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 391.418301 279.456777 +L 391.418301 276.133494 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 394.337959 283.413992 +L 394.337959 279.640128 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 397.257616 282.241102 +L 397.257616 279.205994 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="LineCollection_2"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 284.143983 +L 58.577335 281.07378 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 280.980579 +L 61.496992 278.81364 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 64.41665 284.192244 +L 64.41665 280.477212 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 67.336308 281.483658 +L 67.336308 278.875527 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 70.255965 287.787962 +L 70.255965 284.342538 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 73.175623 280.516531 +L 73.175623 278.134654 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 76.09528 283.549855 +L 76.09528 280.318887 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 79.014938 280.451465 +L 79.014938 278.31337 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 81.934596 284.716011 +L 81.934596 281.608953 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 84.854253 278.953931 +L 84.854253 276.204545 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 87.773911 288.631666 +L 87.773911 284.226511 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 90.693568 280.095747 +L 90.693568 277.661914 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 93.613226 283.016647 +L 93.613226 279.494476 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 96.532884 280.597103 +L 96.532884 278.019495 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 99.452541 282.565362 +L 99.452541 279.492086 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 102.372199 280.581029 +L 102.372199 278.182919 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 105.291856 281.412766 +L 105.291856 278.424353 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 108.211514 279.340874 +L 108.211514 277.151066 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 111.131172 283.306411 +L 111.131172 280.330038 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 114.050829 281.05108 +L 114.050829 278.793034 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 119.890144 295.488 +L 119.890144 290.113554 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 122.809802 280.063107 +L 122.809802 277.77456 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 125.72946 280.284802 +L 125.72946 277.900041 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 128.649117 281.825063 +L 128.649117 278.913027 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 131.568775 280.475613 +L 131.568775 278.003329 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 134.488432 282.823188 +L 134.488432 279.561293 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 137.40809 278.035106 +L 137.40809 274.929996 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 140.327748 281.182182 +L 140.327748 277.940517 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 143.247405 279.444875 +L 143.247405 276.504031 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 146.167063 279.570673 +L 146.167063 276.752637 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 149.08672 277.024457 +L 149.08672 274.030424 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 152.006378 279.02212 +L 152.006378 275.738582 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 154.926036 275.079533 +L 154.926036 271.917203 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 157.845693 274.575231 +L 157.845693 271.284546 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 160.765351 271.920339 +L 160.765351 269.158391 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 163.685008 270.202293 +L 163.685008 266.665104 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 166.604666 267.289449 +L 166.604666 264.154687 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 169.524324 265.644529 +L 169.524324 261.212208 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 172.443981 261.772221 +L 172.443981 257.903668 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 175.363639 261.659899 +L 175.363639 256.226705 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 178.283296 259.120464 +L 178.283296 253.940569 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 181.202954 258.062012 +L 181.202954 251.514436 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 184.122612 255.709608 +L 184.122612 249.669746 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 189.961927 256.299105 +L 189.961927 248.487232 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 192.881584 251.824628 +L 192.881584 245.335445 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 195.801242 251.314784 +L 195.801242 244.208485 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 198.7209 252.401616 +L 198.7209 246.399119 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 201.640557 246.926447 +L 201.640557 238.933991 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 204.560215 247.096302 +L 204.560215 238.91944 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 207.479872 252.575561 +L 207.479872 242.347325 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 210.39953 232.938637 +L 210.39953 222.778377 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 213.319188 246.11591 +L 213.319188 235.362111 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 216.238845 244.481756 +L 216.238845 235.230934 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 219.158503 244.464174 +L 219.158503 233.492235 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 222.07816 243.136867 +L 222.07816 233.455394 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 224.997818 244.148075 +L 224.997818 232.806371 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 227.917476 241.532638 +L 227.917476 231.194699 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 230.837133 242.499807 +L 230.837133 230.791377 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 233.756791 240.853983 +L 233.756791 230.052993 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 236.676448 241.974149 +L 236.676448 229.302929 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 239.596106 239.905738 +L 239.596106 228.780735 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 242.515764 241.793725 +L 242.515764 228.281754 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 245.435421 239.764986 +L 245.435421 228.089704 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 248.355079 241.836149 +L 248.355079 228.567236 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 251.274736 240.706451 +L 251.274736 228.878944 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 254.194394 245.039975 +L 254.194394 231.933652 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 257.114052 242.71361 +L 257.114052 231.681002 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 260.033709 247.253918 +L 260.033709 235.011359 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 262.953367 247.976678 +L 262.953367 237.080937 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 265.873024 254.397907 +L 265.873024 243.215877 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 268.792682 253.524888 +L 268.792682 244.950669 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 271.71234 259.556378 +L 271.71234 250.543369 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 274.631997 260.574167 +L 274.631997 253.451425 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 277.551655 265.635789 +L 277.551655 258.410588 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 280.471312 266.132665 +L 280.471312 260.908439 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 283.39097 270.23697 +L 283.39097 264.608401 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 286.310628 270.418369 +L 286.310628 266.640736 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 289.230285 275.290909 +L 289.230285 268.693553 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 292.149943 273.99866 +L 292.149943 271.101397 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 295.0696 276.691079 +L 295.0696 272.858153 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 297.989258 276.021299 +L 297.989258 273.423465 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 300.908916 278.580451 +L 300.908916 274.832342 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 303.828573 278.409796 +L 303.828573 275.846293 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 306.748231 279.741203 +L 306.748231 276.921155 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 309.667888 279.265013 +L 309.667888 276.687546 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 312.587546 280.60497 +L 312.587546 277.968875 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 315.507204 280.429273 +L 315.507204 277.609776 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 318.426861 281.598884 +L 318.426861 278.608069 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 321.346519 280.17704 +L 321.346519 277.327749 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 324.266176 281.379115 +L 324.266176 278.300936 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 327.185834 281.055404 +L 327.185834 278.330928 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 330.105491 281.843256 +L 330.105491 279.168244 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 333.025149 281.89939 +L 333.025149 279.078885 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 335.944807 282.039713 +L 335.944807 279.429049 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 338.864464 282.177442 +L 338.864464 279.024145 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 341.784122 282.137167 +L 341.784122 279.42769 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 344.703779 281.59815 +L 344.703779 278.608266 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 347.623437 281.392736 +L 347.623437 277.685133 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 350.543095 280.902546 +L 350.543095 277.814276 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 353.462752 281.826467 +L 353.462752 278.307328 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 356.38241 281.662848 +L 356.38241 278.497708 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 359.302067 282.577388 +L 359.302067 279.802443 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 362.221725 281.922307 +L 362.221725 278.630828 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 365.141383 283.167943 +L 365.141383 280.484627 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 368.06104 281.300075 +L 368.06104 278.599225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 370.980698 282.376414 +L 370.980698 280.133454 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 373.900355 285.603617 +L 373.900355 278.014821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 376.820013 281.949599 +L 376.820013 278.577661 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 379.739671 282.91878 +L 379.739671 279.079669 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 382.659328 282.667026 +L 382.659328 279.856664 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 385.578986 282.213699 +L 385.578986 279.090097 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 391.418301 282.148082 +L 391.418301 276.867803 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 394.337959 283.410059 +L 394.337959 280.094702 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 397.257616 281.966658 +L 397.257616 278.914225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="LineCollection_3"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 290.128781 +L 58.577335 281.320541 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 283.816441 +L 61.496992 276.875846 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 64.41665 288.489482 +L 64.41665 279.518797 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 67.336308 282.626907 +L 67.336308 275.58712 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 70.255965 287.201896 +L 70.255965 278.640799 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 73.175623 281.796012 +L 73.175623 274.587847 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 76.09528 284.354178 +L 76.09528 276.070686 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 79.014938 286.209547 +L 79.014938 279.118301 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 81.934596 282.060311 +L 81.934596 273.37693 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 84.854253 274.276789 +L 84.854253 266.376846 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 87.773911 268.251775 +L 87.773911 258.520714 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 93.613226 254.169715 +L 93.613226 244.117127 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 96.532884 235.06363 +L 96.532884 222.160153 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 99.452541 221.634389 +L 99.452541 208.209046 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 102.372199 198.11354 +L 102.372199 180.531708 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 105.291856 184.248839 +L 105.291856 165.989767 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 108.211514 162.732593 +L 108.211514 141.021121 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 111.131172 153.752433 +L 111.131172 129.818485 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 114.050829 142.35496 +L 114.050829 115.436823 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 116.970487 136.269657 +L 116.970487 108.542822 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 119.890144 124.675825 +L 119.890144 94.417369 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 122.809802 119.280919 +L 122.809802 88.585974 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 125.72946 115.096211 +L 125.72946 81.604735 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 128.649117 111.833807 +L 128.649117 78.147405 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 131.568775 105.554071 +L 131.568775 70.690608 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 134.488432 105.110966 +L 134.488432 69.411532 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 137.40809 103.006543 +L 137.40809 65.250003 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 140.327748 100.08429 +L 140.327748 63.304294 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 143.247405 99.11786 +L 143.247405 60.341532 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 146.167063 99.192939 +L 146.167063 58.911511 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 149.08672 99.009119 +L 149.08672 57.756606 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 152.006378 97.617792 +L 152.006378 57.710912 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 154.926036 99.782223 +L 154.926036 57.538506 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 157.845693 99.605966 +L 157.845693 58.037614 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 160.765351 99.615633 +L 160.765351 56.438246 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 163.685008 98.136225 +L 163.685008 56.124579 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 166.604666 101.371283 +L 166.604666 56.632382 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 169.524324 99.327001 +L 169.524324 56.506328 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 172.443981 100.834952 +L 172.443981 56.109207 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 175.363639 101.939314 +L 175.363639 55.840928 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 178.283296 99.5933 +L 178.283296 53.568 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 181.202954 99.609341 +L 181.202954 54.089062 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 184.122612 104.549366 +L 184.122612 58.872619 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 187.042269 101.35316 +L 187.042269 56.638743 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 189.961927 105.545818 +L 189.961927 59.87392 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 192.881584 104.933953 +L 192.881584 60.454488 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 195.801242 112.455899 +L 195.801242 65.074367 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 198.7209 114.015221 +L 198.7209 67.874755 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 201.640557 132.174148 +L 201.640557 86.512264 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 204.560215 145.985409 +L 204.560215 104.541044 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 207.479872 173.769421 +L 207.479872 137.09989 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 210.39953 192.244893 +L 210.39953 161.990571 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 213.319188 225.901249 +L 213.319188 200.434321 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 216.238845 233.65984 +L 216.238845 214.894993 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 219.158503 252.761348 +L 219.158503 236.027501 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 222.07816 256.968774 +L 222.07816 245.215486 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 224.997818 269.117575 +L 224.997818 259.011426 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 227.917476 269.19052 +L 227.917476 261.483351 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 230.837133 275.44415 +L 230.837133 267.384367 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 233.756791 275.5997 +L 233.756791 270.503517 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 236.676448 279.980368 +L 236.676448 273.716344 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 239.596106 278.858699 +L 239.596106 274.588186 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 242.515764 281.429594 +L 242.515764 276.249942 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 245.435421 280.712894 +L 245.435421 276.709899 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 248.355079 282.704329 +L 248.355079 277.737055 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 251.274736 280.971756 +L 251.274736 277.349321 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 254.194394 282.960375 +L 254.194394 277.990156 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 257.114052 281.022806 +L 257.114052 277.463493 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 260.033709 283.345958 +L 260.033709 278.808638 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 262.953367 282.124541 +L 262.953367 278.717598 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 265.873024 283.362115 +L 265.873024 279.039831 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 268.792682 281.667847 +L 268.792682 278.134202 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 271.71234 282.919806 +L 271.71234 278.784471 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 274.631997 282.096009 +L 274.631997 279.12022 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 277.551655 283.262126 +L 277.551655 279.231824 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 280.471312 282.084313 +L 280.471312 278.964009 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 283.39097 283.198784 +L 283.39097 279.061994 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 286.310628 281.785923 +L 286.310628 278.639016 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 289.230285 283.136746 +L 289.230285 279.122597 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 295.0696 281.978618 +L 295.0696 279.043722 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 297.989258 283.433713 +L 297.989258 279.155074 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 300.908916 281.541184 +L 300.908916 278.779193 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 303.828573 282.922065 +L 303.828573 279.058722 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 306.748231 281.641995 +L 306.748231 278.337939 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 309.667888 283.008422 +L 309.667888 279.097881 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 312.587546 281.598929 +L 312.587546 278.470168 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 315.507204 282.753228 +L 315.507204 278.919394 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 318.426861 281.279792 +L 318.426861 278.401579 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 321.346519 282.498445 +L 321.346519 279.022207 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 324.266176 281.941331 +L 324.266176 278.816921 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 327.185834 282.599304 +L 327.185834 279.057821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 330.105491 281.577302 +L 330.105491 278.162026 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 333.025149 282.303754 +L 333.025149 278.716129 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 335.944807 281.53154 +L 335.944807 278.54985 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 338.864464 282.816274 +L 338.864464 278.995111 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 341.784122 281.619841 +L 341.784122 278.50505 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 344.703779 283.606413 +L 344.703779 279.402367 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 347.623437 281.218295 +L 347.623437 278.456767 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 350.543095 282.851839 +L 350.543095 279.313531 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 353.462752 281.487292 +L 353.462752 278.381584 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 356.38241 282.670275 +L 356.38241 278.640596 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 359.302067 281.883345 +L 359.302067 278.688656 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 362.221725 282.531248 +L 362.221725 278.791149 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 365.141383 281.429889 +L 365.141383 278.773959 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 368.06104 282.530834 +L 368.06104 278.766882 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 370.980698 281.576275 +L 370.980698 278.503301 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 373.900355 282.865656 +L 373.900355 279.273248 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 376.820013 281.329875 +L 376.820013 278.361797 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 379.739671 283.228225 +L 379.739671 279.289289 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 382.659328 281.586421 +L 382.659328 278.885178 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 385.578986 281.933696 +L 385.578986 278.566221 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 388.498643 281.669595 +L 388.498643 278.544368 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 391.418301 282.67669 +L 391.418301 279.080292 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 394.337959 281.567521 +L 394.337959 278.385769 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 397.257616 282.14707 +L 397.257616 278.857473 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="line2d_1"> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 276.625202 +L 64.41665 282.130174 +L 67.336308 278.65615 +L 70.255965 281.656677 +L 73.175623 278.23532 +L 76.09528 282.157075 +L 79.014938 278.734396 +L 81.934596 282.972575 +L 84.854253 279.836102 +L 87.773911 282.208372 +L 90.693568 279.591846 +L 93.613226 281.246805 +L 96.532884 278.912364 +L 99.452541 281.457376 +L 102.372199 278.033238 +L 105.291856 281.711511 +L 108.211514 279.311864 +L 111.131172 281.163608 +L 114.050829 277.946334 +L 116.970487 281.357479 +L 119.890144 279.09129 +L 122.809802 280.256758 +L 125.72946 279.420769 +L 128.649117 280.882361 +L 131.568775 278.826472 +L 134.488432 282.663283 +L 137.40809 278.987212 +L 140.327748 280.955571 +L 143.247405 278.739884 +L 146.167063 281.398836 +L 149.08672 278.909273 +L 152.006378 281.542431 +L 154.926036 279.137441 +L 157.845693 279.842046 +L 160.765351 279.436593 +L 163.685008 280.34206 +L 166.604666 279.178095 +L 169.524324 281.293112 +L 172.443981 279.810184 +L 175.363639 281.100695 +L 178.283296 278.996097 +L 181.202954 281.583259 +L 184.122612 280.799024 +L 187.042269 281.427551 +L 189.961927 279.57779 +L 192.881584 280.925913 +L 195.801242 280.350611 +L 198.7209 281.644826 +L 201.640557 280.307389 +L 204.560215 281.180923 +L 207.479872 280.619339 +L 210.39953 281.717905 +L 213.319188 280.407184 +L 216.238845 280.921211 +L 219.158503 280.26997 +L 222.07816 281.186348 +L 224.997818 280.237501 +L 227.917476 281.62293 +L 230.837133 280.082867 +L 233.756791 281.93408 +L 236.676448 279.56213 +L 239.596106 280.207504 +L 242.515764 279.43568 +L 245.435421 280.270035 +L 248.355079 279.090402 +L 251.274736 277.96704 +L 254.194394 276.827161 +L 257.114052 276.536247 +L 260.033709 273.565933 +L 265.873024 268.650653 +L 268.792682 263.604068 +L 271.71234 255.776765 +L 274.631997 248.100245 +L 277.551655 238.60828 +L 280.471312 224.531255 +L 283.39097 205.234996 +L 286.310628 192.437928 +L 289.230285 174.857239 +L 292.149943 165.003321 +L 295.0696 152.336555 +L 297.989258 146.832081 +L 300.908916 141.218394 +L 303.828573 139.530257 +L 306.748231 139.199457 +L 309.667888 138.229787 +L 312.587546 140.197583 +L 315.507204 140.153715 +L 318.426861 140.153213 +L 321.346519 141.232826 +L 324.266176 146.550568 +L 327.185834 146.432355 +L 330.105491 149.607414 +L 333.025149 150.429287 +L 335.944807 153.867122 +L 338.864464 153.924452 +L 341.784122 157.754882 +L 344.703779 157.630341 +L 347.623437 160.205328 +L 350.543095 158.70443 +L 353.462752 160.932272 +L 356.38241 158.012081 +L 359.302067 159.566899 +L 362.221725 158.872969 +L 365.141383 189.235463 +L 373.900355 255.486697 +L 376.820013 269.948935 +L 379.739671 272.639899 +L 382.659328 278.357657 +L 385.578986 279.872017 +L 388.498643 281.164272 +L 391.418301 277.795136 +L 394.337959 281.52706 +L 397.257616 280.723548 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_2"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 282.608881 +L 61.496992 279.897109 +L 64.41665 282.334728 +L 67.336308 280.179592 +L 70.255965 286.06525 +L 73.175623 279.325593 +L 76.09528 281.934371 +L 79.014938 279.382417 +L 81.934596 283.162482 +L 84.854253 277.579238 +L 87.773911 286.429088 +L 90.693568 278.87883 +L 93.613226 281.255561 +L 96.532884 279.308299 +L 99.452541 281.028724 +L 102.372199 279.381974 +L 105.291856 279.91856 +L 108.211514 278.24597 +L 111.131172 281.818225 +L 114.050829 279.922057 +L 119.890144 292.800777 +L 122.809802 278.918834 +L 125.72946 279.092421 +L 128.649117 280.369045 +L 131.568775 279.239471 +L 134.488432 281.192241 +L 137.40809 276.482551 +L 140.327748 279.561349 +L 143.247405 277.974453 +L 146.167063 278.161655 +L 149.08672 275.527441 +L 152.006378 277.380351 +L 154.926036 273.498368 +L 157.845693 272.929889 +L 160.765351 270.539365 +L 163.685008 268.433698 +L 166.604666 265.722068 +L 169.524324 263.428369 +L 172.443981 259.837945 +L 175.363639 258.943302 +L 178.283296 256.530517 +L 181.202954 254.788224 +L 184.122612 252.689677 +L 189.961927 252.393169 +L 192.881584 248.580036 +L 195.801242 247.761634 +L 198.7209 249.400368 +L 201.640557 242.930219 +L 204.560215 243.007871 +L 207.479872 247.461443 +L 210.39953 227.858507 +L 213.319188 240.73901 +L 216.238845 239.856345 +L 219.158503 238.978205 +L 222.07816 238.296131 +L 224.997818 238.477223 +L 227.917476 236.363668 +L 230.837133 236.645592 +L 233.756791 235.453488 +L 236.676448 235.638539 +L 239.596106 234.343237 +L 242.515764 235.03774 +L 245.435421 233.927345 +L 248.355079 235.201692 +L 251.274736 234.792697 +L 254.194394 238.486814 +L 257.114052 237.197306 +L 260.033709 241.132638 +L 262.953367 242.528808 +L 265.873024 248.806892 +L 268.792682 249.237778 +L 271.71234 255.049873 +L 274.631997 257.012796 +L 277.551655 262.023188 +L 280.471312 263.520552 +L 283.39097 267.422685 +L 286.310628 268.529553 +L 289.230285 271.992231 +L 292.149943 272.550029 +L 295.0696 274.774616 +L 297.989258 274.722382 +L 300.908916 276.706397 +L 303.828573 277.128045 +L 306.748231 278.331179 +L 309.667888 277.97628 +L 312.587546 279.286923 +L 315.507204 279.019525 +L 318.426861 280.103477 +L 321.346519 278.752395 +L 324.266176 279.840025 +L 327.185834 279.693166 +L 330.105491 280.50575 +L 333.025149 280.489137 +L 335.944807 280.734381 +L 338.864464 280.600794 +L 341.784122 280.782429 +L 344.703779 280.103208 +L 347.623437 279.538935 +L 350.543095 279.358411 +L 353.462752 280.066897 +L 356.38241 280.080278 +L 359.302067 281.189915 +L 362.221725 280.276567 +L 365.141383 281.826285 +L 368.06104 279.94965 +L 370.980698 281.254934 +L 373.900355 281.809219 +L 376.820013 280.26363 +L 379.739671 280.999225 +L 382.659328 281.261845 +L 385.578986 280.651898 +L 391.418301 279.507943 +L 394.337959 281.752381 +L 397.257616 280.440442 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_3"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 285.724661 +L 61.496992 280.346143 +L 64.41665 284.004139 +L 67.336308 279.107014 +L 70.255965 282.921348 +L 73.175623 278.19193 +L 76.09528 280.212432 +L 79.014938 282.663924 +L 81.934596 277.71862 +L 84.854253 270.326818 +L 87.773911 263.386244 +L 93.613226 249.143421 +L 96.532884 228.611892 +L 99.452541 214.921718 +L 102.372199 189.322624 +L 105.291856 175.119303 +L 108.211514 151.876857 +L 111.131172 141.785459 +L 114.050829 128.895892 +L 116.970487 122.406239 +L 119.890144 109.546597 +L 122.809802 103.933447 +L 125.72946 98.350473 +L 128.649117 94.990606 +L 131.568775 88.12234 +L 134.488432 87.261249 +L 137.40809 84.128273 +L 140.327748 81.694292 +L 143.247405 79.729696 +L 146.167063 79.052225 +L 149.08672 78.382863 +L 152.006378 77.664352 +L 154.926036 78.660365 +L 157.845693 78.82179 +L 160.765351 78.02694 +L 163.685008 77.130402 +L 166.604666 79.001833 +L 169.524324 77.916664 +L 172.443981 78.472079 +L 175.363639 78.890121 +L 178.283296 76.58065 +L 181.202954 76.849202 +L 184.122612 81.710993 +L 187.042269 78.995951 +L 189.961927 82.709869 +L 192.881584 82.69422 +L 195.801242 88.765133 +L 198.7209 90.944988 +L 201.640557 109.343206 +L 204.560215 125.263227 +L 207.479872 155.434656 +L 210.39953 177.117732 +L 213.319188 213.167785 +L 216.238845 224.277416 +L 219.158503 244.394424 +L 222.07816 251.09213 +L 224.997818 264.0645 +L 227.917476 265.336935 +L 230.837133 271.414259 +L 233.756791 273.051609 +L 236.676448 276.848356 +L 239.596106 276.723442 +L 242.515764 278.839768 +L 245.435421 278.711397 +L 248.355079 280.220692 +L 251.274736 279.160539 +L 254.194394 280.475266 +L 257.114052 279.243149 +L 260.033709 281.077298 +L 262.953367 280.42107 +L 265.873024 281.200973 +L 268.792682 279.901025 +L 271.71234 280.852138 +L 274.631997 280.608115 +L 277.551655 281.246975 +L 280.471312 280.524161 +L 283.39097 281.130389 +L 286.310628 280.212469 +L 289.230285 281.129671 +L 295.0696 280.51117 +L 297.989258 281.294393 +L 300.908916 280.160189 +L 303.828573 280.990394 +L 306.748231 279.989967 +L 309.667888 281.053151 +L 312.587546 280.034549 +L 315.507204 280.836311 +L 318.426861 279.840686 +L 321.346519 280.760326 +L 324.266176 280.379126 +L 327.185834 280.828563 +L 330.105491 279.869664 +L 333.025149 280.509941 +L 335.944807 280.040695 +L 338.864464 280.905692 +L 341.784122 280.062446 +L 344.703779 281.50439 +L 347.623437 279.837531 +L 350.543095 281.082685 +L 353.462752 279.934438 +L 356.38241 280.655435 +L 359.302067 280.286001 +L 362.221725 280.661199 +L 365.141383 280.101924 +L 368.06104 280.648858 +L 370.980698 280.039788 +L 373.900355 281.069452 +L 376.820013 279.845836 +L 379.739671 281.258757 +L 382.659328 280.2358 +L 385.578986 280.249959 +L 388.498643 280.106981 +L 391.418301 280.878491 +L 394.337959 279.976645 +L 397.257616 280.502272 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_4"> + <path clip-path="url(#p9f26863f72)" d="M 78.607059 307.584 +L 78.607059 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_5"> + <defs> + <path d="M 0 0 +L 0 3.5 +" id="mfb8214b08d" style="stroke:#01769d;stroke-width:0.8;"/> + </defs> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="78.607059" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_1"> + <!-- 400 --> + <defs> + <path d="M 37.796875 64.3125 +L 12.890625 25.390625 +L 37.796875 25.390625 +z +M 35.203125 72.90625 +L 47.609375 72.90625 +L 47.609375 25.390625 +L 58.015625 25.390625 +L 58.015625 17.1875 +L 47.609375 17.1875 +L 47.609375 0 +L 37.796875 0 +L 37.796875 17.1875 +L 4.890625 17.1875 +L 4.890625 26.703125 +z +" id="DejaVuSans-34"/> + <path d="M 31.78125 66.40625 +Q 24.171875 66.40625 20.328125 58.90625 +Q 16.5 51.421875 16.5 36.375 +Q 16.5 21.390625 20.328125 13.890625 +Q 24.171875 6.390625 31.78125 6.390625 +Q 39.453125 6.390625 43.28125 13.890625 +Q 47.125 21.390625 47.125 36.375 +Q 47.125 51.421875 43.28125 58.90625 +Q 39.453125 66.40625 31.78125 66.40625 +M 31.78125 74.21875 +Q 44.046875 74.21875 50.515625 64.515625 +Q 56.984375 54.828125 56.984375 36.375 +Q 56.984375 17.96875 50.515625 8.265625 +Q 44.046875 -1.421875 31.78125 -1.421875 +Q 19.53125 -1.421875 13.0625 8.265625 +Q 6.59375 17.96875 6.59375 36.375 +Q 6.59375 54.828125 13.0625 64.515625 +Q 19.53125 74.21875 31.78125 74.21875 +" id="DejaVuSans-30"/> + </defs> + <g style="fill:#01769d;" transform="translate(69.063309 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-34"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_6"> + <path clip-path="url(#p9f26863f72)" d="M 131.124706 307.584 +L 131.124706 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_7"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="131.124706" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_2"> + <!-- 450 --> + <defs> + <path d="M 10.796875 72.90625 +L 49.515625 72.90625 +L 49.515625 64.59375 +L 19.828125 64.59375 +L 19.828125 46.734375 +Q 21.96875 47.46875 24.109375 47.828125 +Q 26.265625 48.1875 28.421875 48.1875 +Q 40.625 48.1875 47.75 41.5 +Q 54.890625 34.8125 54.890625 23.390625 +Q 54.890625 11.625 47.5625 5.09375 +Q 40.234375 -1.421875 26.90625 -1.421875 +Q 22.3125 -1.421875 17.546875 -0.640625 +Q 12.796875 0.140625 7.71875 1.703125 +L 7.71875 11.625 +Q 12.109375 9.234375 16.796875 8.0625 +Q 21.484375 6.890625 26.703125 6.890625 +Q 35.15625 6.890625 40.078125 11.328125 +Q 45.015625 15.765625 45.015625 23.390625 +Q 45.015625 31 40.078125 35.4375 +Q 35.15625 39.890625 26.703125 39.890625 +Q 22.75 39.890625 18.8125 39.015625 +Q 14.890625 38.140625 10.796875 36.28125 +z +" id="DejaVuSans-35"/> + </defs> + <g style="fill:#01769d;" transform="translate(121.580956 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-34"/> + <use x="63.623047" xlink:href="#DejaVuSans-35"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_8"> + <path clip-path="url(#p9f26863f72)" d="M 183.642353 307.584 +L 183.642353 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_9"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="183.642353" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_3"> + <!-- 500 --> + <g style="fill:#01769d;" transform="translate(174.098603 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-35"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_10"> + <path clip-path="url(#p9f26863f72)" d="M 236.16 307.584 +L 236.16 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_11"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="236.16" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_4"> + <!-- 550 --> + <g style="fill:#01769d;" transform="translate(226.61625 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-35"/> + <use x="63.623047" xlink:href="#DejaVuSans-35"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_12"> + <path clip-path="url(#p9f26863f72)" d="M 288.677647 307.584 +L 288.677647 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_13"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="288.677647" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_5"> + <!-- 600 --> + <defs> + <path d="M 33.015625 40.375 +Q 26.375 40.375 22.484375 35.828125 +Q 18.609375 31.296875 18.609375 23.390625 +Q 18.609375 15.53125 22.484375 10.953125 +Q 26.375 6.390625 33.015625 6.390625 +Q 39.65625 6.390625 43.53125 10.953125 +Q 47.40625 15.53125 47.40625 23.390625 +Q 47.40625 31.296875 43.53125 35.828125 +Q 39.65625 40.375 33.015625 40.375 +M 52.59375 71.296875 +L 52.59375 62.3125 +Q 48.875 64.0625 45.09375 64.984375 +Q 41.3125 65.921875 37.59375 65.921875 +Q 27.828125 65.921875 22.671875 59.328125 +Q 17.53125 52.734375 16.796875 39.40625 +Q 19.671875 43.65625 24.015625 45.921875 +Q 28.375 48.1875 33.59375 48.1875 +Q 44.578125 48.1875 50.953125 41.515625 +Q 57.328125 34.859375 57.328125 23.390625 +Q 57.328125 12.15625 50.6875 5.359375 +Q 44.046875 -1.421875 33.015625 -1.421875 +Q 20.359375 -1.421875 13.671875 8.265625 +Q 6.984375 17.96875 6.984375 36.375 +Q 6.984375 53.65625 15.1875 63.9375 +Q 23.390625 74.21875 37.203125 74.21875 +Q 40.921875 74.21875 44.703125 73.484375 +Q 48.484375 72.75 52.59375 71.296875 +" id="DejaVuSans-36"/> + </defs> + <g style="fill:#01769d;" transform="translate(279.133897 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-36"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_14"> + <path clip-path="url(#p9f26863f72)" d="M 341.195294 307.584 +L 341.195294 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_15"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="341.195294" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_6"> + <!-- 650 --> + <g style="fill:#01769d;" transform="translate(331.651544 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-36"/> + <use x="63.623047" xlink:href="#DejaVuSans-35"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_16"> + <path clip-path="url(#p9f26863f72)" d="M 393.712941 307.584 +L 393.712941 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_17"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="393.712941" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_7"> + <!-- 700 --> + <defs> + <path d="M 8.203125 72.90625 +L 55.078125 72.90625 +L 55.078125 68.703125 +L 28.609375 0 +L 18.3125 0 +L 43.21875 64.59375 +L 8.203125 64.59375 +z +" id="DejaVuSans-37"/> + </defs> + <g style="fill:#01769d;" transform="translate(384.169191 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-37"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="text_8"> + <!-- $\lambda\;[nm]$ --> + <defs> + <path d="M 36.71875 67.4375 +L 48.828125 0 +L 39.3125 0 +L 31.84375 40.4375 +L 5.125 0 +L -4.390625 0 +L 29.734375 52.4375 +L 28.03125 62.109375 +Q 26.953125 68.265625 21.734375 68.265625 +L 17.046875 68.265625 +L 18.5 75.984375 +L 24.21875 75.875 +Q 35.203125 75.734375 36.71875 67.4375 +" id="DejaVuSans-Oblique-3bb"/> + <path d="M 8.59375 75.984375 +L 29.296875 75.984375 +L 29.296875 69 +L 17.578125 69 +L 17.578125 -6.203125 +L 29.296875 -6.203125 +L 29.296875 -13.1875 +L 8.59375 -13.1875 +z +" id="DejaVuSans-5b"/> + <path d="M 55.71875 33.015625 +L 49.3125 0 +L 40.28125 0 +L 46.6875 32.671875 +Q 47.125 34.96875 47.359375 36.71875 +Q 47.609375 38.484375 47.609375 39.5 +Q 47.609375 43.609375 45.015625 45.890625 +Q 42.4375 48.1875 37.796875 48.1875 +Q 30.5625 48.1875 25.34375 43.375 +Q 20.125 38.578125 18.5 30.328125 +L 12.5 0 +L 3.515625 0 +L 14.109375 54.6875 +L 23.09375 54.6875 +L 21.296875 46.09375 +Q 25.046875 50.828125 30.3125 53.40625 +Q 35.59375 56 41.40625 56 +Q 48.640625 56 52.609375 52.09375 +Q 56.59375 48.1875 56.59375 41.109375 +Q 56.59375 39.359375 56.375 37.359375 +Q 56.15625 35.359375 55.71875 33.015625 +" id="DejaVuSans-Oblique-6e"/> + <path d="M 89.796875 33.015625 +L 83.40625 0 +L 74.421875 0 +L 80.71875 32.71875 +Q 81.109375 34.8125 81.296875 36.328125 +Q 81.5 37.84375 81.5 38.921875 +Q 81.5 43.3125 79.046875 45.75 +Q 76.609375 48.1875 72.21875 48.1875 +Q 65.671875 48.1875 60.546875 43.28125 +Q 55.421875 38.375 53.90625 30.515625 +L 47.90625 0 +L 38.921875 0 +L 45.3125 32.71875 +Q 45.703125 34.515625 45.890625 36.046875 +Q 46.09375 37.59375 46.09375 38.8125 +Q 46.09375 43.265625 43.65625 45.71875 +Q 41.21875 48.1875 36.921875 48.1875 +Q 30.28125 48.1875 25.140625 43.28125 +Q 20.015625 38.375 18.5 30.515625 +L 12.5 0 +L 3.515625 0 +L 14.203125 54.6875 +L 23.1875 54.6875 +L 21.484375 46.1875 +Q 25.140625 50.984375 30.046875 53.484375 +Q 34.96875 56 40.578125 56 +Q 46.53125 56 50.359375 52.875 +Q 54.203125 49.75 54.984375 44.1875 +Q 59.078125 49.953125 64.46875 52.96875 +Q 69.875 56 75.875 56 +Q 82.90625 56 86.734375 51.953125 +Q 90.578125 47.90625 90.578125 40.484375 +Q 90.578125 38.875 90.375 36.9375 +Q 90.1875 35.015625 89.796875 33.015625 +" id="DejaVuSans-Oblique-6d"/> + <path d="M 30.421875 75.984375 +L 30.421875 -13.1875 +L 9.71875 -13.1875 +L 9.71875 -6.203125 +L 21.390625 -6.203125 +L 21.390625 69 +L 9.71875 69 +L 9.71875 75.984375 +z +" id="DejaVuSans-5d"/> + </defs> + <g style="fill:#01769d;" transform="translate(219.86 335.860562)scale(0.1 -0.1)"> + <use transform="translate(0 0.015625)" xlink:href="#DejaVuSans-Oblique-3bb"/> + <use transform="translate(86.238823 0.015625)" xlink:href="#DejaVuSans-5b"/> + <use transform="translate(125.252495 0.015625)" xlink:href="#DejaVuSans-Oblique-6e"/> + <use transform="translate(188.631401 0.015625)" xlink:href="#DejaVuSans-Oblique-6d"/> + <use transform="translate(286.043511 0.015625)" xlink:href="#DejaVuSans-5d"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_18"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 280.44264 +L 414.72 280.44264 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_19"> + <defs> + <path d="M 0 0 +L -3.5 0 +" id="ma8edc5e12c" style="stroke:#01769d;stroke-width:0.8;"/> + </defs> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="280.44264"/> + </g> + </g> + <g id="text_9"> + <!-- 0 --> + <g style="fill:#01769d;" transform="translate(44.2375 284.241859)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_20"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 246.883349 +L 414.72 246.883349 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_21"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="246.883349"/> + </g> + </g> + <g id="text_10"> + <!-- 1 --> + <defs> + <path d="M 12.40625 8.296875 +L 28.515625 8.296875 +L 28.515625 63.921875 +L 10.984375 60.40625 +L 10.984375 69.390625 +L 28.421875 72.90625 +L 38.28125 72.90625 +L 38.28125 8.296875 +L 54.390625 8.296875 +L 54.390625 0 +L 12.40625 0 +z +" id="DejaVuSans-31"/> + </defs> + <g style="fill:#01769d;" transform="translate(44.2375 250.682568)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-31"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_22"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 213.324058 +L 414.72 213.324058 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_23"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="213.324058"/> + </g> + </g> + <g id="text_11"> + <!-- 2 --> + <defs> + <path d="M 19.1875 8.296875 +L 53.609375 8.296875 +L 53.609375 0 +L 7.328125 0 +L 7.328125 8.296875 +Q 12.9375 14.109375 22.625 23.890625 +Q 32.328125 33.6875 34.8125 36.53125 +Q 39.546875 41.84375 41.421875 45.53125 +Q 43.3125 49.21875 43.3125 52.78125 +Q 43.3125 58.59375 39.234375 62.25 +Q 35.15625 65.921875 28.609375 65.921875 +Q 23.96875 65.921875 18.8125 64.3125 +Q 13.671875 62.703125 7.8125 59.421875 +L 7.8125 69.390625 +Q 13.765625 71.78125 18.9375 73 +Q 24.125 74.21875 28.421875 74.21875 +Q 39.75 74.21875 46.484375 68.546875 +Q 53.21875 62.890625 53.21875 53.421875 +Q 53.21875 48.921875 51.53125 44.890625 +Q 49.859375 40.875 45.40625 35.40625 +Q 44.1875 33.984375 37.640625 27.21875 +Q 31.109375 20.453125 19.1875 8.296875 +" id="DejaVuSans-32"/> + </defs> + <g style="fill:#01769d;" transform="translate(44.2375 217.123277)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-32"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_24"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 179.764768 +L 414.72 179.764768 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_25"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="179.764768"/> + </g> + </g> + <g id="text_12"> + <!-- 3 --> + <defs> + <path d="M 40.578125 39.3125 +Q 47.65625 37.796875 51.625 33 +Q 55.609375 28.21875 55.609375 21.1875 +Q 55.609375 10.40625 48.1875 4.484375 +Q 40.765625 -1.421875 27.09375 -1.421875 +Q 22.515625 -1.421875 17.65625 -0.515625 +Q 12.796875 0.390625 7.625 2.203125 +L 7.625 11.71875 +Q 11.71875 9.328125 16.59375 8.109375 +Q 21.484375 6.890625 26.8125 6.890625 +Q 36.078125 6.890625 40.9375 10.546875 +Q 45.796875 14.203125 45.796875 21.1875 +Q 45.796875 27.640625 41.28125 31.265625 +Q 36.765625 34.90625 28.71875 34.90625 +L 20.21875 34.90625 +L 20.21875 43.015625 +L 29.109375 43.015625 +Q 36.375 43.015625 40.234375 45.921875 +Q 44.09375 48.828125 44.09375 54.296875 +Q 44.09375 59.90625 40.109375 62.90625 +Q 36.140625 65.921875 28.71875 65.921875 +Q 24.65625 65.921875 20.015625 65.03125 +Q 15.375 64.15625 9.8125 62.3125 +L 9.8125 71.09375 +Q 15.4375 72.65625 20.34375 73.4375 +Q 25.25 74.21875 29.59375 74.21875 +Q 40.828125 74.21875 47.359375 69.109375 +Q 53.90625 64.015625 53.90625 55.328125 +Q 53.90625 49.265625 50.4375 45.09375 +Q 46.96875 40.921875 40.578125 39.3125 +" id="DejaVuSans-33"/> + </defs> + <g style="fill:#01769d;" transform="translate(44.2375 183.563986)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-33"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_26"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 146.205477 +L 414.72 146.205477 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_27"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="146.205477"/> + </g> + </g> + <g id="text_13"> + <!-- 4 --> + <g style="fill:#01769d;" transform="translate(44.2375 150.004696)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-34"/> + </g> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_28"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 112.646186 +L 414.72 112.646186 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_29"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="112.646186"/> + </g> + </g> + <g id="text_14"> + <!-- 5 --> + <g style="fill:#01769d;" transform="translate(44.2375 116.445405)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_30"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 79.086895 +L 414.72 79.086895 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_31"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="79.086895"/> + </g> + </g> + <g id="text_15"> + <!-- 6 --> + <g style="fill:#01769d;" transform="translate(44.2375 82.886114)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-36"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_32"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 45.527605 +L 414.72 45.527605 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_33"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="45.527605"/> + </g> + </g> + <g id="text_16"> + <!-- 7 --> + <g style="fill:#01769d;" transform="translate(44.2375 49.326824)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-37"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- $I_{pd}\;[nA]$ --> + <defs> + <path d="M 16.890625 72.90625 +L 26.8125 72.90625 +L 12.59375 0 +L 2.6875 0 +z +" id="DejaVuSans-Oblique-49"/> + <path d="M 49.609375 33.6875 +Q 49.609375 40.875 46.484375 44.671875 +Q 43.359375 48.484375 37.5 48.484375 +Q 33.5 48.484375 29.859375 46.4375 +Q 26.21875 44.390625 23.390625 40.484375 +Q 20.609375 36.625 18.9375 31.15625 +Q 17.28125 25.6875 17.28125 20.3125 +Q 17.28125 13.484375 20.40625 9.796875 +Q 23.53125 6.109375 29.296875 6.109375 +Q 33.546875 6.109375 37.1875 8.109375 +Q 40.828125 10.109375 43.40625 13.921875 +Q 46.1875 17.921875 47.890625 23.34375 +Q 49.609375 28.765625 49.609375 33.6875 +M 21.78125 46.390625 +Q 25.390625 51.125 30.296875 53.5625 +Q 35.203125 56 41.21875 56 +Q 49.609375 56 54.25 50.5 +Q 58.890625 45.015625 58.890625 35.109375 +Q 58.890625 27 56 19.65625 +Q 53.125 12.3125 47.703125 6.5 +Q 44.09375 2.640625 39.546875 0.609375 +Q 35.015625 -1.421875 29.984375 -1.421875 +Q 24.171875 -1.421875 20.21875 1 +Q 16.265625 3.421875 14.3125 8.203125 +L 8.6875 -20.796875 +L -0.296875 -20.796875 +L 14.40625 54.6875 +L 23.390625 54.6875 +z +" id="DejaVuSans-Oblique-70"/> + <path d="M 41.796875 8.203125 +Q 38.1875 3.46875 33.25 1.015625 +Q 28.328125 -1.421875 22.3125 -1.421875 +Q 14.109375 -1.421875 9.34375 4.171875 +Q 4.59375 9.765625 4.59375 19.484375 +Q 4.59375 27.59375 7.46875 34.9375 +Q 10.359375 42.28125 15.828125 48.09375 +Q 19.4375 51.953125 23.96875 53.96875 +Q 28.515625 56 33.5 56 +Q 38.765625 56 42.796875 53.453125 +Q 46.828125 50.921875 49.03125 46.1875 +L 54.890625 75.984375 +L 63.921875 75.984375 +L 49.125 0 +L 40.09375 0 +z +M 13.921875 21.09375 +Q 13.921875 14.015625 17.109375 10.0625 +Q 20.3125 6.109375 25.984375 6.109375 +Q 30.171875 6.109375 33.765625 8.125 +Q 37.359375 10.15625 40.09375 14.109375 +Q 42.96875 18.21875 44.625 23.578125 +Q 46.296875 28.953125 46.296875 34.1875 +Q 46.296875 40.96875 43.09375 44.765625 +Q 39.890625 48.578125 34.28125 48.578125 +Q 30.03125 48.578125 26.359375 46.578125 +Q 22.703125 44.578125 20.125 40.828125 +Q 17.28125 36.765625 15.59375 31.390625 +Q 13.921875 26.03125 13.921875 21.09375 +" id="DejaVuSans-Oblique-64"/> + <path d="M 36.8125 72.90625 +L 48 72.90625 +L 61.53125 0 +L 51.21875 0 +L 48.1875 18.703125 +L 15.375 18.703125 +L 5.078125 0 +L -5.328125 0 +z +M 40.375 63.1875 +L 19.921875 26.90625 +L 46.6875 26.90625 +z +" id="DejaVuSans-Oblique-41"/> + </defs> + <g style="fill:#01769d;" transform="translate(37.1375 192.428)rotate(-90)scale(0.1 -0.1)"> + <use transform="translate(0 0.015625)" xlink:href="#DejaVuSans-Oblique-49"/> + <use transform="translate(29.492188 -16.390625)scale(0.7)" xlink:href="#DejaVuSans-Oblique-70"/> + <use transform="translate(73.925781 -16.390625)scale(0.7)" xlink:href="#DejaVuSans-Oblique-64"/> + <use transform="translate(148.152886 0.015625)" xlink:href="#DejaVuSans-5b"/> + <use transform="translate(187.166558 0.015625)" xlink:href="#DejaVuSans-Oblique-6e"/> + <use transform="translate(250.545464 0.015625)" xlink:href="#DejaVuSans-Oblique-41"/> + <use transform="translate(318.953667 0.015625)" xlink:href="#DejaVuSans-5d"/> + </g> + </g> + </g> + <g id="line2d_34"> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 279.166209 +L 64.41665 279.383197 +L 67.336308 279.579735 +L 70.255965 279.756616 +L 73.175623 279.914632 +L 76.09528 280.054575 +L 79.014938 280.177237 +L 81.934596 280.283412 +L 84.854253 280.373892 +L 87.773911 280.449468 +L 90.693568 280.510934 +L 93.613226 280.559081 +L 96.532884 280.594703 +L 99.452541 280.618591 +L 102.372199 280.631539 +L 105.291856 280.634337 +L 108.211514 280.62778 +L 111.131172 280.612659 +L 114.050829 280.589766 +L 116.970487 280.559895 +L 119.890144 280.523836 +L 122.809802 280.482384 +L 125.72946 280.43633 +L 128.649117 280.386467 +L 131.568775 280.333587 +L 134.488432 280.278482 +L 137.40809 280.221945 +L 140.327748 280.164768 +L 143.247405 280.107744 +L 146.167063 280.051666 +L 149.08672 279.997324 +L 152.006378 279.945513 +L 154.926036 279.897024 +L 157.845693 279.85265 +L 160.765351 279.813183 +L 163.685008 279.779415 +L 166.604666 279.75214 +L 169.524324 279.732148 +L 172.443981 279.720234 +L 175.363639 279.717189 +L 178.283296 279.723805 +L 181.202954 279.740875 +L 184.122612 279.769192 +L 187.042269 279.809548 +L 189.961927 279.862734 +L 192.881584 279.929545 +L 195.801242 280.010771 +L 198.7209 280.107206 +L 201.640557 280.219642 +L 204.560215 280.348871 +L 207.479872 280.495685 +L 210.39953 280.660878 +L 213.319188 280.845241 +L 216.238845 281.049568 +L 219.158503 281.274649 +L 222.07816 281.521278 +L 224.997818 281.790247 +L 227.917476 282.073574 +L 230.837133 282.328173 +L 233.756791 282.502186 +L 236.676448 282.543753 +L 239.596106 282.401015 +L 242.515764 282.022113 +L 245.435421 281.355186 +L 248.355079 280.348375 +L 251.274736 278.949822 +L 254.194394 277.107666 +L 257.114052 274.770048 +L 260.033709 271.885108 +L 265.873024 264.265828 +L 268.792682 259.427768 +L 271.71234 253.721415 +L 274.631997 246.527244 +L 277.551655 237.112196 +L 280.471312 224.743211 +L 283.39097 209.208641 +L 286.310628 192.382478 +L 289.230285 176.660125 +L 292.149943 163.969362 +L 295.0696 154.367478 +L 297.989258 147.444141 +L 300.908916 142.789017 +L 303.828573 139.991773 +L 306.748231 138.642076 +L 309.667888 138.329593 +L 312.587546 138.696864 +L 315.507204 139.597923 +L 318.426861 140.939676 +L 321.346519 142.62903 +L 324.266176 144.572892 +L 327.185834 146.678169 +L 330.105491 148.851767 +L 333.025149 151.000594 +L 335.944807 153.031556 +L 338.864464 154.851559 +L 341.784122 156.367511 +L 344.703779 157.486318 +L 347.623437 158.114888 +L 350.543095 158.160126 +L 353.462752 157.858525 +L 356.38241 158.764913 +L 359.302067 162.763707 +L 362.221725 171.739319 +L 365.141383 186.826479 +L 373.900355 247.118384 +L 376.820013 263.513501 +L 379.739671 274.347227 +L 382.659328 280.235172 +L 385.578986 282.438811 +L 388.498643 282.219617 +L 391.418301 280.839065 +L 394.337959 279.558628 +L 397.257616 279.639781 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_35"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 281.557622 +L 61.496992 281.730113 +L 64.41665 281.81613 +L 67.336308 281.827577 +L 70.255965 281.776356 +L 73.175623 281.67437 +L 76.09528 281.533521 +L 79.014938 281.365711 +L 81.934596 281.182843 +L 84.854253 280.996819 +L 87.773911 280.819541 +L 90.693568 280.662913 +L 93.613226 280.538836 +L 96.532884 280.459214 +L 99.452541 280.435947 +L 102.372199 280.480939 +L 105.291856 280.59977 +L 108.211514 280.772728 +L 111.131172 280.973779 +L 114.050829 281.17689 +L 119.890144 281.485151 +L 122.809802 281.538235 +L 125.72946 281.489241 +L 128.649117 281.315464 +L 131.568775 281.007508 +L 134.488432 280.559305 +L 137.40809 279.964787 +L 140.327748 279.217887 +L 143.247405 278.312536 +L 146.167063 277.242666 +L 149.08672 276.006022 +L 152.006378 274.615594 +L 154.926036 273.088185 +L 157.845693 271.440598 +L 160.765351 269.689636 +L 163.685008 267.852102 +L 166.604666 265.944798 +L 169.524324 263.984528 +L 172.443981 261.988094 +L 175.363639 259.972299 +L 178.283296 257.953945 +L 181.202954 255.949837 +L 184.122612 253.976775 +L 189.961927 250.191007 +L 192.881584 248.411903 +L 195.801242 246.731044 +L 198.7209 245.165221 +L 201.640557 243.731222 +L 204.560215 242.445838 +L 207.479872 241.325857 +L 210.39953 240.38807 +L 213.319188 239.639303 +L 216.238845 239.046529 +L 219.158503 238.566761 +L 222.07816 238.157008 +L 224.997818 237.766614 +L 227.917476 237.31425 +L 230.837133 236.710917 +L 233.756791 235.90808 +L 236.676448 235.019047 +L 239.596106 234.197586 +L 242.515764 233.597468 +L 245.435421 233.372461 +L 248.355079 233.676336 +L 251.274736 234.66286 +L 254.194394 236.433108 +L 257.114052 238.877368 +L 260.033709 241.833233 +L 262.953367 245.138296 +L 265.873024 248.630149 +L 268.792682 252.146387 +L 271.71234 255.524601 +L 274.631997 258.632015 +L 277.551655 261.454377 +L 280.471312 264.007066 +L 283.39097 266.30546 +L 286.310628 268.364939 +L 289.230285 270.200881 +L 292.149943 271.828664 +L 295.0696 273.263668 +L 297.989258 274.521271 +L 300.908916 275.616852 +L 303.828573 276.565789 +L 306.748231 277.383462 +L 309.667888 278.085249 +L 312.587546 278.686529 +L 315.507204 279.201045 +L 318.426861 279.636001 +L 321.346519 279.996964 +L 324.266176 280.289502 +L 327.185834 280.519182 +L 330.105491 280.691574 +L 333.025149 280.812244 +L 335.944807 280.88676 +L 338.864464 280.920691 +L 341.784122 280.919604 +L 344.703779 280.889067 +L 347.623437 280.834647 +L 350.543095 280.761913 +L 353.462752 280.676433 +L 356.38241 280.583774 +L 359.302067 280.489504 +L 362.221725 280.399191 +L 365.141383 280.318403 +L 368.06104 280.252707 +L 370.980698 280.207672 +L 373.900355 280.188865 +L 376.820013 280.201854 +L 379.739671 280.252207 +L 382.659328 280.345492 +L 385.578986 280.487277 +L 391.418301 280.938617 +L 394.337959 281.259307 +L 397.257616 281.650769 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_36"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 285.743991 +L 61.496992 282.08534 +L 64.41665 280.452561 +L 67.336308 280.216707 +L 70.255965 280.748831 +L 73.175623 281.419988 +L 76.09528 281.601231 +L 79.014938 280.663613 +L 81.934596 277.978189 +L 84.854253 273.00909 +L 87.773911 265.592763 +L 93.613226 243.136522 +L 96.532884 227.955658 +L 99.452541 210.331226 +L 102.372199 191.620552 +L 105.291856 173.466526 +L 108.211514 157.213976 +L 111.131172 143.015491 +L 114.050829 130.725602 +L 116.970487 120.198837 +L 119.890144 111.289727 +L 122.809802 103.852801 +L 125.72946 97.742589 +L 128.649117 92.81362 +L 131.568775 88.920424 +L 134.488432 85.917531 +L 137.40809 83.65947 +L 140.327748 82.000771 +L 143.247405 80.795964 +L 146.167063 79.899578 +L 149.08672 79.188318 +L 152.006378 78.627586 +L 154.926036 78.204961 +L 157.845693 77.90802 +L 160.765351 77.724341 +L 163.685008 77.641503 +L 166.604666 77.647082 +L 169.524324 77.728657 +L 172.443981 77.873806 +L 175.363639 78.070105 +L 178.283296 78.305134 +L 181.202954 78.56647 +L 184.122612 78.841691 +L 187.042269 79.118374 +L 189.961927 79.642839 +L 192.881584 81.696364 +L 195.801242 86.81897 +L 198.7209 96.550679 +L 201.640557 111.935472 +L 204.560215 132.033188 +L 207.479872 155.407625 +L 210.39953 180.488599 +L 213.319188 205.169987 +L 216.238845 227.211683 +L 219.158503 244.373581 +L 222.07816 255.169105 +L 224.997818 261.125806 +L 227.917476 264.524766 +L 230.837133 267.268833 +L 233.756791 269.747929 +L 236.676448 271.973745 +L 239.596106 273.95797 +L 242.515764 275.712295 +L 245.435421 277.248408 +L 248.355079 278.578 +L 251.274736 279.712761 +L 254.194394 280.66438 +L 257.114052 281.444548 +L 260.033709 282.064954 +L 262.953367 282.537289 +L 265.873024 282.873241 +L 268.792682 283.084502 +L 271.71234 283.182761 +L 274.631997 283.179707 +L 277.551655 283.087031 +L 280.471312 282.916423 +L 283.39097 282.679572 +L 286.310628 282.388168 +L 289.230285 282.053901 +L 295.0696 281.303539 +L 297.989258 280.910823 +L 300.908916 280.522004 +L 303.828573 280.148771 +L 306.748231 279.802815 +L 309.667888 279.495825 +L 312.587546 279.239491 +L 315.507204 279.045504 +L 318.426861 278.922465 +L 321.346519 278.866632 +L 324.266176 278.871173 +L 327.185834 278.929259 +L 330.105491 279.034058 +L 333.025149 279.178739 +L 335.944807 279.356472 +L 338.864464 279.560427 +L 341.784122 279.783773 +L 344.703779 280.019678 +L 347.623437 280.261313 +L 350.543095 280.501847 +L 353.462752 280.734448 +L 356.38241 280.952287 +L 359.302067 281.148533 +L 362.221725 281.316355 +L 365.141383 281.448923 +L 368.06104 281.539405 +L 370.980698 281.580971 +L 373.900355 281.566791 +L 376.820013 281.490034 +L 379.739671 281.343868 +L 382.659328 281.121465 +L 385.578986 280.815992 +L 388.498643 280.420619 +L 391.418301 279.928516 +L 394.337959 279.332852 +L 397.257616 278.626796 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="patch_3"> + <path d="M 57.6 307.584 +L 57.6 41.472 +" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_4"> + <path d="M 57.6 307.584 +L 414.72 307.584 +" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + </g> + </g> + <defs> + <clipPath id="p9f26863f72"> + <rect height="266.112" width="357.12" x="57.6" y="41.472"/> + </clipPath> + </defs> +</svg> diff --git a/docs/images/raw_plot_cheap_rgb.svg b/docs/images/raw_plot_cheap_rgb.svg new file mode 100644 index 0000000..049aa74 --- /dev/null +++ b/docs/images/raw_plot_cheap_rgb.svg @@ -0,0 +1,2574 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Created with matplotlib (http://matplotlib.org/) --> +<svg height="345pt" version="1.1" viewBox="0 0 460 345" width="460pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 345.6 +L 460.8 345.6 +L 460.8 0 +L 0 0 +z +" style="fill:none;opacity:0;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 57.6 307.584 +L 414.72 307.584 +L 414.72 41.472 +L 57.6 41.472 +z +" style="fill:#ffffff;"/> + </g> + <g id="LineCollection_1"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 240.086325 +L 73.832727 231.946445 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 76.151688 244.011396 +L 76.151688 232.638718 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 78.470649 241.58318 +L 78.470649 230.872911 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 80.78961 245.497172 +L 80.78961 231.936871 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 83.108571 242.556734 +L 83.108571 230.581376 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 85.427532 244.160879 +L 85.427532 233.398593 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 87.746494 243.295195 +L 87.746494 234.00558 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 90.065455 245.380949 +L 90.065455 234.005078 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 92.384416 242.838023 +L 92.384416 234.454913 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 94.703377 245.720057 +L 94.703377 234.78699 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 97.022338 244.19911 +L 97.022338 235.147721 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 99.341299 247.623112 +L 99.341299 236.333225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 101.66026 244.829762 +L 101.66026 235.771356 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 103.979221 246.355718 +L 103.979221 234.433544 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 106.298182 245.335372 +L 106.298182 236.700337 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 108.617143 247.814283 +L 108.617143 237.576644 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 110.936104 245.353072 +L 110.936104 236.933495 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 113.255065 247.581604 +L 113.255065 237.934752 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 115.574026 246.202524 +L 115.574026 238.169294 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 117.892987 248.742834 +L 117.892987 238.811738 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 120.211948 246.533845 +L 120.211948 238.857082 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 122.530909 248.539481 +L 122.530909 238.975895 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 124.84987 247.000495 +L 124.84987 239.401701 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 127.168831 249.516484 +L 127.168831 239.582429 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 129.487792 273.167916 +L 129.487792 222.257308 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 131.806753 246.858141 +L 131.806753 240.179038 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 134.125714 250.337179 +L 134.125714 240.658844 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 136.444675 248.112579 +L 136.444675 241.229352 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 138.763636 250.295929 +L 138.763636 241.578095 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 141.082597 249.159673 +L 141.082597 240.93483 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 143.401558 250.784401 +L 143.401558 242.594767 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 145.720519 249.168629 +L 145.720519 242.289912 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 148.039481 251.742905 +L 148.039481 243.392265 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 150.358442 250.018401 +L 150.358442 243.282374 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 152.677403 251.916131 +L 152.677403 243.76779 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 154.996364 250.530222 +L 154.996364 243.585839 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 157.315325 252.111252 +L 157.315325 243.870562 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 159.634286 250.509336 +L 159.634286 244.00653 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 161.953247 252.345635 +L 161.953247 244.851269 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 164.272208 250.634293 +L 164.272208 244.02268 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 166.591169 253.340195 +L 166.591169 245.103158 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 168.91013 251.273909 +L 168.91013 245.436959 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 171.229091 253.178786 +L 171.229091 245.742764 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 173.548052 250.95606 +L 173.548052 245.315808 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 175.867013 253.797003 +L 175.867013 246.269083 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 178.185974 251.988583 +L 178.185974 246.250948 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 180.504935 254.007717 +L 180.504935 245.854547 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 182.823896 252.6514 +L 182.823896 246.764025 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 185.142857 254.418127 +L 185.142857 246.980639 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 187.461818 253.296301 +L 187.461818 246.283749 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 189.780779 255.466238 +L 189.780779 248.786032 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 192.09974 252.951716 +L 192.09974 247.576889 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 194.418701 255.254405 +L 194.418701 247.93172 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 196.737662 253.419717 +L 196.737662 247.563566 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 199.056623 255.706817 +L 199.056623 248.827667 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 201.375584 253.724972 +L 201.375584 248.175509 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 203.694545 255.826068 +L 203.694545 249.696167 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 206.013506 254.422286 +L 206.013506 248.458107 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 208.332468 255.648101 +L 208.332468 248.47874 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 210.651429 254.385562 +L 210.651429 249.560975 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 212.97039 255.874774 +L 212.97039 249.608264 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 215.289351 254.366239 +L 215.289351 249.89387 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 217.608312 256.924788 +L 217.608312 250.549431 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 219.927273 255.132439 +L 219.927273 250.632814 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 222.246234 257.22875 +L 222.246234 250.676631 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 224.565195 255.186782 +L 224.565195 250.03756 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 226.884156 257.729882 +L 226.884156 251.547376 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 229.203117 256.880152 +L 229.203117 251.573979 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 231.522078 257.85096 +L 231.522078 251.857458 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 233.841039 255.762063 +L 233.841039 251.45346 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 236.16 257.367638 +L 236.16 252.199674 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 238.478961 256.999016 +L 238.478961 251.964669 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 240.797922 258.509801 +L 240.797922 252.782155 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 243.116883 256.738605 +L 243.116883 252.703278 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 245.435844 258.223488 +L 245.435844 252.903843 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 247.754805 258.04342 +L 247.754805 252.433249 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 250.073766 259.372465 +L 250.073766 253.197296 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 252.392727 257.378836 +L 252.392727 253.24678 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 254.711688 258.426257 +L 254.711688 253.320378 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 257.030649 257.456252 +L 257.030649 253.404543 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 259.34961 258.915114 +L 259.34961 253.780076 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 261.668571 257.845439 +L 261.668571 253.399481 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 263.987532 259.489351 +L 263.987532 254.460125 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 266.306494 257.84081 +L 266.306494 253.537378 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 268.625455 260.333561 +L 268.625455 254.650702 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 270.944416 258.028365 +L 270.944416 252.761876 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 273.263377 258.547579 +L 273.263377 253.630217 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 275.582338 257.702115 +L 275.582338 253.182198 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 277.901299 259.125276 +L 277.901299 253.522878 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 280.22026 257.614758 +L 280.22026 252.901108 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 282.539221 257.031126 +L 282.539221 251.407326 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 284.858182 255.561719 +L 284.858182 250.713088 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 287.177143 255.691797 +L 287.177143 250.073457 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 289.496104 252.553989 +L 289.496104 247.237722 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 291.815065 271.047907 +L 291.815065 216.545862 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 294.134026 249.30243 +L 294.134026 240.282519 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 296.452987 243.315291 +L 296.452987 235.5847 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 298.771948 236.906702 +L 298.771948 225.217199 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 301.090909 229.639824 +L 301.090909 215.707987 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 303.40987 221.845894 +L 303.40987 202.500447 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 305.728831 208.048434 +L 305.728831 184.94073 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 308.047792 190.740351 +L 308.047792 158.873996 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 310.366753 178.531124 +L 310.366753 141.340941 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 312.685714 162.582599 +L 312.685714 116.360509 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 315.004675 153.722861 +L 315.004675 101.028185 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 317.323636 142.120208 +L 317.323636 81.673464 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 319.642597 135.55531 +L 319.642597 73.226114 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 321.961558 129.412513 +L 321.961558 63.909821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 324.280519 125.895497 +L 324.280519 60.920224 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 326.599481 123.754262 +L 326.599481 59.698401 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 328.918442 120.277855 +L 328.918442 58.306607 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 331.237403 122.713299 +L 331.237403 57.995611 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 333.556364 119.635386 +L 333.556364 58.4552 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 335.875325 120.447889 +L 335.875325 55.149801 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 338.194286 119.857201 +L 338.194286 55.905114 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 340.513247 129.080796 +L 340.513247 57.319442 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 342.832208 128.428629 +L 342.832208 55.368963 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 345.151169 134.32519 +L 345.151169 55.093176 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 347.47013 134.532537 +L 347.47013 54.736883 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 349.789091 140.909293 +L 349.789091 54.866741 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 352.108052 139.462115 +L 352.108052 54.369774 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 354.427013 146.286599 +L 354.427013 55.274835 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 356.745974 144.892062 +L 356.745974 54.372458 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 359.064935 148.986565 +L 359.064935 54.989371 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 361.383896 144.614697 +L 361.383896 53.568 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 363.702857 147.102419 +L 363.702857 55.031283 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 366.021818 137.529252 +L 366.021818 55.095386 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 368.340779 138.318991 +L 368.340779 56.586881 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 370.65974 132.887568 +L 370.65974 58.388711 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 372.978701 170.638609 +L 372.978701 100.096758 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 375.297662 192.502805 +L 375.297662 143.235992 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 377.616623 227.032121 +L 377.616623 192.344108 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 379.935584 234.343337 +L 379.935584 212.337154 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 382.254545 250.382639 +L 382.254545 235.314021 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 384.573506 250.351922 +L 384.573506 242.470657 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 386.892468 257.897707 +L 386.892468 250.438835 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 389.211429 258.278098 +L 389.211429 254.087842 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 391.53039 260.357165 +L 391.53039 255.450224 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 393.849351 255.573407 +L 393.849351 250.717079 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 396.168312 261.029524 +L 396.168312 255.514759 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 398.487273 259.290338 +L 398.487273 254.855121 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="LineCollection_2"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 258.003221 +L 73.832727 252.810537 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 76.151688 257.434787 +L 76.151688 253.51224 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 78.470649 258.337162 +L 78.470649 252.382525 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 80.78961 257.976028 +L 80.78961 253.613821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 83.108571 259.347658 +L 83.108571 253.958997 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 85.427532 257.927963 +L 85.427532 253.622689 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 87.746494 259.761783 +L 87.746494 254.501266 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 90.065455 257.983517 +L 90.065455 253.974778 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 92.384416 260.34647 +L 92.384416 254.504525 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 94.703377 257.968398 +L 94.703377 253.668487 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 97.022338 259.116865 +L 97.022338 254.213308 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 99.341299 258.470215 +L 99.341299 254.734529 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 101.66026 259.00422 +L 101.66026 253.824237 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 103.979221 257.205423 +L 103.979221 252.526513 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 106.298182 260.25899 +L 106.298182 255.281864 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 108.617143 259.854911 +L 108.617143 256.1563 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 110.936104 258.830277 +L 110.936104 253.104501 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 113.255065 259.60195 +L 113.255065 255.53126 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 115.574026 261.004839 +L 115.574026 256.213624 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 117.892987 259.80251 +L 117.892987 256.185183 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 120.211948 260.518221 +L 120.211948 255.657615 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 122.530909 259.869216 +L 122.530909 255.961691 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 124.84987 261.365572 +L 124.84987 256.432998 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 127.168831 259.227035 +L 127.168831 254.526459 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 129.487792 261.240527 +L 129.487792 256.754026 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 131.806753 259.878938 +L 131.806753 256.712381 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 134.125714 261.872378 +L 134.125714 256.443585 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 136.444675 260.48351 +L 136.444675 256.672238 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 138.763636 263.160935 +L 138.763636 258.126121 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 141.082597 260.216287 +L 141.082597 256.735639 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 143.401558 261.847947 +L 143.401558 257.126518 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 145.720519 260.23023 +L 145.720519 257.105822 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 148.039481 262.439429 +L 148.039481 257.899072 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 150.358442 260.151638 +L 150.358442 256.133948 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 152.677403 264.920469 +L 152.677403 258.483196 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 154.996364 260.575659 +L 154.996364 257.019089 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 157.315325 262.433081 +L 157.315325 257.286116 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 159.634286 261.013879 +L 159.634286 257.247209 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 161.953247 262.203086 +L 161.953247 257.712094 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 164.272208 261.070871 +L 164.272208 257.566503 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 166.591169 261.82359 +L 166.591169 257.456607 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 168.91013 260.542389 +L 168.91013 257.342413 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 171.229091 262.880936 +L 171.229091 258.531549 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 173.548052 261.532963 +L 173.548052 258.23327 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 175.867013 249.830631 +L 175.867013 233.40449 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 178.185974 270.492966 +L 178.185974 262.639264 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 180.504935 261.269114 +L 180.504935 257.924851 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 182.823896 261.4962 +L 182.823896 258.011337 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 185.142857 262.634027 +L 185.142857 258.378654 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 187.461818 261.771809 +L 187.461818 258.159049 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 189.780779 263.505036 +L 189.780779 258.738414 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 192.09974 260.795675 +L 192.09974 256.258163 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 194.418701 262.714165 +L 194.418701 257.977105 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 196.737662 261.624208 +L 196.737662 257.326739 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 199.056623 261.695183 +L 199.056623 257.577174 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 201.375584 260.263756 +L 201.375584 255.888562 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 203.694545 261.647258 +L 203.694545 256.849009 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 206.013506 259.144195 +L 206.013506 254.523067 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 208.332468 258.869531 +L 208.332468 254.060837 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 210.651429 256.91143 +L 210.651429 252.875382 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 212.97039 256.04327 +L 212.97039 250.874359 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 215.289351 253.859966 +L 215.289351 249.279123 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 217.608312 253.1461 +L 217.608312 246.669129 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 219.927273 250.119777 +L 219.927273 244.466642 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 222.246234 250.475136 +L 222.246234 242.535585 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 224.565195 248.392954 +L 224.565195 240.823549 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 226.884156 247.930224 +L 226.884156 238.362222 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 229.203117 245.795421 +L 229.203117 236.969343 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 231.522078 267.660628 +L 231.522078 215.409868 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 233.841039 246.388528 +L 233.841039 234.973002 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 236.16 242.239348 +L 236.16 232.756675 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 238.478961 241.765208 +L 238.478961 231.380741 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 240.797922 241.962143 +L 240.797922 233.190666 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 243.116883 237.940363 +L 243.116883 226.260951 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 245.435844 237.788966 +L 245.435844 225.84008 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 247.754805 242.611668 +L 247.754805 227.6651 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 250.073766 225.879982 +L 250.073766 211.032748 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 252.392727 236.700718 +L 252.392727 220.986142 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 254.711688 234.469786 +L 254.711688 220.951518 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 257.030649 234.578868 +L 257.030649 218.545523 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 259.34961 232.640396 +L 259.34961 218.492815 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 261.668571 233.61043 +L 261.668571 217.036745 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 263.987532 230.572273 +L 263.987532 215.465396 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 266.306494 231.405081 +L 266.306494 214.295499 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 268.625455 229.221235 +L 268.625455 213.437698 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 270.944416 230.325106 +L 270.944416 211.808595 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 273.263377 227.541269 +L 273.263377 211.28425 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 275.582338 229.500892 +L 275.582338 209.755787 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 277.901299 226.649847 +L 277.901299 209.588704 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 280.22026 228.606006 +L 280.22026 209.216083 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 282.539221 226.714035 +L 282.539221 209.430445 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 284.858182 230.886034 +L 284.858182 211.733703 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 287.177143 227.673661 +L 287.177143 211.551661 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 289.496104 232.144192 +L 289.496104 214.254085 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 291.815065 232.222361 +L 291.815065 216.300364 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 294.134026 238.585385 +L 294.134026 222.245033 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 296.452987 236.840687 +L 296.452987 224.311141 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 298.771948 243.021162 +L 298.771948 229.850412 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 301.090909 243.509706 +L 301.090909 233.101211 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 303.40987 248.778101 +L 303.40987 238.219882 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 305.728831 248.789871 +L 305.728831 241.155686 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 308.047792 253.228373 +L 308.047792 245.003319 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 310.366753 253.00092 +L 310.366753 247.480649 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 312.685714 258.839698 +L 312.685714 249.198951 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 315.004675 256.708484 +L 315.004675 252.474701 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 317.323636 259.869346 +L 317.323636 254.268274 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 319.642597 258.876771 +L 319.642597 255.080545 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 321.961558 261.978859 +L 321.961558 256.50173 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 324.280519 261.591521 +L 324.280519 257.845462 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 326.599481 263.182199 +L 326.599481 259.061251 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 328.918442 262.585555 +L 328.918442 258.819091 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 331.237403 264.188411 +L 331.237403 260.336274 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 333.556364 264.008843 +L 333.556364 259.888698 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 335.875325 265.451018 +L 335.875325 261.080527 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 338.194286 263.713121 +L 338.194286 259.549438 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 340.513247 265.216958 +L 340.513247 260.7188 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 342.832208 264.786059 +L 342.832208 260.80477 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 345.151169 265.769026 +L 345.151169 261.860019 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 347.47013 265.867492 +L 347.47013 261.745875 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 349.789091 266.035583 +L 349.789091 262.220606 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 352.108052 266.275272 +L 352.108052 261.667345 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 354.427013 266.194012 +L 354.427013 262.234641 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 356.745974 265.53657 +L 356.745974 261.167439 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 359.064935 265.335838 +L 359.064935 259.917901 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 361.383896 264.648142 +L 361.383896 260.13524 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 363.702857 265.887995 +L 363.702857 260.74546 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 366.021818 265.648943 +L 366.021818 261.023709 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 368.340779 266.833714 +L 368.340779 262.778673 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 370.65974 266.003869 +L 370.65974 261.194016 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 372.978701 267.633006 +L 372.978701 263.711865 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 375.297662 265.133324 +L 375.297662 261.186559 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 377.616623 266.558687 +L 377.616623 263.281039 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 379.935584 271.221126 +L 379.935584 260.131584 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 382.254545 266.039139 +L 382.254545 261.11171 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 384.573506 267.383909 +L 384.573506 261.773799 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 386.892468 266.992859 +L 386.892468 262.886064 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 389.211429 266.379004 +L 389.211429 261.81447 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 391.53039 295.488 +L 391.53039 241.477645 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 393.849351 266.351649 +L 393.849351 258.635554 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 396.168312 268.039934 +L 396.168312 263.195187 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 398.487273 266.005593 +L 398.487273 261.54506 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="LineCollection_3"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 230.971268 +L 73.832727 218.782227 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 76.151688 233.690155 +L 76.151688 220.398469 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 78.470649 235.40119 +L 78.470649 219.18131 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 80.78961 236.01252 +L 80.78961 221.399966 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 83.108571 235.785972 +L 83.108571 218.678938 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 85.427532 234.692793 +L 85.427532 220.493333 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 87.746494 237.027164 +L 87.746494 221.451466 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 90.065455 235.058229 +L 90.065455 221.554649 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 92.384416 237.628958 +L 92.384416 223.224977 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 94.703377 235.179567 +L 94.703377 222.452418 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 97.022338 238.001629 +L 97.022338 223.416736 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 99.341299 237.033249 +L 99.341299 223.530632 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 101.66026 239.731233 +L 101.66026 224.383849 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 103.979221 237.324301 +L 103.979221 224.768243 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 106.298182 239.63633 +L 106.298182 225.803593 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 108.617143 237.299497 +L 108.617143 225.694566 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 110.936104 240.936084 +L 110.936104 226.408788 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 113.255065 238.527679 +L 113.255065 226.818172 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 115.574026 241.171537 +L 115.574026 226.573139 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 117.892987 239.714553 +L 117.892987 228.014444 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 120.211948 241.735215 +L 120.211948 228.063356 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 122.530909 239.308427 +L 122.530909 228.749821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 124.84987 242.581325 +L 124.84987 229.349533 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 127.168831 240.860085 +L 127.168831 229.479397 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 129.487792 242.855869 +L 129.487792 229.984347 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 131.806753 240.217385 +L 131.806753 230.075061 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 134.125714 243.158783 +L 134.125714 230.04988 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 136.444675 240.501521 +L 136.444675 230.214247 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 138.763636 243.180928 +L 138.763636 230.670558 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 141.082597 240.891082 +L 141.082597 230.357758 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 143.401558 242.672363 +L 143.401558 230.567657 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 145.720519 242.992819 +L 145.720519 232.630348 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 148.039481 242.623533 +L 148.039481 229.934469 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 150.358442 239.475904 +L 150.358442 227.931681 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 152.677403 238.266044 +L 152.677403 224.046 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 154.996364 250.042556 +L 154.996364 194.450772 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 157.315325 232.829239 +L 157.315325 218.139347 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 159.634286 226.155756 +L 159.634286 207.299846 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 161.953247 220.340096 +L 161.953247 200.721581 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 164.272208 211.594585 +L 164.272208 185.902173 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 166.591169 204.975252 +L 166.591169 178.293186 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 168.91013 195.879922 +L 168.91013 164.152848 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 171.229091 191.667425 +L 171.229091 156.692636 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 173.548052 186.439695 +L 173.548052 147.104099 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 175.867013 182.530817 +L 175.867013 142.013467 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 178.185974 176.51382 +L 178.185974 132.297 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 180.504935 172.442737 +L 180.504935 127.588074 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 182.823896 169.990194 +L 182.823896 121.048946 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 185.142857 166.710765 +L 185.142857 117.484671 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 187.461818 162.149915 +L 187.461818 111.203777 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 189.780779 160.546118 +L 189.780779 108.378372 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 192.09974 158.517546 +L 192.09974 103.34374 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 194.418701 154.605599 +L 194.418701 100.858823 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 196.737662 153.085291 +L 196.737662 96.421267 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 199.056623 151.9312 +L 199.056623 93.067764 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 201.375584 150.37125 +L 201.375584 90.088762 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 203.694545 147.067628 +L 203.694545 88.751522 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 206.013506 147.516837 +L 206.013506 85.785899 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 208.332468 145.24386 +L 208.332468 84.499837 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 210.651429 144.012841 +L 210.651429 80.917529 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 212.97039 140.664275 +L 212.97039 79.272464 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 215.289351 142.002369 +L 215.289351 76.625208 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 217.608312 137.955049 +L 217.608312 75.381004 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 219.927273 137.814413 +L 219.927273 72.456476 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 222.246234 137.194602 +L 222.246234 69.830819 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 224.565195 133.566483 +L 224.565195 66.309502 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 226.884156 131.445407 +L 226.884156 64.926414 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 229.203117 133.202062 +L 229.203117 66.454423 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 231.522078 128.563608 +L 231.522078 63.222225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 233.841039 130.152953 +L 233.841039 63.4124 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 236.16 127.372831 +L 236.16 62.374785 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 238.478961 132.338897 +L 238.478961 63.100047 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 240.797922 131.322359 +L 240.797922 63.897085 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 243.116883 143.934956 +L 243.116883 77.209035 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 245.435844 152.192956 +L 245.435844 91.630114 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 247.754805 172.139783 +L 247.754805 118.554428 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 250.073766 184.444166 +L 250.073766 140.233387 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 252.392727 210.5631 +L 252.392727 173.348161 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 254.711688 214.681398 +L 254.711688 187.26024 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 257.030649 230.267506 +L 257.030649 205.814259 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 259.34961 232.339375 +L 259.34961 215.164242 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 261.668571 242.5695 +L 261.668571 227.801339 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 263.987532 241.996494 +L 263.987532 230.733972 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 266.306494 247.835709 +L 266.306494 236.057912 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 268.625455 247.289163 +L 268.625455 239.842088 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 270.944416 251.807319 +L 270.944416 242.653672 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 273.263377 250.397791 +L 273.263377 244.157271 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 275.582338 253.24138 +L 275.582338 245.67233 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 277.901299 252.440447 +L 277.901299 246.590852 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 280.22026 254.795171 +L 280.22026 247.536471 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 282.539221 252.961998 +L 282.539221 247.668517 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 284.858182 255.436226 +L 284.858182 248.173222 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 287.177143 253.358798 +L 287.177143 248.157557 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 289.496104 256.115517 +L 289.496104 249.485111 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 291.815065 254.811408 +L 291.815065 249.832826 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 294.134026 256.475794 +L 294.134026 250.159621 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 296.452987 254.731518 +L 296.452987 249.567787 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 298.771948 256.354878 +L 298.771948 250.311894 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 301.090909 255.433179 +L 301.090909 251.084646 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 303.40987 257.073824 +L 303.40987 251.184325 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 305.728831 255.809226 +L 305.728831 251.249511 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 308.047792 257.394648 +L 308.047792 251.349537 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 310.366753 255.836502 +L 310.366753 251.237913 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 312.685714 257.665647 +L 312.685714 251.799753 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 315.004675 277.524594 +L 315.004675 215.940807 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 317.323636 256.52824 +L 317.323636 252.239463 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 319.642597 258.576193 +L 319.642597 252.323798 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 321.961558 256.331353 +L 321.961558 252.295243 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 324.280519 258.264917 +L 324.280519 252.619396 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 326.599481 256.848923 +L 326.599481 252.020691 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 328.918442 258.707046 +L 328.918442 252.992553 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 331.237403 257.08537 +L 331.237403 252.513298 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 333.556364 258.717633 +L 333.556364 253.115234 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 335.875325 256.972861 +L 335.875325 252.766914 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 338.194286 258.679774 +L 338.194286 253.599933 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 340.513247 258.109139 +L 340.513247 253.543424 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 342.832208 259.119411 +L 342.832208 253.944225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 345.151169 257.984571 +L 345.151169 252.993813 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 347.47013 259.055134 +L 347.47013 253.81252 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 349.789091 258.165565 +L 349.789091 253.808409 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 352.108052 260.017537 +L 352.108052 254.433654 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 354.427013 258.568549 +L 354.427013 254.01689 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 356.745974 261.355596 +L 356.745974 255.212205 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 359.064935 258.290839 +L 359.064935 254.255404 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 361.383896 260.610477 +L 361.383896 255.439931 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 363.702857 258.930359 +L 363.702857 254.391974 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 366.021818 260.683364 +L 366.021818 254.794775 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 368.340779 259.716589 +L 368.340779 255.048175 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 370.65974 260.742237 +L 370.65974 255.276813 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 372.978701 259.330783 +L 372.978701 255.449659 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 375.297662 260.998764 +L 375.297662 255.498484 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 377.616623 259.796202 +L 377.616623 255.305651 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 379.935584 261.692631 +L 379.935584 256.443029 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 382.254545 259.692122 +L 382.254545 255.354856 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 384.573506 262.451457 +L 384.573506 256.695472 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 386.892468 260.261489 +L 386.892468 256.314151 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 389.211429 260.881542 +L 389.211429 255.960635 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 391.53039 260.61831 +L 391.53039 256.051402 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 393.849351 262.146306 +L 393.849351 256.890872 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 396.168312 260.694887 +L 396.168312 256.045378 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 398.487273 261.616408 +L 398.487273 256.809305 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="line2d_1"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 236.016385 +L 76.151688 238.325057 +L 78.470649 236.228046 +L 80.78961 238.717022 +L 83.108571 236.569055 +L 85.427532 238.779736 +L 87.746494 238.650388 +L 90.065455 239.693014 +L 92.384416 238.646468 +L 94.703377 240.253523 +L 97.022338 239.673416 +L 99.341299 241.978168 +L 101.66026 240.300559 +L 103.979221 240.394631 +L 106.298182 241.017855 +L 108.617143 242.695464 +L 110.936104 241.143283 +L 113.255065 242.758178 +L 115.574026 242.185909 +L 117.892987 243.777286 +L 120.211948 242.695464 +L 122.530909 243.757688 +L 124.84987 243.201098 +L 127.168831 244.549457 +L 129.487792 247.712612 +L 131.806753 243.518589 +L 134.125714 245.498011 +L 136.444675 244.670966 +L 138.763636 245.937012 +L 141.082597 245.047252 +L 143.401558 246.689584 +L 145.720519 245.729271 +L 148.039481 247.567585 +L 150.358442 246.650388 +L 152.677403 247.84196 +L 154.996364 247.058031 +L 157.315325 247.990907 +L 159.634286 247.257933 +L 161.953247 248.598452 +L 164.272208 247.328487 +L 166.591169 249.221676 +L 168.91013 248.355434 +L 171.229091 249.460775 +L 173.548052 248.135934 +L 175.867013 250.033043 +L 178.185974 249.119765 +L 180.504935 249.931132 +L 182.823896 249.707712 +L 185.142857 250.699383 +L 187.461818 249.790025 +L 189.780779 252.126135 +L 192.09974 250.264302 +L 194.418701 251.593063 +L 196.737662 250.491642 +L 199.056623 252.267242 +L 201.375584 250.950241 +L 203.694545 252.761118 +L 206.013506 251.440196 +L 208.332468 252.06342 +L 210.651429 251.973269 +L 212.97039 252.741519 +L 215.289351 252.130054 +L 217.608312 253.73711 +L 219.927273 252.882627 +L 222.246234 253.95269 +L 224.565195 252.612171 +L 226.884156 254.638629 +L 229.203117 254.227066 +L 231.522078 254.854209 +L 233.841039 253.607761 +L 236.16 254.783656 +L 238.478961 254.481843 +L 240.797922 255.645978 +L 243.116883 254.720941 +L 245.435844 255.563665 +L 247.754805 255.238335 +L 250.073766 256.28488 +L 252.392727 255.312808 +L 254.711688 255.873317 +L 257.030649 255.430397 +L 259.34961 256.347595 +L 261.668571 255.62246 +L 263.987532 256.974738 +L 266.306494 255.689094 +L 268.625455 257.492132 +L 270.944416 255.395121 +L 273.263377 256.088898 +L 275.582338 255.442156 +L 277.901299 256.324077 +L 284.858182 253.137404 +L 287.177143 252.882627 +L 289.496104 249.895855 +L 291.815065 243.796884 +L 294.134026 244.792475 +L 296.452987 239.449996 +L 301.090909 222.673906 +L 303.40987 212.173171 +L 305.728831 196.494582 +L 308.047792 174.807174 +L 310.366753 159.936032 +L 312.685714 139.471554 +L 315.004675 127.375523 +L 317.323636 111.896836 +L 321.961558 96.661167 +L 324.280519 93.40786 +L 326.599481 91.726332 +L 328.918442 89.292231 +L 331.237403 90.354455 +L 335.875325 87.798845 +L 338.194286 87.881158 +L 340.513247 93.200119 +L 342.832208 91.898796 +L 345.151169 94.709183 +L 347.47013 94.63471 +L 349.789091 97.888017 +L 352.108052 96.915945 +L 354.427013 100.780717 +L 356.745974 99.63226 +L 359.064935 101.987968 +L 361.383896 99.091349 +L 363.702857 101.066851 +L 366.021818 96.312319 +L 368.340779 97.452936 +L 370.65974 95.63814 +L 372.978701 135.367684 +L 375.297662 167.869398 +L 377.616623 209.688114 +L 379.935584 223.340246 +L 382.254545 242.84833 +L 384.573506 246.411289 +L 386.892468 254.168271 +L 389.211429 256.18297 +L 391.53039 257.903695 +L 393.849351 253.145243 +L 396.168312 258.272142 +L 398.487273 257.07273 +L 398.487273 257.07273 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_2"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 255.406879 +L 76.151688 255.473513 +L 78.470649 255.359844 +L 80.78961 255.794925 +L 83.108571 256.653327 +L 85.427532 255.775326 +L 87.746494 257.131524 +L 90.065455 255.979148 +L 92.384416 257.425498 +L 94.703377 255.818442 +L 97.022338 256.665086 +L 99.341299 256.602372 +L 101.66026 256.414229 +L 103.979221 254.865968 +L 106.298182 257.770427 +L 108.617143 258.005606 +L 110.936104 255.967389 +L 113.255065 257.566605 +L 115.574026 258.609231 +L 117.892987 257.993847 +L 120.211948 258.087918 +L 122.530909 257.915454 +L 124.84987 258.899285 +L 127.168831 256.876747 +L 129.487792 258.997276 +L 131.806753 258.295659 +L 134.125714 259.157982 +L 136.444675 258.577874 +L 138.763636 260.643528 +L 141.082597 258.475963 +L 143.401558 259.487232 +L 145.720519 258.668026 +L 148.039481 260.169251 +L 150.358442 258.142793 +L 152.677403 261.701833 +L 154.996364 258.797374 +L 157.315325 259.859599 +L 159.634286 259.130544 +L 161.953247 259.95759 +L 164.272208 259.318687 +L 166.591169 259.640098 +L 168.91013 258.942401 +L 171.229091 260.706242 +L 173.548052 259.883117 +L 175.867013 241.617561 +L 178.185974 266.566115 +L 180.504935 259.596982 +L 182.823896 259.753768 +L 185.142857 260.50634 +L 187.461818 259.965429 +L 189.780779 261.121725 +L 192.09974 258.526919 +L 194.418701 260.345635 +L 196.737662 259.475473 +L 199.056623 259.636179 +L 201.375584 258.076159 +L 203.694545 259.248134 +L 206.013506 256.833631 +L 208.332468 256.465184 +L 210.651429 254.893406 +L 212.97039 253.458815 +L 215.289351 251.569545 +L 217.608312 249.907614 +L 219.927273 247.29321 +L 222.246234 246.505361 +L 224.565195 244.608251 +L 226.884156 243.146223 +L 229.203117 241.382382 +L 231.522078 241.535248 +L 233.841039 240.680765 +L 236.16 237.498011 +L 238.478961 236.572975 +L 240.797922 237.576404 +L 243.116883 232.100657 +L 245.435844 231.814523 +L 247.754805 235.138384 +L 250.073766 218.456365 +L 252.392727 228.84343 +L 259.34961 225.566605 +L 261.668571 225.323587 +L 263.987532 223.018835 +L 266.306494 222.85029 +L 268.625455 221.329467 +L 270.944416 221.06685 +L 273.263377 219.412759 +L 275.582338 219.62834 +L 277.901299 218.119276 +L 280.22026 218.911044 +L 282.539221 218.07224 +L 284.858182 221.309868 +L 287.177143 219.612661 +L 289.496104 223.199138 +L 291.815065 224.261363 +L 294.134026 230.415209 +L 296.452987 230.575914 +L 298.771948 236.435787 +L 301.090909 238.305459 +L 303.40987 243.498991 +L 305.728831 244.972779 +L 308.047792 249.115846 +L 310.366753 250.240784 +L 312.685714 254.019324 +L 315.004675 254.591593 +L 317.323636 257.06881 +L 319.642597 256.978658 +L 321.961558 259.240294 +L 324.280519 259.718491 +L 326.599481 261.121725 +L 328.918442 260.702323 +L 331.237403 262.262342 +L 333.556364 261.948771 +L 335.875325 263.265772 +L 338.194286 261.631279 +L 340.513247 262.967879 +L 342.832208 262.795414 +L 345.151169 263.814523 +L 347.47013 263.806683 +L 349.789091 264.128095 +L 352.108052 263.971309 +L 354.427013 264.214327 +L 356.745974 263.352004 +L 359.064935 262.62687 +L 361.383896 262.391691 +L 363.702857 263.316728 +L 366.021818 263.336326 +L 368.340779 264.806193 +L 370.65974 263.598942 +L 372.978701 265.672436 +L 375.297662 263.159942 +L 377.616623 264.919863 +L 379.935584 265.676355 +L 382.254545 263.575424 +L 384.573506 264.578854 +L 386.892468 264.939461 +L 389.211429 264.096737 +L 391.53039 268.482823 +L 393.849351 262.493602 +L 396.168312 265.61756 +L 398.487273 263.775326 +L 398.487273 263.775326 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_3"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 224.876747 +L 76.151688 227.044312 +L 78.470649 227.29125 +L 80.78961 228.706243 +L 83.108571 227.232455 +L 85.427532 227.593063 +L 87.746494 229.239315 +L 90.065455 228.306439 +L 92.384416 230.426968 +L 94.703377 228.815993 +L 97.022338 230.709182 +L 99.341299 230.281941 +L 101.66026 232.057541 +L 103.979221 231.046272 +L 106.298182 232.719961 +L 108.617143 231.497031 +L 110.936104 233.672436 +L 113.255065 232.672926 +L 115.574026 233.872338 +L 117.892987 233.864498 +L 120.211948 234.899285 +L 122.530909 234.029124 +L 124.84987 235.965429 +L 127.168831 235.169741 +L 129.487792 236.420108 +L 131.806753 235.146223 +L 134.125714 236.604332 +L 136.444675 235.357884 +L 138.763636 236.925743 +L 141.082597 235.62442 +L 143.401558 236.62001 +L 145.720519 237.811583 +L 148.039481 236.279001 +L 152.677403 231.156022 +L 154.996364 222.246664 +L 157.315325 225.484293 +L 159.634286 216.727801 +L 161.953247 210.530839 +L 164.272208 198.748379 +L 166.591169 191.634219 +L 168.91013 180.016385 +L 171.229091 174.18003 +L 173.548052 166.771897 +L 175.867013 162.272142 +L 178.185974 154.40541 +L 182.823896 145.51957 +L 185.142857 142.097718 +L 187.461818 136.676846 +L 189.780779 134.462245 +L 192.09974 130.930643 +L 194.418701 127.732211 +L 196.737662 124.753279 +L 203.694545 117.909575 +L 206.013506 116.651368 +L 208.332468 114.871848 +L 212.97039 109.96837 +L 215.289351 109.313789 +L 217.608312 106.668027 +L 222.246234 103.512711 +L 224.565195 99.937993 +L 226.884156 98.18591 +L 229.203117 99.828242 +L 231.522078 95.892917 +L 233.841039 96.782677 +L 236.16 94.873808 +L 238.478961 97.719472 +L 240.797922 97.609722 +L 243.116883 110.571995 +L 245.435844 121.911535 +L 247.754805 145.347105 +L 250.073766 162.338776 +L 252.392727 191.95563 +L 254.711688 200.970819 +L 257.030649 218.040883 +L 259.34961 223.751809 +L 261.668571 235.18542 +L 263.987532 236.365233 +L 266.306494 241.946811 +L 268.625455 243.565625 +L 270.944416 247.230495 +L 273.263377 247.277531 +L 275.582338 249.456855 +L 277.901299 249.51565 +L 280.22026 251.165821 +L 282.539221 250.315258 +L 284.858182 251.804724 +L 287.177143 250.758178 +L 289.496104 252.800314 +L 291.815065 252.322117 +L 294.134026 253.317707 +L 296.452987 252.149653 +L 298.771948 253.333386 +L 301.090909 253.258913 +L 303.40987 254.129074 +L 305.728831 253.529368 +L 308.047792 254.372093 +L 310.366753 253.537208 +L 312.685714 254.7327 +L 315.004675 246.7327 +L 317.323636 254.383852 +L 319.642597 255.449996 +L 321.961558 254.313298 +L 324.280519 255.442156 +L 326.599481 254.434807 +L 328.918442 255.8498 +L 331.237403 254.799334 +L 333.556364 255.916434 +L 335.875325 254.869888 +L 338.194286 256.139853 +L 340.513247 255.826282 +L 342.832208 256.531818 +L 345.151169 255.489192 +L 347.47013 256.433827 +L 349.789091 255.986987 +L 352.108052 257.225596 +L 354.427013 256.29272 +L 356.745974 258.283901 +L 359.064935 256.273121 +L 361.383896 258.025204 +L 363.702857 256.661167 +L 366.021818 257.73907 +L 368.340779 257.382382 +L 370.65974 258.009525 +L 372.978701 257.390221 +L 375.297662 258.248624 +L 377.616623 257.550926 +L 379.935584 259.06783 +L 382.254545 257.523489 +L 384.573506 259.573464 +L 386.892468 258.28782 +L 389.211429 258.421088 +L 391.53039 258.334856 +L 393.849351 259.518589 +L 396.168312 258.370133 +L 398.487273 259.212857 +L 398.487273 259.212857 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_4"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 307.584 +L 73.832727 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_5"> + <defs> + <path d="M 0 0 +L 0 3.5 +" id="mdbbc9e70ad" style="stroke:#01769d;stroke-width:0.8;"/> + </defs> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="73.832727" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_1"> + <!-- 0 --> + <defs> + <path d="M 31.78125 66.40625 +Q 24.171875 66.40625 20.328125 58.90625 +Q 16.5 51.421875 16.5 36.375 +Q 16.5 21.390625 20.328125 13.890625 +Q 24.171875 6.390625 31.78125 6.390625 +Q 39.453125 6.390625 43.28125 13.890625 +Q 47.125 21.390625 47.125 36.375 +Q 47.125 51.421875 43.28125 58.90625 +Q 39.453125 66.40625 31.78125 66.40625 +M 31.78125 74.21875 +Q 44.046875 74.21875 50.515625 64.515625 +Q 56.984375 54.828125 56.984375 36.375 +Q 56.984375 17.96875 50.515625 8.265625 +Q 44.046875 -1.421875 31.78125 -1.421875 +Q 19.53125 -1.421875 13.0625 8.265625 +Q 6.59375 17.96875 6.59375 36.375 +Q 6.59375 54.828125 13.0625 64.515625 +Q 19.53125 74.21875 31.78125 74.21875 +" id="DejaVuSans-30"/> + </defs> + <g style="fill:#01769d;" transform="translate(70.651477 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_6"> + <path clip-path="url(#p321e5a2317)" d="M 151.131429 307.584 +L 151.131429 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_7"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="151.131429" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_2"> + <!-- 100 --> + <defs> + <path d="M 12.40625 8.296875 +L 28.515625 8.296875 +L 28.515625 63.921875 +L 10.984375 60.40625 +L 10.984375 69.390625 +L 28.421875 72.90625 +L 38.28125 72.90625 +L 38.28125 8.296875 +L 54.390625 8.296875 +L 54.390625 0 +L 12.40625 0 +z +" id="DejaVuSans-31"/> + </defs> + <g style="fill:#01769d;" transform="translate(141.587679 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-31"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_8"> + <path clip-path="url(#p321e5a2317)" d="M 228.43013 307.584 +L 228.43013 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_9"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="228.43013" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_3"> + <!-- 200 --> + <defs> + <path d="M 19.1875 8.296875 +L 53.609375 8.296875 +L 53.609375 0 +L 7.328125 0 +L 7.328125 8.296875 +Q 12.9375 14.109375 22.625 23.890625 +Q 32.328125 33.6875 34.8125 36.53125 +Q 39.546875 41.84375 41.421875 45.53125 +Q 43.3125 49.21875 43.3125 52.78125 +Q 43.3125 58.59375 39.234375 62.25 +Q 35.15625 65.921875 28.609375 65.921875 +Q 23.96875 65.921875 18.8125 64.3125 +Q 13.671875 62.703125 7.8125 59.421875 +L 7.8125 69.390625 +Q 13.765625 71.78125 18.9375 73 +Q 24.125 74.21875 28.421875 74.21875 +Q 39.75 74.21875 46.484375 68.546875 +Q 53.21875 62.890625 53.21875 53.421875 +Q 53.21875 48.921875 51.53125 44.890625 +Q 49.859375 40.875 45.40625 35.40625 +Q 44.1875 33.984375 37.640625 27.21875 +Q 31.109375 20.453125 19.1875 8.296875 +" id="DejaVuSans-32"/> + </defs> + <g style="fill:#01769d;" transform="translate(218.88638 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-32"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_10"> + <path clip-path="url(#p321e5a2317)" d="M 305.728831 307.584 +L 305.728831 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_11"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="305.728831" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_4"> + <!-- 300 --> + <defs> + <path d="M 40.578125 39.3125 +Q 47.65625 37.796875 51.625 33 +Q 55.609375 28.21875 55.609375 21.1875 +Q 55.609375 10.40625 48.1875 4.484375 +Q 40.765625 -1.421875 27.09375 -1.421875 +Q 22.515625 -1.421875 17.65625 -0.515625 +Q 12.796875 0.390625 7.625 2.203125 +L 7.625 11.71875 +Q 11.71875 9.328125 16.59375 8.109375 +Q 21.484375 6.890625 26.8125 6.890625 +Q 36.078125 6.890625 40.9375 10.546875 +Q 45.796875 14.203125 45.796875 21.1875 +Q 45.796875 27.640625 41.28125 31.265625 +Q 36.765625 34.90625 28.71875 34.90625 +L 20.21875 34.90625 +L 20.21875 43.015625 +L 29.109375 43.015625 +Q 36.375 43.015625 40.234375 45.921875 +Q 44.09375 48.828125 44.09375 54.296875 +Q 44.09375 59.90625 40.109375 62.90625 +Q 36.140625 65.921875 28.71875 65.921875 +Q 24.65625 65.921875 20.015625 65.03125 +Q 15.375 64.15625 9.8125 62.3125 +L 9.8125 71.09375 +Q 15.4375 72.65625 20.34375 73.4375 +Q 25.25 74.21875 29.59375 74.21875 +Q 40.828125 74.21875 47.359375 69.109375 +Q 53.90625 64.015625 53.90625 55.328125 +Q 53.90625 49.265625 50.4375 45.09375 +Q 46.96875 40.921875 40.578125 39.3125 +" id="DejaVuSans-33"/> + </defs> + <g style="fill:#01769d;" transform="translate(296.185081 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-33"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_12"> + <path clip-path="url(#p321e5a2317)" d="M 383.027532 307.584 +L 383.027532 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_13"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="383.027532" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_5"> + <!-- 400 --> + <defs> + <path d="M 37.796875 64.3125 +L 12.890625 25.390625 +L 37.796875 25.390625 +z +M 35.203125 72.90625 +L 47.609375 72.90625 +L 47.609375 25.390625 +L 58.015625 25.390625 +L 58.015625 17.1875 +L 47.609375 17.1875 +L 47.609375 0 +L 37.796875 0 +L 37.796875 17.1875 +L 4.890625 17.1875 +L 4.890625 26.703125 +z +" id="DejaVuSans-34"/> + </defs> + <g style="fill:#01769d;" transform="translate(373.483782 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-34"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="text_6"> + <!-- x [steps] --> + <defs> + <path d="M 54.890625 54.6875 +L 35.109375 28.078125 +L 55.90625 0 +L 45.3125 0 +L 29.390625 21.484375 +L 13.484375 0 +L 2.875 0 +L 24.125 28.609375 +L 4.6875 54.6875 +L 15.28125 54.6875 +L 29.78125 35.203125 +L 44.28125 54.6875 +z +" id="DejaVuSans-78"/> + <path id="DejaVuSans-20"/> + <path d="M 8.59375 75.984375 +L 29.296875 75.984375 +L 29.296875 69 +L 17.578125 69 +L 17.578125 -6.203125 +L 29.296875 -6.203125 +L 29.296875 -13.1875 +L 8.59375 -13.1875 +z +" id="DejaVuSans-5b"/> + <path d="M 44.28125 53.078125 +L 44.28125 44.578125 +Q 40.484375 46.53125 36.375 47.5 +Q 32.28125 48.484375 27.875 48.484375 +Q 21.1875 48.484375 17.84375 46.4375 +Q 14.5 44.390625 14.5 40.28125 +Q 14.5 37.15625 16.890625 35.375 +Q 19.28125 33.59375 26.515625 31.984375 +L 29.59375 31.296875 +Q 39.15625 29.25 43.1875 25.515625 +Q 47.21875 21.78125 47.21875 15.09375 +Q 47.21875 7.46875 41.1875 3.015625 +Q 35.15625 -1.421875 24.609375 -1.421875 +Q 20.21875 -1.421875 15.453125 -0.5625 +Q 10.6875 0.296875 5.421875 2 +L 5.421875 11.28125 +Q 10.40625 8.6875 15.234375 7.390625 +Q 20.0625 6.109375 24.8125 6.109375 +Q 31.15625 6.109375 34.5625 8.28125 +Q 37.984375 10.453125 37.984375 14.40625 +Q 37.984375 18.0625 35.515625 20.015625 +Q 33.0625 21.96875 24.703125 23.78125 +L 21.578125 24.515625 +Q 13.234375 26.265625 9.515625 29.90625 +Q 5.8125 33.546875 5.8125 39.890625 +Q 5.8125 47.609375 11.28125 51.796875 +Q 16.75 56 26.8125 56 +Q 31.78125 56 36.171875 55.265625 +Q 40.578125 54.546875 44.28125 53.078125 +" id="DejaVuSans-73"/> + <path d="M 18.3125 70.21875 +L 18.3125 54.6875 +L 36.8125 54.6875 +L 36.8125 47.703125 +L 18.3125 47.703125 +L 18.3125 18.015625 +Q 18.3125 11.328125 20.140625 9.421875 +Q 21.96875 7.515625 27.59375 7.515625 +L 36.8125 7.515625 +L 36.8125 0 +L 27.59375 0 +Q 17.1875 0 13.234375 3.875 +Q 9.28125 7.765625 9.28125 18.015625 +L 9.28125 47.703125 +L 2.6875 47.703125 +L 2.6875 54.6875 +L 9.28125 54.6875 +L 9.28125 70.21875 +z +" id="DejaVuSans-74"/> + <path d="M 56.203125 29.59375 +L 56.203125 25.203125 +L 14.890625 25.203125 +Q 15.484375 15.921875 20.484375 11.0625 +Q 25.484375 6.203125 34.421875 6.203125 +Q 39.59375 6.203125 44.453125 7.46875 +Q 49.3125 8.734375 54.109375 11.28125 +L 54.109375 2.78125 +Q 49.265625 0.734375 44.1875 -0.34375 +Q 39.109375 -1.421875 33.890625 -1.421875 +Q 20.796875 -1.421875 13.15625 6.1875 +Q 5.515625 13.8125 5.515625 26.8125 +Q 5.515625 40.234375 12.765625 48.109375 +Q 20.015625 56 32.328125 56 +Q 43.359375 56 49.78125 48.890625 +Q 56.203125 41.796875 56.203125 29.59375 +M 47.21875 32.234375 +Q 47.125 39.59375 43.09375 43.984375 +Q 39.0625 48.390625 32.421875 48.390625 +Q 24.90625 48.390625 20.390625 44.140625 +Q 15.875 39.890625 15.1875 32.171875 +z +" id="DejaVuSans-65"/> + <path d="M 18.109375 8.203125 +L 18.109375 -20.796875 +L 9.078125 -20.796875 +L 9.078125 54.6875 +L 18.109375 54.6875 +L 18.109375 46.390625 +Q 20.953125 51.265625 25.265625 53.625 +Q 29.59375 56 35.59375 56 +Q 45.5625 56 51.78125 48.09375 +Q 58.015625 40.1875 58.015625 27.296875 +Q 58.015625 14.40625 51.78125 6.484375 +Q 45.5625 -1.421875 35.59375 -1.421875 +Q 29.59375 -1.421875 25.265625 0.953125 +Q 20.953125 3.328125 18.109375 8.203125 +M 48.6875 27.296875 +Q 48.6875 37.203125 44.609375 42.84375 +Q 40.53125 48.484375 33.40625 48.484375 +Q 26.265625 48.484375 22.1875 42.84375 +Q 18.109375 37.203125 18.109375 27.296875 +Q 18.109375 17.390625 22.1875 11.75 +Q 26.265625 6.109375 33.40625 6.109375 +Q 40.53125 6.109375 44.609375 11.75 +Q 48.6875 17.390625 48.6875 27.296875 +" id="DejaVuSans-70"/> + <path d="M 30.421875 75.984375 +L 30.421875 -13.1875 +L 9.71875 -13.1875 +L 9.71875 -6.203125 +L 21.390625 -6.203125 +L 21.390625 69 +L 9.71875 69 +L 9.71875 75.984375 +z +" id="DejaVuSans-5d"/> + </defs> + <g style="fill:#01769d;" transform="translate(214.289687 335.860562)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-78"/> + <use x="59.179688" xlink:href="#DejaVuSans-20"/> + <use x="90.966797" xlink:href="#DejaVuSans-5b"/> + <use x="129.980469" xlink:href="#DejaVuSans-73"/> + <use x="182.080078" xlink:href="#DejaVuSans-74"/> + <use x="221.289062" xlink:href="#DejaVuSans-65"/> + <use x="282.8125" xlink:href="#DejaVuSans-70"/> + <use x="346.289062" xlink:href="#DejaVuSans-73"/> + <use x="398.388672" xlink:href="#DejaVuSans-5d"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_14"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 306.686436 +L 414.72 306.686436 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_15"> + <defs> + <path d="M 0 0 +L -3.5 0 +" id="mde06ae7c03" style="stroke:#01769d;stroke-width:0.8;"/> + </defs> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="306.686436"/> + </g> + </g> + <g id="text_7"> + <!-- −0.5 --> + <defs> + <path d="M 10.59375 35.5 +L 73.1875 35.5 +L 73.1875 27.203125 +L 10.59375 27.203125 +z +" id="DejaVuSans-2212"/> + <path d="M 10.6875 12.40625 +L 21 12.40625 +L 21 0 +L 10.6875 0 +z +" id="DejaVuSans-2e"/> + <path d="M 10.796875 72.90625 +L 49.515625 72.90625 +L 49.515625 64.59375 +L 19.828125 64.59375 +L 19.828125 46.734375 +Q 21.96875 47.46875 24.109375 47.828125 +Q 26.265625 48.1875 28.421875 48.1875 +Q 40.625 48.1875 47.75 41.5 +Q 54.890625 34.8125 54.890625 23.390625 +Q 54.890625 11.625 47.5625 5.09375 +Q 40.234375 -1.421875 26.90625 -1.421875 +Q 22.3125 -1.421875 17.546875 -0.640625 +Q 12.796875 0.140625 7.71875 1.703125 +L 7.71875 11.625 +Q 12.109375 9.234375 16.796875 8.0625 +Q 21.484375 6.890625 26.703125 6.890625 +Q 35.15625 6.890625 40.078125 11.328125 +Q 45.015625 15.765625 45.015625 23.390625 +Q 45.015625 31 40.078125 35.4375 +Q 35.15625 39.890625 26.703125 39.890625 +Q 22.75 39.890625 18.8125 39.015625 +Q 14.890625 38.140625 10.796875 36.28125 +z +" id="DejaVuSans-35"/> + </defs> + <g style="fill:#01769d;" transform="translate(26.317187 310.485655)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-2212"/> + <use x="83.789062" xlink:href="#DejaVuSans-30"/> + <use x="147.412109" xlink:href="#DejaVuSans-2e"/> + <use x="179.199219" xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_16"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 267.765527 +L 414.72 267.765527 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_17"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="267.765527"/> + </g> + </g> + <g id="text_8"> + <!-- 0.0 --> + <g style="fill:#01769d;" transform="translate(34.696875 271.564746)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-30"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_18"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 228.844618 +L 414.72 228.844618 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_19"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="228.844618"/> + </g> + </g> + <g id="text_9"> + <!-- 0.5 --> + <g style="fill:#01769d;" transform="translate(34.696875 232.643837)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-30"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_20"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 189.923709 +L 414.72 189.923709 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_21"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="189.923709"/> + </g> + </g> + <g id="text_10"> + <!-- 1.0 --> + <g style="fill:#01769d;" transform="translate(34.696875 193.722928)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-31"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_22"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 151.0028 +L 414.72 151.0028 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_23"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="151.0028"/> + </g> + </g> + <g id="text_11"> + <!-- 1.5 --> + <g style="fill:#01769d;" transform="translate(34.696875 154.802019)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-31"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_24"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 112.081891 +L 414.72 112.081891 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_25"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="112.081891"/> + </g> + </g> + <g id="text_12"> + <!-- 2.0 --> + <g style="fill:#01769d;" transform="translate(34.696875 115.88111)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-32"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_26"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 73.160982 +L 414.72 73.160982 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_27"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="73.160982"/> + </g> + </g> + <g id="text_13"> + <!-- 2.5 --> + <g style="fill:#01769d;" transform="translate(34.696875 76.960201)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-32"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="text_14"> + <!-- Vpd [V] --> + <defs> + <path d="M 28.609375 0 +L 0.78125 72.90625 +L 11.078125 72.90625 +L 34.1875 11.53125 +L 57.328125 72.90625 +L 67.578125 72.90625 +L 39.796875 0 +z +" id="DejaVuSans-56"/> + <path d="M 45.40625 46.390625 +L 45.40625 75.984375 +L 54.390625 75.984375 +L 54.390625 0 +L 45.40625 0 +L 45.40625 8.203125 +Q 42.578125 3.328125 38.25 0.953125 +Q 33.9375 -1.421875 27.875 -1.421875 +Q 17.96875 -1.421875 11.734375 6.484375 +Q 5.515625 14.40625 5.515625 27.296875 +Q 5.515625 40.1875 11.734375 48.09375 +Q 17.96875 56 27.875 56 +Q 33.9375 56 38.25 53.625 +Q 42.578125 51.265625 45.40625 46.390625 +M 14.796875 27.296875 +Q 14.796875 17.390625 18.875 11.75 +Q 22.953125 6.109375 30.078125 6.109375 +Q 37.203125 6.109375 41.296875 11.75 +Q 45.40625 17.390625 45.40625 27.296875 +Q 45.40625 37.203125 41.296875 42.84375 +Q 37.203125 48.484375 30.078125 48.484375 +Q 22.953125 48.484375 18.875 42.84375 +Q 14.796875 37.203125 14.796875 27.296875 +" id="DejaVuSans-64"/> + </defs> + <g style="fill:#01769d;" transform="translate(20.2375 193.207687)rotate(-90)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-56"/> + <use x="68.408203" xlink:href="#DejaVuSans-70"/> + <use x="131.884766" xlink:href="#DejaVuSans-64"/> + <use x="195.361328" xlink:href="#DejaVuSans-20"/> + <use x="227.148438" xlink:href="#DejaVuSans-5b"/> + <use x="266.162109" xlink:href="#DejaVuSans-56"/> + <use x="334.570312" xlink:href="#DejaVuSans-5d"/> + </g> + </g> + </g> + <g id="line2d_28"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 236.227629 +L 85.427532 238.343103 +L 97.022338 240.243301 +L 110.936104 242.272411 +L 124.84987 244.065852 +L 141.082597 245.914428 +L 159.634286 247.784459 +L 185.142857 250.103164 +L 226.884156 253.870733 +L 250.073766 256.093052 +L 257.030649 256.432168 +L 261.668571 256.44591 +L 266.306494 256.240186 +L 270.944416 255.772483 +L 275.582338 255.000287 +L 280.22026 253.87833 +L 282.539221 253.156031 +L 284.858182 252.297977 +L 287.177143 251.282322 +L 289.496104 250.087223 +L 291.815065 248.543875 +L 294.134026 245.895629 +L 296.452987 241.238879 +L 298.771948 233.670016 +L 301.090909 222.586471 +L 303.40987 208.589822 +L 305.728831 192.582684 +L 312.685714 141.524495 +L 315.004675 126.501558 +L 317.323636 113.98121 +L 319.642597 104.618911 +L 321.961558 98.081497 +L 324.280519 93.788647 +L 326.599481 91.160042 +L 328.918442 89.615361 +L 331.237403 88.675453 +L 333.556364 88.265834 +L 335.875325 88.413192 +L 338.194286 89.144211 +L 340.513247 90.449677 +L 342.832208 92.176776 +L 349.789091 98.000715 +L 352.108052 99.527192 +L 354.427013 100.531726 +L 356.745974 100.825601 +L 359.064935 100.220103 +L 361.383896 98.681102 +L 363.702857 96.792814 +L 366.021818 95.294041 +L 368.340779 96.285301 +L 370.65974 107.313987 +L 372.978701 133.903439 +L 375.297662 168.033923 +L 377.616623 199.765803 +L 379.935584 225.022892 +L 382.254545 241.934324 +L 384.573506 251.587067 +L 386.892468 255.807546 +L 389.211429 256.422188 +L 393.849351 254.139659 +L 396.168312 254.895339 +L 398.487273 259.350884 +L 398.487273 259.350884 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_29"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 255.892861 +L 80.78961 255.815202 +L 87.746494 255.953291 +L 97.022338 256.393066 +L 108.617143 257.199465 +L 129.487792 258.722069 +L 138.763636 259.160847 +L 145.720519 259.297897 +L 152.677403 259.21895 +L 159.634286 259.052717 +L 161.953247 259.288262 +L 164.272208 259.881496 +L 168.91013 261.98411 +L 171.229091 259.702623 +L 173.548052 252.904067 +L 175.867013 251.202938 +L 178.185974 259.8259 +L 180.504935 262.1886 +L 182.823896 260.340466 +L 185.142857 259.542151 +L 192.09974 260.231609 +L 194.418701 260.189687 +L 196.737662 259.943429 +L 199.056623 259.478137 +L 201.375584 258.807112 +L 203.694545 257.950656 +L 206.013506 256.929068 +L 208.332468 255.76265 +L 212.97039 253.076526 +L 217.608312 250.054691 +L 231.522078 240.598981 +L 236.16 237.858364 +L 240.797922 235.388251 +L 243.116883 233.996659 +L 245.435844 232.321962 +L 247.754805 230.230097 +L 250.073766 227.803363 +L 252.392727 225.989507 +L 254.711688 225.562796 +L 257.030649 225.738152 +L 259.34961 225.557359 +L 261.668571 224.929021 +L 263.987532 223.978443 +L 273.263377 219.459862 +L 275.582338 218.777682 +L 277.901299 218.525099 +L 280.22026 218.797911 +L 282.539221 219.573871 +L 284.858182 220.80122 +L 287.177143 222.428203 +L 289.496104 224.403061 +L 291.815065 226.674037 +L 294.134026 229.189375 +L 298.771948 234.746104 +L 310.366753 249.291238 +L 312.685714 251.898202 +L 315.004675 254.283712 +L 317.323636 256.396011 +L 319.642597 258.19601 +L 321.961558 259.695299 +L 324.280519 260.918137 +L 326.599481 261.888782 +L 328.918442 262.631493 +L 331.237403 263.170528 +L 333.556364 263.530148 +L 335.875325 263.734609 +L 340.513247 263.775095 +L 345.151169 263.486054 +L 354.427013 262.695675 +L 359.064935 262.582476 +L 363.702857 262.858011 +L 368.340779 263.426252 +L 379.935584 265.116502 +L 384.573506 265.496085 +L 386.892468 265.545313 +L 389.211429 265.475157 +L 391.53039 265.266361 +L 393.849351 264.89967 +L 396.168312 264.355827 +L 398.487273 263.615576 +L 398.487273 263.615576 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_30"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 224.467875 +L 76.151688 225.885463 +L 78.470649 227.054129 +L 80.78961 227.998852 +L 83.108571 228.744613 +L 85.427532 229.316391 +L 87.746494 229.739168 +L 92.384416 230.237637 +L 97.022338 230.439861 +L 106.298182 230.754943 +L 110.936104 231.267484 +L 113.255065 231.699935 +L 115.574026 232.283147 +L 117.892987 233.028846 +L 122.530909 234.829273 +L 127.168831 236.678082 +L 129.487792 237.484259 +L 131.806753 238.138886 +L 134.125714 238.587416 +L 136.444675 238.775298 +L 138.763636 238.647985 +L 141.082597 238.150929 +L 143.401558 237.229581 +L 145.720519 235.829392 +L 148.039481 233.895814 +L 150.358442 231.374299 +L 152.677403 228.210298 +L 154.996364 224.349262 +L 157.315325 219.744124 +L 159.634286 214.377741 +L 161.953247 208.240447 +L 164.272208 201.32258 +L 166.591169 193.614476 +L 175.867013 160.269389 +L 178.185974 153.67439 +L 180.504935 148.176051 +L 182.823896 143.615976 +L 185.142857 139.83577 +L 187.461818 136.677035 +L 189.780779 133.981375 +L 194.418701 129.345695 +L 199.056623 124.695194 +L 203.694545 119.569938 +L 210.651429 111.688546 +L 215.289351 106.811761 +L 217.608312 104.616851 +L 219.927273 102.642145 +L 222.246234 100.931057 +L 224.565195 99.527 +L 226.884156 98.473386 +L 229.203117 97.813627 +L 231.522078 97.591138 +L 233.841039 97.849331 +L 236.16 98.631618 +L 238.478961 100.202542 +L 240.797922 103.711169 +L 243.116883 110.527693 +L 245.435844 122.02231 +L 247.754805 139.565214 +L 252.392727 186.285522 +L 254.711688 203.452497 +L 257.030649 215.590477 +L 259.34961 225.07262 +L 261.668571 232.569324 +L 263.987532 238.325301 +L 266.306494 242.585261 +L 268.625455 245.593914 +L 270.944416 247.595972 +L 273.263377 248.836145 +L 275.582338 249.559143 +L 280.22026 250.391956 +L 287.177143 251.389212 +L 296.452987 252.4331 +L 308.047792 253.431106 +L 347.47013 256.310975 +L 368.340779 257.656195 +L 384.573506 258.473875 +L 398.487273 258.946845 +L 398.487273 258.946845 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="patch_3"> + <path d="M 57.6 307.584 +L 57.6 41.472 +" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_4"> + <path d="M 57.6 307.584 +L 414.72 307.584 +" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + </g> + </g> + <defs> + <clipPath id="p321e5a2317"> + <rect height="266.112" width="357.12" x="57.6" y="41.472"/> + </clipPath> + </defs> +</svg> diff --git a/docs/images/rgb_cube.svg b/docs/images/rgb_cube.svg new file mode 100644 index 0000000..8af7a00 --- /dev/null +++ b/docs/images/rgb_cube.svg @@ -0,0 +1,222 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1092px" height="306px" viewBox="5 5 728 204" enable-background="new 5 5 728 204"> + +<defs> + + <marker id="white_arrow_head" markerWidth="6" markerHeight="6" refX="10" refY="6" orient="auto" viewBox="0 0 12 12"> + <path d="M0,0 v12 L12,6 z" fill="white"/> + </marker> + + <marker id="black_arrow_head" markerWidth="6" markerHeight="6" refX="10" refY="6" orient="auto" viewBox="0 0 12 12"> + <path d="M0,0 v12 L12,6 z" fill="black"/> + </marker> + + <style type="text/css"> + + .inner_grid_on_dark {stroke:white} + .inner_grid_on_bright {stroke:black} + .outer_grid {stroke:black; fill:none} + + text {font-family:DejaVu Sans,Liberation Sans, Arial, sans-serif} + text.inner_axis_on_dark {font-size:32px; text-anchor:middle; fill:white} + text.inner_axis_on_bright {font-size:32px; text-anchor:middle; fill:black} + .explanation_text { font-size:9px; text-anchor:end; fill:white} + text.outer_axis {font-size:22px; text-anchor:middle} + text.outer_axis_smaller {font-size:14px; text-anchor:middle} + + .explanation_line {stroke:white;} + .explanation_arrow {stroke:white;fill:none; marker-end: url(#white_arrow_head)} + .inner_arrow_on_dark {stroke-width:3px;fill:none; stroke:white; marker-end: url(#white_arrow_head)} + .inner_arrow_on_bright {stroke-width:3px;fill:none; stroke:black; marker-end: url(#black_arrow_head)} + + .mini_grid { stroke:white; stroke-dasharray:1; fill:none } + .explanation_circle { fill:#539642; stroke:white; stroke-width:2 } + + </style> + + <symbol id="B_GB" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx5JREFUeJzt1AEJAEEQxLBZeP+W74U0gVrobXvbTVKvbzcgygAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAg7AeEIAb7+p29LAAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 -128 -128)"/> + </symbol> + + <symbol id="B_RB" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx1JREFUeJzt1AEJAEEQxLBZeP+W74U0gVrobXvbTVKv7wZUGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCE/YUfBvtEaIT/AAAAAElFTkSuQmCC" transform="matrix(1 0 0 1 -128 -128)"/> + </symbol> + + <symbol id="B_RG" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx1JREFUeJzt1AEJAEEQxLBZeP+W74U0gVrobXu7TVKv7wZUGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCE/YYeBvtUDHeuAAAAAElFTkSuQmCC" transform="matrix(1 0 0 1 -128 -128)"/> + </symbol> + + <symbol id="W_B" viewBox="-128 -128 256 256"> + + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx5JREFUeJzt1AEJAEEQxLB9eP+W54Q0gVrot223O0m9/h1QZQAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQ9gCo8wQa1SrwUwAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 -128 -128)"/> + </symbol> + + <symbol id="W_G" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx5JREFUeJzt1AEJAEEQxLB9eP+W54Q0gVrot213O0m9/h1QZQAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQ9gCq4wQafrStoQAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 -128 -128)"> + </image> + </symbol> + + <symbol id="W_R" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx5JREFUeJzt1AEJAEEQxLB9eP+W54Q0gVrot213O0m9/tsBUQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQ+s0wQaf94YmgAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 -128 -128)"> + </image> + </symbol> + +</defs> + +<g> + + <g id="cube_1" class="black_cube"> + + <g class="transformed_faces"> + + <g transform="matrix(-0.2885 0.1055 0 -0.483 -286.9285 -297.8369) matrix(1 0 0 1 -1226.6912 -1101.9382)"> + <use xlink:href="#B_RG" width="256" height="256" x="-128" y="-128" overflow="visible"/> + <g transform="rotate(180) translate(0,110)"> + <text class="inner_axis_on_dark">G+</text> + <path class="inner_arrow_on_dark" d="M30,5 h-75"/> + </g> + </g> + + <g transform="matrix(0.408 7.449998e-002 0 -0.483 -197.7751 -301.8052) matrix(1 0 0 1 867.4027 -700.2046)"> + <use xlink:href="#B_RB" width="256" height="256" x="-128" y="-128" overflow="visible"/> + <g transform="scale(0.95,-0.95) translate(-90,40)"> + <text class="inner_axis_on_dark">R+</text> + <path class="inner_arrow_on_dark" d="M-30,10 v-55"/> + </g> + <g transform="scale(0.95,-0.95) translate(-10,118)"> + <text class="inner_axis_on_dark">B+</text> + <path class="inner_arrow_on_dark" d="M-35,5 h70"/> + </g> + </g> + + <g transform="matrix(0.408 7.449998e-002 -0.2885 0.1055 -234.7039 -226.4771) matrix(1 0 0 1 2379.251 2138.0725)"> + <use xlink:href="#B_GB" width="256" height="256" x="-128" y="-128" overflow="visible"/> + </g> + + </g> + + <g class="grid"> + <line class="inner_grid_on_dark" x1="208.3" y1="172.4" x2="103.9" y2="153.3"/> + <line class="inner_grid_on_dark" x1="103.9" y1="153.3" x2="103.9" y2="29.6"/> + <line class="inner_grid_on_dark" x1="103.9" y1="153.3" x2="30" y2="180.3"/> + <line class="inner_grid_on_dark" x1="30" y1="56.6" x2="134.5" y2="75.7"/> + <line class="inner_grid_on_dark" x1="134.5" y1="75.7" x2="134.5" y2="199.4"/> + <line class="inner_grid_on_dark" x1="134.5" y1="75.7" x2="208.3" y2="48.7"/> + <polygon class="outer_grid" points="103.9,29.6 208.3,48.7 208.3,172.4 134.5,199.4 30,180.3 30,56.6"/> + </g> + + </g> + + + <g id="cube_2" class="white_cube"> + + <g class="transformed_faces"> + + <g transform="matrix(-0.408 -7.449998e-002 0.2885 -0.1055 357.554 52.6631)"> + <use xlink:href="#W_R" width="256" height="256" x="-128" y="-128" overflow="visible"/> + </g> + + <g transform="matrix(-0.408 -7.449998e-002 0 0.483 320.6262 127.9912)"> + <use xlink:href="#W_G" width="256" height="256" x="-128" y="-128" overflow="visible"/> + <g transform="scale(-0.95,0.95) translate(90,0)"> + <text class="inner_axis_on_bright">R-</text> + <path class="inner_arrow_on_bright" d="M30,-35 v55"/> + </g> + <g transform="scale(-0.95,0.95) translate(0,-90)"> + <text class="inner_axis_on_bright">B-</text> + <path class="inner_arrow_on_bright" d="M30,-30 h-70"/> + </g> + </g> + + <g transform="matrix(0.2885 -0.1055 0 0.483 409.7776 124.0234)"> + <use xlink:href="#W_B" width="256" height="256" x="-128" y="-128" overflow="visible"/> + <g transform="translate(0,-85)"> + <text class="inner_axis_on_bright">G-</text> + <path class="inner_arrow_on_bright" d="M-40,-30 h70"/> + </g> + </g> + + </g> + + <g class="grid"> + <line class="inner_grid_on_bright" x1="268.3" y1="56.6" x2="372.8" y2="75.7"/> + <line class="inner_grid_on_bright" x1="372.8" y1="75.7" x2="372.8" y2="199.4"/> + <line class="inner_grid_on_bright" x1="372.8" y1="75.7" x2="446.6" y2="48.7"/> + <polygon class="outer_grid" points="342.3,29.6 446.6,48.7 446.6,172.4 372.8,199.4 268.3,180.3 268.3,56.6"/> + </g> + + </g> + + + <g id="cube_3" class="black_cube"> + + <g class="transformed_faces"> + <use xlink:href="#B_RG" width="256" height="256" x="-128" y="-128" transform="matrix(-0.2885 0.1055 0 -0.483 543.5715 104.9834)" overflow="visible"/> + <use xlink:href="#B_RB" width="256" height="256" x="-128" y="-128" transform="matrix(0.408 7.449998e-002 0 -0.483 632.7249 101.0151)" overflow="visible"/> + <use xlink:href="#B_GB" width="256" height="256" x="-128" y="-128" transform="matrix(0.408 7.449998e-002 -0.2885 0.1055 595.7961 176.3438)" overflow="visible"/> + </g> + + <g class="grid"> + <line class="inner_grid_on_dark" x1="684.9" y1="172.4" x2="580.5" y2="153.3"/> + <line class="inner_grid_on_dark" x1="684.9" y1="172.4" x2="580.5" y2="153.3"/> + <line class="inner_grid_on_dark" x1="580.5" y1="153.3" x2="580.5" y2="29.6"/> + <line class="inner_grid_on_dark" x1="580.5" y1="153.3" x2="506.6" y2="180.3"/> + <line class="inner_grid_on_dark" x1="506.6" y1="56.6" x2="611.1" y2="75.7"/> + <line class="inner_grid_on_dark" x1="611.1" y1="75.7" x2="611.1" y2="199.4"/> + <line class="inner_grid_on_dark" x1="611.1" y1="75.7" x2="684.9" y2="48.7"/> + <polygon class="outer_grid on_dark" points="580.5,29.6 684.9,48.7 684.9,172.4 611.1,199.4 506.6,180.3 506.6,56.6"/> + </g> + + <g class="mini_grid"> + <line x1="607.8" y1="118.3" x2="564.4" y2="134.2"/> + <line x1="564.4" y1="134.2" x2="537.1" y2="129.2"/> + <line x1="564.4" y1="134.2" x2="564.4" y2="174.2"/> + <polygon points="580.5,113.3 607.8,118.3 607.8,158.3 564.4,174.2 537.1,169.2 537.1,129.2"/> + </g> + + <g class="explanation"> + <line class="explanation_line" x1="560.6" y1="129.3" x2="548.8" y2="117"/> + <polyline class="explanation_arrow" points="553.4,181.8 544.4,181.8 537.2,171.6"/> + <polyline class="explanation_arrow" points="644,151.6 620.1,151.6 610.1,157.2"/> + <polyline class="explanation_arrow" points="609,106.5 588.6,106.5 581.7,112.1"/> + <circle class="explanation_circle" cx="564.4" cy="134.2" r="7.5"/> + <g class="explanation_text"> + <g transform="matrix(1 0 0 1 535 98)"> + <text>R</text> <text x="5">:</text> <text x="25">83</text> + </g> + <g transform="matrix(1 0 0 1 535 106)"> + <text>G</text> <text x="5">:</text> <text x="25">150</text> + </g> + <g transform="matrix(1 0 0 1 535 114)"> + <text>B</text> <text x="5">:</text> <text x="25">60</text> + </g> + <text transform="matrix(1 0 0 1 585 184)">G: 150</text> + <text transform="matrix(1 0 0 1 645 150.208)">B: 60</text> + <text transform="matrix(1 0 0 1 610 104.5)">R: 83</text> + </g> + </g> + + </g> + + <g> + <g> + <text class="outer_axis" transform="matrix(1 0 0 1 104 26)">R</text> + <text class="outer_axis" transform="matrix(1 0 0 1 18 190)">G</text> + <text class="outer_axis" transform="matrix(1 0 0 1 219 180)">B</text> + </g> + <g transform="matrix(1 0 0 1 238 0)"> + <text class="outer_axis" transform="matrix(1 0 0 1 104 26)">R</text> + <text class="outer_axis" transform="matrix(1 0 0 1 18 190)">G</text> + <text class="outer_axis" transform="matrix(1 0 0 1 219 180)">B</text> + </g> + <g transform="matrix(1 0 0 1 475 0)"> + <text class="outer_axis_smaller" transform="matrix(1 0 0 1 104 26)">R 255</text> + <text class="outer_axis_smaller" transform="matrix(1 0 0 1 19 194)">G 255</text> + <text class="outer_axis_smaller" transform="matrix(1 0 0 1 233 180)">B 255</text> + </g> + </g> + +</g> +</svg>
\ No newline at end of file diff --git a/docs/images/spectrograph_step1_parts.jpg b/docs/images/spectrograph_step1_parts.jpg Binary files differnew file mode 100644 index 0000000..107220a --- /dev/null +++ b/docs/images/spectrograph_step1_parts.jpg diff --git a/docs/images/spectrograph_step2.jpg b/docs/images/spectrograph_step2.jpg Binary files differnew file mode 100644 index 0000000..b678372 --- /dev/null +++ b/docs/images/spectrograph_step2.jpg diff --git a/docs/images/spectrograph_step3.jpg b/docs/images/spectrograph_step3.jpg Binary files differnew file mode 100644 index 0000000..acd6d5e --- /dev/null +++ b/docs/images/spectrograph_step3.jpg diff --git a/docs/images/spectrograph_step4_complete.jpg b/docs/images/spectrograph_step4_complete.jpg Binary files differnew file mode 100644 index 0000000..d23560d --- /dev/null +++ b/docs/images/spectrograph_step4_complete.jpg diff --git a/docs/images/zeus_hammer_breadboard.jpg b/docs/images/zeus_hammer_breadboard.jpg Binary files differnew file mode 100644 index 0000000..08efebb --- /dev/null +++ b/docs/images/zeus_hammer_breadboard.jpg diff --git a/docs/images/zeus_hammer_breadboard_original.jpg b/docs/images/zeus_hammer_breadboard_original.jpg Binary files differnew file mode 100644 index 0000000..4f8f34e --- /dev/null +++ b/docs/images/zeus_hammer_breadboard_original.jpg diff --git a/docs/images/zeus_hammer_schematic.jpg b/docs/images/zeus_hammer_schematic.jpg Binary files differnew file mode 100644 index 0000000..0e6f483 --- /dev/null +++ b/docs/images/zeus_hammer_schematic.jpg diff --git a/docs/images/zeus_hammer_schematic_original.jpg b/docs/images/zeus_hammer_schematic_original.jpg Binary files differnew file mode 100644 index 0000000..b50b3a0 --- /dev/null +++ b/docs/images/zeus_hammer_schematic_original.jpg diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..1228729 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,81 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta name="generator" content="Hugo 0.40.2" /> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>jaseg.net | jaseg.net</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + + <header> + + + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css"> + <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> + <script>hljs.initHighlightingOnLoad();</script> + <nav> + <ul> + + + <li class="pull-left current"> + <a href="https://jaseg.net/">/home/jaseg.net</a> + </li> + + + + + </ul> + </nav> +</header> + + </head> + + <body> + <br/> + + + + + + +<ul> + +</ul> + + <footer> + +<script> +(function() { + function center_el(tagName) { + var tags = document.getElementsByTagName(tagName), i, tag; + for (i = 0; i < tags.length; i++) { + tag = tags[i]; + var parent = tag.parentElement; + + if (parent.childNodes.length === 1) { + + if (parent.nodeName === 'A') { + parent = parent.parentElement; + if (parent.childNodes.length != 1) continue; + } + if (parent.nodeName === 'P') parent.style.textAlign = 'center'; + } + } + } + var tagNames = ['img', 'embed', 'object']; + for (var i = 0; i < tagNames.length; i++) { + center_el(tagNames[i]); + } +})(); +</script> + + + <div id="license-info"> + ©2018 by Sebastian Götte. This work is licensed under + <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>. + </div> + </footer> + </body> +</html> + diff --git a/docs/index.xml b/docs/index.xml new file mode 100644 index 0000000..1381fe5 --- /dev/null +++ b/docs/index.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>jaseg.net</title> + <link>https://jaseg.net/</link> + <description>Recent content on jaseg.net</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + + <atom:link href="https://jaseg.net/index.xml" rel="self" type="application/rss+xml" /> + + + </channel> +</rss>
\ No newline at end of file diff --git a/docs/sitemap.xml b/docs/sitemap.xml new file mode 100644 index 0000000..cacb931 --- /dev/null +++ b/docs/sitemap.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" + xmlns:xhtml="http://www.w3.org/1999/xhtml"> + + <url> + <loc>https://jaseg.net/categories/</loc> + <priority>0</priority> + </url> + + <url> + <loc>https://jaseg.net/tags/</loc> + <priority>0</priority> + </url> + + <url> + <loc>https://jaseg.net/</loc> + <priority>0</priority> + </url> + +</urlset>
\ No newline at end of file diff --git a/docs/tags/index.html b/docs/tags/index.html new file mode 100644 index 0000000..0f1438d --- /dev/null +++ b/docs/tags/index.html @@ -0,0 +1,78 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Tags | jaseg.net</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + + <header> + + + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css"> + <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> + <script>hljs.initHighlightingOnLoad();</script> + <nav> + <ul> + + + <li class="pull-left "> + <a href="https://jaseg.net/">/home/jaseg.net</a> + </li> + + + + + </ul> + </nav> +</header> + + </head> + + <body> + <br/> + + +<h1>Tags</h1> + +<ul class="terms"> + +</ul> + + <footer> + +<script> +(function() { + function center_el(tagName) { + var tags = document.getElementsByTagName(tagName), i, tag; + for (i = 0; i < tags.length; i++) { + tag = tags[i]; + var parent = tag.parentElement; + + if (parent.childNodes.length === 1) { + + if (parent.nodeName === 'A') { + parent = parent.parentElement; + if (parent.childNodes.length != 1) continue; + } + if (parent.nodeName === 'P') parent.style.textAlign = 'center'; + } + } + } + var tagNames = ['img', 'embed', 'object']; + for (var i = 0; i < tagNames.length; i++) { + center_el(tagNames[i]); + } +})(); +</script> + + + <div id="license-info"> + ©2018 by Sebastian Götte. This work is licensed under + <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>. + </div> + </footer> + </body> +</html> + diff --git a/docs/tags/index.xml b/docs/tags/index.xml new file mode 100644 index 0000000..0a11fed --- /dev/null +++ b/docs/tags/index.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Tags on jaseg.net</title> + <link>https://jaseg.net/tags/</link> + <description>Recent content in Tags on jaseg.net</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + + <atom:link href="https://jaseg.net/tags/index.xml" rel="self" type="application/rss+xml" /> + + + </channel> +</rss>
\ No newline at end of file diff --git a/docs/video/led_within_srgb_fancy_camera_path_scale=2.5.mkv b/docs/video/led_within_srgb_fancy_camera_path_scale=2.5.mkv Binary files differnew file mode 100644 index 0000000..0a1eece --- /dev/null +++ b/docs/video/led_within_srgb_fancy_camera_path_scale=2.5.mkv diff --git a/docs/video/led_within_srgb_fancy_camera_path_scale=2.5.webm b/docs/video/led_within_srgb_fancy_camera_path_scale=2.5.webm Binary files differnew file mode 100644 index 0000000..04d355c --- /dev/null +++ b/docs/video/led_within_srgb_fancy_camera_path_scale=2.5.webm diff --git a/docs/video/led_within_srgb_scale=1.0.mkv b/docs/video/led_within_srgb_scale=1.0.mkv Binary files differnew file mode 100644 index 0000000..69dfccf --- /dev/null +++ b/docs/video/led_within_srgb_scale=1.0.mkv diff --git a/docs/video/led_within_srgb_scale=1.0.webm b/docs/video/led_within_srgb_scale=1.0.webm Binary files differnew file mode 100644 index 0000000..8034882 --- /dev/null +++ b/docs/video/led_within_srgb_scale=1.0.webm diff --git a/docs/video/led_within_srgb_scale=2.5.mkv b/docs/video/led_within_srgb_scale=2.5.mkv Binary files differnew file mode 100644 index 0000000..a7fba0b --- /dev/null +++ b/docs/video/led_within_srgb_scale=2.5.mkv diff --git a/docs/video/led_within_srgb_scale=2.5.webm b/docs/video/led_within_srgb_scale=2.5.webm Binary files differnew file mode 100644 index 0000000..d0c9135 --- /dev/null +++ b/docs/video/led_within_srgb_scale=2.5.webm diff --git a/docs/video/led_within_srgb_scale=3.mkv b/docs/video/led_within_srgb_scale=3.mkv Binary files differnew file mode 100644 index 0000000..94c7750 --- /dev/null +++ b/docs/video/led_within_srgb_scale=3.mkv diff --git a/docs/video/led_within_srgb_scale=3.webm b/docs/video/led_within_srgb_scale=3.webm Binary files differnew file mode 100644 index 0000000..3dc88cc --- /dev/null +++ b/docs/video/led_within_srgb_scale=3.webm diff --git a/docs/video/sRGB.mkv b/docs/video/sRGB.mkv Binary files differnew file mode 100644 index 0000000..903c719 --- /dev/null +++ b/docs/video/sRGB.mkv diff --git a/docs/video/sRGB.webm b/docs/video/sRGB.webm Binary files differnew file mode 100644 index 0000000..737cc1b --- /dev/null +++ b/docs/video/sRGB.webm diff --git a/docs/video/scale=1.mkv b/docs/video/scale=1.mkv Binary files differnew file mode 100644 index 0000000..410896e --- /dev/null +++ b/docs/video/scale=1.mkv diff --git a/docs/video/scale=1.webm b/docs/video/scale=1.webm Binary files differnew file mode 100644 index 0000000..dc599be --- /dev/null +++ b/docs/video/scale=1.webm diff --git a/docs/video/scale=2.5.mkv b/docs/video/scale=2.5.mkv Binary files differnew file mode 100644 index 0000000..6ff3619 --- /dev/null +++ b/docs/video/scale=2.5.mkv diff --git a/docs/video/scale=2.5.webm b/docs/video/scale=2.5.webm Binary files differnew file mode 100644 index 0000000..6a6a860 --- /dev/null +++ b/docs/video/scale=2.5.webm diff --git a/docs/video/scale=5.mkv b/docs/video/scale=5.mkv Binary files differnew file mode 100644 index 0000000..b4e7e65 --- /dev/null +++ b/docs/video/scale=5.mkv diff --git a/docs/video/scale=5.webm b/docs/video/scale=5.webm Binary files differnew file mode 100644 index 0000000..0298a11 --- /dev/null +++ b/docs/video/scale=5.webm diff --git a/static/images/daylight_spectrum_dvd.jpg b/static/images/daylight_spectrum_dvd.jpg Binary files differnew file mode 100644 index 0000000..d01242e --- /dev/null +++ b/static/images/daylight_spectrum_dvd.jpg diff --git a/static/images/hsv_cylinder.png b/static/images/hsv_cylinder.png Binary files differnew file mode 100644 index 0000000..265f3e0 --- /dev/null +++ b/static/images/hsv_cylinder.png diff --git a/static/images/processed_plot_cheap_rgb.svg b/static/images/processed_plot_cheap_rgb.svg new file mode 100644 index 0000000..019d3c9 --- /dev/null +++ b/static/images/processed_plot_cheap_rgb.svg @@ -0,0 +1,2453 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Created with matplotlib (http://matplotlib.org/) --> +<svg height="345pt" version="1.1" viewBox="0 0 460 345" width="460pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 345.6 +L 460.8 345.6 +L 460.8 0 +L 0 0 +z +" style="fill:none;opacity:0;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 57.6 307.584 +L 414.72 307.584 +L 414.72 41.472 +L 57.6 41.472 +z +" style="fill:#ffffff;"/> + </g> + <g id="LineCollection_1"> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 278.910524 +L 61.496992 274.33988 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 64.41665 285.441713 +L 64.41665 278.818634 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 67.336308 281.011315 +L 67.336308 276.300985 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 70.255965 284.639571 +L 70.255965 278.673783 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 73.175623 281.049532 +L 73.175623 275.421107 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 76.09528 284.95924 +L 76.09528 279.35491 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 79.014938 281.088018 +L 79.014938 276.380774 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 81.934596 285.829831 +L 81.934596 280.11532 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 84.854253 282.140901 +L 84.854253 277.531303 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 87.773911 284.996409 +L 87.773911 279.420336 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 90.693568 281.967936 +L 90.693568 277.215756 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 93.613226 284.06644 +L 93.613226 278.42717 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 96.532884 281.137364 +L 96.532884 276.687364 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 99.452541 284.021649 +L 99.452541 278.893104 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 102.372199 280.295467 +L 102.372199 275.771009 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 105.291856 284.529896 +L 105.291856 278.893126 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 108.211514 281.309035 +L 108.211514 277.314694 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 111.131172 283.707917 +L 111.131172 278.619299 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 114.050829 279.876203 +L 114.050829 276.016466 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 116.970487 283.933232 +L 116.970487 278.781726 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 119.890144 281.054479 +L 119.890144 277.1281 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 122.809802 283.046446 +L 122.809802 277.467069 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 125.72946 281.435193 +L 125.72946 277.406344 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 128.649117 283.427172 +L 128.649117 278.33755 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 131.568775 281.225887 +L 131.568775 276.427057 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 134.488432 284.948982 +L 134.488432 280.377584 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 137.40809 280.826263 +L 137.40809 277.148161 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 140.327748 283.461101 +L 140.327748 278.450041 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 143.247405 280.743625 +L 143.247405 276.736143 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 146.167063 283.752606 +L 146.167063 279.045066 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 149.08672 280.808077 +L 149.08672 277.010468 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 152.006378 283.639838 +L 152.006378 279.445024 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 154.926036 281.178144 +L 154.926036 277.096737 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 157.845693 282.295115 +L 157.845693 277.388978 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 160.765351 281.087374 +L 160.765351 277.785812 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 163.685008 282.48621 +L 163.685008 278.197911 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 166.604666 280.708361 +L 166.604666 277.647829 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 169.524324 283.474504 +L 169.524324 279.11172 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 172.443981 281.349775 +L 172.443981 278.270592 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 175.363639 283.342568 +L 175.363639 278.858821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 178.283296 280.757955 +L 178.283296 277.23424 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 181.202954 283.698666 +L 181.202954 279.467853 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 184.122612 282.614584 +L 184.122612 278.983464 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 187.042269 283.478288 +L 187.042269 279.376814 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 189.961927 281.052022 +L 189.961927 278.103559 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 192.881584 282.694184 +L 192.881584 279.157642 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 195.801242 282.073164 +L 195.801242 278.628059 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 198.7209 283.604598 +L 198.7209 279.685054 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 201.640557 281.688116 +L 201.640557 278.926661 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 204.560215 283.001092 +L 204.560215 279.360753 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 207.479872 282.538915 +L 207.479872 278.699763 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 210.39953 283.830801 +L 210.39953 279.605009 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 213.319188 281.821008 +L 213.319188 278.993359 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 216.238845 282.668239 +L 216.238845 279.174183 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 219.158503 281.656302 +L 219.158503 278.883637 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 222.07816 282.943353 +L 222.07816 279.429344 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 224.997818 281.758729 +L 224.997818 278.716272 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 227.917476 283.34373 +L 227.917476 279.902129 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 230.837133 281.55533 +L 230.837133 278.610405 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 233.756791 283.878527 +L 233.756791 279.989633 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 236.676448 281.364112 +L 236.676448 277.760148 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 239.596106 281.890029 +L 239.596106 278.524979 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 242.515764 280.982215 +L 242.515764 277.889145 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 245.435421 282.186951 +L 245.435421 278.353118 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 248.355079 280.703225 +L 248.355079 277.47758 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 251.274736 279.891279 +L 251.274736 276.0428 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 254.194394 278.486168 +L 254.194394 275.168153 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 257.114052 278.458618 +L 257.114052 274.613876 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 260.033709 275.384946 +L 260.033709 271.746919 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 265.873024 271.736906 +L 265.873024 265.5644 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 268.792682 266.249167 +L 268.792682 260.958969 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 271.71234 259.776446 +L 271.71234 251.777085 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 274.631997 252.867163 +L 274.631997 243.333327 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 277.551655 245.227519 +L 277.551655 231.989042 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 280.471312 232.437788 +L 280.471312 216.624723 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 283.39097 216.138388 +L 283.39097 194.331603 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 286.310628 205.162922 +L 286.310628 179.712935 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 289.230285 190.67259 +L 289.230285 159.041888 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 292.149943 183.033332 +L 292.149943 146.973311 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 295.0696 173.019014 +L 295.0696 131.654096 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 297.989258 168.15864 +L 297.989258 125.505523 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 300.908916 163.630796 +L 300.908916 118.805992 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 303.828573 161.762198 +L 303.828573 117.298317 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 306.748231 161.116812 +L 306.748231 117.282103 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 309.667888 159.43387 +L 309.667888 117.025704 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 312.587546 162.341388 +L 312.587546 118.053778 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 315.507204 161.087128 +L 315.507204 119.220302 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 318.426861 162.495608 +L 318.426861 117.810818 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 321.346519 163.114673 +L 321.346519 119.350979 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 324.266176 171.104434 +L 324.266176 121.996701 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 327.185834 171.430452 +L 327.185834 121.434259 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 330.105491 176.717441 +L 330.105491 122.497386 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 333.025149 177.73217 +L 333.025149 123.126405 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 335.944807 183.307443 +L 335.944807 124.426801 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 338.864464 183.039649 +L 338.864464 124.809255 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 341.784122 188.895469 +L 341.784122 126.614296 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 344.703779 188.602529 +L 344.703779 126.658152 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 347.623437 192.36741 +L 347.623437 128.043247 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 350.543095 189.856969 +L 350.543095 127.55189 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 353.462752 192.435333 +L 353.462752 129.42921 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 356.38241 186.217654 +L 356.38241 129.806508 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 359.302067 187.532359 +L 359.302067 131.601439 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 362.221725 184.363499 +L 362.221725 133.382439 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 365.141383 213.372064 +L 365.141383 165.098862 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 373.900355 263.016332 +L 373.900355 247.957061 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 376.820013 275.104814 +L 376.820013 264.793057 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 379.739671 275.336552 +L 379.739671 269.943245 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 382.659328 280.909785 +L 382.659328 275.805529 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 385.578986 281.305755 +L 385.578986 278.438279 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 388.498643 282.843231 +L 388.498643 279.485313 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 391.418301 279.456777 +L 391.418301 276.133494 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 394.337959 283.413992 +L 394.337959 279.640128 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 397.257616 282.241102 +L 397.257616 279.205994 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="LineCollection_2"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 284.143983 +L 58.577335 281.07378 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 280.980579 +L 61.496992 278.81364 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 64.41665 284.192244 +L 64.41665 280.477212 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 67.336308 281.483658 +L 67.336308 278.875527 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 70.255965 287.787962 +L 70.255965 284.342538 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 73.175623 280.516531 +L 73.175623 278.134654 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 76.09528 283.549855 +L 76.09528 280.318887 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 79.014938 280.451465 +L 79.014938 278.31337 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 81.934596 284.716011 +L 81.934596 281.608953 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 84.854253 278.953931 +L 84.854253 276.204545 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 87.773911 288.631666 +L 87.773911 284.226511 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 90.693568 280.095747 +L 90.693568 277.661914 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 93.613226 283.016647 +L 93.613226 279.494476 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 96.532884 280.597103 +L 96.532884 278.019495 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 99.452541 282.565362 +L 99.452541 279.492086 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 102.372199 280.581029 +L 102.372199 278.182919 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 105.291856 281.412766 +L 105.291856 278.424353 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 108.211514 279.340874 +L 108.211514 277.151066 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 111.131172 283.306411 +L 111.131172 280.330038 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 114.050829 281.05108 +L 114.050829 278.793034 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 119.890144 295.488 +L 119.890144 290.113554 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 122.809802 280.063107 +L 122.809802 277.77456 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 125.72946 280.284802 +L 125.72946 277.900041 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 128.649117 281.825063 +L 128.649117 278.913027 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 131.568775 280.475613 +L 131.568775 278.003329 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 134.488432 282.823188 +L 134.488432 279.561293 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 137.40809 278.035106 +L 137.40809 274.929996 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 140.327748 281.182182 +L 140.327748 277.940517 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 143.247405 279.444875 +L 143.247405 276.504031 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 146.167063 279.570673 +L 146.167063 276.752637 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 149.08672 277.024457 +L 149.08672 274.030424 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 152.006378 279.02212 +L 152.006378 275.738582 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 154.926036 275.079533 +L 154.926036 271.917203 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 157.845693 274.575231 +L 157.845693 271.284546 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 160.765351 271.920339 +L 160.765351 269.158391 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 163.685008 270.202293 +L 163.685008 266.665104 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 166.604666 267.289449 +L 166.604666 264.154687 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 169.524324 265.644529 +L 169.524324 261.212208 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 172.443981 261.772221 +L 172.443981 257.903668 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 175.363639 261.659899 +L 175.363639 256.226705 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 178.283296 259.120464 +L 178.283296 253.940569 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 181.202954 258.062012 +L 181.202954 251.514436 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 184.122612 255.709608 +L 184.122612 249.669746 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 189.961927 256.299105 +L 189.961927 248.487232 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 192.881584 251.824628 +L 192.881584 245.335445 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 195.801242 251.314784 +L 195.801242 244.208485 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 198.7209 252.401616 +L 198.7209 246.399119 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 201.640557 246.926447 +L 201.640557 238.933991 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 204.560215 247.096302 +L 204.560215 238.91944 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 207.479872 252.575561 +L 207.479872 242.347325 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 210.39953 232.938637 +L 210.39953 222.778377 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 213.319188 246.11591 +L 213.319188 235.362111 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 216.238845 244.481756 +L 216.238845 235.230934 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 219.158503 244.464174 +L 219.158503 233.492235 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 222.07816 243.136867 +L 222.07816 233.455394 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 224.997818 244.148075 +L 224.997818 232.806371 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 227.917476 241.532638 +L 227.917476 231.194699 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 230.837133 242.499807 +L 230.837133 230.791377 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 233.756791 240.853983 +L 233.756791 230.052993 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 236.676448 241.974149 +L 236.676448 229.302929 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 239.596106 239.905738 +L 239.596106 228.780735 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 242.515764 241.793725 +L 242.515764 228.281754 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 245.435421 239.764986 +L 245.435421 228.089704 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 248.355079 241.836149 +L 248.355079 228.567236 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 251.274736 240.706451 +L 251.274736 228.878944 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 254.194394 245.039975 +L 254.194394 231.933652 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 257.114052 242.71361 +L 257.114052 231.681002 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 260.033709 247.253918 +L 260.033709 235.011359 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 262.953367 247.976678 +L 262.953367 237.080937 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 265.873024 254.397907 +L 265.873024 243.215877 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 268.792682 253.524888 +L 268.792682 244.950669 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 271.71234 259.556378 +L 271.71234 250.543369 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 274.631997 260.574167 +L 274.631997 253.451425 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 277.551655 265.635789 +L 277.551655 258.410588 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 280.471312 266.132665 +L 280.471312 260.908439 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 283.39097 270.23697 +L 283.39097 264.608401 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 286.310628 270.418369 +L 286.310628 266.640736 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 289.230285 275.290909 +L 289.230285 268.693553 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 292.149943 273.99866 +L 292.149943 271.101397 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 295.0696 276.691079 +L 295.0696 272.858153 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 297.989258 276.021299 +L 297.989258 273.423465 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 300.908916 278.580451 +L 300.908916 274.832342 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 303.828573 278.409796 +L 303.828573 275.846293 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 306.748231 279.741203 +L 306.748231 276.921155 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 309.667888 279.265013 +L 309.667888 276.687546 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 312.587546 280.60497 +L 312.587546 277.968875 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 315.507204 280.429273 +L 315.507204 277.609776 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 318.426861 281.598884 +L 318.426861 278.608069 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 321.346519 280.17704 +L 321.346519 277.327749 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 324.266176 281.379115 +L 324.266176 278.300936 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 327.185834 281.055404 +L 327.185834 278.330928 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 330.105491 281.843256 +L 330.105491 279.168244 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 333.025149 281.89939 +L 333.025149 279.078885 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 335.944807 282.039713 +L 335.944807 279.429049 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 338.864464 282.177442 +L 338.864464 279.024145 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 341.784122 282.137167 +L 341.784122 279.42769 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 344.703779 281.59815 +L 344.703779 278.608266 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 347.623437 281.392736 +L 347.623437 277.685133 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 350.543095 280.902546 +L 350.543095 277.814276 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 353.462752 281.826467 +L 353.462752 278.307328 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 356.38241 281.662848 +L 356.38241 278.497708 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 359.302067 282.577388 +L 359.302067 279.802443 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 362.221725 281.922307 +L 362.221725 278.630828 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 365.141383 283.167943 +L 365.141383 280.484627 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 368.06104 281.300075 +L 368.06104 278.599225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 370.980698 282.376414 +L 370.980698 280.133454 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 373.900355 285.603617 +L 373.900355 278.014821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 376.820013 281.949599 +L 376.820013 278.577661 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 379.739671 282.91878 +L 379.739671 279.079669 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 382.659328 282.667026 +L 382.659328 279.856664 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 385.578986 282.213699 +L 385.578986 279.090097 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 391.418301 282.148082 +L 391.418301 276.867803 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 394.337959 283.410059 +L 394.337959 280.094702 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 397.257616 281.966658 +L 397.257616 278.914225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="LineCollection_3"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 290.128781 +L 58.577335 281.320541 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 283.816441 +L 61.496992 276.875846 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 64.41665 288.489482 +L 64.41665 279.518797 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 67.336308 282.626907 +L 67.336308 275.58712 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 70.255965 287.201896 +L 70.255965 278.640799 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 73.175623 281.796012 +L 73.175623 274.587847 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 76.09528 284.354178 +L 76.09528 276.070686 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 79.014938 286.209547 +L 79.014938 279.118301 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 81.934596 282.060311 +L 81.934596 273.37693 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 84.854253 274.276789 +L 84.854253 266.376846 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 87.773911 268.251775 +L 87.773911 258.520714 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 93.613226 254.169715 +L 93.613226 244.117127 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 96.532884 235.06363 +L 96.532884 222.160153 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 99.452541 221.634389 +L 99.452541 208.209046 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 102.372199 198.11354 +L 102.372199 180.531708 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 105.291856 184.248839 +L 105.291856 165.989767 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 108.211514 162.732593 +L 108.211514 141.021121 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 111.131172 153.752433 +L 111.131172 129.818485 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 114.050829 142.35496 +L 114.050829 115.436823 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 116.970487 136.269657 +L 116.970487 108.542822 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 119.890144 124.675825 +L 119.890144 94.417369 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 122.809802 119.280919 +L 122.809802 88.585974 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 125.72946 115.096211 +L 125.72946 81.604735 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 128.649117 111.833807 +L 128.649117 78.147405 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 131.568775 105.554071 +L 131.568775 70.690608 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 134.488432 105.110966 +L 134.488432 69.411532 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 137.40809 103.006543 +L 137.40809 65.250003 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 140.327748 100.08429 +L 140.327748 63.304294 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 143.247405 99.11786 +L 143.247405 60.341532 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 146.167063 99.192939 +L 146.167063 58.911511 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 149.08672 99.009119 +L 149.08672 57.756606 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 152.006378 97.617792 +L 152.006378 57.710912 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 154.926036 99.782223 +L 154.926036 57.538506 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 157.845693 99.605966 +L 157.845693 58.037614 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 160.765351 99.615633 +L 160.765351 56.438246 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 163.685008 98.136225 +L 163.685008 56.124579 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 166.604666 101.371283 +L 166.604666 56.632382 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 169.524324 99.327001 +L 169.524324 56.506328 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 172.443981 100.834952 +L 172.443981 56.109207 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 175.363639 101.939314 +L 175.363639 55.840928 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 178.283296 99.5933 +L 178.283296 53.568 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 181.202954 99.609341 +L 181.202954 54.089062 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 184.122612 104.549366 +L 184.122612 58.872619 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 187.042269 101.35316 +L 187.042269 56.638743 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 189.961927 105.545818 +L 189.961927 59.87392 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 192.881584 104.933953 +L 192.881584 60.454488 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 195.801242 112.455899 +L 195.801242 65.074367 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 198.7209 114.015221 +L 198.7209 67.874755 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 201.640557 132.174148 +L 201.640557 86.512264 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 204.560215 145.985409 +L 204.560215 104.541044 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 207.479872 173.769421 +L 207.479872 137.09989 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 210.39953 192.244893 +L 210.39953 161.990571 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 213.319188 225.901249 +L 213.319188 200.434321 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 216.238845 233.65984 +L 216.238845 214.894993 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 219.158503 252.761348 +L 219.158503 236.027501 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 222.07816 256.968774 +L 222.07816 245.215486 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 224.997818 269.117575 +L 224.997818 259.011426 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 227.917476 269.19052 +L 227.917476 261.483351 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 230.837133 275.44415 +L 230.837133 267.384367 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 233.756791 275.5997 +L 233.756791 270.503517 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 236.676448 279.980368 +L 236.676448 273.716344 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 239.596106 278.858699 +L 239.596106 274.588186 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 242.515764 281.429594 +L 242.515764 276.249942 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 245.435421 280.712894 +L 245.435421 276.709899 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 248.355079 282.704329 +L 248.355079 277.737055 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 251.274736 280.971756 +L 251.274736 277.349321 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 254.194394 282.960375 +L 254.194394 277.990156 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 257.114052 281.022806 +L 257.114052 277.463493 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 260.033709 283.345958 +L 260.033709 278.808638 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 262.953367 282.124541 +L 262.953367 278.717598 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 265.873024 283.362115 +L 265.873024 279.039831 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 268.792682 281.667847 +L 268.792682 278.134202 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 271.71234 282.919806 +L 271.71234 278.784471 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 274.631997 282.096009 +L 274.631997 279.12022 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 277.551655 283.262126 +L 277.551655 279.231824 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 280.471312 282.084313 +L 280.471312 278.964009 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 283.39097 283.198784 +L 283.39097 279.061994 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 286.310628 281.785923 +L 286.310628 278.639016 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 289.230285 283.136746 +L 289.230285 279.122597 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 295.0696 281.978618 +L 295.0696 279.043722 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 297.989258 283.433713 +L 297.989258 279.155074 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 300.908916 281.541184 +L 300.908916 278.779193 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 303.828573 282.922065 +L 303.828573 279.058722 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 306.748231 281.641995 +L 306.748231 278.337939 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 309.667888 283.008422 +L 309.667888 279.097881 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 312.587546 281.598929 +L 312.587546 278.470168 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 315.507204 282.753228 +L 315.507204 278.919394 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 318.426861 281.279792 +L 318.426861 278.401579 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 321.346519 282.498445 +L 321.346519 279.022207 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 324.266176 281.941331 +L 324.266176 278.816921 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 327.185834 282.599304 +L 327.185834 279.057821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 330.105491 281.577302 +L 330.105491 278.162026 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 333.025149 282.303754 +L 333.025149 278.716129 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 335.944807 281.53154 +L 335.944807 278.54985 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 338.864464 282.816274 +L 338.864464 278.995111 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 341.784122 281.619841 +L 341.784122 278.50505 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 344.703779 283.606413 +L 344.703779 279.402367 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 347.623437 281.218295 +L 347.623437 278.456767 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 350.543095 282.851839 +L 350.543095 279.313531 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 353.462752 281.487292 +L 353.462752 278.381584 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 356.38241 282.670275 +L 356.38241 278.640596 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 359.302067 281.883345 +L 359.302067 278.688656 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 362.221725 282.531248 +L 362.221725 278.791149 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 365.141383 281.429889 +L 365.141383 278.773959 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 368.06104 282.530834 +L 368.06104 278.766882 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 370.980698 281.576275 +L 370.980698 278.503301 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 373.900355 282.865656 +L 373.900355 279.273248 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 376.820013 281.329875 +L 376.820013 278.361797 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 379.739671 283.228225 +L 379.739671 279.289289 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 382.659328 281.586421 +L 382.659328 278.885178 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 385.578986 281.933696 +L 385.578986 278.566221 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 388.498643 281.669595 +L 388.498643 278.544368 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 391.418301 282.67669 +L 391.418301 279.080292 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 394.337959 281.567521 +L 394.337959 278.385769 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p9f26863f72)" d="M 397.257616 282.14707 +L 397.257616 278.857473 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="line2d_1"> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 276.625202 +L 64.41665 282.130174 +L 67.336308 278.65615 +L 70.255965 281.656677 +L 73.175623 278.23532 +L 76.09528 282.157075 +L 79.014938 278.734396 +L 81.934596 282.972575 +L 84.854253 279.836102 +L 87.773911 282.208372 +L 90.693568 279.591846 +L 93.613226 281.246805 +L 96.532884 278.912364 +L 99.452541 281.457376 +L 102.372199 278.033238 +L 105.291856 281.711511 +L 108.211514 279.311864 +L 111.131172 281.163608 +L 114.050829 277.946334 +L 116.970487 281.357479 +L 119.890144 279.09129 +L 122.809802 280.256758 +L 125.72946 279.420769 +L 128.649117 280.882361 +L 131.568775 278.826472 +L 134.488432 282.663283 +L 137.40809 278.987212 +L 140.327748 280.955571 +L 143.247405 278.739884 +L 146.167063 281.398836 +L 149.08672 278.909273 +L 152.006378 281.542431 +L 154.926036 279.137441 +L 157.845693 279.842046 +L 160.765351 279.436593 +L 163.685008 280.34206 +L 166.604666 279.178095 +L 169.524324 281.293112 +L 172.443981 279.810184 +L 175.363639 281.100695 +L 178.283296 278.996097 +L 181.202954 281.583259 +L 184.122612 280.799024 +L 187.042269 281.427551 +L 189.961927 279.57779 +L 192.881584 280.925913 +L 195.801242 280.350611 +L 198.7209 281.644826 +L 201.640557 280.307389 +L 204.560215 281.180923 +L 207.479872 280.619339 +L 210.39953 281.717905 +L 213.319188 280.407184 +L 216.238845 280.921211 +L 219.158503 280.26997 +L 222.07816 281.186348 +L 224.997818 280.237501 +L 227.917476 281.62293 +L 230.837133 280.082867 +L 233.756791 281.93408 +L 236.676448 279.56213 +L 239.596106 280.207504 +L 242.515764 279.43568 +L 245.435421 280.270035 +L 248.355079 279.090402 +L 251.274736 277.96704 +L 254.194394 276.827161 +L 257.114052 276.536247 +L 260.033709 273.565933 +L 265.873024 268.650653 +L 268.792682 263.604068 +L 271.71234 255.776765 +L 274.631997 248.100245 +L 277.551655 238.60828 +L 280.471312 224.531255 +L 283.39097 205.234996 +L 286.310628 192.437928 +L 289.230285 174.857239 +L 292.149943 165.003321 +L 295.0696 152.336555 +L 297.989258 146.832081 +L 300.908916 141.218394 +L 303.828573 139.530257 +L 306.748231 139.199457 +L 309.667888 138.229787 +L 312.587546 140.197583 +L 315.507204 140.153715 +L 318.426861 140.153213 +L 321.346519 141.232826 +L 324.266176 146.550568 +L 327.185834 146.432355 +L 330.105491 149.607414 +L 333.025149 150.429287 +L 335.944807 153.867122 +L 338.864464 153.924452 +L 341.784122 157.754882 +L 344.703779 157.630341 +L 347.623437 160.205328 +L 350.543095 158.70443 +L 353.462752 160.932272 +L 356.38241 158.012081 +L 359.302067 159.566899 +L 362.221725 158.872969 +L 365.141383 189.235463 +L 373.900355 255.486697 +L 376.820013 269.948935 +L 379.739671 272.639899 +L 382.659328 278.357657 +L 385.578986 279.872017 +L 388.498643 281.164272 +L 391.418301 277.795136 +L 394.337959 281.52706 +L 397.257616 280.723548 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_2"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 282.608881 +L 61.496992 279.897109 +L 64.41665 282.334728 +L 67.336308 280.179592 +L 70.255965 286.06525 +L 73.175623 279.325593 +L 76.09528 281.934371 +L 79.014938 279.382417 +L 81.934596 283.162482 +L 84.854253 277.579238 +L 87.773911 286.429088 +L 90.693568 278.87883 +L 93.613226 281.255561 +L 96.532884 279.308299 +L 99.452541 281.028724 +L 102.372199 279.381974 +L 105.291856 279.91856 +L 108.211514 278.24597 +L 111.131172 281.818225 +L 114.050829 279.922057 +L 119.890144 292.800777 +L 122.809802 278.918834 +L 125.72946 279.092421 +L 128.649117 280.369045 +L 131.568775 279.239471 +L 134.488432 281.192241 +L 137.40809 276.482551 +L 140.327748 279.561349 +L 143.247405 277.974453 +L 146.167063 278.161655 +L 149.08672 275.527441 +L 152.006378 277.380351 +L 154.926036 273.498368 +L 157.845693 272.929889 +L 160.765351 270.539365 +L 163.685008 268.433698 +L 166.604666 265.722068 +L 169.524324 263.428369 +L 172.443981 259.837945 +L 175.363639 258.943302 +L 178.283296 256.530517 +L 181.202954 254.788224 +L 184.122612 252.689677 +L 189.961927 252.393169 +L 192.881584 248.580036 +L 195.801242 247.761634 +L 198.7209 249.400368 +L 201.640557 242.930219 +L 204.560215 243.007871 +L 207.479872 247.461443 +L 210.39953 227.858507 +L 213.319188 240.73901 +L 216.238845 239.856345 +L 219.158503 238.978205 +L 222.07816 238.296131 +L 224.997818 238.477223 +L 227.917476 236.363668 +L 230.837133 236.645592 +L 233.756791 235.453488 +L 236.676448 235.638539 +L 239.596106 234.343237 +L 242.515764 235.03774 +L 245.435421 233.927345 +L 248.355079 235.201692 +L 251.274736 234.792697 +L 254.194394 238.486814 +L 257.114052 237.197306 +L 260.033709 241.132638 +L 262.953367 242.528808 +L 265.873024 248.806892 +L 268.792682 249.237778 +L 271.71234 255.049873 +L 274.631997 257.012796 +L 277.551655 262.023188 +L 280.471312 263.520552 +L 283.39097 267.422685 +L 286.310628 268.529553 +L 289.230285 271.992231 +L 292.149943 272.550029 +L 295.0696 274.774616 +L 297.989258 274.722382 +L 300.908916 276.706397 +L 303.828573 277.128045 +L 306.748231 278.331179 +L 309.667888 277.97628 +L 312.587546 279.286923 +L 315.507204 279.019525 +L 318.426861 280.103477 +L 321.346519 278.752395 +L 324.266176 279.840025 +L 327.185834 279.693166 +L 330.105491 280.50575 +L 333.025149 280.489137 +L 335.944807 280.734381 +L 338.864464 280.600794 +L 341.784122 280.782429 +L 344.703779 280.103208 +L 347.623437 279.538935 +L 350.543095 279.358411 +L 353.462752 280.066897 +L 356.38241 280.080278 +L 359.302067 281.189915 +L 362.221725 280.276567 +L 365.141383 281.826285 +L 368.06104 279.94965 +L 370.980698 281.254934 +L 373.900355 281.809219 +L 376.820013 280.26363 +L 379.739671 280.999225 +L 382.659328 281.261845 +L 385.578986 280.651898 +L 391.418301 279.507943 +L 394.337959 281.752381 +L 397.257616 280.440442 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_3"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 285.724661 +L 61.496992 280.346143 +L 64.41665 284.004139 +L 67.336308 279.107014 +L 70.255965 282.921348 +L 73.175623 278.19193 +L 76.09528 280.212432 +L 79.014938 282.663924 +L 81.934596 277.71862 +L 84.854253 270.326818 +L 87.773911 263.386244 +L 93.613226 249.143421 +L 96.532884 228.611892 +L 99.452541 214.921718 +L 102.372199 189.322624 +L 105.291856 175.119303 +L 108.211514 151.876857 +L 111.131172 141.785459 +L 114.050829 128.895892 +L 116.970487 122.406239 +L 119.890144 109.546597 +L 122.809802 103.933447 +L 125.72946 98.350473 +L 128.649117 94.990606 +L 131.568775 88.12234 +L 134.488432 87.261249 +L 137.40809 84.128273 +L 140.327748 81.694292 +L 143.247405 79.729696 +L 146.167063 79.052225 +L 149.08672 78.382863 +L 152.006378 77.664352 +L 154.926036 78.660365 +L 157.845693 78.82179 +L 160.765351 78.02694 +L 163.685008 77.130402 +L 166.604666 79.001833 +L 169.524324 77.916664 +L 172.443981 78.472079 +L 175.363639 78.890121 +L 178.283296 76.58065 +L 181.202954 76.849202 +L 184.122612 81.710993 +L 187.042269 78.995951 +L 189.961927 82.709869 +L 192.881584 82.69422 +L 195.801242 88.765133 +L 198.7209 90.944988 +L 201.640557 109.343206 +L 204.560215 125.263227 +L 207.479872 155.434656 +L 210.39953 177.117732 +L 213.319188 213.167785 +L 216.238845 224.277416 +L 219.158503 244.394424 +L 222.07816 251.09213 +L 224.997818 264.0645 +L 227.917476 265.336935 +L 230.837133 271.414259 +L 233.756791 273.051609 +L 236.676448 276.848356 +L 239.596106 276.723442 +L 242.515764 278.839768 +L 245.435421 278.711397 +L 248.355079 280.220692 +L 251.274736 279.160539 +L 254.194394 280.475266 +L 257.114052 279.243149 +L 260.033709 281.077298 +L 262.953367 280.42107 +L 265.873024 281.200973 +L 268.792682 279.901025 +L 271.71234 280.852138 +L 274.631997 280.608115 +L 277.551655 281.246975 +L 280.471312 280.524161 +L 283.39097 281.130389 +L 286.310628 280.212469 +L 289.230285 281.129671 +L 295.0696 280.51117 +L 297.989258 281.294393 +L 300.908916 280.160189 +L 303.828573 280.990394 +L 306.748231 279.989967 +L 309.667888 281.053151 +L 312.587546 280.034549 +L 315.507204 280.836311 +L 318.426861 279.840686 +L 321.346519 280.760326 +L 324.266176 280.379126 +L 327.185834 280.828563 +L 330.105491 279.869664 +L 333.025149 280.509941 +L 335.944807 280.040695 +L 338.864464 280.905692 +L 341.784122 280.062446 +L 344.703779 281.50439 +L 347.623437 279.837531 +L 350.543095 281.082685 +L 353.462752 279.934438 +L 356.38241 280.655435 +L 359.302067 280.286001 +L 362.221725 280.661199 +L 365.141383 280.101924 +L 368.06104 280.648858 +L 370.980698 280.039788 +L 373.900355 281.069452 +L 376.820013 279.845836 +L 379.739671 281.258757 +L 382.659328 280.2358 +L 385.578986 280.249959 +L 388.498643 280.106981 +L 391.418301 280.878491 +L 394.337959 279.976645 +L 397.257616 280.502272 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_4"> + <path clip-path="url(#p9f26863f72)" d="M 78.607059 307.584 +L 78.607059 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_5"> + <defs> + <path d="M 0 0 +L 0 3.5 +" id="mfb8214b08d" style="stroke:#01769d;stroke-width:0.8;"/> + </defs> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="78.607059" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_1"> + <!-- 400 --> + <defs> + <path d="M 37.796875 64.3125 +L 12.890625 25.390625 +L 37.796875 25.390625 +z +M 35.203125 72.90625 +L 47.609375 72.90625 +L 47.609375 25.390625 +L 58.015625 25.390625 +L 58.015625 17.1875 +L 47.609375 17.1875 +L 47.609375 0 +L 37.796875 0 +L 37.796875 17.1875 +L 4.890625 17.1875 +L 4.890625 26.703125 +z +" id="DejaVuSans-34"/> + <path d="M 31.78125 66.40625 +Q 24.171875 66.40625 20.328125 58.90625 +Q 16.5 51.421875 16.5 36.375 +Q 16.5 21.390625 20.328125 13.890625 +Q 24.171875 6.390625 31.78125 6.390625 +Q 39.453125 6.390625 43.28125 13.890625 +Q 47.125 21.390625 47.125 36.375 +Q 47.125 51.421875 43.28125 58.90625 +Q 39.453125 66.40625 31.78125 66.40625 +M 31.78125 74.21875 +Q 44.046875 74.21875 50.515625 64.515625 +Q 56.984375 54.828125 56.984375 36.375 +Q 56.984375 17.96875 50.515625 8.265625 +Q 44.046875 -1.421875 31.78125 -1.421875 +Q 19.53125 -1.421875 13.0625 8.265625 +Q 6.59375 17.96875 6.59375 36.375 +Q 6.59375 54.828125 13.0625 64.515625 +Q 19.53125 74.21875 31.78125 74.21875 +" id="DejaVuSans-30"/> + </defs> + <g style="fill:#01769d;" transform="translate(69.063309 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-34"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_6"> + <path clip-path="url(#p9f26863f72)" d="M 131.124706 307.584 +L 131.124706 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_7"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="131.124706" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_2"> + <!-- 450 --> + <defs> + <path d="M 10.796875 72.90625 +L 49.515625 72.90625 +L 49.515625 64.59375 +L 19.828125 64.59375 +L 19.828125 46.734375 +Q 21.96875 47.46875 24.109375 47.828125 +Q 26.265625 48.1875 28.421875 48.1875 +Q 40.625 48.1875 47.75 41.5 +Q 54.890625 34.8125 54.890625 23.390625 +Q 54.890625 11.625 47.5625 5.09375 +Q 40.234375 -1.421875 26.90625 -1.421875 +Q 22.3125 -1.421875 17.546875 -0.640625 +Q 12.796875 0.140625 7.71875 1.703125 +L 7.71875 11.625 +Q 12.109375 9.234375 16.796875 8.0625 +Q 21.484375 6.890625 26.703125 6.890625 +Q 35.15625 6.890625 40.078125 11.328125 +Q 45.015625 15.765625 45.015625 23.390625 +Q 45.015625 31 40.078125 35.4375 +Q 35.15625 39.890625 26.703125 39.890625 +Q 22.75 39.890625 18.8125 39.015625 +Q 14.890625 38.140625 10.796875 36.28125 +z +" id="DejaVuSans-35"/> + </defs> + <g style="fill:#01769d;" transform="translate(121.580956 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-34"/> + <use x="63.623047" xlink:href="#DejaVuSans-35"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_8"> + <path clip-path="url(#p9f26863f72)" d="M 183.642353 307.584 +L 183.642353 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_9"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="183.642353" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_3"> + <!-- 500 --> + <g style="fill:#01769d;" transform="translate(174.098603 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-35"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_10"> + <path clip-path="url(#p9f26863f72)" d="M 236.16 307.584 +L 236.16 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_11"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="236.16" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_4"> + <!-- 550 --> + <g style="fill:#01769d;" transform="translate(226.61625 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-35"/> + <use x="63.623047" xlink:href="#DejaVuSans-35"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_12"> + <path clip-path="url(#p9f26863f72)" d="M 288.677647 307.584 +L 288.677647 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_13"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="288.677647" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_5"> + <!-- 600 --> + <defs> + <path d="M 33.015625 40.375 +Q 26.375 40.375 22.484375 35.828125 +Q 18.609375 31.296875 18.609375 23.390625 +Q 18.609375 15.53125 22.484375 10.953125 +Q 26.375 6.390625 33.015625 6.390625 +Q 39.65625 6.390625 43.53125 10.953125 +Q 47.40625 15.53125 47.40625 23.390625 +Q 47.40625 31.296875 43.53125 35.828125 +Q 39.65625 40.375 33.015625 40.375 +M 52.59375 71.296875 +L 52.59375 62.3125 +Q 48.875 64.0625 45.09375 64.984375 +Q 41.3125 65.921875 37.59375 65.921875 +Q 27.828125 65.921875 22.671875 59.328125 +Q 17.53125 52.734375 16.796875 39.40625 +Q 19.671875 43.65625 24.015625 45.921875 +Q 28.375 48.1875 33.59375 48.1875 +Q 44.578125 48.1875 50.953125 41.515625 +Q 57.328125 34.859375 57.328125 23.390625 +Q 57.328125 12.15625 50.6875 5.359375 +Q 44.046875 -1.421875 33.015625 -1.421875 +Q 20.359375 -1.421875 13.671875 8.265625 +Q 6.984375 17.96875 6.984375 36.375 +Q 6.984375 53.65625 15.1875 63.9375 +Q 23.390625 74.21875 37.203125 74.21875 +Q 40.921875 74.21875 44.703125 73.484375 +Q 48.484375 72.75 52.59375 71.296875 +" id="DejaVuSans-36"/> + </defs> + <g style="fill:#01769d;" transform="translate(279.133897 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-36"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_14"> + <path clip-path="url(#p9f26863f72)" d="M 341.195294 307.584 +L 341.195294 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_15"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="341.195294" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_6"> + <!-- 650 --> + <g style="fill:#01769d;" transform="translate(331.651544 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-36"/> + <use x="63.623047" xlink:href="#DejaVuSans-35"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_16"> + <path clip-path="url(#p9f26863f72)" d="M 393.712941 307.584 +L 393.712941 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_17"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="393.712941" xlink:href="#mfb8214b08d" y="307.584"/> + </g> + </g> + <g id="text_7"> + <!-- 700 --> + <defs> + <path d="M 8.203125 72.90625 +L 55.078125 72.90625 +L 55.078125 68.703125 +L 28.609375 0 +L 18.3125 0 +L 43.21875 64.59375 +L 8.203125 64.59375 +z +" id="DejaVuSans-37"/> + </defs> + <g style="fill:#01769d;" transform="translate(384.169191 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-37"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="text_8"> + <!-- $\lambda\;[nm]$ --> + <defs> + <path d="M 36.71875 67.4375 +L 48.828125 0 +L 39.3125 0 +L 31.84375 40.4375 +L 5.125 0 +L -4.390625 0 +L 29.734375 52.4375 +L 28.03125 62.109375 +Q 26.953125 68.265625 21.734375 68.265625 +L 17.046875 68.265625 +L 18.5 75.984375 +L 24.21875 75.875 +Q 35.203125 75.734375 36.71875 67.4375 +" id="DejaVuSans-Oblique-3bb"/> + <path d="M 8.59375 75.984375 +L 29.296875 75.984375 +L 29.296875 69 +L 17.578125 69 +L 17.578125 -6.203125 +L 29.296875 -6.203125 +L 29.296875 -13.1875 +L 8.59375 -13.1875 +z +" id="DejaVuSans-5b"/> + <path d="M 55.71875 33.015625 +L 49.3125 0 +L 40.28125 0 +L 46.6875 32.671875 +Q 47.125 34.96875 47.359375 36.71875 +Q 47.609375 38.484375 47.609375 39.5 +Q 47.609375 43.609375 45.015625 45.890625 +Q 42.4375 48.1875 37.796875 48.1875 +Q 30.5625 48.1875 25.34375 43.375 +Q 20.125 38.578125 18.5 30.328125 +L 12.5 0 +L 3.515625 0 +L 14.109375 54.6875 +L 23.09375 54.6875 +L 21.296875 46.09375 +Q 25.046875 50.828125 30.3125 53.40625 +Q 35.59375 56 41.40625 56 +Q 48.640625 56 52.609375 52.09375 +Q 56.59375 48.1875 56.59375 41.109375 +Q 56.59375 39.359375 56.375 37.359375 +Q 56.15625 35.359375 55.71875 33.015625 +" id="DejaVuSans-Oblique-6e"/> + <path d="M 89.796875 33.015625 +L 83.40625 0 +L 74.421875 0 +L 80.71875 32.71875 +Q 81.109375 34.8125 81.296875 36.328125 +Q 81.5 37.84375 81.5 38.921875 +Q 81.5 43.3125 79.046875 45.75 +Q 76.609375 48.1875 72.21875 48.1875 +Q 65.671875 48.1875 60.546875 43.28125 +Q 55.421875 38.375 53.90625 30.515625 +L 47.90625 0 +L 38.921875 0 +L 45.3125 32.71875 +Q 45.703125 34.515625 45.890625 36.046875 +Q 46.09375 37.59375 46.09375 38.8125 +Q 46.09375 43.265625 43.65625 45.71875 +Q 41.21875 48.1875 36.921875 48.1875 +Q 30.28125 48.1875 25.140625 43.28125 +Q 20.015625 38.375 18.5 30.515625 +L 12.5 0 +L 3.515625 0 +L 14.203125 54.6875 +L 23.1875 54.6875 +L 21.484375 46.1875 +Q 25.140625 50.984375 30.046875 53.484375 +Q 34.96875 56 40.578125 56 +Q 46.53125 56 50.359375 52.875 +Q 54.203125 49.75 54.984375 44.1875 +Q 59.078125 49.953125 64.46875 52.96875 +Q 69.875 56 75.875 56 +Q 82.90625 56 86.734375 51.953125 +Q 90.578125 47.90625 90.578125 40.484375 +Q 90.578125 38.875 90.375 36.9375 +Q 90.1875 35.015625 89.796875 33.015625 +" id="DejaVuSans-Oblique-6d"/> + <path d="M 30.421875 75.984375 +L 30.421875 -13.1875 +L 9.71875 -13.1875 +L 9.71875 -6.203125 +L 21.390625 -6.203125 +L 21.390625 69 +L 9.71875 69 +L 9.71875 75.984375 +z +" id="DejaVuSans-5d"/> + </defs> + <g style="fill:#01769d;" transform="translate(219.86 335.860562)scale(0.1 -0.1)"> + <use transform="translate(0 0.015625)" xlink:href="#DejaVuSans-Oblique-3bb"/> + <use transform="translate(86.238823 0.015625)" xlink:href="#DejaVuSans-5b"/> + <use transform="translate(125.252495 0.015625)" xlink:href="#DejaVuSans-Oblique-6e"/> + <use transform="translate(188.631401 0.015625)" xlink:href="#DejaVuSans-Oblique-6d"/> + <use transform="translate(286.043511 0.015625)" xlink:href="#DejaVuSans-5d"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_18"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 280.44264 +L 414.72 280.44264 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_19"> + <defs> + <path d="M 0 0 +L -3.5 0 +" id="ma8edc5e12c" style="stroke:#01769d;stroke-width:0.8;"/> + </defs> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="280.44264"/> + </g> + </g> + <g id="text_9"> + <!-- 0 --> + <g style="fill:#01769d;" transform="translate(44.2375 284.241859)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_20"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 246.883349 +L 414.72 246.883349 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_21"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="246.883349"/> + </g> + </g> + <g id="text_10"> + <!-- 1 --> + <defs> + <path d="M 12.40625 8.296875 +L 28.515625 8.296875 +L 28.515625 63.921875 +L 10.984375 60.40625 +L 10.984375 69.390625 +L 28.421875 72.90625 +L 38.28125 72.90625 +L 38.28125 8.296875 +L 54.390625 8.296875 +L 54.390625 0 +L 12.40625 0 +z +" id="DejaVuSans-31"/> + </defs> + <g style="fill:#01769d;" transform="translate(44.2375 250.682568)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-31"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_22"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 213.324058 +L 414.72 213.324058 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_23"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="213.324058"/> + </g> + </g> + <g id="text_11"> + <!-- 2 --> + <defs> + <path d="M 19.1875 8.296875 +L 53.609375 8.296875 +L 53.609375 0 +L 7.328125 0 +L 7.328125 8.296875 +Q 12.9375 14.109375 22.625 23.890625 +Q 32.328125 33.6875 34.8125 36.53125 +Q 39.546875 41.84375 41.421875 45.53125 +Q 43.3125 49.21875 43.3125 52.78125 +Q 43.3125 58.59375 39.234375 62.25 +Q 35.15625 65.921875 28.609375 65.921875 +Q 23.96875 65.921875 18.8125 64.3125 +Q 13.671875 62.703125 7.8125 59.421875 +L 7.8125 69.390625 +Q 13.765625 71.78125 18.9375 73 +Q 24.125 74.21875 28.421875 74.21875 +Q 39.75 74.21875 46.484375 68.546875 +Q 53.21875 62.890625 53.21875 53.421875 +Q 53.21875 48.921875 51.53125 44.890625 +Q 49.859375 40.875 45.40625 35.40625 +Q 44.1875 33.984375 37.640625 27.21875 +Q 31.109375 20.453125 19.1875 8.296875 +" id="DejaVuSans-32"/> + </defs> + <g style="fill:#01769d;" transform="translate(44.2375 217.123277)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-32"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_24"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 179.764768 +L 414.72 179.764768 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_25"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="179.764768"/> + </g> + </g> + <g id="text_12"> + <!-- 3 --> + <defs> + <path d="M 40.578125 39.3125 +Q 47.65625 37.796875 51.625 33 +Q 55.609375 28.21875 55.609375 21.1875 +Q 55.609375 10.40625 48.1875 4.484375 +Q 40.765625 -1.421875 27.09375 -1.421875 +Q 22.515625 -1.421875 17.65625 -0.515625 +Q 12.796875 0.390625 7.625 2.203125 +L 7.625 11.71875 +Q 11.71875 9.328125 16.59375 8.109375 +Q 21.484375 6.890625 26.8125 6.890625 +Q 36.078125 6.890625 40.9375 10.546875 +Q 45.796875 14.203125 45.796875 21.1875 +Q 45.796875 27.640625 41.28125 31.265625 +Q 36.765625 34.90625 28.71875 34.90625 +L 20.21875 34.90625 +L 20.21875 43.015625 +L 29.109375 43.015625 +Q 36.375 43.015625 40.234375 45.921875 +Q 44.09375 48.828125 44.09375 54.296875 +Q 44.09375 59.90625 40.109375 62.90625 +Q 36.140625 65.921875 28.71875 65.921875 +Q 24.65625 65.921875 20.015625 65.03125 +Q 15.375 64.15625 9.8125 62.3125 +L 9.8125 71.09375 +Q 15.4375 72.65625 20.34375 73.4375 +Q 25.25 74.21875 29.59375 74.21875 +Q 40.828125 74.21875 47.359375 69.109375 +Q 53.90625 64.015625 53.90625 55.328125 +Q 53.90625 49.265625 50.4375 45.09375 +Q 46.96875 40.921875 40.578125 39.3125 +" id="DejaVuSans-33"/> + </defs> + <g style="fill:#01769d;" transform="translate(44.2375 183.563986)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-33"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_26"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 146.205477 +L 414.72 146.205477 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_27"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="146.205477"/> + </g> + </g> + <g id="text_13"> + <!-- 4 --> + <g style="fill:#01769d;" transform="translate(44.2375 150.004696)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-34"/> + </g> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_28"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 112.646186 +L 414.72 112.646186 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_29"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="112.646186"/> + </g> + </g> + <g id="text_14"> + <!-- 5 --> + <g style="fill:#01769d;" transform="translate(44.2375 116.445405)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_30"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 79.086895 +L 414.72 79.086895 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_31"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="79.086895"/> + </g> + </g> + <g id="text_15"> + <!-- 6 --> + <g style="fill:#01769d;" transform="translate(44.2375 82.886114)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-36"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_32"> + <path clip-path="url(#p9f26863f72)" d="M 57.6 45.527605 +L 414.72 45.527605 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_33"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#ma8edc5e12c" y="45.527605"/> + </g> + </g> + <g id="text_16"> + <!-- 7 --> + <g style="fill:#01769d;" transform="translate(44.2375 49.326824)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-37"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- $I_{pd}\;[nA]$ --> + <defs> + <path d="M 16.890625 72.90625 +L 26.8125 72.90625 +L 12.59375 0 +L 2.6875 0 +z +" id="DejaVuSans-Oblique-49"/> + <path d="M 49.609375 33.6875 +Q 49.609375 40.875 46.484375 44.671875 +Q 43.359375 48.484375 37.5 48.484375 +Q 33.5 48.484375 29.859375 46.4375 +Q 26.21875 44.390625 23.390625 40.484375 +Q 20.609375 36.625 18.9375 31.15625 +Q 17.28125 25.6875 17.28125 20.3125 +Q 17.28125 13.484375 20.40625 9.796875 +Q 23.53125 6.109375 29.296875 6.109375 +Q 33.546875 6.109375 37.1875 8.109375 +Q 40.828125 10.109375 43.40625 13.921875 +Q 46.1875 17.921875 47.890625 23.34375 +Q 49.609375 28.765625 49.609375 33.6875 +M 21.78125 46.390625 +Q 25.390625 51.125 30.296875 53.5625 +Q 35.203125 56 41.21875 56 +Q 49.609375 56 54.25 50.5 +Q 58.890625 45.015625 58.890625 35.109375 +Q 58.890625 27 56 19.65625 +Q 53.125 12.3125 47.703125 6.5 +Q 44.09375 2.640625 39.546875 0.609375 +Q 35.015625 -1.421875 29.984375 -1.421875 +Q 24.171875 -1.421875 20.21875 1 +Q 16.265625 3.421875 14.3125 8.203125 +L 8.6875 -20.796875 +L -0.296875 -20.796875 +L 14.40625 54.6875 +L 23.390625 54.6875 +z +" id="DejaVuSans-Oblique-70"/> + <path d="M 41.796875 8.203125 +Q 38.1875 3.46875 33.25 1.015625 +Q 28.328125 -1.421875 22.3125 -1.421875 +Q 14.109375 -1.421875 9.34375 4.171875 +Q 4.59375 9.765625 4.59375 19.484375 +Q 4.59375 27.59375 7.46875 34.9375 +Q 10.359375 42.28125 15.828125 48.09375 +Q 19.4375 51.953125 23.96875 53.96875 +Q 28.515625 56 33.5 56 +Q 38.765625 56 42.796875 53.453125 +Q 46.828125 50.921875 49.03125 46.1875 +L 54.890625 75.984375 +L 63.921875 75.984375 +L 49.125 0 +L 40.09375 0 +z +M 13.921875 21.09375 +Q 13.921875 14.015625 17.109375 10.0625 +Q 20.3125 6.109375 25.984375 6.109375 +Q 30.171875 6.109375 33.765625 8.125 +Q 37.359375 10.15625 40.09375 14.109375 +Q 42.96875 18.21875 44.625 23.578125 +Q 46.296875 28.953125 46.296875 34.1875 +Q 46.296875 40.96875 43.09375 44.765625 +Q 39.890625 48.578125 34.28125 48.578125 +Q 30.03125 48.578125 26.359375 46.578125 +Q 22.703125 44.578125 20.125 40.828125 +Q 17.28125 36.765625 15.59375 31.390625 +Q 13.921875 26.03125 13.921875 21.09375 +" id="DejaVuSans-Oblique-64"/> + <path d="M 36.8125 72.90625 +L 48 72.90625 +L 61.53125 0 +L 51.21875 0 +L 48.1875 18.703125 +L 15.375 18.703125 +L 5.078125 0 +L -5.328125 0 +z +M 40.375 63.1875 +L 19.921875 26.90625 +L 46.6875 26.90625 +z +" id="DejaVuSans-Oblique-41"/> + </defs> + <g style="fill:#01769d;" transform="translate(37.1375 192.428)rotate(-90)scale(0.1 -0.1)"> + <use transform="translate(0 0.015625)" xlink:href="#DejaVuSans-Oblique-49"/> + <use transform="translate(29.492188 -16.390625)scale(0.7)" xlink:href="#DejaVuSans-Oblique-70"/> + <use transform="translate(73.925781 -16.390625)scale(0.7)" xlink:href="#DejaVuSans-Oblique-64"/> + <use transform="translate(148.152886 0.015625)" xlink:href="#DejaVuSans-5b"/> + <use transform="translate(187.166558 0.015625)" xlink:href="#DejaVuSans-Oblique-6e"/> + <use transform="translate(250.545464 0.015625)" xlink:href="#DejaVuSans-Oblique-41"/> + <use transform="translate(318.953667 0.015625)" xlink:href="#DejaVuSans-5d"/> + </g> + </g> + </g> + <g id="line2d_34"> + <path clip-path="url(#p9f26863f72)" d="M 61.496992 279.166209 +L 64.41665 279.383197 +L 67.336308 279.579735 +L 70.255965 279.756616 +L 73.175623 279.914632 +L 76.09528 280.054575 +L 79.014938 280.177237 +L 81.934596 280.283412 +L 84.854253 280.373892 +L 87.773911 280.449468 +L 90.693568 280.510934 +L 93.613226 280.559081 +L 96.532884 280.594703 +L 99.452541 280.618591 +L 102.372199 280.631539 +L 105.291856 280.634337 +L 108.211514 280.62778 +L 111.131172 280.612659 +L 114.050829 280.589766 +L 116.970487 280.559895 +L 119.890144 280.523836 +L 122.809802 280.482384 +L 125.72946 280.43633 +L 128.649117 280.386467 +L 131.568775 280.333587 +L 134.488432 280.278482 +L 137.40809 280.221945 +L 140.327748 280.164768 +L 143.247405 280.107744 +L 146.167063 280.051666 +L 149.08672 279.997324 +L 152.006378 279.945513 +L 154.926036 279.897024 +L 157.845693 279.85265 +L 160.765351 279.813183 +L 163.685008 279.779415 +L 166.604666 279.75214 +L 169.524324 279.732148 +L 172.443981 279.720234 +L 175.363639 279.717189 +L 178.283296 279.723805 +L 181.202954 279.740875 +L 184.122612 279.769192 +L 187.042269 279.809548 +L 189.961927 279.862734 +L 192.881584 279.929545 +L 195.801242 280.010771 +L 198.7209 280.107206 +L 201.640557 280.219642 +L 204.560215 280.348871 +L 207.479872 280.495685 +L 210.39953 280.660878 +L 213.319188 280.845241 +L 216.238845 281.049568 +L 219.158503 281.274649 +L 222.07816 281.521278 +L 224.997818 281.790247 +L 227.917476 282.073574 +L 230.837133 282.328173 +L 233.756791 282.502186 +L 236.676448 282.543753 +L 239.596106 282.401015 +L 242.515764 282.022113 +L 245.435421 281.355186 +L 248.355079 280.348375 +L 251.274736 278.949822 +L 254.194394 277.107666 +L 257.114052 274.770048 +L 260.033709 271.885108 +L 265.873024 264.265828 +L 268.792682 259.427768 +L 271.71234 253.721415 +L 274.631997 246.527244 +L 277.551655 237.112196 +L 280.471312 224.743211 +L 283.39097 209.208641 +L 286.310628 192.382478 +L 289.230285 176.660125 +L 292.149943 163.969362 +L 295.0696 154.367478 +L 297.989258 147.444141 +L 300.908916 142.789017 +L 303.828573 139.991773 +L 306.748231 138.642076 +L 309.667888 138.329593 +L 312.587546 138.696864 +L 315.507204 139.597923 +L 318.426861 140.939676 +L 321.346519 142.62903 +L 324.266176 144.572892 +L 327.185834 146.678169 +L 330.105491 148.851767 +L 333.025149 151.000594 +L 335.944807 153.031556 +L 338.864464 154.851559 +L 341.784122 156.367511 +L 344.703779 157.486318 +L 347.623437 158.114888 +L 350.543095 158.160126 +L 353.462752 157.858525 +L 356.38241 158.764913 +L 359.302067 162.763707 +L 362.221725 171.739319 +L 365.141383 186.826479 +L 373.900355 247.118384 +L 376.820013 263.513501 +L 379.739671 274.347227 +L 382.659328 280.235172 +L 385.578986 282.438811 +L 388.498643 282.219617 +L 391.418301 280.839065 +L 394.337959 279.558628 +L 397.257616 279.639781 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_35"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 281.557622 +L 61.496992 281.730113 +L 64.41665 281.81613 +L 67.336308 281.827577 +L 70.255965 281.776356 +L 73.175623 281.67437 +L 76.09528 281.533521 +L 79.014938 281.365711 +L 81.934596 281.182843 +L 84.854253 280.996819 +L 87.773911 280.819541 +L 90.693568 280.662913 +L 93.613226 280.538836 +L 96.532884 280.459214 +L 99.452541 280.435947 +L 102.372199 280.480939 +L 105.291856 280.59977 +L 108.211514 280.772728 +L 111.131172 280.973779 +L 114.050829 281.17689 +L 119.890144 281.485151 +L 122.809802 281.538235 +L 125.72946 281.489241 +L 128.649117 281.315464 +L 131.568775 281.007508 +L 134.488432 280.559305 +L 137.40809 279.964787 +L 140.327748 279.217887 +L 143.247405 278.312536 +L 146.167063 277.242666 +L 149.08672 276.006022 +L 152.006378 274.615594 +L 154.926036 273.088185 +L 157.845693 271.440598 +L 160.765351 269.689636 +L 163.685008 267.852102 +L 166.604666 265.944798 +L 169.524324 263.984528 +L 172.443981 261.988094 +L 175.363639 259.972299 +L 178.283296 257.953945 +L 181.202954 255.949837 +L 184.122612 253.976775 +L 189.961927 250.191007 +L 192.881584 248.411903 +L 195.801242 246.731044 +L 198.7209 245.165221 +L 201.640557 243.731222 +L 204.560215 242.445838 +L 207.479872 241.325857 +L 210.39953 240.38807 +L 213.319188 239.639303 +L 216.238845 239.046529 +L 219.158503 238.566761 +L 222.07816 238.157008 +L 224.997818 237.766614 +L 227.917476 237.31425 +L 230.837133 236.710917 +L 233.756791 235.90808 +L 236.676448 235.019047 +L 239.596106 234.197586 +L 242.515764 233.597468 +L 245.435421 233.372461 +L 248.355079 233.676336 +L 251.274736 234.66286 +L 254.194394 236.433108 +L 257.114052 238.877368 +L 260.033709 241.833233 +L 262.953367 245.138296 +L 265.873024 248.630149 +L 268.792682 252.146387 +L 271.71234 255.524601 +L 274.631997 258.632015 +L 277.551655 261.454377 +L 280.471312 264.007066 +L 283.39097 266.30546 +L 286.310628 268.364939 +L 289.230285 270.200881 +L 292.149943 271.828664 +L 295.0696 273.263668 +L 297.989258 274.521271 +L 300.908916 275.616852 +L 303.828573 276.565789 +L 306.748231 277.383462 +L 309.667888 278.085249 +L 312.587546 278.686529 +L 315.507204 279.201045 +L 318.426861 279.636001 +L 321.346519 279.996964 +L 324.266176 280.289502 +L 327.185834 280.519182 +L 330.105491 280.691574 +L 333.025149 280.812244 +L 335.944807 280.88676 +L 338.864464 280.920691 +L 341.784122 280.919604 +L 344.703779 280.889067 +L 347.623437 280.834647 +L 350.543095 280.761913 +L 353.462752 280.676433 +L 356.38241 280.583774 +L 359.302067 280.489504 +L 362.221725 280.399191 +L 365.141383 280.318403 +L 368.06104 280.252707 +L 370.980698 280.207672 +L 373.900355 280.188865 +L 376.820013 280.201854 +L 379.739671 280.252207 +L 382.659328 280.345492 +L 385.578986 280.487277 +L 391.418301 280.938617 +L 394.337959 281.259307 +L 397.257616 281.650769 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_36"> + <path clip-path="url(#p9f26863f72)" d="M 58.577335 285.743991 +L 61.496992 282.08534 +L 64.41665 280.452561 +L 67.336308 280.216707 +L 70.255965 280.748831 +L 73.175623 281.419988 +L 76.09528 281.601231 +L 79.014938 280.663613 +L 81.934596 277.978189 +L 84.854253 273.00909 +L 87.773911 265.592763 +L 93.613226 243.136522 +L 96.532884 227.955658 +L 99.452541 210.331226 +L 102.372199 191.620552 +L 105.291856 173.466526 +L 108.211514 157.213976 +L 111.131172 143.015491 +L 114.050829 130.725602 +L 116.970487 120.198837 +L 119.890144 111.289727 +L 122.809802 103.852801 +L 125.72946 97.742589 +L 128.649117 92.81362 +L 131.568775 88.920424 +L 134.488432 85.917531 +L 137.40809 83.65947 +L 140.327748 82.000771 +L 143.247405 80.795964 +L 146.167063 79.899578 +L 149.08672 79.188318 +L 152.006378 78.627586 +L 154.926036 78.204961 +L 157.845693 77.90802 +L 160.765351 77.724341 +L 163.685008 77.641503 +L 166.604666 77.647082 +L 169.524324 77.728657 +L 172.443981 77.873806 +L 175.363639 78.070105 +L 178.283296 78.305134 +L 181.202954 78.56647 +L 184.122612 78.841691 +L 187.042269 79.118374 +L 189.961927 79.642839 +L 192.881584 81.696364 +L 195.801242 86.81897 +L 198.7209 96.550679 +L 201.640557 111.935472 +L 204.560215 132.033188 +L 207.479872 155.407625 +L 210.39953 180.488599 +L 213.319188 205.169987 +L 216.238845 227.211683 +L 219.158503 244.373581 +L 222.07816 255.169105 +L 224.997818 261.125806 +L 227.917476 264.524766 +L 230.837133 267.268833 +L 233.756791 269.747929 +L 236.676448 271.973745 +L 239.596106 273.95797 +L 242.515764 275.712295 +L 245.435421 277.248408 +L 248.355079 278.578 +L 251.274736 279.712761 +L 254.194394 280.66438 +L 257.114052 281.444548 +L 260.033709 282.064954 +L 262.953367 282.537289 +L 265.873024 282.873241 +L 268.792682 283.084502 +L 271.71234 283.182761 +L 274.631997 283.179707 +L 277.551655 283.087031 +L 280.471312 282.916423 +L 283.39097 282.679572 +L 286.310628 282.388168 +L 289.230285 282.053901 +L 295.0696 281.303539 +L 297.989258 280.910823 +L 300.908916 280.522004 +L 303.828573 280.148771 +L 306.748231 279.802815 +L 309.667888 279.495825 +L 312.587546 279.239491 +L 315.507204 279.045504 +L 318.426861 278.922465 +L 321.346519 278.866632 +L 324.266176 278.871173 +L 327.185834 278.929259 +L 330.105491 279.034058 +L 333.025149 279.178739 +L 335.944807 279.356472 +L 338.864464 279.560427 +L 341.784122 279.783773 +L 344.703779 280.019678 +L 347.623437 280.261313 +L 350.543095 280.501847 +L 353.462752 280.734448 +L 356.38241 280.952287 +L 359.302067 281.148533 +L 362.221725 281.316355 +L 365.141383 281.448923 +L 368.06104 281.539405 +L 370.980698 281.580971 +L 373.900355 281.566791 +L 376.820013 281.490034 +L 379.739671 281.343868 +L 382.659328 281.121465 +L 385.578986 280.815992 +L 388.498643 280.420619 +L 391.418301 279.928516 +L 394.337959 279.332852 +L 397.257616 278.626796 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="patch_3"> + <path d="M 57.6 307.584 +L 57.6 41.472 +" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_4"> + <path d="M 57.6 307.584 +L 414.72 307.584 +" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + </g> + </g> + <defs> + <clipPath id="p9f26863f72"> + <rect height="266.112" width="357.12" x="57.6" y="41.472"/> + </clipPath> + </defs> +</svg> diff --git a/static/images/raw_plot_cheap_rgb.svg b/static/images/raw_plot_cheap_rgb.svg new file mode 100644 index 0000000..049aa74 --- /dev/null +++ b/static/images/raw_plot_cheap_rgb.svg @@ -0,0 +1,2574 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Created with matplotlib (http://matplotlib.org/) --> +<svg height="345pt" version="1.1" viewBox="0 0 460 345" width="460pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 345.6 +L 460.8 345.6 +L 460.8 0 +L 0 0 +z +" style="fill:none;opacity:0;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 57.6 307.584 +L 414.72 307.584 +L 414.72 41.472 +L 57.6 41.472 +z +" style="fill:#ffffff;"/> + </g> + <g id="LineCollection_1"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 240.086325 +L 73.832727 231.946445 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 76.151688 244.011396 +L 76.151688 232.638718 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 78.470649 241.58318 +L 78.470649 230.872911 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 80.78961 245.497172 +L 80.78961 231.936871 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 83.108571 242.556734 +L 83.108571 230.581376 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 85.427532 244.160879 +L 85.427532 233.398593 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 87.746494 243.295195 +L 87.746494 234.00558 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 90.065455 245.380949 +L 90.065455 234.005078 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 92.384416 242.838023 +L 92.384416 234.454913 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 94.703377 245.720057 +L 94.703377 234.78699 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 97.022338 244.19911 +L 97.022338 235.147721 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 99.341299 247.623112 +L 99.341299 236.333225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 101.66026 244.829762 +L 101.66026 235.771356 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 103.979221 246.355718 +L 103.979221 234.433544 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 106.298182 245.335372 +L 106.298182 236.700337 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 108.617143 247.814283 +L 108.617143 237.576644 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 110.936104 245.353072 +L 110.936104 236.933495 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 113.255065 247.581604 +L 113.255065 237.934752 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 115.574026 246.202524 +L 115.574026 238.169294 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 117.892987 248.742834 +L 117.892987 238.811738 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 120.211948 246.533845 +L 120.211948 238.857082 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 122.530909 248.539481 +L 122.530909 238.975895 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 124.84987 247.000495 +L 124.84987 239.401701 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 127.168831 249.516484 +L 127.168831 239.582429 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 129.487792 273.167916 +L 129.487792 222.257308 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 131.806753 246.858141 +L 131.806753 240.179038 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 134.125714 250.337179 +L 134.125714 240.658844 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 136.444675 248.112579 +L 136.444675 241.229352 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 138.763636 250.295929 +L 138.763636 241.578095 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 141.082597 249.159673 +L 141.082597 240.93483 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 143.401558 250.784401 +L 143.401558 242.594767 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 145.720519 249.168629 +L 145.720519 242.289912 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 148.039481 251.742905 +L 148.039481 243.392265 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 150.358442 250.018401 +L 150.358442 243.282374 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 152.677403 251.916131 +L 152.677403 243.76779 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 154.996364 250.530222 +L 154.996364 243.585839 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 157.315325 252.111252 +L 157.315325 243.870562 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 159.634286 250.509336 +L 159.634286 244.00653 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 161.953247 252.345635 +L 161.953247 244.851269 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 164.272208 250.634293 +L 164.272208 244.02268 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 166.591169 253.340195 +L 166.591169 245.103158 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 168.91013 251.273909 +L 168.91013 245.436959 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 171.229091 253.178786 +L 171.229091 245.742764 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 173.548052 250.95606 +L 173.548052 245.315808 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 175.867013 253.797003 +L 175.867013 246.269083 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 178.185974 251.988583 +L 178.185974 246.250948 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 180.504935 254.007717 +L 180.504935 245.854547 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 182.823896 252.6514 +L 182.823896 246.764025 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 185.142857 254.418127 +L 185.142857 246.980639 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 187.461818 253.296301 +L 187.461818 246.283749 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 189.780779 255.466238 +L 189.780779 248.786032 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 192.09974 252.951716 +L 192.09974 247.576889 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 194.418701 255.254405 +L 194.418701 247.93172 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 196.737662 253.419717 +L 196.737662 247.563566 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 199.056623 255.706817 +L 199.056623 248.827667 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 201.375584 253.724972 +L 201.375584 248.175509 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 203.694545 255.826068 +L 203.694545 249.696167 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 206.013506 254.422286 +L 206.013506 248.458107 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 208.332468 255.648101 +L 208.332468 248.47874 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 210.651429 254.385562 +L 210.651429 249.560975 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 212.97039 255.874774 +L 212.97039 249.608264 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 215.289351 254.366239 +L 215.289351 249.89387 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 217.608312 256.924788 +L 217.608312 250.549431 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 219.927273 255.132439 +L 219.927273 250.632814 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 222.246234 257.22875 +L 222.246234 250.676631 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 224.565195 255.186782 +L 224.565195 250.03756 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 226.884156 257.729882 +L 226.884156 251.547376 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 229.203117 256.880152 +L 229.203117 251.573979 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 231.522078 257.85096 +L 231.522078 251.857458 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 233.841039 255.762063 +L 233.841039 251.45346 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 236.16 257.367638 +L 236.16 252.199674 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 238.478961 256.999016 +L 238.478961 251.964669 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 240.797922 258.509801 +L 240.797922 252.782155 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 243.116883 256.738605 +L 243.116883 252.703278 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 245.435844 258.223488 +L 245.435844 252.903843 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 247.754805 258.04342 +L 247.754805 252.433249 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 250.073766 259.372465 +L 250.073766 253.197296 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 252.392727 257.378836 +L 252.392727 253.24678 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 254.711688 258.426257 +L 254.711688 253.320378 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 257.030649 257.456252 +L 257.030649 253.404543 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 259.34961 258.915114 +L 259.34961 253.780076 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 261.668571 257.845439 +L 261.668571 253.399481 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 263.987532 259.489351 +L 263.987532 254.460125 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 266.306494 257.84081 +L 266.306494 253.537378 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 268.625455 260.333561 +L 268.625455 254.650702 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 270.944416 258.028365 +L 270.944416 252.761876 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 273.263377 258.547579 +L 273.263377 253.630217 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 275.582338 257.702115 +L 275.582338 253.182198 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 277.901299 259.125276 +L 277.901299 253.522878 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 280.22026 257.614758 +L 280.22026 252.901108 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 282.539221 257.031126 +L 282.539221 251.407326 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 284.858182 255.561719 +L 284.858182 250.713088 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 287.177143 255.691797 +L 287.177143 250.073457 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 289.496104 252.553989 +L 289.496104 247.237722 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 291.815065 271.047907 +L 291.815065 216.545862 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 294.134026 249.30243 +L 294.134026 240.282519 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 296.452987 243.315291 +L 296.452987 235.5847 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 298.771948 236.906702 +L 298.771948 225.217199 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 301.090909 229.639824 +L 301.090909 215.707987 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 303.40987 221.845894 +L 303.40987 202.500447 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 305.728831 208.048434 +L 305.728831 184.94073 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 308.047792 190.740351 +L 308.047792 158.873996 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 310.366753 178.531124 +L 310.366753 141.340941 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 312.685714 162.582599 +L 312.685714 116.360509 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 315.004675 153.722861 +L 315.004675 101.028185 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 317.323636 142.120208 +L 317.323636 81.673464 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 319.642597 135.55531 +L 319.642597 73.226114 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 321.961558 129.412513 +L 321.961558 63.909821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 324.280519 125.895497 +L 324.280519 60.920224 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 326.599481 123.754262 +L 326.599481 59.698401 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 328.918442 120.277855 +L 328.918442 58.306607 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 331.237403 122.713299 +L 331.237403 57.995611 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 333.556364 119.635386 +L 333.556364 58.4552 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 335.875325 120.447889 +L 335.875325 55.149801 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 338.194286 119.857201 +L 338.194286 55.905114 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 340.513247 129.080796 +L 340.513247 57.319442 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 342.832208 128.428629 +L 342.832208 55.368963 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 345.151169 134.32519 +L 345.151169 55.093176 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 347.47013 134.532537 +L 347.47013 54.736883 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 349.789091 140.909293 +L 349.789091 54.866741 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 352.108052 139.462115 +L 352.108052 54.369774 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 354.427013 146.286599 +L 354.427013 55.274835 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 356.745974 144.892062 +L 356.745974 54.372458 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 359.064935 148.986565 +L 359.064935 54.989371 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 361.383896 144.614697 +L 361.383896 53.568 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 363.702857 147.102419 +L 363.702857 55.031283 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 366.021818 137.529252 +L 366.021818 55.095386 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 368.340779 138.318991 +L 368.340779 56.586881 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 370.65974 132.887568 +L 370.65974 58.388711 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 372.978701 170.638609 +L 372.978701 100.096758 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 375.297662 192.502805 +L 375.297662 143.235992 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 377.616623 227.032121 +L 377.616623 192.344108 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 379.935584 234.343337 +L 379.935584 212.337154 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 382.254545 250.382639 +L 382.254545 235.314021 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 384.573506 250.351922 +L 384.573506 242.470657 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 386.892468 257.897707 +L 386.892468 250.438835 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 389.211429 258.278098 +L 389.211429 254.087842 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 391.53039 260.357165 +L 391.53039 255.450224 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 393.849351 255.573407 +L 393.849351 250.717079 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 396.168312 261.029524 +L 396.168312 255.514759 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 398.487273 259.290338 +L 398.487273 254.855121 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="LineCollection_2"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 258.003221 +L 73.832727 252.810537 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 76.151688 257.434787 +L 76.151688 253.51224 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 78.470649 258.337162 +L 78.470649 252.382525 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 80.78961 257.976028 +L 80.78961 253.613821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 83.108571 259.347658 +L 83.108571 253.958997 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 85.427532 257.927963 +L 85.427532 253.622689 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 87.746494 259.761783 +L 87.746494 254.501266 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 90.065455 257.983517 +L 90.065455 253.974778 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 92.384416 260.34647 +L 92.384416 254.504525 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 94.703377 257.968398 +L 94.703377 253.668487 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 97.022338 259.116865 +L 97.022338 254.213308 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 99.341299 258.470215 +L 99.341299 254.734529 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 101.66026 259.00422 +L 101.66026 253.824237 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 103.979221 257.205423 +L 103.979221 252.526513 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 106.298182 260.25899 +L 106.298182 255.281864 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 108.617143 259.854911 +L 108.617143 256.1563 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 110.936104 258.830277 +L 110.936104 253.104501 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 113.255065 259.60195 +L 113.255065 255.53126 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 115.574026 261.004839 +L 115.574026 256.213624 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 117.892987 259.80251 +L 117.892987 256.185183 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 120.211948 260.518221 +L 120.211948 255.657615 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 122.530909 259.869216 +L 122.530909 255.961691 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 124.84987 261.365572 +L 124.84987 256.432998 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 127.168831 259.227035 +L 127.168831 254.526459 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 129.487792 261.240527 +L 129.487792 256.754026 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 131.806753 259.878938 +L 131.806753 256.712381 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 134.125714 261.872378 +L 134.125714 256.443585 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 136.444675 260.48351 +L 136.444675 256.672238 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 138.763636 263.160935 +L 138.763636 258.126121 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 141.082597 260.216287 +L 141.082597 256.735639 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 143.401558 261.847947 +L 143.401558 257.126518 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 145.720519 260.23023 +L 145.720519 257.105822 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 148.039481 262.439429 +L 148.039481 257.899072 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 150.358442 260.151638 +L 150.358442 256.133948 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 152.677403 264.920469 +L 152.677403 258.483196 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 154.996364 260.575659 +L 154.996364 257.019089 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 157.315325 262.433081 +L 157.315325 257.286116 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 159.634286 261.013879 +L 159.634286 257.247209 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 161.953247 262.203086 +L 161.953247 257.712094 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 164.272208 261.070871 +L 164.272208 257.566503 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 166.591169 261.82359 +L 166.591169 257.456607 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 168.91013 260.542389 +L 168.91013 257.342413 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 171.229091 262.880936 +L 171.229091 258.531549 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 173.548052 261.532963 +L 173.548052 258.23327 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 175.867013 249.830631 +L 175.867013 233.40449 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 178.185974 270.492966 +L 178.185974 262.639264 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 180.504935 261.269114 +L 180.504935 257.924851 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 182.823896 261.4962 +L 182.823896 258.011337 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 185.142857 262.634027 +L 185.142857 258.378654 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 187.461818 261.771809 +L 187.461818 258.159049 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 189.780779 263.505036 +L 189.780779 258.738414 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 192.09974 260.795675 +L 192.09974 256.258163 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 194.418701 262.714165 +L 194.418701 257.977105 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 196.737662 261.624208 +L 196.737662 257.326739 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 199.056623 261.695183 +L 199.056623 257.577174 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 201.375584 260.263756 +L 201.375584 255.888562 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 203.694545 261.647258 +L 203.694545 256.849009 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 206.013506 259.144195 +L 206.013506 254.523067 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 208.332468 258.869531 +L 208.332468 254.060837 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 210.651429 256.91143 +L 210.651429 252.875382 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 212.97039 256.04327 +L 212.97039 250.874359 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 215.289351 253.859966 +L 215.289351 249.279123 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 217.608312 253.1461 +L 217.608312 246.669129 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 219.927273 250.119777 +L 219.927273 244.466642 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 222.246234 250.475136 +L 222.246234 242.535585 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 224.565195 248.392954 +L 224.565195 240.823549 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 226.884156 247.930224 +L 226.884156 238.362222 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 229.203117 245.795421 +L 229.203117 236.969343 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 231.522078 267.660628 +L 231.522078 215.409868 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 233.841039 246.388528 +L 233.841039 234.973002 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 236.16 242.239348 +L 236.16 232.756675 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 238.478961 241.765208 +L 238.478961 231.380741 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 240.797922 241.962143 +L 240.797922 233.190666 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 243.116883 237.940363 +L 243.116883 226.260951 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 245.435844 237.788966 +L 245.435844 225.84008 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 247.754805 242.611668 +L 247.754805 227.6651 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 250.073766 225.879982 +L 250.073766 211.032748 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 252.392727 236.700718 +L 252.392727 220.986142 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 254.711688 234.469786 +L 254.711688 220.951518 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 257.030649 234.578868 +L 257.030649 218.545523 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 259.34961 232.640396 +L 259.34961 218.492815 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 261.668571 233.61043 +L 261.668571 217.036745 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 263.987532 230.572273 +L 263.987532 215.465396 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 266.306494 231.405081 +L 266.306494 214.295499 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 268.625455 229.221235 +L 268.625455 213.437698 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 270.944416 230.325106 +L 270.944416 211.808595 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 273.263377 227.541269 +L 273.263377 211.28425 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 275.582338 229.500892 +L 275.582338 209.755787 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 277.901299 226.649847 +L 277.901299 209.588704 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 280.22026 228.606006 +L 280.22026 209.216083 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 282.539221 226.714035 +L 282.539221 209.430445 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 284.858182 230.886034 +L 284.858182 211.733703 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 287.177143 227.673661 +L 287.177143 211.551661 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 289.496104 232.144192 +L 289.496104 214.254085 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 291.815065 232.222361 +L 291.815065 216.300364 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 294.134026 238.585385 +L 294.134026 222.245033 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 296.452987 236.840687 +L 296.452987 224.311141 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 298.771948 243.021162 +L 298.771948 229.850412 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 301.090909 243.509706 +L 301.090909 233.101211 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 303.40987 248.778101 +L 303.40987 238.219882 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 305.728831 248.789871 +L 305.728831 241.155686 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 308.047792 253.228373 +L 308.047792 245.003319 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 310.366753 253.00092 +L 310.366753 247.480649 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 312.685714 258.839698 +L 312.685714 249.198951 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 315.004675 256.708484 +L 315.004675 252.474701 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 317.323636 259.869346 +L 317.323636 254.268274 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 319.642597 258.876771 +L 319.642597 255.080545 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 321.961558 261.978859 +L 321.961558 256.50173 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 324.280519 261.591521 +L 324.280519 257.845462 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 326.599481 263.182199 +L 326.599481 259.061251 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 328.918442 262.585555 +L 328.918442 258.819091 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 331.237403 264.188411 +L 331.237403 260.336274 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 333.556364 264.008843 +L 333.556364 259.888698 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 335.875325 265.451018 +L 335.875325 261.080527 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 338.194286 263.713121 +L 338.194286 259.549438 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 340.513247 265.216958 +L 340.513247 260.7188 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 342.832208 264.786059 +L 342.832208 260.80477 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 345.151169 265.769026 +L 345.151169 261.860019 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 347.47013 265.867492 +L 347.47013 261.745875 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 349.789091 266.035583 +L 349.789091 262.220606 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 352.108052 266.275272 +L 352.108052 261.667345 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 354.427013 266.194012 +L 354.427013 262.234641 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 356.745974 265.53657 +L 356.745974 261.167439 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 359.064935 265.335838 +L 359.064935 259.917901 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 361.383896 264.648142 +L 361.383896 260.13524 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 363.702857 265.887995 +L 363.702857 260.74546 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 366.021818 265.648943 +L 366.021818 261.023709 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 368.340779 266.833714 +L 368.340779 262.778673 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 370.65974 266.003869 +L 370.65974 261.194016 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 372.978701 267.633006 +L 372.978701 263.711865 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 375.297662 265.133324 +L 375.297662 261.186559 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 377.616623 266.558687 +L 377.616623 263.281039 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 379.935584 271.221126 +L 379.935584 260.131584 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 382.254545 266.039139 +L 382.254545 261.11171 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 384.573506 267.383909 +L 384.573506 261.773799 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 386.892468 266.992859 +L 386.892468 262.886064 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 389.211429 266.379004 +L 389.211429 261.81447 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 391.53039 295.488 +L 391.53039 241.477645 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 393.849351 266.351649 +L 393.849351 258.635554 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 396.168312 268.039934 +L 396.168312 263.195187 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 398.487273 266.005593 +L 398.487273 261.54506 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="LineCollection_3"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 230.971268 +L 73.832727 218.782227 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 76.151688 233.690155 +L 76.151688 220.398469 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 78.470649 235.40119 +L 78.470649 219.18131 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 80.78961 236.01252 +L 80.78961 221.399966 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 83.108571 235.785972 +L 83.108571 218.678938 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 85.427532 234.692793 +L 85.427532 220.493333 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 87.746494 237.027164 +L 87.746494 221.451466 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 90.065455 235.058229 +L 90.065455 221.554649 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 92.384416 237.628958 +L 92.384416 223.224977 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 94.703377 235.179567 +L 94.703377 222.452418 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 97.022338 238.001629 +L 97.022338 223.416736 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 99.341299 237.033249 +L 99.341299 223.530632 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 101.66026 239.731233 +L 101.66026 224.383849 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 103.979221 237.324301 +L 103.979221 224.768243 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 106.298182 239.63633 +L 106.298182 225.803593 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 108.617143 237.299497 +L 108.617143 225.694566 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 110.936104 240.936084 +L 110.936104 226.408788 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 113.255065 238.527679 +L 113.255065 226.818172 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 115.574026 241.171537 +L 115.574026 226.573139 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 117.892987 239.714553 +L 117.892987 228.014444 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 120.211948 241.735215 +L 120.211948 228.063356 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 122.530909 239.308427 +L 122.530909 228.749821 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 124.84987 242.581325 +L 124.84987 229.349533 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 127.168831 240.860085 +L 127.168831 229.479397 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 129.487792 242.855869 +L 129.487792 229.984347 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 131.806753 240.217385 +L 131.806753 230.075061 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 134.125714 243.158783 +L 134.125714 230.04988 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 136.444675 240.501521 +L 136.444675 230.214247 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 138.763636 243.180928 +L 138.763636 230.670558 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 141.082597 240.891082 +L 141.082597 230.357758 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 143.401558 242.672363 +L 143.401558 230.567657 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 145.720519 242.992819 +L 145.720519 232.630348 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 148.039481 242.623533 +L 148.039481 229.934469 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 150.358442 239.475904 +L 150.358442 227.931681 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 152.677403 238.266044 +L 152.677403 224.046 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 154.996364 250.042556 +L 154.996364 194.450772 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 157.315325 232.829239 +L 157.315325 218.139347 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 159.634286 226.155756 +L 159.634286 207.299846 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 161.953247 220.340096 +L 161.953247 200.721581 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 164.272208 211.594585 +L 164.272208 185.902173 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 166.591169 204.975252 +L 166.591169 178.293186 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 168.91013 195.879922 +L 168.91013 164.152848 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 171.229091 191.667425 +L 171.229091 156.692636 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 173.548052 186.439695 +L 173.548052 147.104099 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 175.867013 182.530817 +L 175.867013 142.013467 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 178.185974 176.51382 +L 178.185974 132.297 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 180.504935 172.442737 +L 180.504935 127.588074 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 182.823896 169.990194 +L 182.823896 121.048946 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 185.142857 166.710765 +L 185.142857 117.484671 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 187.461818 162.149915 +L 187.461818 111.203777 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 189.780779 160.546118 +L 189.780779 108.378372 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 192.09974 158.517546 +L 192.09974 103.34374 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 194.418701 154.605599 +L 194.418701 100.858823 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 196.737662 153.085291 +L 196.737662 96.421267 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 199.056623 151.9312 +L 199.056623 93.067764 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 201.375584 150.37125 +L 201.375584 90.088762 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 203.694545 147.067628 +L 203.694545 88.751522 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 206.013506 147.516837 +L 206.013506 85.785899 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 208.332468 145.24386 +L 208.332468 84.499837 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 210.651429 144.012841 +L 210.651429 80.917529 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 212.97039 140.664275 +L 212.97039 79.272464 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 215.289351 142.002369 +L 215.289351 76.625208 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 217.608312 137.955049 +L 217.608312 75.381004 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 219.927273 137.814413 +L 219.927273 72.456476 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 222.246234 137.194602 +L 222.246234 69.830819 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 224.565195 133.566483 +L 224.565195 66.309502 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 226.884156 131.445407 +L 226.884156 64.926414 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 229.203117 133.202062 +L 229.203117 66.454423 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 231.522078 128.563608 +L 231.522078 63.222225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 233.841039 130.152953 +L 233.841039 63.4124 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 236.16 127.372831 +L 236.16 62.374785 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 238.478961 132.338897 +L 238.478961 63.100047 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 240.797922 131.322359 +L 240.797922 63.897085 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 243.116883 143.934956 +L 243.116883 77.209035 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 245.435844 152.192956 +L 245.435844 91.630114 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 247.754805 172.139783 +L 247.754805 118.554428 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 250.073766 184.444166 +L 250.073766 140.233387 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 252.392727 210.5631 +L 252.392727 173.348161 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 254.711688 214.681398 +L 254.711688 187.26024 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 257.030649 230.267506 +L 257.030649 205.814259 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 259.34961 232.339375 +L 259.34961 215.164242 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 261.668571 242.5695 +L 261.668571 227.801339 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 263.987532 241.996494 +L 263.987532 230.733972 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 266.306494 247.835709 +L 266.306494 236.057912 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 268.625455 247.289163 +L 268.625455 239.842088 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 270.944416 251.807319 +L 270.944416 242.653672 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 273.263377 250.397791 +L 273.263377 244.157271 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 275.582338 253.24138 +L 275.582338 245.67233 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 277.901299 252.440447 +L 277.901299 246.590852 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 280.22026 254.795171 +L 280.22026 247.536471 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 282.539221 252.961998 +L 282.539221 247.668517 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 284.858182 255.436226 +L 284.858182 248.173222 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 287.177143 253.358798 +L 287.177143 248.157557 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 289.496104 256.115517 +L 289.496104 249.485111 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 291.815065 254.811408 +L 291.815065 249.832826 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 294.134026 256.475794 +L 294.134026 250.159621 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 296.452987 254.731518 +L 296.452987 249.567787 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 298.771948 256.354878 +L 298.771948 250.311894 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 301.090909 255.433179 +L 301.090909 251.084646 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 303.40987 257.073824 +L 303.40987 251.184325 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 305.728831 255.809226 +L 305.728831 251.249511 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 308.047792 257.394648 +L 308.047792 251.349537 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 310.366753 255.836502 +L 310.366753 251.237913 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 312.685714 257.665647 +L 312.685714 251.799753 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 315.004675 277.524594 +L 315.004675 215.940807 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 317.323636 256.52824 +L 317.323636 252.239463 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 319.642597 258.576193 +L 319.642597 252.323798 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 321.961558 256.331353 +L 321.961558 252.295243 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 324.280519 258.264917 +L 324.280519 252.619396 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 326.599481 256.848923 +L 326.599481 252.020691 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 328.918442 258.707046 +L 328.918442 252.992553 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 331.237403 257.08537 +L 331.237403 252.513298 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 333.556364 258.717633 +L 333.556364 253.115234 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 335.875325 256.972861 +L 335.875325 252.766914 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 338.194286 258.679774 +L 338.194286 253.599933 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 340.513247 258.109139 +L 340.513247 253.543424 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 342.832208 259.119411 +L 342.832208 253.944225 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 345.151169 257.984571 +L 345.151169 252.993813 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 347.47013 259.055134 +L 347.47013 253.81252 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 349.789091 258.165565 +L 349.789091 253.808409 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 352.108052 260.017537 +L 352.108052 254.433654 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 354.427013 258.568549 +L 354.427013 254.01689 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 356.745974 261.355596 +L 356.745974 255.212205 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 359.064935 258.290839 +L 359.064935 254.255404 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 361.383896 260.610477 +L 361.383896 255.439931 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 363.702857 258.930359 +L 363.702857 254.391974 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 366.021818 260.683364 +L 366.021818 254.794775 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 368.340779 259.716589 +L 368.340779 255.048175 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 370.65974 260.742237 +L 370.65974 255.276813 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 372.978701 259.330783 +L 372.978701 255.449659 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 375.297662 260.998764 +L 375.297662 255.498484 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 377.616623 259.796202 +L 377.616623 255.305651 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 379.935584 261.692631 +L 379.935584 256.443029 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 382.254545 259.692122 +L 382.254545 255.354856 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 384.573506 262.451457 +L 384.573506 256.695472 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 386.892468 260.261489 +L 386.892468 256.314151 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 389.211429 260.881542 +L 389.211429 255.960635 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 391.53039 260.61831 +L 391.53039 256.051402 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 393.849351 262.146306 +L 393.849351 256.890872 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 396.168312 260.694887 +L 396.168312 256.045378 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + <path clip-path="url(#p321e5a2317)" d="M 398.487273 261.616408 +L 398.487273 256.809305 +" style="fill:none;stroke:#ffd2e9;stroke-width:1.5;"/> + </g> + <g id="line2d_1"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 236.016385 +L 76.151688 238.325057 +L 78.470649 236.228046 +L 80.78961 238.717022 +L 83.108571 236.569055 +L 85.427532 238.779736 +L 87.746494 238.650388 +L 90.065455 239.693014 +L 92.384416 238.646468 +L 94.703377 240.253523 +L 97.022338 239.673416 +L 99.341299 241.978168 +L 101.66026 240.300559 +L 103.979221 240.394631 +L 106.298182 241.017855 +L 108.617143 242.695464 +L 110.936104 241.143283 +L 113.255065 242.758178 +L 115.574026 242.185909 +L 117.892987 243.777286 +L 120.211948 242.695464 +L 122.530909 243.757688 +L 124.84987 243.201098 +L 127.168831 244.549457 +L 129.487792 247.712612 +L 131.806753 243.518589 +L 134.125714 245.498011 +L 136.444675 244.670966 +L 138.763636 245.937012 +L 141.082597 245.047252 +L 143.401558 246.689584 +L 145.720519 245.729271 +L 148.039481 247.567585 +L 150.358442 246.650388 +L 152.677403 247.84196 +L 154.996364 247.058031 +L 157.315325 247.990907 +L 159.634286 247.257933 +L 161.953247 248.598452 +L 164.272208 247.328487 +L 166.591169 249.221676 +L 168.91013 248.355434 +L 171.229091 249.460775 +L 173.548052 248.135934 +L 175.867013 250.033043 +L 178.185974 249.119765 +L 180.504935 249.931132 +L 182.823896 249.707712 +L 185.142857 250.699383 +L 187.461818 249.790025 +L 189.780779 252.126135 +L 192.09974 250.264302 +L 194.418701 251.593063 +L 196.737662 250.491642 +L 199.056623 252.267242 +L 201.375584 250.950241 +L 203.694545 252.761118 +L 206.013506 251.440196 +L 208.332468 252.06342 +L 210.651429 251.973269 +L 212.97039 252.741519 +L 215.289351 252.130054 +L 217.608312 253.73711 +L 219.927273 252.882627 +L 222.246234 253.95269 +L 224.565195 252.612171 +L 226.884156 254.638629 +L 229.203117 254.227066 +L 231.522078 254.854209 +L 233.841039 253.607761 +L 236.16 254.783656 +L 238.478961 254.481843 +L 240.797922 255.645978 +L 243.116883 254.720941 +L 245.435844 255.563665 +L 247.754805 255.238335 +L 250.073766 256.28488 +L 252.392727 255.312808 +L 254.711688 255.873317 +L 257.030649 255.430397 +L 259.34961 256.347595 +L 261.668571 255.62246 +L 263.987532 256.974738 +L 266.306494 255.689094 +L 268.625455 257.492132 +L 270.944416 255.395121 +L 273.263377 256.088898 +L 275.582338 255.442156 +L 277.901299 256.324077 +L 284.858182 253.137404 +L 287.177143 252.882627 +L 289.496104 249.895855 +L 291.815065 243.796884 +L 294.134026 244.792475 +L 296.452987 239.449996 +L 301.090909 222.673906 +L 303.40987 212.173171 +L 305.728831 196.494582 +L 308.047792 174.807174 +L 310.366753 159.936032 +L 312.685714 139.471554 +L 315.004675 127.375523 +L 317.323636 111.896836 +L 321.961558 96.661167 +L 324.280519 93.40786 +L 326.599481 91.726332 +L 328.918442 89.292231 +L 331.237403 90.354455 +L 335.875325 87.798845 +L 338.194286 87.881158 +L 340.513247 93.200119 +L 342.832208 91.898796 +L 345.151169 94.709183 +L 347.47013 94.63471 +L 349.789091 97.888017 +L 352.108052 96.915945 +L 354.427013 100.780717 +L 356.745974 99.63226 +L 359.064935 101.987968 +L 361.383896 99.091349 +L 363.702857 101.066851 +L 366.021818 96.312319 +L 368.340779 97.452936 +L 370.65974 95.63814 +L 372.978701 135.367684 +L 375.297662 167.869398 +L 377.616623 209.688114 +L 379.935584 223.340246 +L 382.254545 242.84833 +L 384.573506 246.411289 +L 386.892468 254.168271 +L 389.211429 256.18297 +L 391.53039 257.903695 +L 393.849351 253.145243 +L 396.168312 258.272142 +L 398.487273 257.07273 +L 398.487273 257.07273 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_2"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 255.406879 +L 76.151688 255.473513 +L 78.470649 255.359844 +L 80.78961 255.794925 +L 83.108571 256.653327 +L 85.427532 255.775326 +L 87.746494 257.131524 +L 90.065455 255.979148 +L 92.384416 257.425498 +L 94.703377 255.818442 +L 97.022338 256.665086 +L 99.341299 256.602372 +L 101.66026 256.414229 +L 103.979221 254.865968 +L 106.298182 257.770427 +L 108.617143 258.005606 +L 110.936104 255.967389 +L 113.255065 257.566605 +L 115.574026 258.609231 +L 117.892987 257.993847 +L 120.211948 258.087918 +L 122.530909 257.915454 +L 124.84987 258.899285 +L 127.168831 256.876747 +L 129.487792 258.997276 +L 131.806753 258.295659 +L 134.125714 259.157982 +L 136.444675 258.577874 +L 138.763636 260.643528 +L 141.082597 258.475963 +L 143.401558 259.487232 +L 145.720519 258.668026 +L 148.039481 260.169251 +L 150.358442 258.142793 +L 152.677403 261.701833 +L 154.996364 258.797374 +L 157.315325 259.859599 +L 159.634286 259.130544 +L 161.953247 259.95759 +L 164.272208 259.318687 +L 166.591169 259.640098 +L 168.91013 258.942401 +L 171.229091 260.706242 +L 173.548052 259.883117 +L 175.867013 241.617561 +L 178.185974 266.566115 +L 180.504935 259.596982 +L 182.823896 259.753768 +L 185.142857 260.50634 +L 187.461818 259.965429 +L 189.780779 261.121725 +L 192.09974 258.526919 +L 194.418701 260.345635 +L 196.737662 259.475473 +L 199.056623 259.636179 +L 201.375584 258.076159 +L 203.694545 259.248134 +L 206.013506 256.833631 +L 208.332468 256.465184 +L 210.651429 254.893406 +L 212.97039 253.458815 +L 215.289351 251.569545 +L 217.608312 249.907614 +L 219.927273 247.29321 +L 222.246234 246.505361 +L 224.565195 244.608251 +L 226.884156 243.146223 +L 229.203117 241.382382 +L 231.522078 241.535248 +L 233.841039 240.680765 +L 236.16 237.498011 +L 238.478961 236.572975 +L 240.797922 237.576404 +L 243.116883 232.100657 +L 245.435844 231.814523 +L 247.754805 235.138384 +L 250.073766 218.456365 +L 252.392727 228.84343 +L 259.34961 225.566605 +L 261.668571 225.323587 +L 263.987532 223.018835 +L 266.306494 222.85029 +L 268.625455 221.329467 +L 270.944416 221.06685 +L 273.263377 219.412759 +L 275.582338 219.62834 +L 277.901299 218.119276 +L 280.22026 218.911044 +L 282.539221 218.07224 +L 284.858182 221.309868 +L 287.177143 219.612661 +L 289.496104 223.199138 +L 291.815065 224.261363 +L 294.134026 230.415209 +L 296.452987 230.575914 +L 298.771948 236.435787 +L 301.090909 238.305459 +L 303.40987 243.498991 +L 305.728831 244.972779 +L 308.047792 249.115846 +L 310.366753 250.240784 +L 312.685714 254.019324 +L 315.004675 254.591593 +L 317.323636 257.06881 +L 319.642597 256.978658 +L 321.961558 259.240294 +L 324.280519 259.718491 +L 326.599481 261.121725 +L 328.918442 260.702323 +L 331.237403 262.262342 +L 333.556364 261.948771 +L 335.875325 263.265772 +L 338.194286 261.631279 +L 340.513247 262.967879 +L 342.832208 262.795414 +L 345.151169 263.814523 +L 347.47013 263.806683 +L 349.789091 264.128095 +L 352.108052 263.971309 +L 354.427013 264.214327 +L 356.745974 263.352004 +L 359.064935 262.62687 +L 361.383896 262.391691 +L 363.702857 263.316728 +L 366.021818 263.336326 +L 368.340779 264.806193 +L 370.65974 263.598942 +L 372.978701 265.672436 +L 375.297662 263.159942 +L 377.616623 264.919863 +L 379.935584 265.676355 +L 382.254545 263.575424 +L 384.573506 264.578854 +L 386.892468 264.939461 +L 389.211429 264.096737 +L 391.53039 268.482823 +L 393.849351 262.493602 +L 396.168312 265.61756 +L 398.487273 263.775326 +L 398.487273 263.775326 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_3"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 224.876747 +L 76.151688 227.044312 +L 78.470649 227.29125 +L 80.78961 228.706243 +L 83.108571 227.232455 +L 85.427532 227.593063 +L 87.746494 229.239315 +L 90.065455 228.306439 +L 92.384416 230.426968 +L 94.703377 228.815993 +L 97.022338 230.709182 +L 99.341299 230.281941 +L 101.66026 232.057541 +L 103.979221 231.046272 +L 106.298182 232.719961 +L 108.617143 231.497031 +L 110.936104 233.672436 +L 113.255065 232.672926 +L 115.574026 233.872338 +L 117.892987 233.864498 +L 120.211948 234.899285 +L 122.530909 234.029124 +L 124.84987 235.965429 +L 127.168831 235.169741 +L 129.487792 236.420108 +L 131.806753 235.146223 +L 134.125714 236.604332 +L 136.444675 235.357884 +L 138.763636 236.925743 +L 141.082597 235.62442 +L 143.401558 236.62001 +L 145.720519 237.811583 +L 148.039481 236.279001 +L 152.677403 231.156022 +L 154.996364 222.246664 +L 157.315325 225.484293 +L 159.634286 216.727801 +L 161.953247 210.530839 +L 164.272208 198.748379 +L 166.591169 191.634219 +L 168.91013 180.016385 +L 171.229091 174.18003 +L 173.548052 166.771897 +L 175.867013 162.272142 +L 178.185974 154.40541 +L 182.823896 145.51957 +L 185.142857 142.097718 +L 187.461818 136.676846 +L 189.780779 134.462245 +L 192.09974 130.930643 +L 194.418701 127.732211 +L 196.737662 124.753279 +L 203.694545 117.909575 +L 206.013506 116.651368 +L 208.332468 114.871848 +L 212.97039 109.96837 +L 215.289351 109.313789 +L 217.608312 106.668027 +L 222.246234 103.512711 +L 224.565195 99.937993 +L 226.884156 98.18591 +L 229.203117 99.828242 +L 231.522078 95.892917 +L 233.841039 96.782677 +L 236.16 94.873808 +L 238.478961 97.719472 +L 240.797922 97.609722 +L 243.116883 110.571995 +L 245.435844 121.911535 +L 247.754805 145.347105 +L 250.073766 162.338776 +L 252.392727 191.95563 +L 254.711688 200.970819 +L 257.030649 218.040883 +L 259.34961 223.751809 +L 261.668571 235.18542 +L 263.987532 236.365233 +L 266.306494 241.946811 +L 268.625455 243.565625 +L 270.944416 247.230495 +L 273.263377 247.277531 +L 275.582338 249.456855 +L 277.901299 249.51565 +L 280.22026 251.165821 +L 282.539221 250.315258 +L 284.858182 251.804724 +L 287.177143 250.758178 +L 289.496104 252.800314 +L 291.815065 252.322117 +L 294.134026 253.317707 +L 296.452987 252.149653 +L 298.771948 253.333386 +L 301.090909 253.258913 +L 303.40987 254.129074 +L 305.728831 253.529368 +L 308.047792 254.372093 +L 310.366753 253.537208 +L 312.685714 254.7327 +L 315.004675 246.7327 +L 317.323636 254.383852 +L 319.642597 255.449996 +L 321.961558 254.313298 +L 324.280519 255.442156 +L 326.599481 254.434807 +L 328.918442 255.8498 +L 331.237403 254.799334 +L 333.556364 255.916434 +L 335.875325 254.869888 +L 338.194286 256.139853 +L 340.513247 255.826282 +L 342.832208 256.531818 +L 345.151169 255.489192 +L 347.47013 256.433827 +L 349.789091 255.986987 +L 352.108052 257.225596 +L 354.427013 256.29272 +L 356.745974 258.283901 +L 359.064935 256.273121 +L 361.383896 258.025204 +L 363.702857 256.661167 +L 366.021818 257.73907 +L 368.340779 257.382382 +L 370.65974 258.009525 +L 372.978701 257.390221 +L 375.297662 258.248624 +L 377.616623 257.550926 +L 379.935584 259.06783 +L 382.254545 257.523489 +L 384.573506 259.573464 +L 386.892468 258.28782 +L 389.211429 258.421088 +L 391.53039 258.334856 +L 393.849351 259.518589 +L 396.168312 258.370133 +L 398.487273 259.212857 +L 398.487273 259.212857 +" style="fill:none;stroke:#ffd2e9;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_4"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 307.584 +L 73.832727 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_5"> + <defs> + <path d="M 0 0 +L 0 3.5 +" id="mdbbc9e70ad" style="stroke:#01769d;stroke-width:0.8;"/> + </defs> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="73.832727" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_1"> + <!-- 0 --> + <defs> + <path d="M 31.78125 66.40625 +Q 24.171875 66.40625 20.328125 58.90625 +Q 16.5 51.421875 16.5 36.375 +Q 16.5 21.390625 20.328125 13.890625 +Q 24.171875 6.390625 31.78125 6.390625 +Q 39.453125 6.390625 43.28125 13.890625 +Q 47.125 21.390625 47.125 36.375 +Q 47.125 51.421875 43.28125 58.90625 +Q 39.453125 66.40625 31.78125 66.40625 +M 31.78125 74.21875 +Q 44.046875 74.21875 50.515625 64.515625 +Q 56.984375 54.828125 56.984375 36.375 +Q 56.984375 17.96875 50.515625 8.265625 +Q 44.046875 -1.421875 31.78125 -1.421875 +Q 19.53125 -1.421875 13.0625 8.265625 +Q 6.59375 17.96875 6.59375 36.375 +Q 6.59375 54.828125 13.0625 64.515625 +Q 19.53125 74.21875 31.78125 74.21875 +" id="DejaVuSans-30"/> + </defs> + <g style="fill:#01769d;" transform="translate(70.651477 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_6"> + <path clip-path="url(#p321e5a2317)" d="M 151.131429 307.584 +L 151.131429 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_7"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="151.131429" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_2"> + <!-- 100 --> + <defs> + <path d="M 12.40625 8.296875 +L 28.515625 8.296875 +L 28.515625 63.921875 +L 10.984375 60.40625 +L 10.984375 69.390625 +L 28.421875 72.90625 +L 38.28125 72.90625 +L 38.28125 8.296875 +L 54.390625 8.296875 +L 54.390625 0 +L 12.40625 0 +z +" id="DejaVuSans-31"/> + </defs> + <g style="fill:#01769d;" transform="translate(141.587679 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-31"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_8"> + <path clip-path="url(#p321e5a2317)" d="M 228.43013 307.584 +L 228.43013 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_9"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="228.43013" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_3"> + <!-- 200 --> + <defs> + <path d="M 19.1875 8.296875 +L 53.609375 8.296875 +L 53.609375 0 +L 7.328125 0 +L 7.328125 8.296875 +Q 12.9375 14.109375 22.625 23.890625 +Q 32.328125 33.6875 34.8125 36.53125 +Q 39.546875 41.84375 41.421875 45.53125 +Q 43.3125 49.21875 43.3125 52.78125 +Q 43.3125 58.59375 39.234375 62.25 +Q 35.15625 65.921875 28.609375 65.921875 +Q 23.96875 65.921875 18.8125 64.3125 +Q 13.671875 62.703125 7.8125 59.421875 +L 7.8125 69.390625 +Q 13.765625 71.78125 18.9375 73 +Q 24.125 74.21875 28.421875 74.21875 +Q 39.75 74.21875 46.484375 68.546875 +Q 53.21875 62.890625 53.21875 53.421875 +Q 53.21875 48.921875 51.53125 44.890625 +Q 49.859375 40.875 45.40625 35.40625 +Q 44.1875 33.984375 37.640625 27.21875 +Q 31.109375 20.453125 19.1875 8.296875 +" id="DejaVuSans-32"/> + </defs> + <g style="fill:#01769d;" transform="translate(218.88638 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-32"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_10"> + <path clip-path="url(#p321e5a2317)" d="M 305.728831 307.584 +L 305.728831 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_11"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="305.728831" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_4"> + <!-- 300 --> + <defs> + <path d="M 40.578125 39.3125 +Q 47.65625 37.796875 51.625 33 +Q 55.609375 28.21875 55.609375 21.1875 +Q 55.609375 10.40625 48.1875 4.484375 +Q 40.765625 -1.421875 27.09375 -1.421875 +Q 22.515625 -1.421875 17.65625 -0.515625 +Q 12.796875 0.390625 7.625 2.203125 +L 7.625 11.71875 +Q 11.71875 9.328125 16.59375 8.109375 +Q 21.484375 6.890625 26.8125 6.890625 +Q 36.078125 6.890625 40.9375 10.546875 +Q 45.796875 14.203125 45.796875 21.1875 +Q 45.796875 27.640625 41.28125 31.265625 +Q 36.765625 34.90625 28.71875 34.90625 +L 20.21875 34.90625 +L 20.21875 43.015625 +L 29.109375 43.015625 +Q 36.375 43.015625 40.234375 45.921875 +Q 44.09375 48.828125 44.09375 54.296875 +Q 44.09375 59.90625 40.109375 62.90625 +Q 36.140625 65.921875 28.71875 65.921875 +Q 24.65625 65.921875 20.015625 65.03125 +Q 15.375 64.15625 9.8125 62.3125 +L 9.8125 71.09375 +Q 15.4375 72.65625 20.34375 73.4375 +Q 25.25 74.21875 29.59375 74.21875 +Q 40.828125 74.21875 47.359375 69.109375 +Q 53.90625 64.015625 53.90625 55.328125 +Q 53.90625 49.265625 50.4375 45.09375 +Q 46.96875 40.921875 40.578125 39.3125 +" id="DejaVuSans-33"/> + </defs> + <g style="fill:#01769d;" transform="translate(296.185081 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-33"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_12"> + <path clip-path="url(#p321e5a2317)" d="M 383.027532 307.584 +L 383.027532 41.472 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_13"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="383.027532" xlink:href="#mdbbc9e70ad" y="307.584"/> + </g> + </g> + <g id="text_5"> + <!-- 400 --> + <defs> + <path d="M 37.796875 64.3125 +L 12.890625 25.390625 +L 37.796875 25.390625 +z +M 35.203125 72.90625 +L 47.609375 72.90625 +L 47.609375 25.390625 +L 58.015625 25.390625 +L 58.015625 17.1875 +L 47.609375 17.1875 +L 47.609375 0 +L 37.796875 0 +L 37.796875 17.1875 +L 4.890625 17.1875 +L 4.890625 26.703125 +z +" id="DejaVuSans-34"/> + </defs> + <g style="fill:#01769d;" transform="translate(373.483782 322.182437)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-34"/> + <use x="63.623047" xlink:href="#DejaVuSans-30"/> + <use x="127.246094" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="text_6"> + <!-- x [steps] --> + <defs> + <path d="M 54.890625 54.6875 +L 35.109375 28.078125 +L 55.90625 0 +L 45.3125 0 +L 29.390625 21.484375 +L 13.484375 0 +L 2.875 0 +L 24.125 28.609375 +L 4.6875 54.6875 +L 15.28125 54.6875 +L 29.78125 35.203125 +L 44.28125 54.6875 +z +" id="DejaVuSans-78"/> + <path id="DejaVuSans-20"/> + <path d="M 8.59375 75.984375 +L 29.296875 75.984375 +L 29.296875 69 +L 17.578125 69 +L 17.578125 -6.203125 +L 29.296875 -6.203125 +L 29.296875 -13.1875 +L 8.59375 -13.1875 +z +" id="DejaVuSans-5b"/> + <path d="M 44.28125 53.078125 +L 44.28125 44.578125 +Q 40.484375 46.53125 36.375 47.5 +Q 32.28125 48.484375 27.875 48.484375 +Q 21.1875 48.484375 17.84375 46.4375 +Q 14.5 44.390625 14.5 40.28125 +Q 14.5 37.15625 16.890625 35.375 +Q 19.28125 33.59375 26.515625 31.984375 +L 29.59375 31.296875 +Q 39.15625 29.25 43.1875 25.515625 +Q 47.21875 21.78125 47.21875 15.09375 +Q 47.21875 7.46875 41.1875 3.015625 +Q 35.15625 -1.421875 24.609375 -1.421875 +Q 20.21875 -1.421875 15.453125 -0.5625 +Q 10.6875 0.296875 5.421875 2 +L 5.421875 11.28125 +Q 10.40625 8.6875 15.234375 7.390625 +Q 20.0625 6.109375 24.8125 6.109375 +Q 31.15625 6.109375 34.5625 8.28125 +Q 37.984375 10.453125 37.984375 14.40625 +Q 37.984375 18.0625 35.515625 20.015625 +Q 33.0625 21.96875 24.703125 23.78125 +L 21.578125 24.515625 +Q 13.234375 26.265625 9.515625 29.90625 +Q 5.8125 33.546875 5.8125 39.890625 +Q 5.8125 47.609375 11.28125 51.796875 +Q 16.75 56 26.8125 56 +Q 31.78125 56 36.171875 55.265625 +Q 40.578125 54.546875 44.28125 53.078125 +" id="DejaVuSans-73"/> + <path d="M 18.3125 70.21875 +L 18.3125 54.6875 +L 36.8125 54.6875 +L 36.8125 47.703125 +L 18.3125 47.703125 +L 18.3125 18.015625 +Q 18.3125 11.328125 20.140625 9.421875 +Q 21.96875 7.515625 27.59375 7.515625 +L 36.8125 7.515625 +L 36.8125 0 +L 27.59375 0 +Q 17.1875 0 13.234375 3.875 +Q 9.28125 7.765625 9.28125 18.015625 +L 9.28125 47.703125 +L 2.6875 47.703125 +L 2.6875 54.6875 +L 9.28125 54.6875 +L 9.28125 70.21875 +z +" id="DejaVuSans-74"/> + <path d="M 56.203125 29.59375 +L 56.203125 25.203125 +L 14.890625 25.203125 +Q 15.484375 15.921875 20.484375 11.0625 +Q 25.484375 6.203125 34.421875 6.203125 +Q 39.59375 6.203125 44.453125 7.46875 +Q 49.3125 8.734375 54.109375 11.28125 +L 54.109375 2.78125 +Q 49.265625 0.734375 44.1875 -0.34375 +Q 39.109375 -1.421875 33.890625 -1.421875 +Q 20.796875 -1.421875 13.15625 6.1875 +Q 5.515625 13.8125 5.515625 26.8125 +Q 5.515625 40.234375 12.765625 48.109375 +Q 20.015625 56 32.328125 56 +Q 43.359375 56 49.78125 48.890625 +Q 56.203125 41.796875 56.203125 29.59375 +M 47.21875 32.234375 +Q 47.125 39.59375 43.09375 43.984375 +Q 39.0625 48.390625 32.421875 48.390625 +Q 24.90625 48.390625 20.390625 44.140625 +Q 15.875 39.890625 15.1875 32.171875 +z +" id="DejaVuSans-65"/> + <path d="M 18.109375 8.203125 +L 18.109375 -20.796875 +L 9.078125 -20.796875 +L 9.078125 54.6875 +L 18.109375 54.6875 +L 18.109375 46.390625 +Q 20.953125 51.265625 25.265625 53.625 +Q 29.59375 56 35.59375 56 +Q 45.5625 56 51.78125 48.09375 +Q 58.015625 40.1875 58.015625 27.296875 +Q 58.015625 14.40625 51.78125 6.484375 +Q 45.5625 -1.421875 35.59375 -1.421875 +Q 29.59375 -1.421875 25.265625 0.953125 +Q 20.953125 3.328125 18.109375 8.203125 +M 48.6875 27.296875 +Q 48.6875 37.203125 44.609375 42.84375 +Q 40.53125 48.484375 33.40625 48.484375 +Q 26.265625 48.484375 22.1875 42.84375 +Q 18.109375 37.203125 18.109375 27.296875 +Q 18.109375 17.390625 22.1875 11.75 +Q 26.265625 6.109375 33.40625 6.109375 +Q 40.53125 6.109375 44.609375 11.75 +Q 48.6875 17.390625 48.6875 27.296875 +" id="DejaVuSans-70"/> + <path d="M 30.421875 75.984375 +L 30.421875 -13.1875 +L 9.71875 -13.1875 +L 9.71875 -6.203125 +L 21.390625 -6.203125 +L 21.390625 69 +L 9.71875 69 +L 9.71875 75.984375 +z +" id="DejaVuSans-5d"/> + </defs> + <g style="fill:#01769d;" transform="translate(214.289687 335.860562)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-78"/> + <use x="59.179688" xlink:href="#DejaVuSans-20"/> + <use x="90.966797" xlink:href="#DejaVuSans-5b"/> + <use x="129.980469" xlink:href="#DejaVuSans-73"/> + <use x="182.080078" xlink:href="#DejaVuSans-74"/> + <use x="221.289062" xlink:href="#DejaVuSans-65"/> + <use x="282.8125" xlink:href="#DejaVuSans-70"/> + <use x="346.289062" xlink:href="#DejaVuSans-73"/> + <use x="398.388672" xlink:href="#DejaVuSans-5d"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_14"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 306.686436 +L 414.72 306.686436 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_15"> + <defs> + <path d="M 0 0 +L -3.5 0 +" id="mde06ae7c03" style="stroke:#01769d;stroke-width:0.8;"/> + </defs> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="306.686436"/> + </g> + </g> + <g id="text_7"> + <!-- −0.5 --> + <defs> + <path d="M 10.59375 35.5 +L 73.1875 35.5 +L 73.1875 27.203125 +L 10.59375 27.203125 +z +" id="DejaVuSans-2212"/> + <path d="M 10.6875 12.40625 +L 21 12.40625 +L 21 0 +L 10.6875 0 +z +" id="DejaVuSans-2e"/> + <path d="M 10.796875 72.90625 +L 49.515625 72.90625 +L 49.515625 64.59375 +L 19.828125 64.59375 +L 19.828125 46.734375 +Q 21.96875 47.46875 24.109375 47.828125 +Q 26.265625 48.1875 28.421875 48.1875 +Q 40.625 48.1875 47.75 41.5 +Q 54.890625 34.8125 54.890625 23.390625 +Q 54.890625 11.625 47.5625 5.09375 +Q 40.234375 -1.421875 26.90625 -1.421875 +Q 22.3125 -1.421875 17.546875 -0.640625 +Q 12.796875 0.140625 7.71875 1.703125 +L 7.71875 11.625 +Q 12.109375 9.234375 16.796875 8.0625 +Q 21.484375 6.890625 26.703125 6.890625 +Q 35.15625 6.890625 40.078125 11.328125 +Q 45.015625 15.765625 45.015625 23.390625 +Q 45.015625 31 40.078125 35.4375 +Q 35.15625 39.890625 26.703125 39.890625 +Q 22.75 39.890625 18.8125 39.015625 +Q 14.890625 38.140625 10.796875 36.28125 +z +" id="DejaVuSans-35"/> + </defs> + <g style="fill:#01769d;" transform="translate(26.317187 310.485655)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-2212"/> + <use x="83.789062" xlink:href="#DejaVuSans-30"/> + <use x="147.412109" xlink:href="#DejaVuSans-2e"/> + <use x="179.199219" xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_16"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 267.765527 +L 414.72 267.765527 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_17"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="267.765527"/> + </g> + </g> + <g id="text_8"> + <!-- 0.0 --> + <g style="fill:#01769d;" transform="translate(34.696875 271.564746)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-30"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_18"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 228.844618 +L 414.72 228.844618 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_19"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="228.844618"/> + </g> + </g> + <g id="text_9"> + <!-- 0.5 --> + <g style="fill:#01769d;" transform="translate(34.696875 232.643837)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-30"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_20"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 189.923709 +L 414.72 189.923709 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_21"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="189.923709"/> + </g> + </g> + <g id="text_10"> + <!-- 1.0 --> + <g style="fill:#01769d;" transform="translate(34.696875 193.722928)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-31"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_22"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 151.0028 +L 414.72 151.0028 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_23"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="151.0028"/> + </g> + </g> + <g id="text_11"> + <!-- 1.5 --> + <g style="fill:#01769d;" transform="translate(34.696875 154.802019)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-31"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_24"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 112.081891 +L 414.72 112.081891 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_25"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="112.081891"/> + </g> + </g> + <g id="text_12"> + <!-- 2.0 --> + <g style="fill:#01769d;" transform="translate(34.696875 115.88111)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-32"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-30"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_26"> + <path clip-path="url(#p321e5a2317)" d="M 57.6 73.160982 +L 414.72 73.160982 +" style="fill:none;stroke:#08bdf9;stroke-dasharray:2.2,2.2;stroke-dashoffset:0;stroke-width:0.8;"/> + </g> + <g id="line2d_27"> + <g> + <use style="fill:#01769d;stroke:#01769d;stroke-width:0.8;" x="57.6" xlink:href="#mde06ae7c03" y="73.160982"/> + </g> + </g> + <g id="text_13"> + <!-- 2.5 --> + <g style="fill:#01769d;" transform="translate(34.696875 76.960201)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-32"/> + <use x="63.623047" xlink:href="#DejaVuSans-2e"/> + <use x="95.410156" xlink:href="#DejaVuSans-35"/> + </g> + </g> + </g> + <g id="text_14"> + <!-- Vpd [V] --> + <defs> + <path d="M 28.609375 0 +L 0.78125 72.90625 +L 11.078125 72.90625 +L 34.1875 11.53125 +L 57.328125 72.90625 +L 67.578125 72.90625 +L 39.796875 0 +z +" id="DejaVuSans-56"/> + <path d="M 45.40625 46.390625 +L 45.40625 75.984375 +L 54.390625 75.984375 +L 54.390625 0 +L 45.40625 0 +L 45.40625 8.203125 +Q 42.578125 3.328125 38.25 0.953125 +Q 33.9375 -1.421875 27.875 -1.421875 +Q 17.96875 -1.421875 11.734375 6.484375 +Q 5.515625 14.40625 5.515625 27.296875 +Q 5.515625 40.1875 11.734375 48.09375 +Q 17.96875 56 27.875 56 +Q 33.9375 56 38.25 53.625 +Q 42.578125 51.265625 45.40625 46.390625 +M 14.796875 27.296875 +Q 14.796875 17.390625 18.875 11.75 +Q 22.953125 6.109375 30.078125 6.109375 +Q 37.203125 6.109375 41.296875 11.75 +Q 45.40625 17.390625 45.40625 27.296875 +Q 45.40625 37.203125 41.296875 42.84375 +Q 37.203125 48.484375 30.078125 48.484375 +Q 22.953125 48.484375 18.875 42.84375 +Q 14.796875 37.203125 14.796875 27.296875 +" id="DejaVuSans-64"/> + </defs> + <g style="fill:#01769d;" transform="translate(20.2375 193.207687)rotate(-90)scale(0.1 -0.1)"> + <use xlink:href="#DejaVuSans-56"/> + <use x="68.408203" xlink:href="#DejaVuSans-70"/> + <use x="131.884766" xlink:href="#DejaVuSans-64"/> + <use x="195.361328" xlink:href="#DejaVuSans-20"/> + <use x="227.148438" xlink:href="#DejaVuSans-5b"/> + <use x="266.162109" xlink:href="#DejaVuSans-56"/> + <use x="334.570312" xlink:href="#DejaVuSans-5d"/> + </g> + </g> + </g> + <g id="line2d_28"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 236.227629 +L 85.427532 238.343103 +L 97.022338 240.243301 +L 110.936104 242.272411 +L 124.84987 244.065852 +L 141.082597 245.914428 +L 159.634286 247.784459 +L 185.142857 250.103164 +L 226.884156 253.870733 +L 250.073766 256.093052 +L 257.030649 256.432168 +L 261.668571 256.44591 +L 266.306494 256.240186 +L 270.944416 255.772483 +L 275.582338 255.000287 +L 280.22026 253.87833 +L 282.539221 253.156031 +L 284.858182 252.297977 +L 287.177143 251.282322 +L 289.496104 250.087223 +L 291.815065 248.543875 +L 294.134026 245.895629 +L 296.452987 241.238879 +L 298.771948 233.670016 +L 301.090909 222.586471 +L 303.40987 208.589822 +L 305.728831 192.582684 +L 312.685714 141.524495 +L 315.004675 126.501558 +L 317.323636 113.98121 +L 319.642597 104.618911 +L 321.961558 98.081497 +L 324.280519 93.788647 +L 326.599481 91.160042 +L 328.918442 89.615361 +L 331.237403 88.675453 +L 333.556364 88.265834 +L 335.875325 88.413192 +L 338.194286 89.144211 +L 340.513247 90.449677 +L 342.832208 92.176776 +L 349.789091 98.000715 +L 352.108052 99.527192 +L 354.427013 100.531726 +L 356.745974 100.825601 +L 359.064935 100.220103 +L 361.383896 98.681102 +L 363.702857 96.792814 +L 366.021818 95.294041 +L 368.340779 96.285301 +L 370.65974 107.313987 +L 372.978701 133.903439 +L 375.297662 168.033923 +L 377.616623 199.765803 +L 379.935584 225.022892 +L 382.254545 241.934324 +L 384.573506 251.587067 +L 386.892468 255.807546 +L 389.211429 256.422188 +L 393.849351 254.139659 +L 396.168312 254.895339 +L 398.487273 259.350884 +L 398.487273 259.350884 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_29"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 255.892861 +L 80.78961 255.815202 +L 87.746494 255.953291 +L 97.022338 256.393066 +L 108.617143 257.199465 +L 129.487792 258.722069 +L 138.763636 259.160847 +L 145.720519 259.297897 +L 152.677403 259.21895 +L 159.634286 259.052717 +L 161.953247 259.288262 +L 164.272208 259.881496 +L 168.91013 261.98411 +L 171.229091 259.702623 +L 173.548052 252.904067 +L 175.867013 251.202938 +L 178.185974 259.8259 +L 180.504935 262.1886 +L 182.823896 260.340466 +L 185.142857 259.542151 +L 192.09974 260.231609 +L 194.418701 260.189687 +L 196.737662 259.943429 +L 199.056623 259.478137 +L 201.375584 258.807112 +L 203.694545 257.950656 +L 206.013506 256.929068 +L 208.332468 255.76265 +L 212.97039 253.076526 +L 217.608312 250.054691 +L 231.522078 240.598981 +L 236.16 237.858364 +L 240.797922 235.388251 +L 243.116883 233.996659 +L 245.435844 232.321962 +L 247.754805 230.230097 +L 250.073766 227.803363 +L 252.392727 225.989507 +L 254.711688 225.562796 +L 257.030649 225.738152 +L 259.34961 225.557359 +L 261.668571 224.929021 +L 263.987532 223.978443 +L 273.263377 219.459862 +L 275.582338 218.777682 +L 277.901299 218.525099 +L 280.22026 218.797911 +L 282.539221 219.573871 +L 284.858182 220.80122 +L 287.177143 222.428203 +L 289.496104 224.403061 +L 291.815065 226.674037 +L 294.134026 229.189375 +L 298.771948 234.746104 +L 310.366753 249.291238 +L 312.685714 251.898202 +L 315.004675 254.283712 +L 317.323636 256.396011 +L 319.642597 258.19601 +L 321.961558 259.695299 +L 324.280519 260.918137 +L 326.599481 261.888782 +L 328.918442 262.631493 +L 331.237403 263.170528 +L 333.556364 263.530148 +L 335.875325 263.734609 +L 340.513247 263.775095 +L 345.151169 263.486054 +L 354.427013 262.695675 +L 359.064935 262.582476 +L 363.702857 262.858011 +L 368.340779 263.426252 +L 379.935584 265.116502 +L 384.573506 265.496085 +L 386.892468 265.545313 +L 389.211429 265.475157 +L 391.53039 265.266361 +L 393.849351 264.89967 +L 396.168312 264.355827 +L 398.487273 263.615576 +L 398.487273 263.615576 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="line2d_30"> + <path clip-path="url(#p321e5a2317)" d="M 73.832727 224.467875 +L 76.151688 225.885463 +L 78.470649 227.054129 +L 80.78961 227.998852 +L 83.108571 228.744613 +L 85.427532 229.316391 +L 87.746494 229.739168 +L 92.384416 230.237637 +L 97.022338 230.439861 +L 106.298182 230.754943 +L 110.936104 231.267484 +L 113.255065 231.699935 +L 115.574026 232.283147 +L 117.892987 233.028846 +L 122.530909 234.829273 +L 127.168831 236.678082 +L 129.487792 237.484259 +L 131.806753 238.138886 +L 134.125714 238.587416 +L 136.444675 238.775298 +L 138.763636 238.647985 +L 141.082597 238.150929 +L 143.401558 237.229581 +L 145.720519 235.829392 +L 148.039481 233.895814 +L 150.358442 231.374299 +L 152.677403 228.210298 +L 154.996364 224.349262 +L 157.315325 219.744124 +L 159.634286 214.377741 +L 161.953247 208.240447 +L 164.272208 201.32258 +L 166.591169 193.614476 +L 175.867013 160.269389 +L 178.185974 153.67439 +L 180.504935 148.176051 +L 182.823896 143.615976 +L 185.142857 139.83577 +L 187.461818 136.677035 +L 189.780779 133.981375 +L 194.418701 129.345695 +L 199.056623 124.695194 +L 203.694545 119.569938 +L 210.651429 111.688546 +L 215.289351 106.811761 +L 217.608312 104.616851 +L 219.927273 102.642145 +L 222.246234 100.931057 +L 224.565195 99.527 +L 226.884156 98.473386 +L 229.203117 97.813627 +L 231.522078 97.591138 +L 233.841039 97.849331 +L 236.16 98.631618 +L 238.478961 100.202542 +L 240.797922 103.711169 +L 243.116883 110.527693 +L 245.435844 122.02231 +L 247.754805 139.565214 +L 252.392727 186.285522 +L 254.711688 203.452497 +L 257.030649 215.590477 +L 259.34961 225.07262 +L 261.668571 232.569324 +L 263.987532 238.325301 +L 266.306494 242.585261 +L 268.625455 245.593914 +L 270.944416 247.595972 +L 273.263377 248.836145 +L 275.582338 249.559143 +L 280.22026 250.391956 +L 287.177143 251.389212 +L 296.452987 252.4331 +L 308.047792 253.431106 +L 347.47013 256.310975 +L 368.340779 257.656195 +L 384.573506 258.473875 +L 398.487273 258.946845 +L 398.487273 258.946845 +" style="fill:none;stroke:#fe3ea0;stroke-linecap:square;stroke-width:1.5;"/> + </g> + <g id="patch_3"> + <path d="M 57.6 307.584 +L 57.6 41.472 +" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_4"> + <path d="M 57.6 307.584 +L 414.72 307.584 +" style="fill:none;stroke:#08bdf9;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + </g> + </g> + <defs> + <clipPath id="p321e5a2317"> + <rect height="266.112" width="357.12" x="57.6" y="41.472"/> + </clipPath> + </defs> +</svg> diff --git a/static/images/rgb_cube.svg b/static/images/rgb_cube.svg new file mode 100644 index 0000000..8af7a00 --- /dev/null +++ b/static/images/rgb_cube.svg @@ -0,0 +1,222 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1092px" height="306px" viewBox="5 5 728 204" enable-background="new 5 5 728 204"> + +<defs> + + <marker id="white_arrow_head" markerWidth="6" markerHeight="6" refX="10" refY="6" orient="auto" viewBox="0 0 12 12"> + <path d="M0,0 v12 L12,6 z" fill="white"/> + </marker> + + <marker id="black_arrow_head" markerWidth="6" markerHeight="6" refX="10" refY="6" orient="auto" viewBox="0 0 12 12"> + <path d="M0,0 v12 L12,6 z" fill="black"/> + </marker> + + <style type="text/css"> + + .inner_grid_on_dark {stroke:white} + .inner_grid_on_bright {stroke:black} + .outer_grid {stroke:black; fill:none} + + text {font-family:DejaVu Sans,Liberation Sans, Arial, sans-serif} + text.inner_axis_on_dark {font-size:32px; text-anchor:middle; fill:white} + text.inner_axis_on_bright {font-size:32px; text-anchor:middle; fill:black} + .explanation_text { font-size:9px; text-anchor:end; fill:white} + text.outer_axis {font-size:22px; text-anchor:middle} + text.outer_axis_smaller {font-size:14px; text-anchor:middle} + + .explanation_line {stroke:white;} + .explanation_arrow {stroke:white;fill:none; marker-end: url(#white_arrow_head)} + .inner_arrow_on_dark {stroke-width:3px;fill:none; stroke:white; marker-end: url(#white_arrow_head)} + .inner_arrow_on_bright {stroke-width:3px;fill:none; stroke:black; marker-end: url(#black_arrow_head)} + + .mini_grid { stroke:white; stroke-dasharray:1; fill:none } + .explanation_circle { fill:#539642; stroke:white; stroke-width:2 } + + </style> + + <symbol id="B_GB" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx5JREFUeJzt1AEJAEEQxLBZeP+W74U0gVrobXvbTVKvbzcgygAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAgzAAg zAAgzAAgzAAgzAAgzAAg7AeEIAb7+p29LAAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 -128 -128)"/> + </symbol> + + <symbol id="B_RB" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx1JREFUeJzt1AEJAEEQxLBZeP+W74U0gVrobXvbTVKv7wZUGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCE/YUfBvtEaIT/AAAAAElFTkSuQmCC" transform="matrix(1 0 0 1 -128 -128)"/> + </symbol> + + <symbol id="B_RG" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx1JREFUeJzt1AEJAEEQxLBZeP+W74U0gVrobXu7TVKv7wZUGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCEGQCE GQCEGQCEGQCEGQCEGQCE/YYeBvtUDHeuAAAAAElFTkSuQmCC" transform="matrix(1 0 0 1 -128 -128)"/> + </symbol> + + <symbol id="W_B" viewBox="-128 -128 256 256"> + + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx5JREFUeJzt1AEJAEEQxLB9eP+W54Q0gVrot223O0m9/h1QZQAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQ9gCo8wQa1SrwUwAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 -128 -128)"/> + </symbol> + + <symbol id="W_G" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx5JREFUeJzt1AEJAEEQxLB9eP+W54Q0gVrot213O0m9/h1QZQAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQZgAQ ZgAQZgAQZgAQZgAQZgAQ9gCq4wQafrStoQAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 -128 -128)"> + </image> + </symbol> + + <symbol id="W_R" viewBox="-128 -128 256 256"> + <image overflow="visible" width="256" height="256" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAPYQAAD2EBqD+naQAAAx5JREFUeJzt1AEJAEEQxLB9eP+W54Q0gVrot213O0m9/tsBUQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYAYQYA YQYAYQYAYQYAYQYAYQYAYQ+s0wQaf94YmgAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 -128 -128)"> + </image> + </symbol> + +</defs> + +<g> + + <g id="cube_1" class="black_cube"> + + <g class="transformed_faces"> + + <g transform="matrix(-0.2885 0.1055 0 -0.483 -286.9285 -297.8369) matrix(1 0 0 1 -1226.6912 -1101.9382)"> + <use xlink:href="#B_RG" width="256" height="256" x="-128" y="-128" overflow="visible"/> + <g transform="rotate(180) translate(0,110)"> + <text class="inner_axis_on_dark">G+</text> + <path class="inner_arrow_on_dark" d="M30,5 h-75"/> + </g> + </g> + + <g transform="matrix(0.408 7.449998e-002 0 -0.483 -197.7751 -301.8052) matrix(1 0 0 1 867.4027 -700.2046)"> + <use xlink:href="#B_RB" width="256" height="256" x="-128" y="-128" overflow="visible"/> + <g transform="scale(0.95,-0.95) translate(-90,40)"> + <text class="inner_axis_on_dark">R+</text> + <path class="inner_arrow_on_dark" d="M-30,10 v-55"/> + </g> + <g transform="scale(0.95,-0.95) translate(-10,118)"> + <text class="inner_axis_on_dark">B+</text> + <path class="inner_arrow_on_dark" d="M-35,5 h70"/> + </g> + </g> + + <g transform="matrix(0.408 7.449998e-002 -0.2885 0.1055 -234.7039 -226.4771) matrix(1 0 0 1 2379.251 2138.0725)"> + <use xlink:href="#B_GB" width="256" height="256" x="-128" y="-128" overflow="visible"/> + </g> + + </g> + + <g class="grid"> + <line class="inner_grid_on_dark" x1="208.3" y1="172.4" x2="103.9" y2="153.3"/> + <line class="inner_grid_on_dark" x1="103.9" y1="153.3" x2="103.9" y2="29.6"/> + <line class="inner_grid_on_dark" x1="103.9" y1="153.3" x2="30" y2="180.3"/> + <line class="inner_grid_on_dark" x1="30" y1="56.6" x2="134.5" y2="75.7"/> + <line class="inner_grid_on_dark" x1="134.5" y1="75.7" x2="134.5" y2="199.4"/> + <line class="inner_grid_on_dark" x1="134.5" y1="75.7" x2="208.3" y2="48.7"/> + <polygon class="outer_grid" points="103.9,29.6 208.3,48.7 208.3,172.4 134.5,199.4 30,180.3 30,56.6"/> + </g> + + </g> + + + <g id="cube_2" class="white_cube"> + + <g class="transformed_faces"> + + <g transform="matrix(-0.408 -7.449998e-002 0.2885 -0.1055 357.554 52.6631)"> + <use xlink:href="#W_R" width="256" height="256" x="-128" y="-128" overflow="visible"/> + </g> + + <g transform="matrix(-0.408 -7.449998e-002 0 0.483 320.6262 127.9912)"> + <use xlink:href="#W_G" width="256" height="256" x="-128" y="-128" overflow="visible"/> + <g transform="scale(-0.95,0.95) translate(90,0)"> + <text class="inner_axis_on_bright">R-</text> + <path class="inner_arrow_on_bright" d="M30,-35 v55"/> + </g> + <g transform="scale(-0.95,0.95) translate(0,-90)"> + <text class="inner_axis_on_bright">B-</text> + <path class="inner_arrow_on_bright" d="M30,-30 h-70"/> + </g> + </g> + + <g transform="matrix(0.2885 -0.1055 0 0.483 409.7776 124.0234)"> + <use xlink:href="#W_B" width="256" height="256" x="-128" y="-128" overflow="visible"/> + <g transform="translate(0,-85)"> + <text class="inner_axis_on_bright">G-</text> + <path class="inner_arrow_on_bright" d="M-40,-30 h70"/> + </g> + </g> + + </g> + + <g class="grid"> + <line class="inner_grid_on_bright" x1="268.3" y1="56.6" x2="372.8" y2="75.7"/> + <line class="inner_grid_on_bright" x1="372.8" y1="75.7" x2="372.8" y2="199.4"/> + <line class="inner_grid_on_bright" x1="372.8" y1="75.7" x2="446.6" y2="48.7"/> + <polygon class="outer_grid" points="342.3,29.6 446.6,48.7 446.6,172.4 372.8,199.4 268.3,180.3 268.3,56.6"/> + </g> + + </g> + + + <g id="cube_3" class="black_cube"> + + <g class="transformed_faces"> + <use xlink:href="#B_RG" width="256" height="256" x="-128" y="-128" transform="matrix(-0.2885 0.1055 0 -0.483 543.5715 104.9834)" overflow="visible"/> + <use xlink:href="#B_RB" width="256" height="256" x="-128" y="-128" transform="matrix(0.408 7.449998e-002 0 -0.483 632.7249 101.0151)" overflow="visible"/> + <use xlink:href="#B_GB" width="256" height="256" x="-128" y="-128" transform="matrix(0.408 7.449998e-002 -0.2885 0.1055 595.7961 176.3438)" overflow="visible"/> + </g> + + <g class="grid"> + <line class="inner_grid_on_dark" x1="684.9" y1="172.4" x2="580.5" y2="153.3"/> + <line class="inner_grid_on_dark" x1="684.9" y1="172.4" x2="580.5" y2="153.3"/> + <line class="inner_grid_on_dark" x1="580.5" y1="153.3" x2="580.5" y2="29.6"/> + <line class="inner_grid_on_dark" x1="580.5" y1="153.3" x2="506.6" y2="180.3"/> + <line class="inner_grid_on_dark" x1="506.6" y1="56.6" x2="611.1" y2="75.7"/> + <line class="inner_grid_on_dark" x1="611.1" y1="75.7" x2="611.1" y2="199.4"/> + <line class="inner_grid_on_dark" x1="611.1" y1="75.7" x2="684.9" y2="48.7"/> + <polygon class="outer_grid on_dark" points="580.5,29.6 684.9,48.7 684.9,172.4 611.1,199.4 506.6,180.3 506.6,56.6"/> + </g> + + <g class="mini_grid"> + <line x1="607.8" y1="118.3" x2="564.4" y2="134.2"/> + <line x1="564.4" y1="134.2" x2="537.1" y2="129.2"/> + <line x1="564.4" y1="134.2" x2="564.4" y2="174.2"/> + <polygon points="580.5,113.3 607.8,118.3 607.8,158.3 564.4,174.2 537.1,169.2 537.1,129.2"/> + </g> + + <g class="explanation"> + <line class="explanation_line" x1="560.6" y1="129.3" x2="548.8" y2="117"/> + <polyline class="explanation_arrow" points="553.4,181.8 544.4,181.8 537.2,171.6"/> + <polyline class="explanation_arrow" points="644,151.6 620.1,151.6 610.1,157.2"/> + <polyline class="explanation_arrow" points="609,106.5 588.6,106.5 581.7,112.1"/> + <circle class="explanation_circle" cx="564.4" cy="134.2" r="7.5"/> + <g class="explanation_text"> + <g transform="matrix(1 0 0 1 535 98)"> + <text>R</text> <text x="5">:</text> <text x="25">83</text> + </g> + <g transform="matrix(1 0 0 1 535 106)"> + <text>G</text> <text x="5">:</text> <text x="25">150</text> + </g> + <g transform="matrix(1 0 0 1 535 114)"> + <text>B</text> <text x="5">:</text> <text x="25">60</text> + </g> + <text transform="matrix(1 0 0 1 585 184)">G: 150</text> + <text transform="matrix(1 0 0 1 645 150.208)">B: 60</text> + <text transform="matrix(1 0 0 1 610 104.5)">R: 83</text> + </g> + </g> + + </g> + + <g> + <g> + <text class="outer_axis" transform="matrix(1 0 0 1 104 26)">R</text> + <text class="outer_axis" transform="matrix(1 0 0 1 18 190)">G</text> + <text class="outer_axis" transform="matrix(1 0 0 1 219 180)">B</text> + </g> + <g transform="matrix(1 0 0 1 238 0)"> + <text class="outer_axis" transform="matrix(1 0 0 1 104 26)">R</text> + <text class="outer_axis" transform="matrix(1 0 0 1 18 190)">G</text> + <text class="outer_axis" transform="matrix(1 0 0 1 219 180)">B</text> + </g> + <g transform="matrix(1 0 0 1 475 0)"> + <text class="outer_axis_smaller" transform="matrix(1 0 0 1 104 26)">R 255</text> + <text class="outer_axis_smaller" transform="matrix(1 0 0 1 19 194)">G 255</text> + <text class="outer_axis_smaller" transform="matrix(1 0 0 1 233 180)">B 255</text> + </g> + </g> + +</g> +</svg>
\ No newline at end of file |