Created
July 24, 2017 09:04
-
-
Save michitux/c70f61c350b7de81a7e0e937ea31cb96 to your computer and use it in GitHub Desktop.
Example for broken NetworKit profiles with deleted nodes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/html": [ | |
"\n", | |
"\t\t\t<script type=\"text/javascript\">\n", | |
"\t\t\t<!--\n", | |
"\t\t\t\t\n", | |
"\t\t\t{\n", | |
"\t\t\t\tvar element = document.getElementById('NetworKit_script');\n", | |
"\t\t\t\tif (element) {\n", | |
"\t\t\t\t\telement.parentNode.removeChild(element);\n", | |
"\t\t\t\t}\n", | |
"\t\t\t\telement = document.createElement('script');\n", | |
"\t\t\t\telement.type = 'text/javascript';\n", | |
"\t\t\t\telement.innerHTML = 'function NetworKit_pageEmbed(id) { var i, j; var elements; elements = document.getElementById(id).getElementsByClassName(\"Plot\"); for (i=0; i<elements.length; i++) { elements[i].id = id + \"_Plot_\" + i; var data = elements[i].getAttribute(\"data-image\").split(\"|\"); elements[i].removeAttribute(\"data-image\"); var content = \"<div class=\\\\\"Image\\\\\" id=\\\\\"\" + elements[i].id + \"_Image\\\\\" />\"; elements[i].innerHTML = content; elements[i].setAttribute(\"data-image-index\", 0); elements[i].setAttribute(\"data-image-length\", data.length); for (j=0; j<data.length; j++) { elements[i].setAttribute(\"data-image-\" + j, data[j]); } NetworKit_plotUpdate(elements[i]); elements[i].onclick = function (e) { NetworKit_overlayShow((e.target) ? e.target : e.srcElement); } } elements = document.getElementById(id).getElementsByClassName(\"HeatCell\"); for (i=0; i<elements.length; i++) { var data = parseFloat(elements[i].getAttribute(\"data-heat\")); var color = \"#00FF00\"; if (data <= 1 && data > 0) { color = \"hsla(0, 100%, 75%, \" + (data) + \")\"; } else if (data <= 0 && data >= -1) { color = \"hsla(240, 100%, 75%, \" + (-data) + \")\"; } elements[i].style.backgroundColor = color; } elements = document.getElementById(id).getElementsByClassName(\"Details\"); for (i=0; i<elements.length; i++) { elements[i].setAttribute(\"data-title\", \"-\"); NetworKit_toggleDetails(elements[i]); elements[i].onclick = function (e) { NetworKit_toggleDetails((e.target) ? e.target : e.srcElement); } } elements = document.getElementById(id).getElementsByClassName(\"MathValue\"); for (i=elements.length-1; i>=0; i--) { value = elements[i].innerHTML.trim(); if (value === \"nan\") { elements[i].parentNode.innerHTML = \"\" } } elements = document.getElementById(id).getElementsByClassName(\"SubCategory\"); for (i=elements.length-1; i>=0; i--) { value = elements[i].innerHTML.trim(); if (value === \"\") { elements[i].parentNode.removeChild(elements[i]) } } elements = document.getElementById(id).getElementsByClassName(\"Category\"); for (i=elements.length-1; i>=0; i--) { value = elements[i].innerHTML.trim(); if (value === \"\") { elements[i].parentNode.removeChild(elements[i]) } } var isFirefox = false; try { isFirefox = typeof InstallTrigger !== \"undefined\"; } catch (e) {} if (!isFirefox) { alert(\"Currently the function\\'s output is only fully supported by Firefox.\"); } } function NetworKit_plotUpdate(source) { var index = source.getAttribute(\"data-image-index\"); var data = source.getAttribute(\"data-image-\" + index); var image = document.getElementById(source.id + \"_Image\"); image.style.backgroundImage = \"url(\" + data + \")\"; } function NetworKit_showElement(id, show) { var element = document.getElementById(id); element.style.display = (show) ? \"block\" : \"none\"; } function NetworKit_overlayShow(source) { NetworKit_overlayUpdate(source); NetworKit_showElement(\"NetworKit_Overlay\", true); } function NetworKit_overlayUpdate(source) { document.getElementById(\"NetworKit_Overlay_Title\").innerHTML = source.title; var index = source.getAttribute(\"data-image-index\"); var data = source.getAttribute(\"data-image-\" + index); var image = document.getElementById(\"NetworKit_Overlay_Image\"); image.setAttribute(\"data-id\", source.id); image.style.backgroundImage = \"url(\" + data + \")\"; var link = document.getElementById(\"NetworKit_Overlay_Toolbar_Bottom_Save\"); link.href = data; link.download = source.title + \".svg\"; } function NetworKit_overlayImageShift(delta) { var image = document.getElementById(\"NetworKit_Overlay_Image\"); var source = document.getElementById(image.getAttribute(\"data-id\")); var index = parseInt(source.getAttribute(\"data-image-index\")); var length = parseInt(source.getAttribute(\"data-image-length\")); var index = (index+delta) % length; if (index < 0) { index = length + index; } source.setAttribute(\"data-image-index\", index); NetworKit_overlayUpdate(source); } function NetworKit_toggleDetails(source) { var childs = source.children; var show = false; if (source.getAttribute(\"data-title\") == \"-\") { source.setAttribute(\"data-title\", \"+\"); show = false; } else { source.setAttribute(\"data-title\", \"-\"); show = true; } for (i=0; i<childs.length; i++) { if (show) { childs[i].style.display = \"block\"; } else { childs[i].style.display = \"none\"; } } }';\n", | |
"\t\t\t\telement.setAttribute('id', 'NetworKit_script');\n", | |
"\t\t\t\tdocument.head.appendChild(element);\n", | |
"\t\t\t}\n", | |
"\t\t\n", | |
"\t\t\t\t\n", | |
"\t\t\t{\n", | |
"\t\t\t\tvar element = document.getElementById('NetworKit_style');\n", | |
"\t\t\t\tif (element) {\n", | |
"\t\t\t\t\telement.parentNode.removeChild(element);\n", | |
"\t\t\t\t}\n", | |
"\t\t\t\telement = document.createElement('style');\n", | |
"\t\t\t\telement.type = 'text/css';\n", | |
"\t\t\t\telement.innerHTML = '.NetworKit_Page { font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .NetworKit_Page .Value:before { font-family: Arial, Helvetica, sans-serif; font-size: 1.05em; content: attr(data-title) \":\"; margin-left: -2.5em; padding-right: 0.5em; } .NetworKit_Page .Details .Value:before { display: block; } .NetworKit_Page .Value { font-family: monospace; white-space: pre; padding-left: 2.5em; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: pre-wrap; word-wrap: break-word; tab-size: 4; -moz-tab-size: 4; } .NetworKit_Page .Category { clear: both; padding-left: 1em; margin-bottom: 1.5em; } .NetworKit_Page .Category:before { content: attr(data-title); font-size: 1.75em; display: block; margin-left: -0.8em; margin-bottom: 0.5em; } .NetworKit_Page .SubCategory { margin-bottom: 1.5em; padding-left: 1em; } .NetworKit_Page .SubCategory:before { font-size: 1.6em; display: block; margin-left: -0.8em; margin-bottom: 0.5em; } .NetworKit_Page .SubCategory[data-title]:before { content: attr(data-title); } .NetworKit_Page .Block { display: block; } .NetworKit_Page .Block:after { content: \".\"; visibility: hidden; display: block; height: 0; clear: both; } .NetworKit_Page .Block .Thumbnail_Overview, .NetworKit_Page .Block .Thumbnail_ScatterPlot { width: 260px; float: left; } .NetworKit_Page .Block .Thumbnail_Overview img, .NetworKit_Page .Block .Thumbnail_ScatterPlot img { width: 260px; } .NetworKit_Page .Block .Thumbnail_Overview:before, .NetworKit_Page .Block .Thumbnail_ScatterPlot:before { display: block; text-align: center; font-weight: bold; } .NetworKit_Page .Block .Thumbnail_Overview:before { content: attr(data-title); } .NetworKit_Page .HeatCell { font-family: \"Courier New\", Courier, monospace; cursor: pointer; } .NetworKit_Page .HeatCell, .NetworKit_Page .HeatCellName { display: inline; padding: 0.1em; margin-right: 2px; background-color: #FFFFFF } .NetworKit_Page .HeatCellName { margin-left: 0.25em; } .NetworKit_Page .HeatCell:before { content: attr(data-heat); display: inline-block; color: #000000; width: 4em; text-align: center; } .NetworKit_Page .Measure { clear: both; } .NetworKit_Page .Measure .Details { cursor: pointer; } .NetworKit_Page .Measure .Details:before { content: \"[\" attr(data-title) \"]\"; display: block; } .NetworKit_Page .Measure .Details .Value { border-left: 1px dotted black; margin-left: 0.4em; padding-left: 3.5em; pointer-events: none; } .NetworKit_Page .Measure .Details .Spacer:before { content: \".\"; opacity: 0.0; pointer-events: none; } .NetworKit_Page .Measure .Plot { width: 440px; height: 440px; cursor: pointer; float: left; margin-left: -0.9em; margin-right: 20px; } .NetworKit_Page .Measure .Plot .Image { background-repeat: no-repeat; background-position: center center; background-size: contain; height: 100%; pointer-events: none; } .NetworKit_Page .Measure .Stat { width: 500px; float: left; } .NetworKit_Page .Measure .Stat .Group { padding-left: 1.25em; margin-bottom: 0.75em; } .NetworKit_Page .Measure .Stat .Group .Title { font-size: 1.1em; display: block; margin-bottom: 0.3em; margin-left: -0.75em; border-right-style: dotted; border-right-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px; background-color: #D0D0D0; padding-left: 0.2em; } .NetworKit_Page .Measure .Stat .Group .List { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } .NetworKit_Page .Measure .Stat .Group .List .Entry { position: relative; line-height: 1.75em; } .NetworKit_Page .Measure .Stat .Group .List .Entry[data-tooltip]:before { position: absolute; left: 0; top: -40px; background-color: #808080; color: #ffffff; height: 30px; line-height: 30px; border-radius: 5px; padding: 0 15px; content: attr(data-tooltip); white-space: nowrap; display: none; } .NetworKit_Page .Measure .Stat .Group .List .Entry[data-tooltip]:after { position: absolute; left: 15px; top: -10px; border-top: 7px solid #808080; border-left: 7px solid transparent; border-right: 7px solid transparent; content: \"\"; display: none; } .NetworKit_Page .Measure .Stat .Group .List .Entry[data-tooltip]:hover:after, .NetworKit_Page .Measure .Stat .Group .List .Entry[data-tooltip]:hover:before { display: block; } .NetworKit_Page .Measure .Stat .Group .List .Entry .MathValue { font-family: \"Courier New\", Courier, monospace; } .NetworKit_Page .Measure:after { content: \".\"; visibility: hidden; display: block; height: 0; clear: both; } .NetworKit_Page .PartitionPie { clear: both; } .NetworKit_Page .PartitionPie img { width: 600px; } #NetworKit_Overlay { left: 0px; top: 0px; display: none; position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 1000; } #NetworKit_Overlay_Title { position: absolute; color: white; transform: rotate(-90deg); width: 32em; height: 32em; padding-right: 0.5em; padding-top: 0.5em; text-align: right; font-size: 40px; } #NetworKit_Overlay .button { background: white; cursor: pointer; } #NetworKit_Overlay .button:before { size: 13px; display: inline-block; text-align: center; margin-top: 0.5em; margin-bottom: 0.5em; width: 1.5em; height: 1.5em; } #NetworKit_Overlay .icon-close:before { content: \"X\"; } #NetworKit_Overlay .icon-previous:before { content: \"P\"; } #NetworKit_Overlay .icon-next:before { content: \"N\"; } #NetworKit_Overlay .icon-save:before { content: \"S\"; } #NetworKit_Overlay_Toolbar_Top, #NetworKit_Overlay_Toolbar_Bottom { position: absolute; width: 40px; right: 13px; text-align: right; z-index: 1100; } #NetworKit_Overlay_Toolbar_Top { top: 0.5em; } #NetworKit_Overlay_Toolbar_Bottom { Bottom: 0.5em; } #NetworKit_Overlay_ImageContainer { position: absolute; top: 5%; left: 5%; height: 90%; width: 90%; background-repeat: no-repeat; background-position: center center; background-size: contain; } #NetworKit_Overlay_Image { height: 100%; width: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain; }';\n", | |
"\t\t\t\telement.setAttribute('id', 'NetworKit_style');\n", | |
"\t\t\t\tdocument.head.appendChild(element);\n", | |
"\t\t\t}\n", | |
"\t\t\n", | |
"\t\t\t\t\n", | |
"\t\t\t{\n", | |
"\t\t\t\tvar element = document.getElementById('NetworKit_Overlay');\n", | |
"\t\t\t\tif (element) {\n", | |
"\t\t\t\t\telement.parentNode.removeChild(element);\n", | |
"\t\t\t\t}\n", | |
"\t\t\t\telement = document.createElement('div');\n", | |
"\t\t\t\telement.innerHTML = '<div id=\"NetworKit_Overlay_Toolbar_Top\"><div class=\"button icon-close\" id=\"NetworKit_Overlay_Close\" /></div><div id=\"NetworKit_Overlay_Title\" /> <div id=\"NetworKit_Overlay_ImageContainer\"> <div id=\"NetworKit_Overlay_Image\" /> </div> <div id=\"NetworKit_Overlay_Toolbar_Bottom\"> <div class=\"button icon-previous\" onclick=\"NetworKit_overlayImageShift(-1)\" /> <div class=\"button icon-next\" onclick=\"NetworKit_overlayImageShift(1)\" /> <a id=\"NetworKit_Overlay_Toolbar_Bottom_Save\"><div class=\"button icon-save\" /></a> </div>';\n", | |
"\t\t\t\telement.setAttribute('id', 'NetworKit_Overlay');\n", | |
"\t\t\t\tdocument.body.appendChild(element);\n", | |
"\t\t\t\tdocument.getElementById('NetworKit_Overlay_Close').onclick = function (e) {\n", | |
"\t\t\t\t\tdocument.getElementById('NetworKit_Overlay').style.display = 'none';\n", | |
"\t\t\t\t}\n", | |
"\t\t\t}\n", | |
"\t\t\n", | |
"\t\t\t-->\n", | |
"\t\t\t</script>\n", | |
"\t\t" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
} | |
], | |
"source": [ | |
"from networkit import *\n", | |
"import copy" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 2, | |
"metadata": { | |
"collapsed": true | |
}, | |
"outputs": [], | |
"source": [ | |
"G = generators.ErdosRenyiGenerator(1000, 0.05).generate()" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 3, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/plain": [ | |
"(1000, 25128)" | |
] | |
}, | |
"execution_count": 3, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"G.size()" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 4, | |
"metadata": { | |
"collapsed": true | |
}, | |
"outputs": [], | |
"source": [ | |
"pf = profiling.Profile.create(G, preset=\"default\")" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 5, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/html": [ | |
"<div class=\"NetworKit_Page\" id=\"NetworKit_Page_1483b8fd40e02238_0\">\n", | |
"\t<h1>Network Structural Profile</h1>\n", | |
"\t<br>\n", | |
"\t<!--- HELP --->\n", | |
"\t<b>Navigating the profile</b>\n", | |
"\t<ul>\n", | |
"\t\t<li>the profile includes the following sections by default:</li>\n", | |
"\t\t\t<ul>\n", | |
"\t\t\t\t<li>global properties</li>\n", | |
"\t\t\t\t<li>overview of node centrality and partition distributions</li>\n", | |
"\t\t\t\t<li>detail views of node centrality distributions</li>\n", | |
"\t\t\t\t<li>node centrality correlations </li>\n", | |
"\t\t\t\t<li>detail views of partitions</li>\n", | |
"\t\t\t</ul>\n", | |
"\t\t<li>click [+] for descriptions of measures</li>\n", | |
"\t\t<li>click on distribution thumbnail for detail view</li>\n", | |
"\t\t<li>hover over variable name of statistical figures for explanation</li>\n", | |
"\t\t<li>click on distribution plot for larger view</li>\n", | |
"\t</ul>\n", | |
"\t<br>\n", | |
"\t<!--- END HELP --->\n", | |
"\t<div class=\"Category\" data-title=\"Global Properties\">\n", | |
"\t\t<div class=\"Value\" data-title=\"Name\">G#5</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Nodes\">1000</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Edges\">25128</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Density\">0.0503063</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Directed\">False</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Weighted\">False</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Self Loops\">0</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Diameter Range\">(3, 3)</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Effective Diameter\">N/A</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"(Strongly) Connected Components\">1</div>\n", | |
"\t</div>\n", | |
"\t<div class=\"Category\" data-title=\"Overview\">\n", | |
"\t\t<div class=\"Block SubCategory\" data-title=\"Node Centrality Measures\">\n", | |
"\t\t\t<div class=\"Thumbnail_Overview\" data-title=\"Degree\"><a href=\"#NetworKit_Page_0_Centrality.Degree\"><img src=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.585%20135.04%20L%20260.993125%20135.04%20L%20260.993125%2015.274512%20L%2036.585%2015.274512%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2049.317376%20135.04%20L%2049.317376%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B30%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2843.717376%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2093.527014%20135.04%20L%2093.527014%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B40%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2887.927014%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20137.736653%20135.04%20L%20137.736653%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B50%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28132.136653%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20181.946291%20135.04%20L%20181.946291%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B60%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28176.346291%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20226.15593%20135.04%20L%20226.15593%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20%24%5Cmathdefault%7B70%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28220.55593%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28134.422031%20163.058906%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%20135.04%20L%20260.993125%20135.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2824.024062%20138.618906%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%20105.359814%20L%20260.993125%20105.359814%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%2050%20--%3E%20%3Cg%20transform%3D%22translate%2818.463125%20108.93872%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%2075.679627%20L%20260.993125%2075.679627%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20100%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2812.902188%2079.258534%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%2045.999441%20L%20260.993125%2045.999441%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20150%20--%3E%20%3Cg%20transform%3D%22translate%2812.902188%2049.578347%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%2016.319255%20L%20260.993125%2016.319255%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%20200%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2812.902188%2019.898161%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20112.140459%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2044.896412%20135.04%20L%2055.285677%20135.04%20L%2055.285677%20132.071981%20L%2044.896412%20132.071981%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2055.285677%20135.04%20L%2065.674942%20135.04%20L%2065.674942%20132.071981%20L%2055.285677%20132.071981%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2065.674942%20135.04%20L%2076.064207%20135.04%20L%2076.064207%20129.103963%20L%2065.674942%20129.103963%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2076.064207%20135.04%20L%2086.453472%20135.04%20L%2086.453472%20125.54234%20L%2076.064207%20125.54234%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2086.453472%20135.04%20L%2096.842737%20135.04%20L%2096.842737%20117.231888%20L%2086.453472%20117.231888%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2096.842737%20135.04%20L%20107.232002%20135.04%20L%20107.232002%2086.958098%20L%2096.842737%2086.958098%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20107.232002%20135.04%20L%20117.621267%20135.04%20L%20117.621267%2088.145306%20L%20107.232002%2088.145306%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20117.621267%20135.04%20L%20128.010532%20135.04%20L%20128.010532%2075.679627%20L%20117.621267%2075.679627%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20128.010532%20135.04%20L%20138.399797%20135.04%20L%20138.399797%2019.880877%20L%20128.010532%2019.880877%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20138.399797%20135.04%20L%20148.789063%20135.04%20L%20148.789063%2060.839534%20L%20138.399797%2060.839534%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20148.789063%20135.04%20L%20159.178328%20135.04%20L%20159.178328%2070.930798%20L%20148.789063%2070.930798%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20159.178328%20135.04%20L%20169.567593%20135.04%20L%20169.567593%2066.181968%20L%20159.178328%2066.181968%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20169.567593%20135.04%20L%20179.956858%20135.04%20L%20179.956858%20104.172606%20L%20169.567593%20104.172606%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20179.956858%20135.04%20L%20190.346123%20135.04%20L%20190.346123%20113.670266%20L%20179.956858%20113.670266%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20190.346123%20135.04%20L%20200.735388%20135.04%20L%20200.735388%20120.793511%20L%20190.346123%20120.793511%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20200.735388%20135.04%20L%20211.124653%20135.04%20L%20211.124653%20132.071981%20L%20200.735388%20132.071981%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20211.124653%20135.04%20L%20221.513918%20135.04%20L%20221.513918%20132.071981%20L%20211.124653%20132.071981%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20221.513918%20135.04%20L%20231.903183%20135.04%20L%20231.903183%20131.478378%20L%20221.513918%20131.478378%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20231.903183%20135.04%20L%20242.292448%20135.04%20L%20242.292448%20134.446396%20L%20231.903183%20134.446396%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20242.292448%20135.04%20L%20252.681713%20135.04%20L%20252.681713%20133.852793%20L%20242.292448%20133.852793%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20d%3D%22M%2036.585%20135.04%20L%2036.585%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20135.04%20L%20260.993125%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20d%3D%22M%2036.585%20135.04%20L%20260.993125%20135.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20d%3D%22M%2036.585%2015.274512%20L%20260.993125%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22p2c35978768%22%3E%20%3Crect%20height%3D%22119.765488%22%20width%3D%22224.408125%22%20x%3D%2236.585%22%20y%3D%2215.274512%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\" /></a></div><div class=\"Thumbnail_Overview\" data-title=\"k-Core Decomposition\"><a href=\"#NetworKit_Page_0_Centrality.CoreDecomposition\"><img src=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2042.085%20135.04%20L%20260.993125%20135.04%20L%20260.993125%2015.832336%20L%2042.085%2015.832336%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2072.71412%20135.04%20L%2072.71412%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B30%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2867.11412%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20117.756944%20135.04%20L%20117.756944%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B32%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28112.156944%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20162.799769%20135.04%20L%20162.799769%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B34%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28157.199769%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20207.842593%20135.04%20L%20207.842593%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B36%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28202.242593%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20252.885417%20135.04%20L%20252.885417%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20%24%5Cmathdefault%7B38%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2017.671875%2038.8125%20Q%2012.203125%2040.828125%209.5625%2044.53125%20Q%206.9375%2048.25%206.9375%2053.421875%20Q%206.9375%2061.234375%2012.546875%2066.546875%20Q%2018.171875%2071.875%2027.484375%2071.875%20Q%2036.859375%2071.875%2042.578125%2066.421875%20Q%2048.296875%2060.984375%2048.296875%2053.171875%20Q%2048.296875%2048.1875%2045.671875%2044.5%20Q%2043.0625%2040.828125%2037.75%2038.8125%20Q%2044.34375%2036.671875%2047.78125%2031.875%20Q%2051.21875%2027.09375%2051.21875%2020.453125%20Q%2051.21875%2011.28125%2044.71875%205.03125%20Q%2038.234375%20-1.21875%2027.640625%20-1.21875%20Q%2017.046875%20-1.21875%2010.546875%205.046875%20Q%204.046875%2011.328125%204.046875%2020.703125%20Q%204.046875%2027.6875%207.59375%2032.390625%20Q%2011.140625%2037.109375%2017.671875%2038.8125%20z%20M%2015.921875%2053.71875%20Q%2015.921875%2048.640625%2019.1875%2045.40625%20Q%2022.46875%2042.1875%2027.6875%2042.1875%20Q%2032.765625%2042.1875%2036.015625%2045.375%20Q%2039.265625%2048.578125%2039.265625%2053.21875%20Q%2039.265625%2058.0625%2035.90625%2061.359375%20Q%2032.5625%2064.65625%2027.59375%2064.65625%20Q%2022.5625%2064.65625%2019.234375%2061.421875%20Q%2015.921875%2058.203125%2015.921875%2053.71875%20z%20M%2013.09375%2020.65625%20Q%2013.09375%2016.890625%2014.875%2013.375%20Q%2016.65625%209.859375%2020.171875%207.921875%20Q%2023.6875%206%2027.734375%206%20Q%2034.03125%206%2038.125%2010.046875%20Q%2042.234375%2014.109375%2042.234375%2020.359375%20Q%2042.234375%2026.703125%2038.015625%2030.859375%20Q%2033.796875%2035.015625%2027.4375%2035.015625%20Q%2021.234375%2035.015625%2017.15625%2030.90625%20Q%2013.09375%2026.8125%2013.09375%2020.65625%20z%20%22%20id%3D%22ArialMT-38%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28247.285417%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28137.172031%20163.058906%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%20135.04%20L%20260.993125%20135.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2829.524062%20138.618906%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%20105.375726%20L%20260.993125%20105.375726%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%20250%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.402188%20108.954633%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%2075.711453%20L%20260.993125%2075.711453%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20500%20--%3E%20%3Cg%20transform%3D%22translate%2818.402188%2079.290359%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%2046.047179%20L%20260.993125%2046.047179%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20750%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.402188%2049.626085%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%2016.382905%20L%20260.993125%2016.382905%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%201000%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2812.84125%2019.961812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22166.845703%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20112.419371%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2050.192708%20135.04%20L%2060.327344%20135.04%20L%2060.327344%20134.921343%20L%2050.192708%20134.921343%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2060.327344%20135.04%20L%2070.461979%20135.04%20L%2070.461979%20135.04%20L%2060.327344%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2070.461979%20135.04%20L%2080.596615%20135.04%20L%2080.596615%20134.921343%20L%2070.461979%20134.921343%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2080.596615%20135.04%20L%2090.73125%20135.04%20L%2090.73125%20135.04%20L%2080.596615%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2090.73125%20135.04%20L%20100.865885%20135.04%20L%20100.865885%20134.684029%20L%2090.73125%20134.684029%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20100.865885%20135.04%20L%20111.000521%20135.04%20L%20111.000521%20135.04%20L%20100.865885%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20111.000521%20135.04%20L%20121.135156%20135.04%20L%20121.135156%20134.921343%20L%20111.000521%20134.921343%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20121.135156%20135.04%20L%20131.269792%20135.04%20L%20131.269792%20135.04%20L%20121.135156%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20131.269792%20135.04%20L%20141.404427%20135.04%20L%20141.404427%20134.446715%20L%20131.269792%20134.446715%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20141.404427%20135.04%20L%20151.539063%20135.04%20L%20151.539063%20135.04%20L%20141.404427%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20151.539062%20135.04%20L%20161.673698%20135.04%20L%20161.673698%20135.04%20L%20151.539062%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20161.673698%20135.04%20L%20171.808333%20135.04%20L%20171.808333%20134.921343%20L%20161.673698%20134.921343%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20171.808333%20135.04%20L%20181.942969%20135.04%20L%20181.942969%20135.04%20L%20171.808333%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20181.942969%20135.04%20L%20192.077604%20135.04%20L%20192.077604%20134.2094%20L%20181.942969%20134.2094%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20192.077604%20135.04%20L%20202.21224%20135.04%20L%20202.21224%20135.04%20L%20192.077604%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20202.21224%20135.04%20L%20212.346875%20135.04%20L%20212.346875%20134.090743%20L%20202.21224%20134.090743%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20212.346875%20135.04%20L%20222.48151%20135.04%20L%20222.48151%20135.04%20L%20212.346875%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20222.48151%20135.04%20L%20232.616146%20135.04%20L%20232.616146%20134.2094%20L%20222.48151%20134.2094%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20232.616146%20135.04%20L%20242.750781%20135.04%20L%20242.750781%20135.04%20L%20232.616146%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20242.750781%20135.04%20L%20252.885417%20135.04%20L%20252.885417%2020.417246%20L%20242.750781%2020.417246%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20d%3D%22M%2042.085%20135.04%20L%2042.085%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20135.04%20L%20260.993125%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20d%3D%22M%2042.085%20135.04%20L%20260.993125%20135.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20d%3D%22M%2042.085%2015.832336%20L%20260.993125%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22p905af1651b%22%3E%20%3Crect%20height%3D%22119.207664%22%20width%3D%22218.908125%22%20x%3D%2242.085%22%20y%3D%2215.832336%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\" /></a></div><div class=\"Thumbnail_Overview\" data-title=\"Local Clustering Coefficient\"><a href=\"#NetworKit_Page_0_Centrality.ClusteringCoefficient\"><img src=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.71%20129.970625%20L%20260.993125%20129.970625%20L%20260.993125%2012.96%20L%2036.71%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2085.465574%20129.970625%20L%2085.465574%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B4%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2882.665574%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.421875%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20139.54385%20129.970625%20L%20139.54385%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B5%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28136.74385%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.390625%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20193.622126%20129.970625%20L%20193.622126%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B6%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28190.822126%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20247.700402%20129.970625%20L%20247.700402%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B7%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28244.900402%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.34375%29%22%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28134.484531%20157.989531%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20%24%5Ctimes%5Cmathdefault%7B10%5E%7B%E2%88%922%7D%7D%5Cmathdefault%7B%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2070.125%2053.71875%20L%2047.796875%2031.296875%20L%2070.125%208.984375%20L%2064.3125%203.078125%20L%2041.890625%2025.484375%20L%2019.484375%203.078125%20L%2013.71875%208.984375%20L%2035.984375%2031.296875%20L%2013.71875%2053.71875%20L%2019.484375%2059.625%20L%2041.890625%2037.203125%20L%2064.3125%2059.625%20z%20%22%20id%3D%22DejaVuSans-d7%22%2F%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3Cpath%20d%3D%22M%2052.828125%2031.203125%20L%205.5625%2031.203125%20L%205.5625%2039.40625%20L%2052.828125%2039.40625%20z%20%22%20id%3D%22ArialMT-2212%22%2F%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20style%3D%22fill%3A%23d3d3d3%3B%22%20transform%3D%22translate%28232.793125%20159.428438%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.99375%29%22%20xlink%3Ahref%3D%22%23DejaVuSans-d7%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.789062%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.404297%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28196.761875%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-2212%22%2F%3E%20%3Cuse%20transform%3D%22translate%28237.640781%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2036.71%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2824.149063%20133.549531%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2036.71%2087.989201%20L%20260.993125%2087.989201%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%2050%20--%3E%20%3Cg%20transform%3D%22translate%2818.588125%2091.568107%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2036.71%2046.007777%20L%20260.993125%2046.007777%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20100%20--%3E%20%3Cg%20transform%3D%22translate%2813.027188%2049.586683%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20108.448516%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2045.016782%20129.970625%20L%2055.40026%20129.970625%20L%2055.40026%20124.093226%20L%2045.016782%20124.093226%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2055.40026%20129.970625%20L%2065.783738%20129.970625%20L%2065.783738%20122.413969%20L%2055.40026%20122.413969%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2065.783738%20129.970625%20L%2076.167216%20129.970625%20L%2076.167216%20121.57434%20L%2065.783738%20121.57434%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2076.167216%20129.970625%20L%2086.550694%20129.970625%20L%2086.550694%20108.979913%20L%2076.167216%20108.979913%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2086.550694%20129.970625%20L%2096.934172%20129.970625%20L%2096.934172%2099.744%20L%2086.550694%2099.744%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2096.934172%20129.970625%20L%20107.31765%20129.970625%20L%20107.31765%2070.357003%20L%2096.934172%2070.357003%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20107.31765%20129.970625%20L%20117.701128%20129.970625%20L%20117.701128%2056.083319%20L%20107.31765%2056.083319%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20117.701128%20129.970625%20L%20128.084606%20129.970625%20L%20128.084606%2041.809635%20L%20117.701128%2041.809635%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20128.084606%20129.970625%20L%20138.468084%20129.970625%20L%20138.468084%2017.460409%20L%20128.084606%2017.460409%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20138.468084%20129.970625%20L%20148.851562%20129.970625%20L%20148.851562%2026.696322%20L%20138.468084%2026.696322%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20148.851563%20129.970625%20L%20159.235041%20129.970625%20L%20159.235041%2038.451121%20L%20148.851563%2038.451121%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20159.235041%20129.970625%20L%20169.618519%20129.970625%20L%20169.618519%2057.762576%20L%20159.235041%2057.762576%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20169.618519%20129.970625%20L%20180.001997%20129.970625%20L%20180.001997%2066.158861%20L%20169.618519%2066.158861%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20180.001997%20129.970625%20L%20190.385475%20129.970625%20L%20190.385475%2093.026972%20L%20180.001997%2093.026972%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20190.385475%20129.970625%20L%20200.768953%20129.970625%20L%20200.768953%20102.262885%20L%20190.385475%20102.262885%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20200.768953%20129.970625%20L%20211.152431%20129.970625%20L%20211.152431%20114.857312%20L%20200.768953%20114.857312%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20211.152431%20129.970625%20L%20221.535909%20129.970625%20L%20221.535909%20119.895083%20L%20211.152431%20119.895083%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20221.535909%20129.970625%20L%20231.919387%20129.970625%20L%20231.919387%20125.772483%20L%20221.535909%20125.772483%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20231.919387%20129.970625%20L%20242.302865%20129.970625%20L%20242.302865%20124.932854%20L%20231.919387%20124.932854%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20242.302865%20129.970625%20L%20252.686343%20129.970625%20L%20252.686343%20127.45174%20L%20242.302865%20127.45174%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20d%3D%22M%2036.71%20129.970625%20L%2036.71%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20129.970625%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20d%3D%22M%2036.71%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20d%3D%22M%2036.71%2012.96%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22pcb3944f935%22%3E%20%3Crect%20height%3D%22117.010625%22%20width%3D%22224.283125%22%20x%3D%2236.71%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\" /></a></div><div class=\"Thumbnail_Overview\" data-title=\"PageRank\"><a href=\"#NetworKit_Page_0_Centrality.PageRank\"><img src=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.585%20129.970625%20L%20260.993125%20129.970625%20L%20260.993125%2012.96%20L%2036.585%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2085.893162%20129.970625%20L%2085.893162%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.8%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3Cpath%20d%3D%22M%209.078125%200%20L%209.078125%2010.015625%20L%2019.09375%2010.015625%20L%2019.09375%200%20z%20%22%20id%3D%22ArialMT-2e%22%2F%3E%20%3Cpath%20d%3D%22M%2017.671875%2038.8125%20Q%2012.203125%2040.828125%209.5625%2044.53125%20Q%206.9375%2048.25%206.9375%2053.421875%20Q%206.9375%2061.234375%2012.546875%2066.546875%20Q%2018.171875%2071.875%2027.484375%2071.875%20Q%2036.859375%2071.875%2042.578125%2066.421875%20Q%2048.296875%2060.984375%2048.296875%2053.171875%20Q%2048.296875%2048.1875%2045.671875%2044.5%20Q%2043.0625%2040.828125%2037.75%2038.8125%20Q%2044.34375%2036.671875%2047.78125%2031.875%20Q%2051.21875%2027.09375%2051.21875%2020.453125%20Q%2051.21875%2011.28125%2044.71875%205.03125%20Q%2038.234375%20-1.21875%2027.640625%20-1.21875%20Q%2017.046875%20-1.21875%2010.546875%205.046875%20Q%204.046875%2011.328125%204.046875%2020.703125%20Q%204.046875%2027.6875%207.59375%2032.390625%20Q%2011.140625%2037.109375%2017.671875%2038.8125%20z%20M%2015.921875%2053.71875%20Q%2015.921875%2048.640625%2019.1875%2045.40625%20Q%2022.46875%2042.1875%2027.6875%2042.1875%20Q%2032.765625%2042.1875%2036.015625%2045.375%20Q%2039.265625%2048.578125%2039.265625%2053.21875%20Q%2039.265625%2058.0625%2035.90625%2061.359375%20Q%2032.5625%2064.65625%2027.59375%2064.65625%20Q%2022.5625%2064.65625%2019.234375%2061.421875%20Q%2015.921875%2058.203125%2015.921875%2053.71875%20z%20M%2013.09375%2020.65625%20Q%2013.09375%2016.890625%2014.875%2013.375%20Q%2016.65625%209.859375%2020.171875%207.921875%20Q%2023.6875%206%2027.734375%206%20Q%2034.03125%206%2038.125%2010.046875%20Q%2042.234375%2014.109375%2042.234375%2020.359375%20Q%2042.234375%2026.703125%2038.015625%2030.859375%20Q%2033.796875%2035.015625%2027.4375%2035.015625%20Q%2021.234375%2035.015625%2017.15625%2030.90625%20Q%2013.09375%2026.8125%2013.09375%2020.65625%20z%20%22%20id%3D%22ArialMT-38%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2878.893162%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20138.126497%20129.970625%20L%20138.126497%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B1.0%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28131.126497%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20190.359833%20129.970625%20L%20190.359833%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B1.2%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28183.359833%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20242.593168%20129.970625%20L%20242.593168%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B1.4%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28235.593168%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28134.422031%20157.989531%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20%24%5Ctimes%5Cmathdefault%7B10%5E%7B%E2%88%923%7D%7D%5Cmathdefault%7B%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2070.125%2053.71875%20L%2047.796875%2031.296875%20L%2070.125%208.984375%20L%2064.3125%203.078125%20L%2041.890625%2025.484375%20L%2019.484375%203.078125%20L%2013.71875%208.984375%20L%2035.984375%2031.296875%20L%2013.71875%2053.71875%20L%2019.484375%2059.625%20L%2041.890625%2037.203125%20L%2064.3125%2059.625%20z%20%22%20id%3D%22DejaVuSans-d7%22%2F%3E%20%3Cpath%20d%3D%22M%2052.828125%2031.203125%20L%205.5625%2031.203125%20L%205.5625%2039.40625%20L%2052.828125%2039.40625%20z%20%22%20id%3D%22ArialMT-2212%22%2F%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20style%3D%22fill%3A%23d3d3d3%3B%22%20transform%3D%22translate%28232.793125%20159.428438%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.99375%29%22%20xlink%3Ahref%3D%22%23DejaVuSans-d7%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.789062%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.404297%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28196.761875%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-2212%22%2F%3E%20%3Cuse%20transform%3D%22translate%28237.640781%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2036.585%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2824.024062%20133.549531%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2036.585%2094.590054%20L%20260.993125%2094.590054%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%2050%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.463125%2098.16896%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2036.585%2059.209483%20L%20260.993125%2059.209483%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20100%20--%3E%20%3Cg%20transform%3D%22translate%2812.902188%2062.788389%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2036.585%2023.828911%20L%20260.993125%2023.828911%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20150%20--%3E%20%3Cg%20transform%3D%22translate%2812.902188%2027.407818%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20108.448516%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2044.896412%20129.970625%20L%2055.285677%20129.970625%20L%2055.285677%20126.432568%20L%2044.896412%20126.432568%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2055.285677%20129.970625%20L%2065.674942%20129.970625%20L%2065.674942%20126.432568%20L%2055.285677%20126.432568%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2065.674942%20129.970625%20L%2076.064207%20129.970625%20L%2076.064207%20122.894511%20L%2065.674942%20122.894511%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2076.064207%20129.970625%20L%2086.453472%20129.970625%20L%2086.453472%20118.648842%20L%2076.064207%20118.648842%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2086.453472%20129.970625%20L%2096.842737%20129.970625%20L%2096.842737%20107.327059%20L%2086.453472%20107.327059%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%2096.842737%20129.970625%20L%20107.232002%20129.970625%20L%20107.232002%2074.069323%20L%2096.842737%2074.069323%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20107.232002%20129.970625%20L%20117.621267%20129.970625%20L%20117.621267%2074.069323%20L%20107.232002%2074.069323%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20117.621267%20129.970625%20L%20128.010532%20129.970625%20L%20128.010532%2035.150694%20L%20117.621267%2035.150694%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20128.010532%20129.970625%20L%20138.399797%20129.970625%20L%20138.399797%2017.460409%20L%20128.010532%2017.460409%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20138.399797%20129.970625%20L%20148.789063%20129.970625%20L%20148.789063%2040.103974%20L%20138.399797%2040.103974%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20148.789062%20129.970625%20L%20159.178328%20129.970625%20L%20159.178328%2033.02786%20L%20148.789062%2033.02786%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20159.178328%20129.970625%20L%20169.567593%20129.970625%20L%20169.567593%2069.116043%20L%20159.178328%2069.116043%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20169.567593%20129.970625%20L%20179.956858%20129.970625%20L%20179.956858%2091.759608%20L%20169.567593%2091.759608%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20179.956858%20129.970625%20L%20190.346123%20129.970625%20L%20190.346123%20102.373779%20L%20179.956858%20102.373779%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20190.346123%20129.970625%20L%20200.735388%20129.970625%20L%20200.735388%20116.526008%20L%20190.346123%20116.526008%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20200.735388%20129.970625%20L%20211.124653%20129.970625%20L%20211.124653%20125.017345%20L%20200.735388%20125.017345%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20211.124653%20129.970625%20L%20221.513918%20129.970625%20L%20221.513918%20127.140179%20L%20211.124653%20127.140179%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20221.513918%20129.970625%20L%20231.903183%20129.970625%20L%20231.903183%20126.432568%20L%20221.513918%20126.432568%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20231.903183%20129.970625%20L%20242.292448%20129.970625%20L%20242.292448%20129.263014%20L%20231.903183%20129.263014%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pbdbe454a15%29%22%20d%3D%22M%20242.292448%20129.970625%20L%20252.681713%20129.970625%20L%20252.681713%20128.555402%20L%20242.292448%20128.555402%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20d%3D%22M%2036.585%20129.970625%20L%2036.585%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20129.970625%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20d%3D%22M%2036.585%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20d%3D%22M%2036.585%2012.96%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22pbdbe454a15%22%3E%20%3Crect%20height%3D%22117.010625%22%20width%3D%22224.408125%22%20x%3D%2236.585%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\" /></a></div><div class=\"Thumbnail_Overview\" data-title=\"Katz Centrality\"><a href=\"#NetworKit_Page_0_Centrality.Katz\"><img src=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.585%20129.970625%20L%20260.993125%20129.970625%20L%20260.993125%2012.96%20L%2036.585%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2082.140216%20129.970625%20L%2082.140216%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B2.5%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3Cpath%20d%3D%22M%209.078125%200%20L%209.078125%2010.015625%20L%2019.09375%2010.015625%20L%2019.09375%200%20z%20%22%20id%3D%22ArialMT-2e%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2875.140216%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20128.639158%20129.970625%20L%20128.639158%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B3.0%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28121.639158%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20175.1381%20129.970625%20L%20175.1381%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B3.5%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28168.1381%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20221.637042%20129.970625%20L%20221.637042%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B4.0%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28214.637042%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28134.422031%20157.989531%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20%24%5Ctimes%5Cmathdefault%7B10%5E%7B%E2%88%922%7D%7D%5Cmathdefault%7B%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2070.125%2053.71875%20L%2047.796875%2031.296875%20L%2070.125%208.984375%20L%2064.3125%203.078125%20L%2041.890625%2025.484375%20L%2019.484375%203.078125%20L%2013.71875%208.984375%20L%2035.984375%2031.296875%20L%2013.71875%2053.71875%20L%2019.484375%2059.625%20L%2041.890625%2037.203125%20L%2064.3125%2059.625%20z%20%22%20id%3D%22DejaVuSans-d7%22%2F%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3Cpath%20d%3D%22M%2052.828125%2031.203125%20L%205.5625%2031.203125%20L%205.5625%2039.40625%20L%2052.828125%2039.40625%20z%20%22%20id%3D%22ArialMT-2212%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20style%3D%22fill%3A%23d3d3d3%3B%22%20transform%3D%22translate%28232.793125%20159.428438%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.99375%29%22%20xlink%3Ahref%3D%22%23DejaVuSans-d7%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.789062%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.404297%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28196.761875%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-2212%22%2F%3E%20%3Cuse%20transform%3D%22translate%28237.640781%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2036.585%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2824.024062%20133.549531%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2036.585%2092.960685%20L%20260.993125%2092.960685%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%2050%20--%3E%20%3Cg%20transform%3D%22translate%2818.463125%2096.539592%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2036.585%2055.950746%20L%20260.993125%2055.950746%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20100%20--%3E%20%3Cg%20transform%3D%22translate%2812.902188%2059.529652%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2036.585%2018.940806%20L%20260.993125%2018.940806%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20150%20--%3E%20%3Cg%20transform%3D%22translate%2812.902188%2022.519712%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20108.448516%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2044.896412%20129.970625%20L%2055.285677%20129.970625%20L%2055.285677%20128.490227%20L%2044.896412%20128.490227%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2055.285677%20129.970625%20L%2065.674942%20129.970625%20L%2065.674942%20125.529432%20L%2055.285677%20125.529432%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2065.674942%20129.970625%20L%2076.064207%20129.970625%20L%2076.064207%20124.789233%20L%2065.674942%20124.789233%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2076.064207%20129.970625%20L%2086.453472%20129.970625%20L%2086.453472%20118.127444%20L%2076.064207%20118.127444%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2086.453472%20129.970625%20L%2096.842737%20129.970625%20L%2096.842737%20109.985258%20L%2086.453472%20109.985258%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%2096.842737%20129.970625%20L%20107.232002%20129.970625%20L%20107.232002%2081.117505%20L%2096.842737%2081.117505%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20107.232002%20129.970625%20L%20117.621267%20129.970625%20L%20117.621267%2076.676312%20L%20107.232002%2076.676312%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20117.621267%20129.970625%20L%20128.010532%20129.970625%20L%20128.010532%2046.328162%20L%20117.621267%2046.328162%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20128.010532%20129.970625%20L%20138.399797%20129.970625%20L%20138.399797%2017.460409%20L%20128.010532%2017.460409%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20138.399797%20129.970625%20L%20148.789063%20129.970625%20L%20148.789063%2027.823192%20L%20138.399797%2027.823192%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20148.789063%20129.970625%20L%20159.178328%20129.970625%20L%20159.178328%2032.264384%20L%20148.789063%2032.264384%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20159.178328%20129.970625%20L%20169.567593%20129.970625%20L%20169.567593%2058.171342%20L%20159.178328%2058.171342%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20169.567593%20129.970625%20L%20179.956858%20129.970625%20L%20179.956858%2078.896908%20L%20169.567593%2078.896908%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20179.956858%20129.970625%20L%20190.346123%20129.970625%20L%20190.346123%2095.181282%20L%20179.956858%2095.181282%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20190.346123%20129.970625%20L%20200.735388%20129.970625%20L%20200.735388%20110.725456%20L%20190.346123%20110.725456%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20200.735388%20129.970625%20L%20211.124653%20129.970625%20L%20211.124653%20120.348041%20L%20200.735388%20120.348041%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20211.124653%20129.970625%20L%20221.513918%20129.970625%20L%20221.513918%20126.269631%20L%20211.124653%20126.269631%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20221.513918%20129.970625%20L%20231.903183%20129.970625%20L%20231.903183%20125.529432%20L%20221.513918%20125.529432%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20231.903183%20129.970625%20L%20242.292448%20129.970625%20L%20242.292448%20128.490227%20L%20231.903183%20128.490227%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pb305606fb6%29%22%20d%3D%22M%20242.292448%20129.970625%20L%20252.681713%20129.970625%20L%20252.681713%20127.00983%20L%20242.292448%20127.00983%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20d%3D%22M%2036.585%20129.970625%20L%2036.585%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20129.970625%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20d%3D%22M%2036.585%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20d%3D%22M%2036.585%2012.96%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22pb305606fb6%22%3E%20%3Crect%20height%3D%22117.010625%22%20width%3D%22224.408125%22%20x%3D%2236.585%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\" /></a></div><div class=\"Thumbnail_Overview\" data-title=\"Betweenness\"><a href=\"#NetworKit_Page_0_Centrality.Betweenness\"><img src=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.585%20129.970625%20L%20260.993125%20129.970625%20L%20260.993125%2012.96%20L%2036.585%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2044.010886%20129.970625%20L%2044.010886%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2841.210886%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2098.663278%20129.970625%20L%2098.663278%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B2%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2895.863278%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20153.31567%20129.970625%20L%20153.31567%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B4%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28150.51567%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.421875%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20207.968061%20129.970625%20L%20207.968061%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B6%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28205.168061%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28134.422031%20157.989531%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20%24%5Ctimes%5Cmathdefault%7B10%5E%7B%E2%88%923%7D%7D%5Cmathdefault%7B%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2070.125%2053.71875%20L%2047.796875%2031.296875%20L%2070.125%208.984375%20L%2064.3125%203.078125%20L%2041.890625%2025.484375%20L%2019.484375%203.078125%20L%2013.71875%208.984375%20L%2035.984375%2031.296875%20L%2013.71875%2053.71875%20L%2019.484375%2059.625%20L%2041.890625%2037.203125%20L%2064.3125%2059.625%20z%20%22%20id%3D%22DejaVuSans-d7%22%2F%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3Cpath%20d%3D%22M%2052.828125%2031.203125%20L%205.5625%2031.203125%20L%205.5625%2039.40625%20L%2052.828125%2039.40625%20z%20%22%20id%3D%22ArialMT-2212%22%2F%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20style%3D%22fill%3A%23d3d3d3%3B%22%20transform%3D%22translate%28232.793125%20159.428438%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.99375%29%22%20xlink%3Ahref%3D%22%23DejaVuSans-d7%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.789062%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.404297%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28196.761875%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-2212%22%2F%3E%20%3Cuse%20transform%3D%22translate%28237.640781%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2036.585%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2824.024062%20133.549531%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2036.585%2090.284482%20L%20260.993125%2090.284482%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%20200%20--%3E%20%3Cg%20transform%3D%22translate%2812.902188%2093.863388%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2036.585%2050.598338%20L%20260.993125%2050.598338%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20400%20--%3E%20%3Cg%20transform%3D%22translate%2812.902188%2054.177245%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20108.448516%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2044.896412%20129.970625%20L%2055.285677%20129.970625%20L%2055.285677%2017.460409%20L%2044.896412%2017.460409%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2055.285677%20129.970625%20L%2065.674942%20129.970625%20L%2065.674942%20129.970625%20L%2055.285677%20129.970625%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2065.674942%20129.970625%20L%2076.064207%20129.970625%20L%2076.064207%20129.375333%20L%2065.674942%20129.375333%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2076.064207%20129.970625%20L%2086.453472%20129.970625%20L%2086.453472%20119.255366%20L%2076.064207%20119.255366%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2086.453472%20129.970625%20L%2096.842737%20129.970625%20L%2096.842737%20107.547954%20L%2086.453472%20107.547954%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%2096.842737%20129.970625%20L%20107.232002%20129.970625%20L%20107.232002%20110.524415%20L%2096.842737%20110.524415%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20107.232002%20129.970625%20L%20117.621267%20129.970625%20L%20117.621267%20121.438104%20L%20107.232002%20121.438104%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20117.621267%20129.970625%20L%20128.010532%20129.970625%20L%20128.010532%20124.811426%20L%20117.621267%20124.811426%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20128.010532%20129.970625%20L%20138.399797%20129.970625%20L%20138.399797%20127.589456%20L%20128.010532%20127.589456%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20138.399797%20129.970625%20L%20148.789063%20129.970625%20L%20148.789063%20123.819273%20L%20138.399797%20123.819273%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20148.789063%20129.970625%20L%20159.178328%20129.970625%20L%20159.178328%20126.597303%20L%20148.789063%20126.597303%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20159.178328%20129.970625%20L%20169.567593%20129.970625%20L%20169.567593%20126.795734%20L%20159.178328%20126.795734%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20169.567593%20129.970625%20L%20179.956858%20129.970625%20L%20179.956858%20128.978471%20L%20169.567593%20128.978471%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20179.956858%20129.970625%20L%20190.346123%20129.970625%20L%20190.346123%20129.375333%20L%20179.956858%20129.375333%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20190.346123%20129.970625%20L%20200.735388%20129.970625%20L%20200.735388%20128.58161%20L%20190.346123%20128.58161%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20200.735388%20129.970625%20L%20211.124653%20129.970625%20L%20211.124653%20129.375333%20L%20200.735388%20129.375333%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20211.124653%20129.970625%20L%20221.513918%20129.970625%20L%20221.513918%20129.772194%20L%20211.124653%20129.772194%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20221.513918%20129.970625%20L%20231.903183%20129.970625%20L%20231.903183%20129.970625%20L%20221.513918%20129.970625%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20231.903183%20129.970625%20L%20242.292448%20129.970625%20L%20242.292448%20129.970625%20L%20231.903183%20129.970625%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pd36bb7197d%29%22%20d%3D%22M%20242.292448%20129.970625%20L%20252.681713%20129.970625%20L%20252.681713%20129.772194%20L%20242.292448%20129.772194%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20d%3D%22M%2036.585%20129.970625%20L%2036.585%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20129.970625%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20d%3D%22M%2036.585%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20d%3D%22M%2036.585%2012.96%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22pd36bb7197d%22%3E%20%3Crect%20height%3D%22117.010625%22%20width%3D%22224.408125%22%20x%3D%2236.585%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\" /></a></div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Block SubCategory\" data-title=\"Partitions\">\n", | |
"\t\t\t<div class=\"Thumbnail_Overview\" data-title=\"Communities\"><a href=\"#NetworKit_Page_0_Partition.Communities\"><img src=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2025.585%20134.993125%20L%20260.993125%20134.993125%20L%20260.993125%2012.96%20L%2025.585%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2031.984984%20134.993125%20L%2031.984984%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B40%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2826.384984%20149.150937%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2078.361684%20134.993125%20L%2078.361684%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B60%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2872.761684%20149.150937%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%20124.738383%20134.993125%20L%20124.738383%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B80%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2017.671875%2038.8125%20Q%2012.203125%2040.828125%209.5625%2044.53125%20Q%206.9375%2048.25%206.9375%2053.421875%20Q%206.9375%2061.234375%2012.546875%2066.546875%20Q%2018.171875%2071.875%2027.484375%2071.875%20Q%2036.859375%2071.875%2042.578125%2066.421875%20Q%2048.296875%2060.984375%2048.296875%2053.171875%20Q%2048.296875%2048.1875%2045.671875%2044.5%20Q%2043.0625%2040.828125%2037.75%2038.8125%20Q%2044.34375%2036.671875%2047.78125%2031.875%20Q%2051.21875%2027.09375%2051.21875%2020.453125%20Q%2051.21875%2011.28125%2044.71875%205.03125%20Q%2038.234375%20-1.21875%2027.640625%20-1.21875%20Q%2017.046875%20-1.21875%2010.546875%205.046875%20Q%204.046875%2011.328125%204.046875%2020.703125%20Q%204.046875%2027.6875%207.59375%2032.390625%20Q%2011.140625%2037.109375%2017.671875%2038.8125%20z%20M%2015.921875%2053.71875%20Q%2015.921875%2048.640625%2019.1875%2045.40625%20Q%2022.46875%2042.1875%2027.6875%2042.1875%20Q%2032.765625%2042.1875%2036.015625%2045.375%20Q%2039.265625%2048.578125%2039.265625%2053.21875%20Q%2039.265625%2058.0625%2035.90625%2061.359375%20Q%2032.5625%2064.65625%2027.59375%2064.65625%20Q%2022.5625%2064.65625%2019.234375%2061.421875%20Q%2015.921875%2058.203125%2015.921875%2053.71875%20z%20M%2013.09375%2020.65625%20Q%2013.09375%2016.890625%2014.875%2013.375%20Q%2016.65625%209.859375%2020.171875%207.921875%20Q%2023.6875%206%2027.734375%206%20Q%2034.03125%206%2038.125%2010.046875%20Q%2042.234375%2014.109375%2042.234375%2020.359375%20Q%2042.234375%2026.703125%2038.015625%2030.859375%20Q%2033.796875%2035.015625%2027.4375%2035.015625%20Q%2021.234375%2035.015625%2017.15625%2030.90625%20Q%2013.09375%2026.8125%2013.09375%2020.65625%20z%20%22%20id%3D%22ArialMT-38%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28119.138383%20149.150937%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%20171.115082%20134.993125%20L%20171.115082%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B100%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28162.765082%20149.150937%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28111.230469%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%20217.491781%20134.993125%20L%20217.491781%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20%24%5Cmathdefault%7B120%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28209.141781%20149.150937%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20transform%3D%22translate%28111.230469%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20Nodes%20per%20Community%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.625%200%20L%207.625%2071.578125%20L%2017.328125%2071.578125%20L%2054.9375%2015.375%20L%2054.9375%2071.578125%20L%2064.015625%2071.578125%20L%2064.015625%200%20L%2054.296875%200%20L%2016.703125%2056.25%20L%2016.703125%200%20z%20%22%20id%3D%22ArialMT-4e%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%2040.234375%200%20L%2040.234375%206.546875%20Q%2035.296875%20-1.171875%2025.734375%20-1.171875%20Q%2019.53125%20-1.171875%2014.328125%202.25%20Q%209.125%205.671875%206.265625%2011.796875%20Q%203.421875%2017.921875%203.421875%2025.875%20Q%203.421875%2033.640625%206%2039.96875%20Q%208.59375%2046.296875%2013.765625%2049.65625%20Q%2018.953125%2053.03125%2025.34375%2053.03125%20Q%2030.03125%2053.03125%2033.6875%2051.046875%20Q%2037.359375%2049.078125%2039.65625%2045.90625%20L%2039.65625%2071.578125%20L%2048.390625%2071.578125%20L%2048.390625%200%20z%20M%2012.453125%2025.875%20Q%2012.453125%2015.921875%2016.640625%2010.984375%20Q%2020.84375%206.0625%2026.5625%206.0625%20Q%2032.328125%206.0625%2036.34375%2010.765625%20Q%2040.375%2015.484375%2040.375%2025.140625%20Q%2040.375%2035.796875%2036.265625%2040.765625%20Q%2032.171875%2045.75%2026.171875%2045.75%20Q%2020.3125%2045.75%2016.375%2040.96875%20Q%2012.453125%2036.1875%2012.453125%2025.875%20z%20%22%20id%3D%22ArialMT-64%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%206.59375%20-19.875%20L%206.59375%2051.859375%20L%2014.59375%2051.859375%20L%2014.59375%2045.125%20Q%2017.4375%2049.078125%2021%2051.046875%20Q%2024.5625%2053.03125%2029.640625%2053.03125%20Q%2036.28125%2053.03125%2041.359375%2049.609375%20Q%2046.4375%2046.1875%2049.015625%2039.953125%20Q%2051.609375%2033.734375%2051.609375%2026.3125%20Q%2051.609375%2018.359375%2048.75%2011.984375%20Q%2045.90625%205.609375%2040.453125%202.21875%20Q%2035.015625%20-1.171875%2029%20-1.171875%20Q%2024.609375%20-1.171875%2021.109375%200.6875%20Q%2017.625%202.546875%2015.375%205.375%20L%2015.375%20-19.875%20z%20M%2014.546875%2025.640625%20Q%2014.546875%2015.625%2018.59375%2010.84375%20Q%2022.65625%206.0625%2028.421875%206.0625%20Q%2034.28125%206.0625%2038.453125%2011.015625%20Q%2042.625%2015.96875%2042.625%2026.375%20Q%2042.625%2036.28125%2038.546875%2041.203125%20Q%2034.46875%2046.140625%2028.8125%2046.140625%20Q%2023.1875%2046.140625%2018.859375%2040.890625%20Q%2014.546875%2035.640625%2014.546875%2025.640625%20z%20%22%20id%3D%22ArialMT-70%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2058.796875%2025.09375%20L%2068.265625%2022.703125%20Q%2065.28125%2011.03125%2057.546875%204.90625%20Q%2049.8125%20-1.21875%2038.625%20-1.21875%20Q%2027.046875%20-1.21875%2019.796875%203.484375%20Q%2012.546875%208.203125%208.765625%2017.140625%20Q%204.984375%2026.078125%204.984375%2036.328125%20Q%204.984375%2047.515625%209.25%2055.828125%20Q%2013.53125%2064.15625%2021.40625%2068.46875%20Q%2029.296875%2072.796875%2038.765625%2072.796875%20Q%2049.515625%2072.796875%2056.828125%2067.328125%20Q%2064.15625%2061.859375%2067.046875%2051.953125%20L%2057.71875%2049.75%20Q%2055.21875%2057.5625%2050.484375%2061.125%20Q%2045.75%2064.703125%2038.578125%2064.703125%20Q%2030.328125%2064.703125%2024.78125%2060.734375%20Q%2019.234375%2056.78125%2016.984375%2050.109375%20Q%2014.75%2043.453125%2014.75%2036.375%20Q%2014.75%2027.25%2017.40625%2020.4375%20Q%2020.0625%2013.625%2025.671875%2010.25%20Q%2031.296875%206.890625%2037.84375%206.890625%20Q%2045.796875%206.890625%2051.3125%2011.46875%20Q%2056.84375%2016.0625%2058.796875%2025.09375%20z%20%22%20id%3D%22ArialMT-43%22%2F%3E%20%3Cpath%20d%3D%22M%206.59375%200%20L%206.59375%2051.859375%20L%2014.453125%2051.859375%20L%2014.453125%2044.578125%20Q%2016.890625%2048.390625%2020.9375%2050.703125%20Q%2025%2053.03125%2030.171875%2053.03125%20Q%2035.9375%2053.03125%2039.625%2050.640625%20Q%2043.3125%2048.25%2044.828125%2043.953125%20Q%2050.984375%2053.03125%2060.84375%2053.03125%20Q%2068.5625%2053.03125%2072.703125%2048.75%20Q%2076.859375%2044.484375%2076.859375%2035.59375%20L%2076.859375%200%20L%2068.109375%200%20L%2068.109375%2032.671875%20Q%2068.109375%2037.9375%2067.25%2040.25%20Q%2066.40625%2042.578125%2064.15625%2043.984375%20Q%2061.921875%2045.40625%2058.890625%2045.40625%20Q%2053.421875%2045.40625%2049.796875%2041.765625%20Q%2046.1875%2038.140625%2046.1875%2030.125%20L%2046.1875%200%20L%2037.40625%200%20L%2037.40625%2033.6875%20Q%2037.40625%2039.546875%2035.25%2042.46875%20Q%2033.109375%2045.40625%2028.21875%2045.40625%20Q%2024.515625%2045.40625%2021.359375%2043.453125%20Q%2018.21875%2041.5%2016.796875%2037.734375%20Q%2015.375%2033.984375%2015.375%2026.90625%20L%2015.375%200%20z%20%22%20id%3D%22ArialMT-6d%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%206.59375%200%20L%206.59375%2051.859375%20L%2014.5%2051.859375%20L%2014.5%2044.484375%20Q%2020.21875%2053.03125%2031%2053.03125%20Q%2035.6875%2053.03125%2039.625%2051.34375%20Q%2043.5625%2049.65625%2045.515625%2046.921875%20Q%2047.46875%2044.1875%2048.25%2040.4375%20Q%2048.734375%2037.984375%2048.734375%2031.890625%20L%2048.734375%200%20L%2039.9375%200%20L%2039.9375%2031.546875%20Q%2039.9375%2036.921875%2038.90625%2039.578125%20Q%2037.890625%2042.234375%2035.28125%2043.8125%20Q%2032.671875%2045.40625%2029.15625%2045.40625%20Q%2023.53125%2045.40625%2019.453125%2041.84375%20Q%2015.375%2038.28125%2015.375%2028.328125%20L%2015.375%200%20z%20%22%20id%3D%22ArialMT-6e%22%2F%3E%20%3Cpath%20d%3D%22M%206.640625%2061.46875%20L%206.640625%2071.578125%20L%2015.4375%2071.578125%20L%2015.4375%2061.46875%20z%20M%206.640625%200%20L%206.640625%2051.859375%20L%2015.4375%2051.859375%20L%2015.4375%200%20z%20%22%20id%3D%22ArialMT-69%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%206.203125%20-19.96875%20L%205.21875%20-11.71875%20Q%208.109375%20-12.5%2010.25%20-12.5%20Q%2013.1875%20-12.5%2014.9375%20-11.515625%20Q%2016.703125%20-10.546875%2017.828125%20-8.796875%20Q%2018.65625%20-7.46875%2020.515625%20-2.25%20Q%2020.75%20-1.515625%2021.296875%20-0.09375%20L%201.609375%2051.859375%20L%2011.078125%2051.859375%20L%2021.875%2021.828125%20Q%2023.96875%2016.109375%2025.640625%209.8125%20Q%2027.15625%2015.875%2029.25%2021.625%20L%2040.328125%2051.859375%20L%2049.125%2051.859375%20L%2029.390625%20-0.875%20Q%2026.21875%20-9.421875%2024.46875%20-12.640625%20Q%2022.125%20-17%2019.09375%20-19.015625%20Q%2016.0625%20-21.046875%2011.859375%20-21.046875%20Q%209.328125%20-21.046875%206.203125%20-19.96875%20z%20%22%20id%3D%22ArialMT-79%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2888.576953%20163.146094%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-4e%22%2F%3E%20%3Cuse%20x%3D%2272.216797%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22127.832031%22%20xlink%3Ahref%3D%22%23ArialMT-64%22%2F%3E%20%3Cuse%20x%3D%22183.447266%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22239.0625%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22289.0625%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22316.845703%22%20xlink%3Ahref%3D%22%23ArialMT-70%22%2F%3E%20%3Cuse%20x%3D%22372.460938%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22428.076172%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22461.376953%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22489.160156%22%20xlink%3Ahref%3D%22%23ArialMT-43%22%2F%3E%20%3Cuse%20x%3D%22561.376953%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22616.992188%22%20xlink%3Ahref%3D%22%23ArialMT-6d%22%2F%3E%20%3Cuse%20x%3D%22700.292969%22%20xlink%3Ahref%3D%22%23ArialMT-6d%22%2F%3E%20%3Cuse%20x%3D%22783.59375%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22839.208984%22%20xlink%3Ahref%3D%22%23ArialMT-6e%22%2F%3E%20%3Cuse%20x%3D%22894.824219%22%20xlink%3Ahref%3D%22%23ArialMT-69%22%2F%3E%20%3Cuse%20x%3D%22917.041016%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22944.824219%22%20xlink%3Ahref%3D%22%23ArialMT-79%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2025.585%20134.993125%20L%20260.993125%20134.993125%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2813.024062%20138.572031%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2025.585%20111.525216%20L%20260.993125%20111.525216%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%201%20--%3E%20%3Cg%20transform%3D%22translate%2813.024062%20115.104123%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2025.585%2088.057308%20L%20260.993125%2088.057308%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%202%20--%3E%20%3Cg%20transform%3D%22translate%2813.024062%2091.636214%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2025.585%2064.589399%20L%20260.993125%2064.589399%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%203%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2813.024062%2068.168305%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2025.585%2041.12149%20L%20260.993125%2041.12149%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%204%20--%3E%20%3Cg%20transform%3D%22translate%2813.024062%2044.700397%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_6%22%3E%20%3Cg%20id%3D%22line2d_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2025.585%2017.653582%20L%20260.993125%2017.653582%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_22%22%2F%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%205%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2813.024062%2021.232488%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_13%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20110.959766%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2034.303819%20134.993125%20L%2077.897917%20134.993125%20L%2077.897917%2088.057308%20L%2034.303819%2088.057308%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%2077.897917%20134.993125%20L%20121.492014%20134.993125%20L%20121.492014%20111.525216%20L%2077.897917%20111.525216%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%20121.492014%20134.993125%20L%20165.086111%20134.993125%20L%20165.086111%2017.653582%20L%20121.492014%2017.653582%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%20165.086111%20134.993125%20L%20208.680208%20134.993125%20L%20208.680208%20134.993125%20L%20165.086111%20134.993125%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p73c8245d95%29%22%20d%3D%22M%20208.680208%20134.993125%20L%20252.274306%20134.993125%20L%20252.274306%2064.589399%20L%20208.680208%2064.589399%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20d%3D%22M%2025.585%20134.993125%20L%2025.585%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20134.993125%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20d%3D%22M%2025.585%20134.993125%20L%20260.993125%20134.993125%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20d%3D%22M%2025.585%2012.96%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22p73c8245d95%22%3E%20%3Crect%20height%3D%22122.033125%22%20width%3D%22235.408125%22%20x%3D%2225.585%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\" /></a></div><div class=\"Thumbnail_Overview\" data-title=\"Connected Components\"><a href=\"#NetworKit_Page_0_Partition.ConnectedComponents\"><img src=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2033.835%20129.970625%20L%20260.993125%20129.970625%20L%20260.993125%2012.96%20L%2033.835%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%2033.835%20129.970625%20L%2033.835%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B%E2%88%920.10%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2052.828125%2031.203125%20L%205.5625%2031.203125%20L%205.5625%2039.40625%20L%2052.828125%2039.40625%20z%20%22%20id%3D%22ArialMT-2212%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3Cpath%20d%3D%22M%209.078125%200%20L%209.078125%2010.015625%20L%2019.09375%2010.015625%20L%2019.09375%200%20z%20%22%20id%3D%22ArialMT-2e%22%2F%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2821.135%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2212%22%2F%3E%20%3Cuse%20transform%3D%22translate%2858.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28114.013672%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%28141.796875%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28197.412109%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%2090.624531%20129.970625%20L%2090.624531%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B%E2%88%920.05%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2877.924531%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2212%22%2F%3E%20%3Cuse%20transform%3D%22translate%2858.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28114.013672%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%28141.796875%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28197.412109%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%20147.414062%20129.970625%20L%20147.414062%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.00%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28137.664062%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.013672%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%20204.203594%20129.970625%20L%20204.203594%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.05%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28194.453594%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.013672%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%20260.993125%20129.970625%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.10%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28251.243125%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.013672%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20Nodes%20per%20Component%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.625%200%20L%207.625%2071.578125%20L%2017.328125%2071.578125%20L%2054.9375%2015.375%20L%2054.9375%2071.578125%20L%2064.015625%2071.578125%20L%2064.015625%200%20L%2054.296875%200%20L%2016.703125%2056.25%20L%2016.703125%200%20z%20%22%20id%3D%22ArialMT-4e%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%2040.234375%200%20L%2040.234375%206.546875%20Q%2035.296875%20-1.171875%2025.734375%20-1.171875%20Q%2019.53125%20-1.171875%2014.328125%202.25%20Q%209.125%205.671875%206.265625%2011.796875%20Q%203.421875%2017.921875%203.421875%2025.875%20Q%203.421875%2033.640625%206%2039.96875%20Q%208.59375%2046.296875%2013.765625%2049.65625%20Q%2018.953125%2053.03125%2025.34375%2053.03125%20Q%2030.03125%2053.03125%2033.6875%2051.046875%20Q%2037.359375%2049.078125%2039.65625%2045.90625%20L%2039.65625%2071.578125%20L%2048.390625%2071.578125%20L%2048.390625%200%20z%20M%2012.453125%2025.875%20Q%2012.453125%2015.921875%2016.640625%2010.984375%20Q%2020.84375%206.0625%2026.5625%206.0625%20Q%2032.328125%206.0625%2036.34375%2010.765625%20Q%2040.375%2015.484375%2040.375%2025.140625%20Q%2040.375%2035.796875%2036.265625%2040.765625%20Q%2032.171875%2045.75%2026.171875%2045.75%20Q%2020.3125%2045.75%2016.375%2040.96875%20Q%2012.453125%2036.1875%2012.453125%2025.875%20z%20%22%20id%3D%22ArialMT-64%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%206.59375%20-19.875%20L%206.59375%2051.859375%20L%2014.59375%2051.859375%20L%2014.59375%2045.125%20Q%2017.4375%2049.078125%2021%2051.046875%20Q%2024.5625%2053.03125%2029.640625%2053.03125%20Q%2036.28125%2053.03125%2041.359375%2049.609375%20Q%2046.4375%2046.1875%2049.015625%2039.953125%20Q%2051.609375%2033.734375%2051.609375%2026.3125%20Q%2051.609375%2018.359375%2048.75%2011.984375%20Q%2045.90625%205.609375%2040.453125%202.21875%20Q%2035.015625%20-1.171875%2029%20-1.171875%20Q%2024.609375%20-1.171875%2021.109375%200.6875%20Q%2017.625%202.546875%2015.375%205.375%20L%2015.375%20-19.875%20z%20M%2014.546875%2025.640625%20Q%2014.546875%2015.625%2018.59375%2010.84375%20Q%2022.65625%206.0625%2028.421875%206.0625%20Q%2034.28125%206.0625%2038.453125%2011.015625%20Q%2042.625%2015.96875%2042.625%2026.375%20Q%2042.625%2036.28125%2038.546875%2041.203125%20Q%2034.46875%2046.140625%2028.8125%2046.140625%20Q%2023.1875%2046.140625%2018.859375%2040.890625%20Q%2014.546875%2035.640625%2014.546875%2025.640625%20z%20%22%20id%3D%22ArialMT-70%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2058.796875%2025.09375%20L%2068.265625%2022.703125%20Q%2065.28125%2011.03125%2057.546875%204.90625%20Q%2049.8125%20-1.21875%2038.625%20-1.21875%20Q%2027.046875%20-1.21875%2019.796875%203.484375%20Q%2012.546875%208.203125%208.765625%2017.140625%20Q%204.984375%2026.078125%204.984375%2036.328125%20Q%204.984375%2047.515625%209.25%2055.828125%20Q%2013.53125%2064.15625%2021.40625%2068.46875%20Q%2029.296875%2072.796875%2038.765625%2072.796875%20Q%2049.515625%2072.796875%2056.828125%2067.328125%20Q%2064.15625%2061.859375%2067.046875%2051.953125%20L%2057.71875%2049.75%20Q%2055.21875%2057.5625%2050.484375%2061.125%20Q%2045.75%2064.703125%2038.578125%2064.703125%20Q%2030.328125%2064.703125%2024.78125%2060.734375%20Q%2019.234375%2056.78125%2016.984375%2050.109375%20Q%2014.75%2043.453125%2014.75%2036.375%20Q%2014.75%2027.25%2017.40625%2020.4375%20Q%2020.0625%2013.625%2025.671875%2010.25%20Q%2031.296875%206.890625%2037.84375%206.890625%20Q%2045.796875%206.890625%2051.3125%2011.46875%20Q%2056.84375%2016.0625%2058.796875%2025.09375%20z%20%22%20id%3D%22ArialMT-43%22%2F%3E%20%3Cpath%20d%3D%22M%206.59375%200%20L%206.59375%2051.859375%20L%2014.453125%2051.859375%20L%2014.453125%2044.578125%20Q%2016.890625%2048.390625%2020.9375%2050.703125%20Q%2025%2053.03125%2030.171875%2053.03125%20Q%2035.9375%2053.03125%2039.625%2050.640625%20Q%2043.3125%2048.25%2044.828125%2043.953125%20Q%2050.984375%2053.03125%2060.84375%2053.03125%20Q%2068.5625%2053.03125%2072.703125%2048.75%20Q%2076.859375%2044.484375%2076.859375%2035.59375%20L%2076.859375%200%20L%2068.109375%200%20L%2068.109375%2032.671875%20Q%2068.109375%2037.9375%2067.25%2040.25%20Q%2066.40625%2042.578125%2064.15625%2043.984375%20Q%2061.921875%2045.40625%2058.890625%2045.40625%20Q%2053.421875%2045.40625%2049.796875%2041.765625%20Q%2046.1875%2038.140625%2046.1875%2030.125%20L%2046.1875%200%20L%2037.40625%200%20L%2037.40625%2033.6875%20Q%2037.40625%2039.546875%2035.25%2042.46875%20Q%2033.109375%2045.40625%2028.21875%2045.40625%20Q%2024.515625%2045.40625%2021.359375%2043.453125%20Q%2018.21875%2041.5%2016.796875%2037.734375%20Q%2015.375%2033.984375%2015.375%2026.90625%20L%2015.375%200%20z%20%22%20id%3D%22ArialMT-6d%22%2F%3E%20%3Cpath%20d%3D%22M%206.59375%200%20L%206.59375%2051.859375%20L%2014.5%2051.859375%20L%2014.5%2044.484375%20Q%2020.21875%2053.03125%2031%2053.03125%20Q%2035.6875%2053.03125%2039.625%2051.34375%20Q%2043.5625%2049.65625%2045.515625%2046.921875%20Q%2047.46875%2044.1875%2048.25%2040.4375%20Q%2048.734375%2037.984375%2048.734375%2031.890625%20L%2048.734375%200%20L%2039.9375%200%20L%2039.9375%2031.546875%20Q%2039.9375%2036.921875%2038.90625%2039.578125%20Q%2037.890625%2042.234375%2035.28125%2043.8125%20Q%2032.671875%2045.40625%2029.15625%2045.40625%20Q%2023.53125%2045.40625%2019.453125%2041.84375%20Q%2015.375%2038.28125%2015.375%2028.328125%20L%2015.375%200%20z%20%22%20id%3D%22ArialMT-6e%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2892.079766%20158.123594%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-4e%22%2F%3E%20%3Cuse%20x%3D%2272.216797%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22127.832031%22%20xlink%3Ahref%3D%22%23ArialMT-64%22%2F%3E%20%3Cuse%20x%3D%22183.447266%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22239.0625%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22289.0625%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22316.845703%22%20xlink%3Ahref%3D%22%23ArialMT-70%22%2F%3E%20%3Cuse%20x%3D%22372.460938%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22428.076172%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22461.376953%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22489.160156%22%20xlink%3Ahref%3D%22%23ArialMT-43%22%2F%3E%20%3Cuse%20x%3D%22561.376953%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22616.992188%22%20xlink%3Ahref%3D%22%23ArialMT-6d%22%2F%3E%20%3Cuse%20x%3D%22700.292969%22%20xlink%3Ahref%3D%22%23ArialMT-70%22%2F%3E%20%3Cuse%20x%3D%22755.908203%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22811.523438%22%20xlink%3Ahref%3D%22%23ArialMT-6e%22%2F%3E%20%3Cuse%20x%3D%22867.138672%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22922.753906%22%20xlink%3Ahref%3D%22%23ArialMT-6e%22%2F%3E%20%3Cuse%20x%3D%22978.369141%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%20%24%5Cmathdefault%7B%2B10%5E%7B3%7D%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2025.046875%2011.578125%20L%2025.046875%2031.203125%20L%205.5625%2031.203125%20L%205.5625%2039.40625%20L%2025.046875%2039.40625%20L%2025.046875%2058.890625%20L%2033.34375%2058.890625%20L%2033.34375%2039.40625%20L%2052.828125%2039.40625%20L%2052.828125%2031.203125%20L%2033.34375%2031.203125%20L%2033.34375%2011.578125%20z%20%22%20id%3D%22ArialMT-2b%22%2F%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20style%3D%22fill%3A%23d3d3d3%3B%22%20transform%3D%22translate%28239.393125%20159.428438%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-2b%22%2F%3E%20%3Cuse%20transform%3D%22translate%2858.398438%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28114.013672%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28171.37125%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%2033.835%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%200.00%20--%3E%20%3Cg%20transform%3D%22translate%287.374063%20133.549531%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22139.013672%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%2033.835%20101.843071%20L%20260.993125%20101.843071%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%200.25%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%287.374063%20105.421977%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%22139.013672%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%2033.835%2073.715517%20L%20260.993125%2073.715517%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%200.50%20--%3E%20%3Cg%20transform%3D%22translate%287.374063%2077.294423%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22139.013672%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%2033.835%2045.587963%20L%20260.993125%2045.587963%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%200.75%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%287.374063%2049.166869%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3Cuse%20x%3D%22139.013672%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%2033.835%2017.460409%20L%20260.993125%2017.460409%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%2F%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%201.00%20--%3E%20%3Cg%20transform%3D%22translate%287.374063%2021.039315%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22139.013672%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_13%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20108.448516%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pefae437d19%29%22%20d%3D%22M%20147.414062%20129.970625%20L%20147.414063%20129.970625%20L%20147.414063%2017.460409%20L%20147.414062%2017.460409%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20d%3D%22M%2033.835%20129.970625%20L%2033.835%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20129.970625%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20d%3D%22M%2033.835%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20d%3D%22M%2033.835%2012.96%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22pefae437d19%22%3E%20%3Crect%20height%3D%22117.010625%22%20width%3D%22227.158125%22%20x%3D%2233.835%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\" /></a></div><div class=\"Thumbnail_Overview\" data-title=\"k-Core Decomposition\"><a href=\"#NetworKit_Page_0_Partition.CoreDecomposition\"><img src=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2025.585%20129.970625%20L%20260.993125%20129.970625%20L%20260.993125%2012.96%20L%2025.585%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%2034.077943%20129.970625%20L%2034.077943%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.0%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3Cpath%20d%3D%22M%209.078125%200%20L%209.078125%2010.015625%20L%2019.09375%2010.015625%20L%2019.09375%200%20z%20%22%20id%3D%22ArialMT-2e%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2827.077943%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%2079.253174%20129.970625%20L%2079.253174%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.2%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2872.253174%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%20124.428404%20129.970625%20L%20124.428404%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.4%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28117.428404%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%20169.603634%20129.970625%20L%20169.603634%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.6%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28162.603634%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%20214.778864%20129.970625%20L%20214.778864%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.8%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2017.671875%2038.8125%20Q%2012.203125%2040.828125%209.5625%2044.53125%20Q%206.9375%2048.25%206.9375%2053.421875%20Q%206.9375%2061.234375%2012.546875%2066.546875%20Q%2018.171875%2071.875%2027.484375%2071.875%20Q%2036.859375%2071.875%2042.578125%2066.421875%20Q%2048.296875%2060.984375%2048.296875%2053.171875%20Q%2048.296875%2048.1875%2045.671875%2044.5%20Q%2043.0625%2040.828125%2037.75%2038.8125%20Q%2044.34375%2036.671875%2047.78125%2031.875%20Q%2051.21875%2027.09375%2051.21875%2020.453125%20Q%2051.21875%2011.28125%2044.71875%205.03125%20Q%2038.234375%20-1.21875%2027.640625%20-1.21875%20Q%2017.046875%20-1.21875%2010.546875%205.046875%20Q%204.046875%2011.328125%204.046875%2020.703125%20Q%204.046875%2027.6875%207.59375%2032.390625%20Q%2011.140625%2037.109375%2017.671875%2038.8125%20z%20M%2015.921875%2053.71875%20Q%2015.921875%2048.640625%2019.1875%2045.40625%20Q%2022.46875%2042.1875%2027.6875%2042.1875%20Q%2032.765625%2042.1875%2036.015625%2045.375%20Q%2039.265625%2048.578125%2039.265625%2053.21875%20Q%2039.265625%2058.0625%2035.90625%2061.359375%20Q%2032.5625%2064.65625%2027.59375%2064.65625%20Q%2022.5625%2064.65625%2019.234375%2061.421875%20Q%2015.921875%2058.203125%2015.921875%2053.71875%20z%20M%2013.09375%2020.65625%20Q%2013.09375%2016.890625%2014.875%2013.375%20Q%2016.65625%209.859375%2020.171875%207.921875%20Q%2023.6875%206%2027.734375%206%20Q%2034.03125%206%2038.125%2010.046875%20Q%2042.234375%2014.109375%2042.234375%2020.359375%20Q%2042.234375%2026.703125%2038.015625%2030.859375%20Q%2033.796875%2035.015625%2027.4375%2035.015625%20Q%2021.234375%2035.015625%2017.15625%2030.90625%20Q%2013.09375%2026.8125%2013.09375%2020.65625%20z%20%22%20id%3D%22ArialMT-38%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28207.778864%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_6%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%20259.954095%20129.970625%20L%20259.954095%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20%24%5Cmathdefault%7B1.0%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28252.954095%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%20Nodes%20per%20Shell%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.625%200%20L%207.625%2071.578125%20L%2017.328125%2071.578125%20L%2054.9375%2015.375%20L%2054.9375%2071.578125%20L%2064.015625%2071.578125%20L%2064.015625%200%20L%2054.296875%200%20L%2016.703125%2056.25%20L%2016.703125%200%20z%20%22%20id%3D%22ArialMT-4e%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%2040.234375%200%20L%2040.234375%206.546875%20Q%2035.296875%20-1.171875%2025.734375%20-1.171875%20Q%2019.53125%20-1.171875%2014.328125%202.25%20Q%209.125%205.671875%206.265625%2011.796875%20Q%203.421875%2017.921875%203.421875%2025.875%20Q%203.421875%2033.640625%206%2039.96875%20Q%208.59375%2046.296875%2013.765625%2049.65625%20Q%2018.953125%2053.03125%2025.34375%2053.03125%20Q%2030.03125%2053.03125%2033.6875%2051.046875%20Q%2037.359375%2049.078125%2039.65625%2045.90625%20L%2039.65625%2071.578125%20L%2048.390625%2071.578125%20L%2048.390625%200%20z%20M%2012.453125%2025.875%20Q%2012.453125%2015.921875%2016.640625%2010.984375%20Q%2020.84375%206.0625%2026.5625%206.0625%20Q%2032.328125%206.0625%2036.34375%2010.765625%20Q%2040.375%2015.484375%2040.375%2025.140625%20Q%2040.375%2035.796875%2036.265625%2040.765625%20Q%2032.171875%2045.75%2026.171875%2045.75%20Q%2020.3125%2045.75%2016.375%2040.96875%20Q%2012.453125%2036.1875%2012.453125%2025.875%20z%20%22%20id%3D%22ArialMT-64%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%206.59375%20-19.875%20L%206.59375%2051.859375%20L%2014.59375%2051.859375%20L%2014.59375%2045.125%20Q%2017.4375%2049.078125%2021%2051.046875%20Q%2024.5625%2053.03125%2029.640625%2053.03125%20Q%2036.28125%2053.03125%2041.359375%2049.609375%20Q%2046.4375%2046.1875%2049.015625%2039.953125%20Q%2051.609375%2033.734375%2051.609375%2026.3125%20Q%2051.609375%2018.359375%2048.75%2011.984375%20Q%2045.90625%205.609375%2040.453125%202.21875%20Q%2035.015625%20-1.171875%2029%20-1.171875%20Q%2024.609375%20-1.171875%2021.109375%200.6875%20Q%2017.625%202.546875%2015.375%205.375%20L%2015.375%20-19.875%20z%20M%2014.546875%2025.640625%20Q%2014.546875%2015.625%2018.59375%2010.84375%20Q%2022.65625%206.0625%2028.421875%206.0625%20Q%2034.28125%206.0625%2038.453125%2011.015625%20Q%2042.625%2015.96875%2042.625%2026.375%20Q%2042.625%2036.28125%2038.546875%2041.203125%20Q%2034.46875%2046.140625%2028.8125%2046.140625%20Q%2023.1875%2046.140625%2018.859375%2040.890625%20Q%2014.546875%2035.640625%2014.546875%2025.640625%20z%20%22%20id%3D%22ArialMT-70%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%206.59375%200%20L%206.59375%2071.578125%20L%2015.375%2071.578125%20L%2015.375%2045.90625%20Q%2021.53125%2053.03125%2030.90625%2053.03125%20Q%2036.671875%2053.03125%2040.921875%2050.75%20Q%2045.171875%2048.484375%2047%2044.484375%20Q%2048.828125%2040.484375%2048.828125%2032.859375%20L%2048.828125%200%20L%2040.046875%200%20L%2040.046875%2032.859375%20Q%2040.046875%2039.453125%2037.1875%2042.453125%20Q%2034.328125%2045.453125%2029.109375%2045.453125%20Q%2025.203125%2045.453125%2021.75%2043.421875%20Q%2018.3125%2041.40625%2016.84375%2037.9375%20Q%2015.375%2034.46875%2015.375%2028.375%20L%2015.375%200%20z%20%22%20id%3D%22ArialMT-68%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28104.157422%20158.123594%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-4e%22%2F%3E%20%3Cuse%20x%3D%2272.216797%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22127.832031%22%20xlink%3Ahref%3D%22%23ArialMT-64%22%2F%3E%20%3Cuse%20x%3D%22183.447266%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22239.0625%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22289.0625%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22316.845703%22%20xlink%3Ahref%3D%22%23ArialMT-70%22%2F%3E%20%3Cuse%20x%3D%22372.460938%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22428.076172%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22461.376953%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22489.160156%22%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%22555.859375%22%20xlink%3Ahref%3D%22%23ArialMT-68%22%2F%3E%20%3Cuse%20x%3D%22611.474609%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22667.089844%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22689.306641%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%20%24%5Ctimes%5Cmathdefault%7B10%5E%7B3%7D%7D%5Cmathdefault%7B%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2070.125%2053.71875%20L%2047.796875%2031.296875%20L%2070.125%208.984375%20L%2064.3125%203.078125%20L%2041.890625%2025.484375%20L%2019.484375%203.078125%20L%2013.71875%208.984375%20L%2035.984375%2031.296875%20L%2013.71875%2053.71875%20L%2019.484375%2059.625%20L%2041.890625%2037.203125%20L%2064.3125%2059.625%20z%20%22%20id%3D%22DejaVuSans-d7%22%2F%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20style%3D%22fill%3A%23d3d3d3%3B%22%20transform%3D%22translate%28236.893125%20159.428438%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.99375%29%22%20xlink%3Ahref%3D%22%23DejaVuSans-d7%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.789062%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.404297%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28196.761875%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%2025.585%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2813.024062%20133.549531%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%2025.585%20104.968355%20L%20260.993125%20104.968355%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%202%20--%3E%20%3Cg%20transform%3D%22translate%2813.024062%20108.547261%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%2025.585%2079.966084%20L%20260.993125%2079.966084%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%204%20--%3E%20%3Cg%20transform%3D%22translate%2813.024062%2083.544991%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%2025.585%2054.963814%20L%20260.993125%2054.963814%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%2F%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%206%20--%3E%20%3Cg%20transform%3D%22translate%2813.024062%2058.54272%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%2025.585%2029.961544%20L%20260.993125%2029.961544%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_22%22%2F%3E%20%3Cg%20id%3D%22text_13%22%3E%20%3C%21--%208%20--%3E%20%3Cg%20transform%3D%22translate%2813.024062%2033.54045%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_14%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20108.448516%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%2034.303819%20129.970625%20L%2077.897917%20129.970625%20L%2077.897917%2017.460409%20L%2034.303819%2017.460409%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%2077.897917%20129.970625%20L%20121.492014%20129.970625%20L%20121.492014%20129.970625%20L%2077.897917%20129.970625%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%20121.492014%20129.970625%20L%20165.086111%20129.970625%20L%20165.086111%20129.970625%20L%20121.492014%20129.970625%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%20165.086111%20129.970625%20L%20208.680208%20129.970625%20L%20208.680208%20129.970625%20L%20165.086111%20129.970625%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p058073f2fc%29%22%20d%3D%22M%20208.680208%20129.970625%20L%20252.274306%20129.970625%20L%20252.274306%20117.46949%20L%20208.680208%20117.46949%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20d%3D%22M%2025.585%20129.970625%20L%2025.585%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20129.970625%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20d%3D%22M%2025.585%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20d%3D%22M%2025.585%2012.96%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22p058073f2fc%22%3E%20%3Crect%20height%3D%22117.010625%22%20width%3D%22235.408125%22%20x%3D%2225.585%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\" /></a></div>\n", | |
"\t\t</div>\n", | |
"\t</div>\n", | |
"\t<div class=\"Category\" data-title=\"Node Centrality Measures\">\n", | |
"\t\t<div id=\"NetworKit_Page_0_Centrality.Degree\" class=\"SubCategory Measure\" data-title=\"Degree\">\n", | |
"\t<div class=\"Details\">\n", | |
"\t\t<div class=\"Value\" data-title=\"Description\">Node centrality index which ranks nodes by their degree.</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Algorithm\">DegreeCentrality</div>\n", | |
"\t\t<div class=\"Spacer\"></div>\n", | |
"\t</div>\n", | |
"\t<div class=\"Plot\" title=\"Centrality.Degree\" data-image=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22432pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20432%20432%22%20width%3D%22432pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20432%20L%20432%20432%20L%20432%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.585%2023.9405%20L%20404.993125%2023.9405%20L%20404.993125%2012.96%20L%2036.585%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%2057.487589%2023.9405%20L%2057.487589%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%20130.066021%2023.9405%20L%20130.066021%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%20202.644454%2023.9405%20L%20202.644454%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%20275.222887%2023.9405%20L%20275.222887%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%20347.80132%2023.9405%20L%20347.80132%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20Box%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.328125%200%20L%207.328125%2071.578125%20L%2034.1875%2071.578125%20Q%2042.390625%2071.578125%2047.34375%2069.40625%20Q%2052.296875%2067.234375%2055.09375%2062.71875%20Q%2057.90625%2058.203125%2057.90625%2053.265625%20Q%2057.90625%2048.6875%2055.421875%2044.625%20Q%2052.9375%2040.578125%2047.90625%2038.09375%20Q%2054.390625%2036.1875%2057.875%2031.59375%20Q%2061.375%2027%2061.375%2020.75%20Q%2061.375%2015.71875%2059.25%2011.390625%20Q%2057.125%207.078125%2054%204.734375%20Q%2050.875%202.390625%2046.15625%201.1875%20Q%2041.453125%200%2034.625%200%20z%20M%2016.796875%2041.5%20L%2032.28125%2041.5%20Q%2038.578125%2041.5%2041.3125%2042.328125%20Q%2044.921875%2043.40625%2046.75%2045.890625%20Q%2048.578125%2048.390625%2048.578125%2052.15625%20Q%2048.578125%2055.71875%2046.875%2058.421875%20Q%2045.171875%2061.140625%2041.984375%2062.140625%20Q%2038.8125%2063.140625%2031.109375%2063.140625%20L%2016.796875%2063.140625%20z%20M%2016.796875%208.453125%20L%2034.625%208.453125%20Q%2039.203125%208.453125%2041.0625%208.796875%20Q%2044.34375%209.375%2046.53125%2010.734375%20Q%2048.734375%2012.109375%2050.140625%2014.71875%20Q%2051.5625%2017.328125%2051.5625%2020.75%20Q%2051.5625%2024.75%2049.515625%2027.703125%20Q%2047.46875%2030.671875%2043.828125%2031.859375%20Q%2040.1875%2033.0625%2033.34375%2033.0625%20L%2016.796875%2033.0625%20z%20%22%20id%3D%22ArialMT-42%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%200.734375%200%20L%2019.671875%2026.953125%20L%202.15625%2051.859375%20L%2013.140625%2051.859375%20L%2021.09375%2039.703125%20Q%2023.34375%2036.234375%2024.703125%2033.890625%20Q%2026.859375%2037.109375%2028.65625%2039.59375%20L%2037.40625%2051.859375%20L%2047.90625%2051.859375%20L%2029.984375%2027.4375%20L%2049.265625%200%20L%2038.484375%200%20L%2027.828125%2016.109375%20L%2025%2020.453125%20L%2011.375%200%20z%20%22%20id%3D%22ArialMT-78%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28416.866719%2027.927438%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-42%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22122.314453%22%20xlink%3Ahref%3D%22%23ArialMT-78%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22PathCollection_1%22%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%200%202.95804%20C%200.784481%202.95804%201.536938%202.646362%202.09165%202.09165%20C%202.646362%201.536938%202.95804%200.784481%202.95804%200%20C%202.95804%20-0.784481%202.646362%20-1.536938%202.09165%20-2.09165%20C%201.536938%20-2.646362%200.784481%20-2.95804%200%20-2.95804%20C%20-0.784481%20-2.95804%20-1.536938%20-2.646362%20-2.09165%20-2.09165%20C%20-2.646362%20-1.536938%20-2.95804%20-0.784481%20-2.95804%200%20C%20-2.95804%200.784481%20-2.646362%201.536938%20-2.09165%202.09165%20C%20-1.536938%202.646362%20-0.784481%202.95804%200%202.95804%20z%20%22%20id%3D%22ma329365cd2%22%20style%3D%22stroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%3E%20%3Cuse%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.6%3Bstroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%20x%3D%2250.229745%22%20xlink%3Ahref%3D%22%23ma329365cd2%22%20y%3D%2218.45025%22%2F%3E%20%3Cuse%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.6%3Bstroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%20x%3D%22391.34838%22%20xlink%3Ahref%3D%22%23ma329365cd2%22%20y%3D%2218.45025%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22PathCollection_2%22%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%20-3.535534%203.535534%20L%203.535534%20-3.535534%20M%20-3.535534%20-3.535534%20L%203.535534%203.535534%20%22%20id%3D%22mb83b393780%22%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%3E%20%3Cuse%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%20x%3D%2250.229745%22%20xlink%3Ahref%3D%22%23mb83b393780%22%20y%3D%2218.45025%22%2F%3E%20%3Cuse%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%20x%3D%22391.34838%22%20xlink%3Ahref%3D%22%23mb83b393780%22%20y%3D%2218.45025%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%20173.613081%2021.7444%20L%20231.675827%2021.7444%20L%20231.675827%2015.1561%20L%20173.613081%2015.1561%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%20202.644454%2021.7444%20L%20202.644454%2015.1561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%2086.518962%2021.7444%20L%2086.518962%2015.1561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%2086.518962%2018.45025%20L%20173.613081%2018.45025%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%20318.769947%2021.7444%20L%20318.769947%2015.1561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%20318.769947%2018.45025%20L%20231.675827%2018.45025%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0e97ec1acd%29%22%20d%3D%22M%20202.644454%2021.7444%20L%20202.644454%2015.1561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20d%3D%22M%2036.585%2023.9405%20L%2036.585%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20d%3D%22M%20404.993125%2023.9405%20L%20404.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20d%3D%22M%2036.585%2023.9405%20L%20404.993125%2023.9405%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20d%3D%22M%2036.585%2012.96%20L%20404.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_2%22%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20d%3D%22M%2036.585%20220.2105%20L%20404.993125%20220.2105%20L%20404.993125%2042.4005%20L%2036.585%2042.4005%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_3%22%3E%20%3Cg%20id%3D%22xtick_6%22%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%2057.487589%20220.2105%20L%2057.487589%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_7%22%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20130.066021%20220.2105%20L%20130.066021%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_8%22%3E%20%3Cg%20id%3D%22line2d_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20202.644454%20220.2105%20L%20202.644454%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_22%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_9%22%3E%20%3Cg%20id%3D%22line2d_23%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20275.222887%20220.2105%20L%20275.222887%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_24%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_10%22%3E%20%3Cg%20id%3D%22line2d_25%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20347.80132%20220.2105%20L%20347.80132%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_26%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_4%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_27%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%2036.585%20220.2105%20L%20404.993125%20220.2105%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_28%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%200%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2824.024062%20223.789406%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_29%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%2036.585%20176.14577%20L%20404.993125%20176.14577%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_30%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%2050%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.463125%20179.724676%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_31%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%2036.585%20132.081039%20L%20404.993125%20132.081039%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_32%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20100%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2812.902188%20135.659946%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_33%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%2036.585%2088.016309%20L%20404.993125%2088.016309%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_34%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20150%20--%3E%20%3Cg%20transform%3D%22translate%2812.902188%2091.595215%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_35%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%2036.585%2043.951579%20L%20404.993125%2043.951579%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_36%22%2F%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20200%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2812.902188%2047.530485%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28417.000781%20168.288703%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%2050.229745%20220.2105%20L%2067.285677%20220.2105%20L%2067.285677%20215.804027%20L%2050.229745%20215.804027%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%2067.285677%20220.2105%20L%2084.341609%20220.2105%20L%2084.341609%20215.804027%20L%2067.285677%20215.804027%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%2084.341609%20220.2105%20L%20101.397541%20220.2105%20L%20101.397541%20211.397554%20L%2084.341609%20211.397554%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20101.397541%20220.2105%20L%20118.453472%20220.2105%20L%20118.453472%20206.109786%20L%20101.397541%20206.109786%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20118.453472%20220.2105%20L%20135.509404%20220.2105%20L%20135.509404%20193.771662%20L%20118.453472%20193.771662%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20135.509404%20220.2105%20L%20152.565336%20220.2105%20L%20152.565336%20148.825637%20L%20135.509404%20148.825637%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20152.565336%20220.2105%20L%20169.621267%20220.2105%20L%20169.621267%20150.588226%20L%20152.565336%20150.588226%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20169.621267%20220.2105%20L%20186.677199%20220.2105%20L%20186.677199%20132.081039%20L%20169.621267%20132.081039%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20186.677199%20220.2105%20L%20203.733131%20220.2105%20L%20203.733131%2049.239346%20L%20186.677199%2049.239346%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20203.733131%20220.2105%20L%20220.789063%20220.2105%20L%20220.789063%20110.048674%20L%20203.733131%20110.048674%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20220.789063%20220.2105%20L%20237.844994%20220.2105%20L%20237.844994%20125.030682%20L%20220.789063%20125.030682%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20237.844994%20220.2105%20L%20254.900926%20220.2105%20L%20254.900926%20117.980326%20L%20237.844994%20117.980326%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20254.900926%20220.2105%20L%20271.956858%20220.2105%20L%20271.956858%20174.38318%20L%20254.900926%20174.38318%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20271.956858%20220.2105%20L%20289.012789%20220.2105%20L%20289.012789%20188.483894%20L%20271.956858%20188.483894%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20289.012789%20220.2105%20L%20306.068721%20220.2105%20L%20306.068721%20199.059429%20L%20289.012789%20199.059429%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20306.068721%20220.2105%20L%20323.124653%20220.2105%20L%20323.124653%20215.804027%20L%20306.068721%20215.804027%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20323.124653%20220.2105%20L%20340.180584%20220.2105%20L%20340.180584%20215.804027%20L%20323.124653%20215.804027%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20340.180584%20220.2105%20L%20357.236516%20220.2105%20L%20357.236516%20214.922732%20L%20340.180584%20214.922732%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_27%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20357.236516%20220.2105%20L%20374.292448%20220.2105%20L%20374.292448%20219.329205%20L%20357.236516%20219.329205%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_28%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1258de381f%29%22%20d%3D%22M%20374.292448%20220.2105%20L%20391.34838%20220.2105%20L%20391.34838%20218.447911%20L%20374.292448%20218.447911%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_29%22%3E%20%3Cpath%20d%3D%22M%2036.585%20220.2105%20L%2036.585%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_30%22%3E%20%3Cpath%20d%3D%22M%20404.993125%20220.2105%20L%20404.993125%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_31%22%3E%20%3Cpath%20d%3D%22M%2036.585%20220.2105%20L%20404.993125%20220.2105%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_32%22%3E%20%3Cpath%20d%3D%22M%2036.585%2042.4005%20L%20404.993125%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_3%22%3E%20%3Cg%20id%3D%22patch_33%22%3E%20%3Cpath%20d%3D%22M%2036.585%20387.04%20L%20404.993125%20387.04%20L%20404.993125%20238.6705%20L%2036.585%20238.6705%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_5%22%3E%20%3Cg%20id%3D%22xtick_11%22%3E%20%3Cg%20id%3D%22line2d_37%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2057.487589%20387.04%20L%2057.487589%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_38%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%20%24%5Cmathdefault%7B30%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2851.887589%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_12%22%3E%20%3Cg%20id%3D%22line2d_39%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20130.066021%20387.04%20L%20130.066021%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_40%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20%24%5Cmathdefault%7B40%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28124.466021%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_13%22%3E%20%3Cg%20id%3D%22line2d_41%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20202.644454%20387.04%20L%20202.644454%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_42%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20%24%5Cmathdefault%7B50%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28197.044454%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_14%22%3E%20%3Cg%20id%3D%22line2d_43%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20275.222887%20387.04%20L%20275.222887%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_44%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%20%24%5Cmathdefault%7B60%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28269.622887%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_15%22%3E%20%3Cg%20id%3D%22line2d_45%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20347.80132%20387.04%20L%20347.80132%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_46%22%2F%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%20%24%5Cmathdefault%7B70%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28342.20132%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_13%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28206.422031%20415.058906%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_6%22%3E%20%3Cg%20id%3D%22ytick_6%22%3E%20%3Cg%20id%3D%22line2d_47%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2036.585%20387.04%20L%20404.993125%20387.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_48%22%2F%3E%20%3Cg%20id%3D%22text_14%22%3E%20%3C%21--%200.0%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%209.078125%200%20L%209.078125%2010.015625%20L%2019.09375%2010.015625%20L%2019.09375%200%20z%20%22%20id%3D%22ArialMT-2e%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2815.685%20390.618906%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_7%22%3E%20%3Cg%20id%3D%22line2d_49%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2036.585%20358.507404%20L%20404.993125%20358.507404%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_50%22%2F%3E%20%3Cg%20id%3D%22text_15%22%3E%20%3C%21--%200.2%20--%3E%20%3Cg%20transform%3D%22translate%2815.685%20362.08631%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_8%22%3E%20%3Cg%20id%3D%22line2d_51%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2036.585%20329.974808%20L%20404.993125%20329.974808%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_52%22%2F%3E%20%3Cg%20id%3D%22text_16%22%3E%20%3C%21--%200.4%20--%3E%20%3Cg%20transform%3D%22translate%2815.685%20333.553714%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_9%22%3E%20%3Cg%20id%3D%22line2d_53%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2036.585%20301.442212%20L%20404.993125%20301.442212%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_54%22%2F%3E%20%3Cg%20id%3D%22text_17%22%3E%20%3C%21--%200.6%20--%3E%20%3Cg%20transform%3D%22translate%2815.685%20305.021118%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_10%22%3E%20%3Cg%20id%3D%22line2d_55%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2036.585%20272.909615%20L%20404.993125%20272.909615%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_56%22%2F%3E%20%3Cg%20id%3D%22text_18%22%3E%20%3C%21--%200.8%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2017.671875%2038.8125%20Q%2012.203125%2040.828125%209.5625%2044.53125%20Q%206.9375%2048.25%206.9375%2053.421875%20Q%206.9375%2061.234375%2012.546875%2066.546875%20Q%2018.171875%2071.875%2027.484375%2071.875%20Q%2036.859375%2071.875%2042.578125%2066.421875%20Q%2048.296875%2060.984375%2048.296875%2053.171875%20Q%2048.296875%2048.1875%2045.671875%2044.5%20Q%2043.0625%2040.828125%2037.75%2038.8125%20Q%2044.34375%2036.671875%2047.78125%2031.875%20Q%2051.21875%2027.09375%2051.21875%2020.453125%20Q%2051.21875%2011.28125%2044.71875%205.03125%20Q%2038.234375%20-1.21875%2027.640625%20-1.21875%20Q%2017.046875%20-1.21875%2010.546875%205.046875%20Q%204.046875%2011.328125%204.046875%2020.703125%20Q%204.046875%2027.6875%207.59375%2032.390625%20Q%2011.140625%2037.109375%2017.671875%2038.8125%20z%20M%2015.921875%2053.71875%20Q%2015.921875%2048.640625%2019.1875%2045.40625%20Q%2022.46875%2042.1875%2027.6875%2042.1875%20Q%2032.765625%2042.1875%2036.015625%2045.375%20Q%2039.265625%2048.578125%2039.265625%2053.21875%20Q%2039.265625%2058.0625%2035.90625%2061.359375%20Q%2032.5625%2064.65625%2027.59375%2064.65625%20Q%2022.5625%2064.65625%2019.234375%2061.421875%20Q%2015.921875%2058.203125%2015.921875%2053.71875%20z%20M%2013.09375%2020.65625%20Q%2013.09375%2016.890625%2014.875%2013.375%20Q%2016.65625%209.859375%2020.171875%207.921875%20Q%2023.6875%206%2027.734375%206%20Q%2034.03125%206%2038.125%2010.046875%20Q%2042.234375%2014.109375%2042.234375%2020.359375%20Q%2042.234375%2026.703125%2038.015625%2030.859375%20Q%2033.796875%2035.015625%2027.4375%2035.015625%20Q%2021.234375%2035.015625%2017.15625%2030.90625%20Q%2013.09375%2026.8125%2013.09375%2020.65625%20z%20%22%20id%3D%22ArialMT-38%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2815.685%20276.488522%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_11%22%3E%20%3Cg%20id%3D%22line2d_57%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2036.585%20244.377019%20L%20404.993125%20244.377019%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_58%22%2F%3E%20%3Cg%20id%3D%22text_19%22%3E%20%3C%21--%201.0%20--%3E%20%3Cg%20transform%3D%22translate%2815.685%20247.955925%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_20%22%3E%20%3C%21--%20CDF%20%28relative%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2058.796875%2025.09375%20L%2068.265625%2022.703125%20Q%2065.28125%2011.03125%2057.546875%204.90625%20Q%2049.8125%20-1.21875%2038.625%20-1.21875%20Q%2027.046875%20-1.21875%2019.796875%203.484375%20Q%2012.546875%208.203125%208.765625%2017.140625%20Q%204.984375%2026.078125%204.984375%2036.328125%20Q%204.984375%2047.515625%209.25%2055.828125%20Q%2013.53125%2064.15625%2021.40625%2068.46875%20Q%2029.296875%2072.796875%2038.765625%2072.796875%20Q%2049.515625%2072.796875%2056.828125%2067.328125%20Q%2064.15625%2061.859375%2067.046875%2051.953125%20L%2057.71875%2049.75%20Q%2055.21875%2057.5625%2050.484375%2061.125%20Q%2045.75%2064.703125%2038.578125%2064.703125%20Q%2030.328125%2064.703125%2024.78125%2060.734375%20Q%2019.234375%2056.78125%2016.984375%2050.109375%20Q%2014.75%2043.453125%2014.75%2036.375%20Q%2014.75%2027.25%2017.40625%2020.4375%20Q%2020.0625%2013.625%2025.671875%2010.25%20Q%2031.296875%206.890625%2037.84375%206.890625%20Q%2045.796875%206.890625%2051.3125%2011.46875%20Q%2056.84375%2016.0625%2058.796875%2025.09375%20z%20%22%20id%3D%22ArialMT-43%22%2F%3E%20%3Cpath%20d%3D%22M%206.640625%2061.46875%20L%206.640625%2071.578125%20L%2015.4375%2071.578125%20L%2015.4375%2061.46875%20z%20M%206.640625%200%20L%206.640625%2051.859375%20L%2015.4375%2051.859375%20L%2015.4375%200%20z%20%22%20id%3D%22ArialMT-69%22%2F%3E%20%3Cpath%20d%3D%22M%2021%200%20L%201.265625%2051.859375%20L%2010.546875%2051.859375%20L%2021.6875%2020.796875%20Q%2023.484375%2015.765625%2025%2010.359375%20Q%2026.171875%2014.453125%2028.265625%2020.21875%20L%2039.796875%2051.859375%20L%2048.828125%2051.859375%20L%2029.203125%200%20z%20%22%20id%3D%22ArialMT-76%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28417.000781%20347.078141%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-43%22%2F%3E%20%3Cuse%20x%3D%2272.216797%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22144.433594%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22205.517578%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22233.300781%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22266.601562%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22299.902344%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22355.517578%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22377.734375%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22433.349609%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22461.132812%22%20xlink%3Ahref%3D%22%23ArialMT-69%22%2F%3E%20%3Cuse%20x%3D%22483.349609%22%20xlink%3Ahref%3D%22%23ArialMT-76%22%2F%3E%20%3Cuse%20x%3D%22533.349609%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22588.964844%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_59%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2050.229745%20386.897337%20L%2056.892219%20386.897337%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_60%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2050.229745%20387.04%20L%2050.229745%20386.897337%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_61%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2056.892219%20386.754674%20L%2063.554692%20386.754674%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_62%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2056.892219%20386.897337%20L%2056.892219%20386.754674%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_63%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2063.554692%20386.326685%20L%2071.54966%20386.326685%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_64%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2063.554692%20386.754674%20L%2063.554692%20386.326685%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_65%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2071.54966%20386.184022%20L%2078.212133%20386.184022%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_66%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2071.54966%20386.326685%20L%2071.54966%20386.184022%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_67%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2078.212133%20385.61337%20L%2086.207101%20385.61337%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_68%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2078.212133%20386.184022%20L%2078.212133%20385.61337%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_69%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2086.207101%20385.470707%20L%2092.869575%20385.470707%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_70%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2086.207101%20385.61337%20L%2086.207101%20385.470707%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_71%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2092.869575%20384.757392%20L%20100.864543%20384.757392%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_72%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%2092.869575%20385.470707%20L%2092.869575%20384.757392%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_73%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20100.864543%20384.18674%20L%20107.527016%20384.18674%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_74%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20100.864543%20384.757392%20L%20100.864543%20384.18674%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_75%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20107.527016%20383.1881%20L%20115.521984%20383.1881%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_76%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20107.527016%20384.18674%20L%20107.527016%20383.1881%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_77%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20115.521984%20381.904133%20L%20122.184457%20381.904133%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_78%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20115.521984%20383.1881%20L%20115.521984%20381.904133%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_79%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20122.184457%20380.33484%20L%20128.846931%20380.33484%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_80%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20122.184457%20381.904133%20L%20122.184457%20380.33484%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_81%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20128.846931%20377.624243%20L%20136.841899%20377.624243%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_82%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20128.846931%20380.33484%20L%20128.846931%20377.624243%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_83%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20136.841899%20373.915006%20L%20143.504372%20373.915006%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_84%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20136.841899%20377.624243%20L%20136.841899%20373.915006%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_85%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20143.504372%20369.064464%20L%20151.49934%20369.064464%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_86%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20143.504372%20373.915006%20L%20143.504372%20369.064464%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_87%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20151.49934%20366.068542%20L%20158.161813%20366.068542%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_88%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20151.49934%20369.064464%20L%20151.49934%20366.068542%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_89%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20158.161813%20360.790012%20L%20166.156781%20360.790012%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_90%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20158.161813%20366.068542%20L%20158.161813%20360.790012%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_91%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20166.156781%20354.798166%20L%20172.819255%20354.798166%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_92%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20166.156781%20360.790012%20L%20166.156781%20354.798166%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_93%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20172.819255%20347.80768%20L%20180.814223%20347.80768%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_94%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20172.819255%20354.798166%20L%20172.819255%20347.80768%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_95%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20180.814223%20340.531868%20L%20187.476696%20340.531868%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_96%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20180.814223%20347.80768%20L%20180.814223%20340.531868%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_97%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20187.476696%20330.973449%20L%20194.139169%20330.973449%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_98%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20187.476696%20340.531868%20L%20187.476696%20330.973449%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_99%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20194.139169%20321.129703%20L%20202.134137%20321.129703%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_100%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20194.139169%20330.973449%20L%20194.139169%20321.129703%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_101%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20202.134137%20312.85525%20L%20208.796611%20312.85525%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_102%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20202.134137%20321.129703%20L%20202.134137%20312.85525%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_103%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20208.796611%20303.011504%20L%20216.791579%20303.011504%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_104%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20208.796611%20312.85525%20L%20208.796611%20303.011504%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_105%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20216.791579%20295.022377%20L%20223.454052%20295.022377%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_106%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20216.791579%20303.011504%20L%20216.791579%20295.022377%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_107%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20223.454052%20286.747925%20L%20231.44902%20286.747925%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_108%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20223.454052%20295.022377%20L%20223.454052%20286.747925%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_109%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20231.44902%20279.614775%20L%20238.111493%20279.614775%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_110%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20231.44902%20286.747925%20L%20231.44902%20279.614775%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_111%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20238.111493%20272.909615%20L%20246.106461%20272.909615%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_112%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20238.111493%20279.614775%20L%20238.111493%20272.909615%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_113%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20246.106461%20268.201737%20L%20252.768934%20268.201737%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_114%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20246.106461%20272.909615%20L%20246.106461%20268.201737%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_115%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20252.768934%20263.06587%20L%20259.431408%20263.06587%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_116%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20252.768934%20268.201737%20L%20252.768934%20263.06587%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_117%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20259.431408%20259.927284%20L%20267.426376%20259.927284%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_118%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20259.431408%20263.06587%20L%20259.431408%20259.927284%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_119%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20267.426376%20255.647395%20L%20274.088849%20255.647395%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_120%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20267.426376%20259.927284%20L%20267.426376%20255.647395%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_121%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20274.088849%20253.079461%20L%20282.083817%20253.079461%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_122%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20274.088849%20255.647395%20L%20274.088849%20253.079461%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_123%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20282.083817%20250.511527%20L%20288.74629%20250.511527%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_124%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20282.083817%20253.079461%20L%20282.083817%20250.511527%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_125%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20288.74629%20249.227561%20L%20296.741258%20249.227561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_126%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20288.74629%20250.511527%20L%20288.74629%20249.227561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_127%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20296.741258%20248.371583%20L%20303.403732%20248.371583%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_128%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20296.741258%20249.227561%20L%20296.741258%20248.371583%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_129%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20303.403732%20247.087616%20L%20311.3987%20247.087616%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_130%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20303.403732%20248.371583%20L%20303.403732%20247.087616%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_131%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20311.3987%20246.944953%20L%20318.061173%20246.944953%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_132%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20311.3987%20247.087616%20L%20311.3987%20246.944953%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_133%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20318.061173%20246.374301%20L%20324.723646%20246.374301%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_134%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20318.061173%20246.944953%20L%20318.061173%20246.374301%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_135%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20324.723646%20245.803649%20L%20332.718614%20245.803649%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_136%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20324.723646%20246.374301%20L%20324.723646%20245.803649%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_137%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20332.718614%20245.660986%20L%20339.381088%20245.660986%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_138%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20332.718614%20245.803649%20L%20332.718614%20245.660986%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_139%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20339.381088%20245.518323%20L%20347.376056%20245.518323%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_140%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20339.381088%20245.660986%20L%20339.381088%20245.518323%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_141%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20347.376056%20245.090334%20L%20354.038529%20245.090334%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_142%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20347.376056%20245.518323%20L%20347.376056%20245.090334%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_143%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20354.038529%20244.805008%20L%20362.033497%20244.805008%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_144%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20354.038529%20245.090334%20L%20354.038529%20244.805008%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_145%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20362.033497%20244.662345%20L%20376.690938%20244.662345%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_146%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20362.033497%20244.805008%20L%20362.033497%20244.662345%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_147%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20376.690938%20244.519682%20L%20390.015885%20244.519682%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_148%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20376.690938%20244.662345%20L%20376.690938%20244.519682%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_149%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20390.015885%20244.377019%20L%20391.34838%20244.377019%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_150%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pdf8851f6bb%29%22%20d%3D%22M%20390.015885%20244.519682%20L%20390.015885%20244.377019%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_34%22%3E%20%3Cpath%20d%3D%22M%2036.585%20387.04%20L%2036.585%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_35%22%3E%20%3Cpath%20d%3D%22M%20404.993125%20387.04%20L%20404.993125%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_36%22%3E%20%3Cpath%20d%3D%22M%2036.585%20387.04%20L%20404.993125%20387.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_37%22%3E%20%3Cpath%20d%3D%22M%2036.585%20238.6705%20L%20404.993125%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22p0e97ec1acd%22%3E%20%3Crect%20height%3D%2210.9805%22%20width%3D%22368.408125%22%20x%3D%2236.585%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3CclipPath%20id%3D%22p1258de381f%22%3E%20%3Crect%20height%3D%22177.81%22%20width%3D%22368.408125%22%20x%3D%2236.585%22%20y%3D%2242.4005%22%2F%3E%20%3C%2FclipPath%3E%20%3CclipPath%20id%3D%22pdf8851f6bb%22%3E%20%3Crect%20height%3D%22148.3695%22%20width%3D%22368.408125%22%20x%3D%2236.585%22%20y%3D%22238.6705%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E|data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.585%20135.04%20L%20260.993125%20135.04%20L%20260.993125%2015.274512%20L%2036.585%2015.274512%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2049.317376%20135.04%20L%2049.317376%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B30%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2843.717376%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2093.527014%20135.04%20L%2093.527014%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B40%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2887.927014%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20137.736653%20135.04%20L%20137.736653%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B50%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28132.136653%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20181.946291%20135.04%20L%20181.946291%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B60%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28176.346291%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20226.15593%20135.04%20L%20226.15593%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20%24%5Cmathdefault%7B70%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28220.55593%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28134.422031%20163.058906%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%20135.04%20L%20260.993125%20135.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2824.024062%20138.618906%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%20105.359814%20L%20260.993125%20105.359814%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%2050%20--%3E%20%3Cg%20transform%3D%22translate%2818.463125%20108.93872%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%2075.679627%20L%20260.993125%2075.679627%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20100%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2812.902188%2079.258534%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%2045.999441%20L%20260.993125%2045.999441%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20150%20--%3E%20%3Cg%20transform%3D%22translate%2812.902188%2049.578347%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2036.585%2016.319255%20L%20260.993125%2016.319255%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%20200%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2812.902188%2019.898161%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20112.140459%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2044.896412%20135.04%20L%2055.285677%20135.04%20L%2055.285677%20132.071981%20L%2044.896412%20132.071981%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2055.285677%20135.04%20L%2065.674942%20135.04%20L%2065.674942%20132.071981%20L%2055.285677%20132.071981%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2065.674942%20135.04%20L%2076.064207%20135.04%20L%2076.064207%20129.103963%20L%2065.674942%20129.103963%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2076.064207%20135.04%20L%2086.453472%20135.04%20L%2086.453472%20125.54234%20L%2076.064207%20125.54234%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2086.453472%20135.04%20L%2096.842737%20135.04%20L%2096.842737%20117.231888%20L%2086.453472%20117.231888%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%2096.842737%20135.04%20L%20107.232002%20135.04%20L%20107.232002%2086.958098%20L%2096.842737%2086.958098%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20107.232002%20135.04%20L%20117.621267%20135.04%20L%20117.621267%2088.145306%20L%20107.232002%2088.145306%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20117.621267%20135.04%20L%20128.010532%20135.04%20L%20128.010532%2075.679627%20L%20117.621267%2075.679627%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20128.010532%20135.04%20L%20138.399797%20135.04%20L%20138.399797%2019.880877%20L%20128.010532%2019.880877%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20138.399797%20135.04%20L%20148.789063%20135.04%20L%20148.789063%2060.839534%20L%20138.399797%2060.839534%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20148.789063%20135.04%20L%20159.178328%20135.04%20L%20159.178328%2070.930798%20L%20148.789063%2070.930798%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20159.178328%20135.04%20L%20169.567593%20135.04%20L%20169.567593%2066.181968%20L%20159.178328%2066.181968%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20169.567593%20135.04%20L%20179.956858%20135.04%20L%20179.956858%20104.172606%20L%20169.567593%20104.172606%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20179.956858%20135.04%20L%20190.346123%20135.04%20L%20190.346123%20113.670266%20L%20179.956858%20113.670266%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20190.346123%20135.04%20L%20200.735388%20135.04%20L%20200.735388%20120.793511%20L%20190.346123%20120.793511%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20200.735388%20135.04%20L%20211.124653%20135.04%20L%20211.124653%20132.071981%20L%20200.735388%20132.071981%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20211.124653%20135.04%20L%20221.513918%20135.04%20L%20221.513918%20132.071981%20L%20211.124653%20132.071981%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20221.513918%20135.04%20L%20231.903183%20135.04%20L%20231.903183%20131.478378%20L%20221.513918%20131.478378%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20231.903183%20135.04%20L%20242.292448%20135.04%20L%20242.292448%20134.446396%20L%20231.903183%20134.446396%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p2c35978768%29%22%20d%3D%22M%20242.292448%20135.04%20L%20252.681713%20135.04%20L%20252.681713%20133.852793%20L%20242.292448%20133.852793%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20d%3D%22M%2036.585%20135.04%20L%2036.585%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20135.04%20L%20260.993125%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20d%3D%22M%2036.585%20135.04%20L%20260.993125%20135.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20d%3D%22M%2036.585%2015.274512%20L%20260.993125%2015.274512%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22p2c35978768%22%3E%20%3Crect%20height%3D%22119.765488%22%20width%3D%22224.408125%22%20x%3D%2236.585%22%20y%3D%2215.274512%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\"></div>\n", | |
"\t<div class=\"Stat\">\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Properties</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Sample Size\">\n", | |
"\t\t\t\t\t$ n = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t1000\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Bessel's Correction\">\n", | |
"\t\t\t\t\t$ f_{BC} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t1.001\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Assortativity\">\n", | |
"\t\t\t\t\t$ r = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.00505418\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Centralization\">\n", | |
"\t\t\t\t\t$ C = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0271348\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Location</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Minimum\">\n", | |
"\t\t\t\t\t$ x_{(1)} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t29\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Maximum\">\n", | |
"\t\t\t\t\t$ x_{(n)} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t76\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Smallest Mild Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{O_{min}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t29\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Smallest Non Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{N_{min}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t34\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"1st Quartile\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{0.25} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t46\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"2nd Quartile / Median\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{Med} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t50\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"3rd Quartile\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{0.75} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t54\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Biggest Non Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{N_{max}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t66\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Biggest Mild Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{O_{max}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t76\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Arithmetic Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t50.256\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Interquartile Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{IQ} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t50.174\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Sample Mid-Range\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{R} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t52.5\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Harmonic Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{H^{-1}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t49.3339\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Quadratic Mean / Root Mean Square\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{H^{2}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t50.702\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Cubic Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{H^{3}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t51.1415\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Dispersion</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Sample Variance\">\n", | |
"\t\t\t\t\t$ s^{2}_{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t45.0715\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Standard Deviation\">\n", | |
"\t\t\t\t\t$ s_{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t6.71353\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Coefficient Of Variation\">\n", | |
"\t\t\t\t\t$ v_{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.133587\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Sample Range\">\n", | |
"\t\t\t\t\t$ R = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t47\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Interquartile Range\">\n", | |
"\t\t\t\t\t$ R_{IQ} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t8\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Shape</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Skewness (Yule-Pearson)\">\n", | |
"\t\t\t\t\t$ S_{YP} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.114396\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Skewness (3rd Momentum)\">\n", | |
"\t\t\t\t\t$ S_{M} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.130424\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Kurtotis (Excess)\">\n", | |
"\t\t\t\t\t$ \\gamma = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.531467\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Rank</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Variance (Rank)\">\n", | |
"\t\t\t\t\t$ s^{2}_{rk_{x}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t83221.8\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Standard Deviation (Rank)\">\n", | |
"\t\t\t\t\t$ s_{rk_{x}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t288.482\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Coefficient Of Variation (Rank)\">\n", | |
"\t\t\t\t\t$ v_{rk_{x}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.576387\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Binning</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Number Of Bins (PDF)\">\n", | |
"\t\t\t\t\t$ k_{PDF} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t20\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Number Of Bins (CDF)\">\n", | |
"\t\t\t\t\t$ k_{CDF} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t46\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Mode (Binning)\">\n", | |
"\t\t\t\t\t$ x_{D_{PDF}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t48.975\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t</div>\n", | |
"\t\n", | |
"</div>\n", | |
"<div id=\"NetworKit_Page_0_Centrality.CoreDecomposition\" class=\"SubCategory Measure\" data-title=\"k-Core Decomposition\">\n", | |
"\t<div class=\"Details\">\n", | |
"\t\t<div class=\"Value\" data-title=\"Description\">k-cores result from successively peeling away nodes of degree k. It also categorizes nodes according to the highest-order core in which they are contained, assigning a core number to each node.</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Algorithm\">CoreDecomposition</div>\n", | |
"\t\t<div class=\"Spacer\"></div>\n", | |
"\t</div>\n", | |
"\t<div class=\"Plot\" title=\"Centrality.CoreDecomposition\" data-image=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22432pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20432%20432%22%20width%3D%22432pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20432%20L%20432%20432%20L%20432%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2042.085%2023.9405%20L%20404.993125%2023.9405%20L%20404.993125%2012.96%20L%2042.085%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%2092.862269%2023.9405%20L%2092.862269%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20167.534722%2023.9405%20L%20167.534722%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20242.207176%2023.9405%20L%20242.207176%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20316.87963%2023.9405%20L%20316.87963%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20391.552083%2023.9405%20L%20391.552083%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20Box%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.328125%200%20L%207.328125%2071.578125%20L%2034.1875%2071.578125%20Q%2042.390625%2071.578125%2047.34375%2069.40625%20Q%2052.296875%2067.234375%2055.09375%2062.71875%20Q%2057.90625%2058.203125%2057.90625%2053.265625%20Q%2057.90625%2048.6875%2055.421875%2044.625%20Q%2052.9375%2040.578125%2047.90625%2038.09375%20Q%2054.390625%2036.1875%2057.875%2031.59375%20Q%2061.375%2027%2061.375%2020.75%20Q%2061.375%2015.71875%2059.25%2011.390625%20Q%2057.125%207.078125%2054%204.734375%20Q%2050.875%202.390625%2046.15625%201.1875%20Q%2041.453125%200%2034.625%200%20z%20M%2016.796875%2041.5%20L%2032.28125%2041.5%20Q%2038.578125%2041.5%2041.3125%2042.328125%20Q%2044.921875%2043.40625%2046.75%2045.890625%20Q%2048.578125%2048.390625%2048.578125%2052.15625%20Q%2048.578125%2055.71875%2046.875%2058.421875%20Q%2045.171875%2061.140625%2041.984375%2062.140625%20Q%2038.8125%2063.140625%2031.109375%2063.140625%20L%2016.796875%2063.140625%20z%20M%2016.796875%208.453125%20L%2034.625%208.453125%20Q%2039.203125%208.453125%2041.0625%208.796875%20Q%2044.34375%209.375%2046.53125%2010.734375%20Q%2048.734375%2012.109375%2050.140625%2014.71875%20Q%2051.5625%2017.328125%2051.5625%2020.75%20Q%2051.5625%2024.75%2049.515625%2027.703125%20Q%2047.46875%2030.671875%2043.828125%2031.859375%20Q%2040.1875%2033.0625%2033.34375%2033.0625%20L%2016.796875%2033.0625%20z%20%22%20id%3D%22ArialMT-42%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%200.734375%200%20L%2019.671875%2026.953125%20L%202.15625%2051.859375%20L%2013.140625%2051.859375%20L%2021.09375%2039.703125%20Q%2023.34375%2036.234375%2024.703125%2033.890625%20Q%2026.859375%2037.109375%2028.65625%2039.59375%20L%2037.40625%2051.859375%20L%2047.90625%2051.859375%20L%2029.984375%2027.4375%20L%2049.265625%200%20L%2038.484375%200%20L%2027.828125%2016.109375%20L%2025%2020.453125%20L%2011.375%200%20z%20%22%20id%3D%22ArialMT-78%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28416.866719%2027.927438%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-42%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22122.314453%22%20xlink%3Ahref%3D%22%23ArialMT-78%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22PathCollection_1%22%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%200%202.95804%20C%200.784481%202.95804%201.536938%202.646362%202.09165%202.09165%20C%202.646362%201.536938%202.95804%200.784481%202.95804%200%20C%202.95804%20-0.784481%202.646362%20-1.536938%202.09165%20-2.09165%20C%201.536938%20-2.646362%200.784481%20-2.95804%200%20-2.95804%20C%20-0.784481%20-2.95804%20-1.536938%20-2.646362%20-2.09165%20-2.09165%20C%20-2.646362%20-1.536938%20-2.95804%20-0.784481%20-2.95804%200%20C%20-2.95804%200.784481%20-2.646362%201.536938%20-2.09165%202.09165%20C%20-1.536938%202.646362%20-0.784481%202.95804%200%202.95804%20z%20%22%20id%3D%22m1e25eeb135%22%20style%3D%22stroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url%28%23p3745eb357c%29%22%3E%20%3Cuse%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.6%3Bstroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%20x%3D%2255.526042%22%20xlink%3Ahref%3D%22%23m1e25eeb135%22%20y%3D%2218.45025%22%2F%3E%20%3Cuse%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.6%3Bstroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%20x%3D%22391.552083%22%20xlink%3Ahref%3D%22%23m1e25eeb135%22%20y%3D%2218.45025%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22PathCollection_2%22%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%20-3.535534%203.535534%20L%203.535534%20-3.535534%20M%20-3.535534%20-3.535534%20L%203.535534%203.535534%20%22%20id%3D%22m37183211f2%22%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url%28%23p3745eb357c%29%22%3E%20%3Cuse%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%20x%3D%22391.552083%22%20xlink%3Ahref%3D%22%23m37183211f2%22%20y%3D%2218.45025%22%2F%3E%20%3Cuse%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%20x%3D%22391.552083%22%20xlink%3Ahref%3D%22%23m37183211f2%22%20y%3D%2218.45025%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20391.552083%2021.7444%20L%20391.552083%2021.7444%20L%20391.552083%2015.1561%20L%20391.552083%2015.1561%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20391.552083%2021.7444%20L%20391.552083%2015.1561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20391.552083%2021.7444%20L%20391.552083%2015.1561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20391.552083%2018.45025%20L%20391.552083%2018.45025%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20391.552083%2021.7444%20L%20391.552083%2015.1561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20391.552083%2018.45025%20L%20391.552083%2018.45025%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3745eb357c%29%22%20d%3D%22M%20391.552083%2021.7444%20L%20391.552083%2015.1561%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20d%3D%22M%2042.085%2023.9405%20L%2042.085%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20d%3D%22M%20404.993125%2023.9405%20L%20404.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20d%3D%22M%2042.085%2023.9405%20L%20404.993125%2023.9405%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20d%3D%22M%2042.085%2012.96%20L%20404.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_2%22%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20d%3D%22M%2042.085%20220.2105%20L%20404.993125%20220.2105%20L%20404.993125%2042.4005%20L%2042.085%2042.4005%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_3%22%3E%20%3Cg%20id%3D%22xtick_6%22%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2092.862269%20220.2105%20L%2092.862269%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_7%22%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20167.534722%20220.2105%20L%20167.534722%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_8%22%3E%20%3Cg%20id%3D%22line2d_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20242.207176%20220.2105%20L%20242.207176%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_22%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_9%22%3E%20%3Cg%20id%3D%22line2d_23%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20316.87963%20220.2105%20L%20316.87963%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_24%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_10%22%3E%20%3Cg%20id%3D%22line2d_25%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20391.552083%20220.2105%20L%20391.552083%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_26%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_4%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_27%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2042.085%20220.2105%20L%20404.993125%20220.2105%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_28%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%200%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2829.524062%20223.789406%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_29%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2042.085%20184.812746%20L%20404.993125%20184.812746%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_30%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20200%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.402188%20188.391652%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_31%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2042.085%20149.414991%20L%20404.993125%20149.414991%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_32%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20400%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.402188%20152.993897%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_33%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2042.085%20114.017237%20L%20404.993125%20114.017237%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_34%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20600%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.402188%20117.596143%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_35%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2042.085%2078.619482%20L%20404.993125%2078.619482%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_36%22%2F%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20800%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2017.671875%2038.8125%20Q%2012.203125%2040.828125%209.5625%2044.53125%20Q%206.9375%2048.25%206.9375%2053.421875%20Q%206.9375%2061.234375%2012.546875%2066.546875%20Q%2018.171875%2071.875%2027.484375%2071.875%20Q%2036.859375%2071.875%2042.578125%2066.421875%20Q%2048.296875%2060.984375%2048.296875%2053.171875%20Q%2048.296875%2048.1875%2045.671875%2044.5%20Q%2043.0625%2040.828125%2037.75%2038.8125%20Q%2044.34375%2036.671875%2047.78125%2031.875%20Q%2051.21875%2027.09375%2051.21875%2020.453125%20Q%2051.21875%2011.28125%2044.71875%205.03125%20Q%2038.234375%20-1.21875%2027.640625%20-1.21875%20Q%2017.046875%20-1.21875%2010.546875%205.046875%20Q%204.046875%2011.328125%204.046875%2020.703125%20Q%204.046875%2027.6875%207.59375%2032.390625%20Q%2011.140625%2037.109375%2017.671875%2038.8125%20z%20M%2015.921875%2053.71875%20Q%2015.921875%2048.640625%2019.1875%2045.40625%20Q%2022.46875%2042.1875%2027.6875%2042.1875%20Q%2032.765625%2042.1875%2036.015625%2045.375%20Q%2039.265625%2048.578125%2039.265625%2053.21875%20Q%2039.265625%2058.0625%2035.90625%2061.359375%20Q%2032.5625%2064.65625%2027.59375%2064.65625%20Q%2022.5625%2064.65625%2019.234375%2061.421875%20Q%2015.921875%2058.203125%2015.921875%2053.71875%20z%20M%2013.09375%2020.65625%20Q%2013.09375%2016.890625%2014.875%2013.375%20Q%2016.65625%209.859375%2020.171875%207.921875%20Q%2023.6875%206%2027.734375%206%20Q%2034.03125%206%2038.125%2010.046875%20Q%2042.234375%2014.109375%2042.234375%2020.359375%20Q%2042.234375%2026.703125%2038.015625%2030.859375%20Q%2033.796875%2035.015625%2027.4375%2035.015625%20Q%2021.234375%2035.015625%2017.15625%2030.90625%20Q%2013.09375%2026.8125%2013.09375%2020.65625%20z%20%22%20id%3D%22ArialMT-38%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.402188%2082.198389%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_6%22%3E%20%3Cg%20id%3D%22line2d_37%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2042.085%2043.221728%20L%20404.993125%2043.221728%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_38%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%201000%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2812.84125%2046.800634%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22166.845703%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28417.000781%20168.288703%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2055.526042%20220.2105%20L%2072.327344%20220.2105%20L%2072.327344%20220.033511%20L%2055.526042%20220.033511%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2072.327344%20220.2105%20L%2089.128646%20220.2105%20L%2089.128646%20220.2105%20L%2072.327344%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%2089.128646%20220.2105%20L%20105.929948%20220.2105%20L%20105.929948%20220.033511%20L%2089.128646%20220.033511%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20105.929948%20220.2105%20L%20122.73125%20220.2105%20L%20122.73125%20220.2105%20L%20105.929948%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20122.73125%20220.2105%20L%20139.532552%20220.2105%20L%20139.532552%20219.679534%20L%20122.73125%20219.679534%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20139.532552%20220.2105%20L%20156.333854%20220.2105%20L%20156.333854%20220.2105%20L%20139.532552%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20156.333854%20220.2105%20L%20173.135156%20220.2105%20L%20173.135156%20220.033511%20L%20156.333854%20220.033511%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20173.135156%20220.2105%20L%20189.936458%20220.2105%20L%20189.936458%20220.2105%20L%20173.135156%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20189.936458%20220.2105%20L%20206.73776%20220.2105%20L%20206.73776%20219.325556%20L%20189.936458%20219.325556%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20206.73776%20220.2105%20L%20223.539062%20220.2105%20L%20223.539062%20220.2105%20L%20206.73776%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20223.539062%20220.2105%20L%20240.340365%20220.2105%20L%20240.340365%20220.2105%20L%20223.539062%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20240.340365%20220.2105%20L%20257.141667%20220.2105%20L%20257.141667%20220.033511%20L%20240.340365%20220.033511%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20257.141667%20220.2105%20L%20273.942969%20220.2105%20L%20273.942969%20220.2105%20L%20257.141667%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20273.942969%20220.2105%20L%20290.744271%20220.2105%20L%20290.744271%20218.971579%20L%20273.942969%20218.971579%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20290.744271%20220.2105%20L%20307.545573%20220.2105%20L%20307.545573%20220.2105%20L%20290.744271%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20307.545573%20220.2105%20L%20324.346875%20220.2105%20L%20324.346875%20218.79459%20L%20307.545573%20218.79459%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20324.346875%20220.2105%20L%20341.148177%20220.2105%20L%20341.148177%20220.2105%20L%20324.346875%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20341.148177%20220.2105%20L%20357.949479%20220.2105%20L%20357.949479%20218.971579%20L%20341.148177%20218.971579%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_27%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20357.949479%20220.2105%20L%20374.750781%20220.2105%20L%20374.750781%20220.2105%20L%20357.949479%20220.2105%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_28%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p0ebf0f661d%29%22%20d%3D%22M%20374.750781%20220.2105%20L%20391.552083%20220.2105%20L%20391.552083%2049.239346%20L%20374.750781%2049.239346%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_29%22%3E%20%3Cpath%20d%3D%22M%2042.085%20220.2105%20L%2042.085%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_30%22%3E%20%3Cpath%20d%3D%22M%20404.993125%20220.2105%20L%20404.993125%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_31%22%3E%20%3Cpath%20d%3D%22M%2042.085%20220.2105%20L%20404.993125%20220.2105%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_32%22%3E%20%3Cpath%20d%3D%22M%2042.085%2042.4005%20L%20404.993125%2042.4005%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_3%22%3E%20%3Cg%20id%3D%22patch_33%22%3E%20%3Cpath%20d%3D%22M%2042.085%20387.04%20L%20404.993125%20387.04%20L%20404.993125%20238.6705%20L%2042.085%20238.6705%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_5%22%3E%20%3Cg%20id%3D%22xtick_11%22%3E%20%3Cg%20id%3D%22line2d_39%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2092.862269%20387.04%20L%2092.862269%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_40%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20%24%5Cmathdefault%7B30%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2887.262269%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_12%22%3E%20%3Cg%20id%3D%22line2d_41%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20167.534722%20387.04%20L%20167.534722%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_42%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20%24%5Cmathdefault%7B32%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28161.934722%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_13%22%3E%20%3Cg%20id%3D%22line2d_43%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20242.207176%20387.04%20L%20242.207176%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_44%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%20%24%5Cmathdefault%7B34%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28236.607176%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_14%22%3E%20%3Cg%20id%3D%22line2d_45%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20316.87963%20387.04%20L%20316.87963%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_46%22%2F%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%20%24%5Cmathdefault%7B36%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28311.27963%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_15%22%3E%20%3Cg%20id%3D%22line2d_47%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20391.552083%20387.04%20L%20391.552083%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_48%22%2F%3E%20%3Cg%20id%3D%22text_13%22%3E%20%3C%21--%20%24%5Cmathdefault%7B38%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28385.952083%20401.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_14%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28209.172031%20415.058906%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_6%22%3E%20%3Cg%20id%3D%22ytick_7%22%3E%20%3Cg%20id%3D%22line2d_49%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2042.085%20387.04%20L%20404.993125%20387.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_50%22%2F%3E%20%3Cg%20id%3D%22text_15%22%3E%20%3C%21--%200.0%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%209.078125%200%20L%209.078125%2010.015625%20L%2019.09375%2010.015625%20L%2019.09375%200%20z%20%22%20id%3D%22ArialMT-2e%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2821.185%20390.618906%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_8%22%3E%20%3Cg%20id%3D%22line2d_51%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2042.085%20358.507404%20L%20404.993125%20358.507404%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_52%22%2F%3E%20%3Cg%20id%3D%22text_16%22%3E%20%3C%21--%200.2%20--%3E%20%3Cg%20transform%3D%22translate%2821.185%20362.08631%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_9%22%3E%20%3Cg%20id%3D%22line2d_53%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2042.085%20329.974808%20L%20404.993125%20329.974808%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_54%22%2F%3E%20%3Cg%20id%3D%22text_17%22%3E%20%3C%21--%200.4%20--%3E%20%3Cg%20transform%3D%22translate%2821.185%20333.553714%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_10%22%3E%20%3Cg%20id%3D%22line2d_55%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2042.085%20301.442212%20L%20404.993125%20301.442212%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_56%22%2F%3E%20%3Cg%20id%3D%22text_18%22%3E%20%3C%21--%200.6%20--%3E%20%3Cg%20transform%3D%22translate%2821.185%20305.021118%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_11%22%3E%20%3Cg%20id%3D%22line2d_57%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2042.085%20272.909615%20L%20404.993125%20272.909615%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_58%22%2F%3E%20%3Cg%20id%3D%22text_19%22%3E%20%3C%21--%200.8%20--%3E%20%3Cg%20transform%3D%22translate%2821.185%20276.488522%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_12%22%3E%20%3Cg%20id%3D%22line2d_59%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2042.085%20244.377019%20L%20404.993125%20244.377019%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_60%22%2F%3E%20%3Cg%20id%3D%22text_20%22%3E%20%3C%21--%201.0%20--%3E%20%3Cg%20transform%3D%22translate%2821.185%20247.955925%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_21%22%3E%20%3C%21--%20CDF%20%28relative%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2058.796875%2025.09375%20L%2068.265625%2022.703125%20Q%2065.28125%2011.03125%2057.546875%204.90625%20Q%2049.8125%20-1.21875%2038.625%20-1.21875%20Q%2027.046875%20-1.21875%2019.796875%203.484375%20Q%2012.546875%208.203125%208.765625%2017.140625%20Q%204.984375%2026.078125%204.984375%2036.328125%20Q%204.984375%2047.515625%209.25%2055.828125%20Q%2013.53125%2064.15625%2021.40625%2068.46875%20Q%2029.296875%2072.796875%2038.765625%2072.796875%20Q%2049.515625%2072.796875%2056.828125%2067.328125%20Q%2064.15625%2061.859375%2067.046875%2051.953125%20L%2057.71875%2049.75%20Q%2055.21875%2057.5625%2050.484375%2061.125%20Q%2045.75%2064.703125%2038.578125%2064.703125%20Q%2030.328125%2064.703125%2024.78125%2060.734375%20Q%2019.234375%2056.78125%2016.984375%2050.109375%20Q%2014.75%2043.453125%2014.75%2036.375%20Q%2014.75%2027.25%2017.40625%2020.4375%20Q%2020.0625%2013.625%2025.671875%2010.25%20Q%2031.296875%206.890625%2037.84375%206.890625%20Q%2045.796875%206.890625%2051.3125%2011.46875%20Q%2056.84375%2016.0625%2058.796875%2025.09375%20z%20%22%20id%3D%22ArialMT-43%22%2F%3E%20%3Cpath%20d%3D%22M%206.640625%2061.46875%20L%206.640625%2071.578125%20L%2015.4375%2071.578125%20L%2015.4375%2061.46875%20z%20M%206.640625%200%20L%206.640625%2051.859375%20L%2015.4375%2051.859375%20L%2015.4375%200%20z%20%22%20id%3D%22ArialMT-69%22%2F%3E%20%3Cpath%20d%3D%22M%2021%200%20L%201.265625%2051.859375%20L%2010.546875%2051.859375%20L%2021.6875%2020.796875%20Q%2023.484375%2015.765625%2025%2010.359375%20Q%2026.171875%2014.453125%2028.265625%2020.21875%20L%2039.796875%2051.859375%20L%2048.828125%2051.859375%20L%2029.203125%200%20z%20%22%20id%3D%22ArialMT-76%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28417.000781%20347.078141%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-43%22%2F%3E%20%3Cuse%20x%3D%2272.216797%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22144.433594%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22205.517578%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22233.300781%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22266.601562%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22299.902344%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22355.517578%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22377.734375%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22433.349609%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22461.132812%22%20xlink%3Ahref%3D%22%23ArialMT-69%22%2F%3E%20%3Cuse%20x%3D%22483.349609%22%20xlink%3Ahref%3D%22%23ArialMT-76%22%2F%3E%20%3Cuse%20x%3D%22533.349609%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22588.964844%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_61%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2055.526042%20386.897337%20L%2092.27889%20386.897337%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_62%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2055.526042%20387.04%20L%2055.526042%20386.897337%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_63%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2092.27889%20386.754674%20L%20129.031738%20386.754674%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_64%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%2092.27889%20386.897337%20L%2092.27889%20386.754674%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_65%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20129.031738%20386.326685%20L%20167.097188%20386.326685%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_66%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20129.031738%20386.754674%20L%20129.031738%20386.326685%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_67%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20167.097188%20386.184022%20L%20203.850037%20386.184022%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_68%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20167.097188%20386.326685%20L%20167.097188%20386.184022%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_69%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20203.850037%20385.470707%20L%20241.915487%20385.470707%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_70%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20203.850037%20386.184022%20L%20203.850037%20385.470707%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_71%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20241.915487%20385.328044%20L%20278.668335%20385.328044%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_72%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20241.915487%20385.470707%20L%20241.915487%20385.328044%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_73%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20278.668335%20384.329403%20L%20316.733785%20384.329403%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_74%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20278.668335%20385.328044%20L%20278.668335%20384.329403%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_75%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20316.733785%20383.1881%20L%20353.486633%20383.1881%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_76%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20316.733785%20384.329403%20L%20316.733785%20383.1881%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_77%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20353.486633%20382.189459%20L%20390.239482%20382.189459%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_78%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20353.486633%20383.1881%20L%20353.486633%20382.189459%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_79%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20390.239482%20244.377019%20L%20391.552083%20244.377019%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_80%22%3E%20%3Cpath%20clip-path%3D%22url%28%23ped7ae35be8%29%22%20d%3D%22M%20390.239482%20382.189459%20L%20390.239482%20244.377019%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_34%22%3E%20%3Cpath%20d%3D%22M%2042.085%20387.04%20L%2042.085%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_35%22%3E%20%3Cpath%20d%3D%22M%20404.993125%20387.04%20L%20404.993125%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_36%22%3E%20%3Cpath%20d%3D%22M%2042.085%20387.04%20L%20404.993125%20387.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_37%22%3E%20%3Cpath%20d%3D%22M%2042.085%20238.6705%20L%20404.993125%20238.6705%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22p3745eb357c%22%3E%20%3Crect%20height%3D%2210.9805%22%20width%3D%22362.908125%22%20x%3D%2242.085%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3CclipPath%20id%3D%22p0ebf0f661d%22%3E%20%3Crect%20height%3D%22177.81%22%20width%3D%22362.908125%22%20x%3D%2242.085%22%20y%3D%2242.4005%22%2F%3E%20%3C%2FclipPath%3E%20%3CclipPath%20id%3D%22ped7ae35be8%22%3E%20%3Crect%20height%3D%22148.3695%22%20width%3D%22362.908125%22%20x%3D%2242.085%22%20y%3D%22238.6705%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E|data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2042.085%20135.04%20L%20260.993125%20135.04%20L%20260.993125%2015.832336%20L%2042.085%2015.832336%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2072.71412%20135.04%20L%2072.71412%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B30%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2867.11412%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20117.756944%20135.04%20L%20117.756944%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B32%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28112.156944%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20162.799769%20135.04%20L%20162.799769%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B34%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28157.199769%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20207.842593%20135.04%20L%20207.842593%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B36%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28202.242593%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20252.885417%20135.04%20L%20252.885417%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20%24%5Cmathdefault%7B38%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2017.671875%2038.8125%20Q%2012.203125%2040.828125%209.5625%2044.53125%20Q%206.9375%2048.25%206.9375%2053.421875%20Q%206.9375%2061.234375%2012.546875%2066.546875%20Q%2018.171875%2071.875%2027.484375%2071.875%20Q%2036.859375%2071.875%2042.578125%2066.421875%20Q%2048.296875%2060.984375%2048.296875%2053.171875%20Q%2048.296875%2048.1875%2045.671875%2044.5%20Q%2043.0625%2040.828125%2037.75%2038.8125%20Q%2044.34375%2036.671875%2047.78125%2031.875%20Q%2051.21875%2027.09375%2051.21875%2020.453125%20Q%2051.21875%2011.28125%2044.71875%205.03125%20Q%2038.234375%20-1.21875%2027.640625%20-1.21875%20Q%2017.046875%20-1.21875%2010.546875%205.046875%20Q%204.046875%2011.328125%204.046875%2020.703125%20Q%204.046875%2027.6875%207.59375%2032.390625%20Q%2011.140625%2037.109375%2017.671875%2038.8125%20z%20M%2015.921875%2053.71875%20Q%2015.921875%2048.640625%2019.1875%2045.40625%20Q%2022.46875%2042.1875%2027.6875%2042.1875%20Q%2032.765625%2042.1875%2036.015625%2045.375%20Q%2039.265625%2048.578125%2039.265625%2053.21875%20Q%2039.265625%2058.0625%2035.90625%2061.359375%20Q%2032.5625%2064.65625%2027.59375%2064.65625%20Q%2022.5625%2064.65625%2019.234375%2061.421875%20Q%2015.921875%2058.203125%2015.921875%2053.71875%20z%20M%2013.09375%2020.65625%20Q%2013.09375%2016.890625%2014.875%2013.375%20Q%2016.65625%209.859375%2020.171875%207.921875%20Q%2023.6875%206%2027.734375%206%20Q%2034.03125%206%2038.125%2010.046875%20Q%2042.234375%2014.109375%2042.234375%2020.359375%20Q%2042.234375%2026.703125%2038.015625%2030.859375%20Q%2033.796875%2035.015625%2027.4375%2035.015625%20Q%2021.234375%2035.015625%2017.15625%2030.90625%20Q%2013.09375%2026.8125%2013.09375%2020.65625%20z%20%22%20id%3D%22ArialMT-38%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28247.285417%20149.197812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28137.172031%20163.058906%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%20135.04%20L%20260.993125%20135.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2829.524062%20138.618906%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%20105.375726%20L%20260.993125%20105.375726%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%20250%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.402188%20108.954633%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%2075.711453%20L%20260.993125%2075.711453%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20500%20--%3E%20%3Cg%20transform%3D%22translate%2818.402188%2079.290359%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%2046.047179%20L%20260.993125%2046.047179%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20750%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.402188%2049.626085%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2042.085%2016.382905%20L%20260.993125%2016.382905%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%201000%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2812.84125%2019.961812%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22166.845703%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20112.419371%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2050.192708%20135.04%20L%2060.327344%20135.04%20L%2060.327344%20134.921343%20L%2050.192708%20134.921343%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2060.327344%20135.04%20L%2070.461979%20135.04%20L%2070.461979%20135.04%20L%2060.327344%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2070.461979%20135.04%20L%2080.596615%20135.04%20L%2080.596615%20134.921343%20L%2070.461979%20134.921343%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2080.596615%20135.04%20L%2090.73125%20135.04%20L%2090.73125%20135.04%20L%2080.596615%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%2090.73125%20135.04%20L%20100.865885%20135.04%20L%20100.865885%20134.684029%20L%2090.73125%20134.684029%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20100.865885%20135.04%20L%20111.000521%20135.04%20L%20111.000521%20135.04%20L%20100.865885%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20111.000521%20135.04%20L%20121.135156%20135.04%20L%20121.135156%20134.921343%20L%20111.000521%20134.921343%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20121.135156%20135.04%20L%20131.269792%20135.04%20L%20131.269792%20135.04%20L%20121.135156%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20131.269792%20135.04%20L%20141.404427%20135.04%20L%20141.404427%20134.446715%20L%20131.269792%20134.446715%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20141.404427%20135.04%20L%20151.539063%20135.04%20L%20151.539063%20135.04%20L%20141.404427%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20151.539062%20135.04%20L%20161.673698%20135.04%20L%20161.673698%20135.04%20L%20151.539062%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20161.673698%20135.04%20L%20171.808333%20135.04%20L%20171.808333%20134.921343%20L%20161.673698%20134.921343%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20171.808333%20135.04%20L%20181.942969%20135.04%20L%20181.942969%20135.04%20L%20171.808333%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20181.942969%20135.04%20L%20192.077604%20135.04%20L%20192.077604%20134.2094%20L%20181.942969%20134.2094%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20192.077604%20135.04%20L%20202.21224%20135.04%20L%20202.21224%20135.04%20L%20192.077604%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20202.21224%20135.04%20L%20212.346875%20135.04%20L%20212.346875%20134.090743%20L%20202.21224%20134.090743%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20212.346875%20135.04%20L%20222.48151%20135.04%20L%20222.48151%20135.04%20L%20212.346875%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20222.48151%20135.04%20L%20232.616146%20135.04%20L%20232.616146%20134.2094%20L%20222.48151%20134.2094%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20232.616146%20135.04%20L%20242.750781%20135.04%20L%20242.750781%20135.04%20L%20232.616146%20135.04%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p905af1651b%29%22%20d%3D%22M%20242.750781%20135.04%20L%20252.885417%20135.04%20L%20252.885417%2020.417246%20L%20242.750781%2020.417246%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20d%3D%22M%2042.085%20135.04%20L%2042.085%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20135.04%20L%20260.993125%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20d%3D%22M%2042.085%20135.04%20L%20260.993125%20135.04%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20d%3D%22M%2042.085%2015.832336%20L%20260.993125%2015.832336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22p905af1651b%22%3E%20%3Crect%20height%3D%22119.207664%22%20width%3D%22218.908125%22%20x%3D%2242.085%22%20y%3D%2215.832336%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\"></div>\n", | |
"\t<div class=\"Stat\">\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Properties</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Sample Size\">\n", | |
"\t\t\t\t\t$ n = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t1000\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Bessel's Correction\">\n", | |
"\t\t\t\t\t$ f_{BC} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t1.001\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Assortativity\">\n", | |
"\t\t\t\t\t$ r = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.00689759\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Centralization\">\n", | |
"\t\t\t\t\t$ C = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.000121733\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Location</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Minimum\">\n", | |
"\t\t\t\t\t$ x_{(1)} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t29\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Maximum\">\n", | |
"\t\t\t\t\t$ x_{(n)} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Smallest Mild Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{O_{min}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Smallest Non Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{N_{min}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"1st Quartile\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{0.25} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"2nd Quartile / Median\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{Med} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"3rd Quartile\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{0.75} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Biggest Non Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{N_{max}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Biggest Mild Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{O_{max}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Arithmetic Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t37.883\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Interquartile Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{IQ} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Sample Mid-Range\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{R} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t33.5\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Harmonic Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{H^{-1}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t37.8655\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Quadratic Mean / Root Mean Square\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{H^{2}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t37.8904\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Cubic Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{H^{3}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t37.897\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Dispersion</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Sample Variance\">\n", | |
"\t\t\t\t\t$ s^{2}_{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.557869\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Standard Deviation\">\n", | |
"\t\t\t\t\t$ s_{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.746906\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Coefficient Of Variation\">\n", | |
"\t\t\t\t\t$ v_{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0197161\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Sample Range\">\n", | |
"\t\t\t\t\t$ R = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t9\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Interquartile Range\">\n", | |
"\t\t\t\t\t$ R_{IQ} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Shape</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Skewness (Yule-Pearson)\">\n", | |
"\t\t\t\t\t$ S_{YP} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t-0.469939\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Skewness (3rd Momentum)\">\n", | |
"\t\t\t\t\t$ S_{M} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t-7.77051\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Kurtotis (Excess)\">\n", | |
"\t\t\t\t\t$ \\gamma = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t66.6546\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Rank</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Variance (Rank)\">\n", | |
"\t\t\t\t\t$ s^{2}_{rk_{x}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t8222.38\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Standard Deviation (Rank)\">\n", | |
"\t\t\t\t\t$ s_{rk_{x}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t90.6774\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Coefficient Of Variation (Rank)\">\n", | |
"\t\t\t\t\t$ v_{rk_{x}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.181174\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Binning</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Number Of Bins (PDF)\">\n", | |
"\t\t\t\t\t$ k_{PDF} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t20\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Number Of Bins (CDF)\">\n", | |
"\t\t\t\t\t$ k_{CDF} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t10\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Mode (Binning)\">\n", | |
"\t\t\t\t\t$ x_{D_{PDF}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t37.775\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t</div>\n", | |
"\t\n", | |
"</div>\n", | |
"<div id=\"NetworKit_Page_0_Centrality.ClusteringCoefficient\" class=\"SubCategory Measure\" data-title=\"Local Clustering Coefficient\">\n", | |
"\t<div class=\"Details\">\n", | |
"\t\t<div class=\"Value\" data-title=\"Description\">The local clustering coefficient of a node is the fraction of edges that exist between neighbors of that node (or, equivalently, closed triangles centered on that node)</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Algorithm\">LocalClusteringCoefficient</div>\n", | |
"\t\t<div class=\"Spacer\"></div>\n", | |
"\t</div>\n", | |
"\t<div class=\"Plot\" title=\"Centrality.ClusteringCoefficient\" data-image=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22432pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20432%20432%22%20width%3D%22432pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20432%20L%20432%20432%20L%20432%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.71%2023.560297%20L%20404.993125%2023.560297%20L%20404.993125%2012.96%20L%2036.71%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%2072.369379%2023.560297%20L%2072.369379%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20116.768878%2023.560297%20L%20116.768878%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20161.168376%2023.560297%20L%20161.168376%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20205.567874%2023.560297%20L%20205.567874%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20249.967373%2023.560297%20L%20249.967373%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_6%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20294.366871%2023.560297%20L%20294.366871%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_7%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20338.766369%2023.560297%20L%20338.766369%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_8%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20383.165868%2023.560297%20L%20383.165868%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20Box%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.328125%200%20L%207.328125%2071.578125%20L%2034.1875%2071.578125%20Q%2042.390625%2071.578125%2047.34375%2069.40625%20Q%2052.296875%2067.234375%2055.09375%2062.71875%20Q%2057.90625%2058.203125%2057.90625%2053.265625%20Q%2057.90625%2048.6875%2055.421875%2044.625%20Q%2052.9375%2040.578125%2047.90625%2038.09375%20Q%2054.390625%2036.1875%2057.875%2031.59375%20Q%2061.375%2027%2061.375%2020.75%20Q%2061.375%2015.71875%2059.25%2011.390625%20Q%2057.125%207.078125%2054%204.734375%20Q%2050.875%202.390625%2046.15625%201.1875%20Q%2041.453125%200%2034.625%200%20z%20M%2016.796875%2041.5%20L%2032.28125%2041.5%20Q%2038.578125%2041.5%2041.3125%2042.328125%20Q%2044.921875%2043.40625%2046.75%2045.890625%20Q%2048.578125%2048.390625%2048.578125%2052.15625%20Q%2048.578125%2055.71875%2046.875%2058.421875%20Q%2045.171875%2061.140625%2041.984375%2062.140625%20Q%2038.8125%2063.140625%2031.109375%2063.140625%20L%2016.796875%2063.140625%20z%20M%2016.796875%208.453125%20L%2034.625%208.453125%20Q%2039.203125%208.453125%2041.0625%208.796875%20Q%2044.34375%209.375%2046.53125%2010.734375%20Q%2048.734375%2012.109375%2050.140625%2014.71875%20Q%2051.5625%2017.328125%2051.5625%2020.75%20Q%2051.5625%2024.75%2049.515625%2027.703125%20Q%2047.46875%2030.671875%2043.828125%2031.859375%20Q%2040.1875%2033.0625%2033.34375%2033.0625%20L%2016.796875%2033.0625%20z%20%22%20id%3D%22ArialMT-42%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%200.734375%200%20L%2019.671875%2026.953125%20L%202.15625%2051.859375%20L%2013.140625%2051.859375%20L%2021.09375%2039.703125%20Q%2023.34375%2036.234375%2024.703125%2033.890625%20Q%2026.859375%2037.109375%2028.65625%2039.59375%20L%2037.40625%2051.859375%20L%2047.90625%2051.859375%20L%2029.984375%2027.4375%20L%2049.265625%200%20L%2038.484375%200%20L%2027.828125%2016.109375%20L%2025%2020.453125%20L%2011.375%200%20z%20%22%20id%3D%22ArialMT-78%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28416.866719%2027.737336%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-42%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22122.314453%22%20xlink%3Ahref%3D%22%23ArialMT-78%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22PathCollection_1%22%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%200%202.95804%20C%200.784481%202.95804%201.536938%202.646362%202.09165%202.09165%20C%202.646362%201.536938%202.95804%200.784481%202.95804%200%20C%202.95804%20-0.784481%202.646362%20-1.536938%202.09165%20-2.09165%20C%201.536938%20-2.646362%200.784481%20-2.95804%200%20-2.95804%20C%20-0.784481%20-2.95804%20-1.536938%20-2.646362%20-2.09165%20-2.09165%20C%20-2.646362%20-1.536938%20-2.95804%20-0.784481%20-2.95804%200%20C%20-2.95804%200.784481%20-2.646362%201.536938%20-2.09165%202.09165%20C%20-1.536938%202.646362%20-0.784481%202.95804%200%202.95804%20z%20%22%20id%3D%22m68c27fc31a%22%20style%3D%22stroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%3E%20%3Cuse%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.6%3Bstroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%20x%3D%2250.350116%22%20xlink%3Ahref%3D%22%23m68c27fc31a%22%20y%3D%2218.260148%22%2F%3E%20%3Cuse%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.6%3Bstroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%20x%3D%22391.353009%22%20xlink%3Ahref%3D%22%23m68c27fc31a%22%20y%3D%2218.260148%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22PathCollection_2%22%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%20-3.535534%203.535534%20L%203.535534%20-3.535534%20M%20-3.535534%20-3.535534%20L%203.535534%203.535534%20%22%20id%3D%22mcf80a15f0e%22%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%3E%20%3Cuse%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%20x%3D%2250.350116%22%20xlink%3Ahref%3D%22%23mcf80a15f0e%22%20y%3D%2218.260148%22%2F%3E%20%3Cuse%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%20x%3D%22391.353009%22%20xlink%3Ahref%3D%22%23mcf80a15f0e%22%20y%3D%2218.260148%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20170.09454%2021.440238%20L%20241.780231%2021.440238%20L%20241.780231%2015.080059%20L%20170.09454%2015.080059%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20206.212279%2021.440238%20L%20206.212279%2015.080059%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%2064.788977%2021.440238%20L%2064.788977%2015.080059%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%2064.788977%2018.260148%20L%20170.09454%2018.260148%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20343.55363%2021.440238%20L%20343.55363%2015.080059%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20343.55363%2018.260148%20L%20241.780231%2018.260148%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p1ee69e62f5%29%22%20d%3D%22M%20206.212279%2021.440238%20L%20206.212279%2015.080059%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20d%3D%22M%2036.71%2023.560297%20L%2036.71%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20d%3D%22M%20404.993125%2023.560297%20L%20404.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20d%3D%22M%2036.71%2023.560297%20L%20404.993125%2023.560297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20d%3D%22M%2036.71%2012.96%20L%20404.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_2%22%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20d%3D%22M%2036.71%20217.295609%20L%20404.993125%20217.295609%20L%20404.993125%2042.020297%20L%2036.71%2042.020297%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_3%22%3E%20%3Cg%20id%3D%22xtick_9%22%3E%20%3Cg%20id%3D%22line2d_23%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2072.369379%20217.295609%20L%2072.369379%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_24%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_10%22%3E%20%3Cg%20id%3D%22line2d_25%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20116.768878%20217.295609%20L%20116.768878%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_26%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_11%22%3E%20%3Cg%20id%3D%22line2d_27%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20161.168376%20217.295609%20L%20161.168376%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_28%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_12%22%3E%20%3Cg%20id%3D%22line2d_29%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20205.567874%20217.295609%20L%20205.567874%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_30%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_13%22%3E%20%3Cg%20id%3D%22line2d_31%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20249.967373%20217.295609%20L%20249.967373%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_32%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_14%22%3E%20%3Cg%20id%3D%22line2d_33%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20294.366871%20217.295609%20L%20294.366871%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_34%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_15%22%3E%20%3Cg%20id%3D%22line2d_35%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20338.766369%20217.295609%20L%20338.766369%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_36%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_16%22%3E%20%3Cg%20id%3D%22line2d_37%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20383.165868%20217.295609%20L%20383.165868%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_4%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_39%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2036.71%20217.295609%20L%20404.993125%20217.295609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_40%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%200%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2824.149062%20220.874516%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_41%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2036.71%20192.141288%20L%20404.993125%20192.141288%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_42%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%2020%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.588125%20195.720194%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_43%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2036.71%20166.986966%20L%20404.993125%20166.986966%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_44%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%2040%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.588125%20170.565873%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_45%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2036.71%20141.832645%20L%20404.993125%20141.832645%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_46%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%2060%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.588125%20145.411551%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_47%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2036.71%20116.678323%20L%20404.993125%20116.678323%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_48%22%2F%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%2080%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2017.671875%2038.8125%20Q%2012.203125%2040.828125%209.5625%2044.53125%20Q%206.9375%2048.25%206.9375%2053.421875%20Q%206.9375%2061.234375%2012.546875%2066.546875%20Q%2018.171875%2071.875%2027.484375%2071.875%20Q%2036.859375%2071.875%2042.578125%2066.421875%20Q%2048.296875%2060.984375%2048.296875%2053.171875%20Q%2048.296875%2048.1875%2045.671875%2044.5%20Q%2043.0625%2040.828125%2037.75%2038.8125%20Q%2044.34375%2036.671875%2047.78125%2031.875%20Q%2051.21875%2027.09375%2051.21875%2020.453125%20Q%2051.21875%2011.28125%2044.71875%205.03125%20Q%2038.234375%20-1.21875%2027.640625%20-1.21875%20Q%2017.046875%20-1.21875%2010.546875%205.046875%20Q%204.046875%2011.328125%204.046875%2020.703125%20Q%204.046875%2027.6875%207.59375%2032.390625%20Q%2011.140625%2037.109375%2017.671875%2038.8125%20z%20M%2015.921875%2053.71875%20Q%2015.921875%2048.640625%2019.1875%2045.40625%20Q%2022.46875%2042.1875%2027.6875%2042.1875%20Q%2032.765625%2042.1875%2036.015625%2045.375%20Q%2039.265625%2048.578125%2039.265625%2053.21875%20Q%2039.265625%2058.0625%2035.90625%2061.359375%20Q%2032.5625%2064.65625%2027.59375%2064.65625%20Q%2022.5625%2064.65625%2019.234375%2061.421875%20Q%2015.921875%2058.203125%2015.921875%2053.71875%20z%20M%2013.09375%2020.65625%20Q%2013.09375%2016.890625%2014.875%2013.375%20Q%2016.65625%209.859375%2020.171875%207.921875%20Q%2023.6875%206%2027.734375%206%20Q%2034.03125%206%2038.125%2010.046875%20Q%2042.234375%2014.109375%2042.234375%2020.359375%20Q%2042.234375%2026.703125%2038.015625%2030.859375%20Q%2033.796875%2035.015625%2027.4375%2035.015625%20Q%2021.234375%2035.015625%2017.15625%2030.90625%20Q%2013.09375%2026.8125%2013.09375%2020.65625%20z%20%22%20id%3D%22ArialMT-38%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.588125%20120.257229%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_6%22%3E%20%3Cg%20id%3D%22line2d_49%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2036.71%2091.524002%20L%20404.993125%2091.524002%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_50%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%20100%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2813.027188%2095.102908%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_7%22%3E%20%3Cg%20id%3D%22line2d_51%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2036.71%2066.36968%20L%20404.993125%2066.36968%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_52%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%20120%20--%3E%20%3Cg%20transform%3D%22translate%2813.027188%2069.948586%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28417.000781%20166.641156%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2050.350116%20217.295609%20L%2067.40026%20217.295609%20L%2067.40026%20208.491597%20L%2050.350116%20208.491597%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2067.40026%20217.295609%20L%2084.450405%20217.295609%20L%2084.450405%20205.976165%20L%2067.40026%20205.976165%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%2084.450405%20217.295609%20L%20101.50055%20217.295609%20L%20101.50055%20204.718449%20L%2084.450405%20204.718449%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20101.50055%20217.295609%20L%20118.550694%20217.295609%20L%20118.550694%20185.852707%20L%20101.50055%20185.852707%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20118.550694%20217.295609%20L%20135.600839%20217.295609%20L%20135.600839%20172.017831%20L%20118.550694%20172.017831%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20135.600839%20217.295609%20L%20152.650984%20217.295609%20L%20152.650984%20127.997768%20L%20135.600839%20127.997768%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20152.650984%20217.295609%20L%20169.701128%20217.295609%20L%20169.701128%20106.616595%20L%20152.650984%20106.616595%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20169.701128%20217.295609%20L%20186.751273%20217.295609%20L%20186.751273%2085.235421%20L%20169.701128%2085.235421%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20186.751273%20217.295609%20L%20203.801418%20217.295609%20L%20203.801418%2048.761655%20L%20186.751273%2048.761655%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20203.801418%20217.295609%20L%20220.851562%20217.295609%20L%20220.851562%2062.596532%20L%20203.801418%2062.596532%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20220.851563%20217.295609%20L%20237.901707%20217.295609%20L%20237.901707%2080.204557%20L%20220.851563%2080.204557%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20237.901707%20217.295609%20L%20254.951852%20217.295609%20L%20254.951852%20109.132027%20L%20237.901707%20109.132027%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20254.951852%20217.295609%20L%20272.001997%20217.295609%20L%20272.001997%20121.709188%20L%20254.951852%20121.709188%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20272.001997%20217.295609%20L%20289.052141%20217.295609%20L%20289.052141%20161.956102%20L%20272.001997%20161.956102%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20289.052141%20217.295609%20L%20306.102286%20217.295609%20L%20306.102286%20175.790979%20L%20289.052141%20175.790979%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20306.102286%20217.295609%20L%20323.152431%20217.295609%20L%20323.152431%20194.65672%20L%20306.102286%20194.65672%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20323.152431%20217.295609%20L%20340.202575%20217.295609%20L%20340.202575%20202.203016%20L%20323.152431%20202.203016%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20340.202575%20217.295609%20L%20357.25272%20217.295609%20L%20357.25272%20211.007029%20L%20340.202575%20211.007029%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_27%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20357.25272%20217.295609%20L%20374.302865%20217.295609%20L%20374.302865%20209.749313%20L%20357.25272%20209.749313%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_28%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p3c658907d7%29%22%20d%3D%22M%20374.302865%20217.295609%20L%20391.353009%20217.295609%20L%20391.353009%20213.522461%20L%20374.302865%20213.522461%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_29%22%3E%20%3Cpath%20d%3D%22M%2036.71%20217.295609%20L%2036.71%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_30%22%3E%20%3Cpath%20d%3D%22M%20404.993125%20217.295609%20L%20404.993125%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_31%22%3E%20%3Cpath%20d%3D%22M%2036.71%20217.295609%20L%20404.993125%20217.295609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_32%22%3E%20%3Cpath%20d%3D%22M%2036.71%2042.020297%20L%20404.993125%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_3%22%3E%20%3Cg%20id%3D%22patch_33%22%3E%20%3Cpath%20d%3D%22M%2036.71%20381.970625%20L%20404.993125%20381.970625%20L%20404.993125%20235.755609%20L%2036.71%20235.755609%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_5%22%3E%20%3Cg%20id%3D%22xtick_17%22%3E%20%3Cg%20id%3D%22line2d_53%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2072.369379%20381.970625%20L%2072.369379%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_54%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20%24%5Cmathdefault%7B3.5%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3Cpath%20d%3D%22M%209.078125%200%20L%209.078125%2010.015625%20L%2019.09375%2010.015625%20L%2019.09375%200%20z%20%22%20id%3D%22ArialMT-2e%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2865.369379%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_18%22%3E%20%3Cg%20id%3D%22line2d_55%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20116.768878%20381.970625%20L%20116.768878%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_56%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%20%24%5Cmathdefault%7B4.0%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28109.768878%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_19%22%3E%20%3Cg%20id%3D%22line2d_57%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20161.168376%20381.970625%20L%20161.168376%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_58%22%2F%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%20%24%5Cmathdefault%7B4.5%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28154.168376%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.421875%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.421875%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.421875%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_20%22%3E%20%3Cg%20id%3D%22line2d_59%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20205.567874%20381.970625%20L%20205.567874%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_60%22%2F%3E%20%3Cg%20id%3D%22text_13%22%3E%20%3C%21--%20%24%5Cmathdefault%7B5.0%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28198.567874%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_21%22%3E%20%3Cg%20id%3D%22line2d_61%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20249.967373%20381.970625%20L%20249.967373%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_62%22%2F%3E%20%3Cg%20id%3D%22text_14%22%3E%20%3C%21--%20%24%5Cmathdefault%7B5.5%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28242.967373%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.390625%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.390625%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.390625%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_22%22%3E%20%3Cg%20id%3D%22line2d_63%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20294.366871%20381.970625%20L%20294.366871%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_64%22%2F%3E%20%3Cg%20id%3D%22text_15%22%3E%20%3C%21--%20%24%5Cmathdefault%7B6.0%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28287.366871%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_23%22%3E%20%3Cg%20id%3D%22line2d_65%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20338.766369%20381.970625%20L%20338.766369%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_66%22%2F%3E%20%3Cg%20id%3D%22text_16%22%3E%20%3C%21--%20%24%5Cmathdefault%7B6.5%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28331.766369%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_24%22%3E%20%3Cg%20id%3D%22line2d_67%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20383.165868%20381.970625%20L%20383.165868%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_68%22%2F%3E%20%3Cg%20id%3D%22text_17%22%3E%20%3C%21--%20%24%5Cmathdefault%7B7.0%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28376.165868%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_18%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28206.484531%20409.989531%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_19%22%3E%20%3C%21--%20%24%5Ctimes%5Cmathdefault%7B10%5E%7B%E2%88%922%7D%7D%5Cmathdefault%7B%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2070.125%2053.71875%20L%2047.796875%2031.296875%20L%2070.125%208.984375%20L%2064.3125%203.078125%20L%2041.890625%2025.484375%20L%2019.484375%203.078125%20L%2013.71875%208.984375%20L%2035.984375%2031.296875%20L%2013.71875%2053.71875%20L%2019.484375%2059.625%20L%2041.890625%2037.203125%20L%2064.3125%2059.625%20z%20%22%20id%3D%22DejaVuSans-d7%22%2F%3E%20%3Cpath%20d%3D%22M%2052.828125%2031.203125%20L%205.5625%2031.203125%20L%205.5625%2039.40625%20L%2052.828125%2039.40625%20z%20%22%20id%3D%22ArialMT-2212%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20style%3D%22fill%3A%23d3d3d3%3B%22%20transform%3D%22translate%28376.793125%20411.428437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.99375%29%22%20xlink%3Ahref%3D%22%23DejaVuSans-d7%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.789062%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.404297%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28196.761875%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-2212%22%2F%3E%20%3Cuse%20transform%3D%22translate%28237.640781%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_6%22%3E%20%3Cg%20id%3D%22ytick_8%22%3E%20%3Cg%20id%3D%22line2d_69%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2036.71%20381.970625%20L%20404.993125%20381.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_70%22%2F%3E%20%3Cg%20id%3D%22text_20%22%3E%20%3C%21--%200.0%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20385.549531%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_9%22%3E%20%3Cg%20id%3D%22line2d_71%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2036.71%20353.852353%20L%20404.993125%20353.852353%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_72%22%2F%3E%20%3Cg%20id%3D%22text_21%22%3E%20%3C%21--%200.2%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20357.431259%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_10%22%3E%20%3Cg%20id%3D%22line2d_73%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2036.71%20325.734081%20L%20404.993125%20325.734081%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_74%22%2F%3E%20%3Cg%20id%3D%22text_22%22%3E%20%3C%21--%200.4%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20329.312987%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_11%22%3E%20%3Cg%20id%3D%22line2d_75%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2036.71%20297.615808%20L%20404.993125%20297.615808%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_76%22%2F%3E%20%3Cg%20id%3D%22text_23%22%3E%20%3C%21--%200.6%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20301.194715%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_12%22%3E%20%3Cg%20id%3D%22line2d_77%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2036.71%20269.497536%20L%20404.993125%20269.497536%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_78%22%2F%3E%20%3Cg%20id%3D%22text_24%22%3E%20%3C%21--%200.8%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20273.076442%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_13%22%3E%20%3Cg%20id%3D%22line2d_79%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2036.71%20241.379264%20L%20404.993125%20241.379264%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_80%22%2F%3E%20%3Cg%20id%3D%22text_25%22%3E%20%3C%21--%201.0%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20244.95817%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_26%22%3E%20%3C%21--%20CDF%20%28relative%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2058.796875%2025.09375%20L%2068.265625%2022.703125%20Q%2065.28125%2011.03125%2057.546875%204.90625%20Q%2049.8125%20-1.21875%2038.625%20-1.21875%20Q%2027.046875%20-1.21875%2019.796875%203.484375%20Q%2012.546875%208.203125%208.765625%2017.140625%20Q%204.984375%2026.078125%204.984375%2036.328125%20Q%204.984375%2047.515625%209.25%2055.828125%20Q%2013.53125%2064.15625%2021.40625%2068.46875%20Q%2029.296875%2072.796875%2038.765625%2072.796875%20Q%2049.515625%2072.796875%2056.828125%2067.328125%20Q%2064.15625%2061.859375%2067.046875%2051.953125%20L%2057.71875%2049.75%20Q%2055.21875%2057.5625%2050.484375%2061.125%20Q%2045.75%2064.703125%2038.578125%2064.703125%20Q%2030.328125%2064.703125%2024.78125%2060.734375%20Q%2019.234375%2056.78125%2016.984375%2050.109375%20Q%2014.75%2043.453125%2014.75%2036.375%20Q%2014.75%2027.25%2017.40625%2020.4375%20Q%2020.0625%2013.625%2025.671875%2010.25%20Q%2031.296875%206.890625%2037.84375%206.890625%20Q%2045.796875%206.890625%2051.3125%2011.46875%20Q%2056.84375%2016.0625%2058.796875%2025.09375%20z%20%22%20id%3D%22ArialMT-43%22%2F%3E%20%3Cpath%20d%3D%22M%206.640625%2061.46875%20L%206.640625%2071.578125%20L%2015.4375%2071.578125%20L%2015.4375%2061.46875%20z%20M%206.640625%200%20L%206.640625%2051.859375%20L%2015.4375%2051.859375%20L%2015.4375%200%20z%20%22%20id%3D%22ArialMT-69%22%2F%3E%20%3Cpath%20d%3D%22M%2021%200%20L%201.265625%2051.859375%20L%2010.546875%2051.859375%20L%2021.6875%2020.796875%20Q%2023.484375%2015.765625%2025%2010.359375%20Q%2026.171875%2014.453125%2028.265625%2020.21875%20L%2039.796875%2051.859375%20L%2048.828125%2051.859375%20L%2029.203125%200%20z%20%22%20id%3D%22ArialMT-76%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28417.000781%20343.086008%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-43%22%2F%3E%20%3Cuse%20x%3D%2272.216797%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22144.433594%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22205.517578%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22233.300781%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22266.601562%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22299.902344%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22355.517578%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22377.734375%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22433.349609%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22461.132812%22%20xlink%3Ahref%3D%22%23ArialMT-69%22%2F%3E%20%3Cuse%20x%3D%22483.349609%22%20xlink%3Ahref%3D%22%23ArialMT-76%22%2F%3E%20%3Cuse%20x%3D%22533.349609%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22588.964844%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_81%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2050.350116%20381.830034%20L%2053.014201%20381.830034%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_82%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2050.350116%20381.970625%20L%2050.350116%20381.830034%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_83%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2053.014201%20381.689442%20L%2054.346243%20381.689442%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_84%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2053.014201%20381.830034%20L%2053.014201%20381.689442%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_85%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2054.346243%20381.40826%20L%2055.678286%20381.40826%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_86%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2054.346243%20381.689442%20L%2054.346243%20381.40826%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_87%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2055.678286%20381.267668%20L%2063.670541%20381.267668%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_88%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2055.678286%20381.40826%20L%2055.678286%20381.267668%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_89%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2063.670541%20381.127077%20L%2065.002584%20381.127077%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_90%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2063.670541%20381.267668%20L%2063.670541%20381.127077%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_91%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2065.002584%20380.986485%20L%2070.330754%20380.986485%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_92%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2065.002584%20381.127077%20L%2065.002584%20380.986485%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_93%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2070.330754%20380.564711%20L%2072.994839%20380.564711%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_94%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2070.330754%20380.986485%20L%2070.330754%20380.564711%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_95%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2072.994839%20380.42412%20L%2075.658924%20380.42412%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_96%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2072.994839%20380.564711%20L%2072.994839%20380.42412%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_97%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2075.658924%20380.283529%20L%2078.323009%20380.283529%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_98%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2075.658924%20380.42412%20L%2075.658924%20380.283529%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_99%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2078.323009%20380.002346%20L%2079.655052%20380.002346%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_100%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2078.323009%20380.283529%20L%2078.323009%20380.002346%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_101%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2079.655052%20379.721163%20L%2084.983222%20379.721163%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_102%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2079.655052%20380.002346%20L%2079.655052%20379.721163%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_103%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2084.983222%20379.43998%20L%2087.647307%20379.43998%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_104%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2084.983222%20379.721163%20L%2084.983222%20379.43998%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_105%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2087.647307%20379.299389%20L%2088.97935%20379.299389%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_106%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2087.647307%20379.43998%20L%2087.647307%20379.299389%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_107%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2088.97935%20379.018206%20L%2092.975477%20379.018206%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_108%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2088.97935%20379.299389%20L%2088.97935%20379.018206%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_109%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2092.975477%20378.455841%20L%2095.639563%20378.455841%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_110%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2092.975477%20379.018206%20L%2092.975477%20378.455841%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_111%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2095.639563%20378.31525%20L%20100.967733%20378.31525%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_112%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%2095.639563%20378.455841%20L%2095.639563%20378.31525%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_113%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20100.967733%20377.471701%20L%20102.299775%20377.471701%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_114%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20100.967733%20378.31525%20L%20100.967733%20377.471701%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_115%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20102.299775%20377.049927%20L%20103.631818%20377.049927%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_116%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20102.299775%20377.471701%20L%20102.299775%20377.049927%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_117%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20103.631818%20376.909336%20L%20107.627946%20376.909336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_118%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20103.631818%20377.049927%20L%20103.631818%20376.909336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_119%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20107.627946%20376.346971%20L%20108.959988%20376.346971%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_120%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20107.627946%20376.909336%20L%20107.627946%20376.346971%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_121%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20108.959988%20376.065788%20L%20112.956116%20376.065788%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_122%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20108.959988%20376.346971%20L%20108.959988%20376.065788%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_123%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20112.956116%20375.644014%20L%20114.288158%20375.644014%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_124%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20112.956116%20376.065788%20L%20112.956116%20375.644014%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_125%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20114.288158%20374.941057%20L%20115.620201%20374.941057%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_126%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20114.288158%20375.644014%20L%20114.288158%20374.941057%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_127%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20115.620201%20374.800466%20L%20118.284286%20374.800466%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_128%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20115.620201%20374.941057%20L%20115.620201%20374.800466%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_129%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20118.284286%20374.659874%20L%20119.616328%20374.659874%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_130%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20118.284286%20374.800466%20L%20118.284286%20374.659874%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_131%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20119.616328%20374.378691%20L%20120.948371%20374.378691%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_132%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20119.616328%20374.659874%20L%20119.616328%20374.378691%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_133%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20120.948371%20373.956917%20L%20122.280414%20373.956917%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_134%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20120.948371%20374.378691%20L%20120.948371%20373.956917%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_135%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20122.280414%20373.535143%20L%20123.612456%20373.535143%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_136%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20122.280414%20373.956917%20L%20122.280414%20373.535143%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_137%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20123.612456%20372.972778%20L%20124.944499%20372.972778%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_138%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20123.612456%20373.535143%20L%20123.612456%20372.972778%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_139%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20124.944499%20372.410412%20L%20127.608584%20372.410412%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_140%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20124.944499%20372.972778%20L%20124.944499%20372.410412%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_141%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20127.608584%20371.848047%20L%20128.940626%20371.848047%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_142%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20127.608584%20372.410412%20L%20127.608584%20371.848047%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_143%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20128.940626%20371.566864%20L%20130.272669%20371.566864%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_144%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20128.940626%20371.848047%20L%20128.940626%20371.566864%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_145%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20130.272669%20370.301542%20L%20131.604711%20370.301542%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_146%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20130.272669%20371.566864%20L%20130.272669%20370.301542%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_147%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20131.604711%20369.879768%20L%20134.268797%20369.879768%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_148%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20131.604711%20370.301542%20L%20131.604711%20369.879768%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_149%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20134.268797%20369.739177%20L%20135.600839%20369.739177%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_150%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20134.268797%20369.879768%20L%20134.268797%20369.739177%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_151%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20135.600839%20369.598585%20L%20136.932882%20369.598585%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_152%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20135.600839%20369.739177%20L%20135.600839%20369.598585%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_153%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20136.932882%20368.895628%20L%20138.264924%20368.895628%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_154%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20136.932882%20369.598585%20L%20136.932882%20368.895628%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_155%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20138.264924%20367.349123%20L%20139.596967%20367.349123%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_156%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20138.264924%20368.895628%20L%20138.264924%20367.349123%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_157%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20139.596967%20366.083801%20L%20140.929009%20366.083801%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_158%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20139.596967%20367.349123%20L%20139.596967%20366.083801%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_159%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20140.929009%20365.802618%20L%20142.261052%20365.802618%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_160%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20140.929009%20366.083801%20L%20140.929009%20365.802618%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_161%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20142.261052%20365.380844%20L%20143.593094%20365.380844%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_162%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20142.261052%20365.802618%20L%20142.261052%20365.380844%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_163%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20143.593094%20364.95907%20L%20144.925137%20364.95907%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_164%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20143.593094%20365.380844%20L%20143.593094%20364.95907%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_165%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20144.925137%20364.115522%20L%20146.25718%20364.115522%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_166%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20144.925137%20364.95907%20L%20144.925137%20364.115522%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_167%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20146.25718%20362.428426%20L%20147.589222%20362.428426%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_168%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20146.25718%20364.115522%20L%20146.25718%20362.428426%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_169%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20147.589222%20361.584878%20L%20148.921265%20361.584878%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_170%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20147.589222%20362.428426%20L%20147.589222%20361.584878%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_171%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20148.921265%20361.444286%20L%20150.253307%20361.444286%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_172%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20148.921265%20361.584878%20L%20148.921265%20361.444286%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_173%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20150.253307%20360.319555%20L%20151.58535%20360.319555%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_174%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20150.253307%20361.444286%20L%20150.253307%20360.319555%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_175%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20151.58535%20359.616599%20L%20152.917392%20359.616599%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_176%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20151.58535%20360.319555%20L%20151.58535%20359.616599%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_177%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20152.917392%20358.632459%20L%20154.249435%20358.632459%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_178%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20152.917392%20359.616599%20L%20152.917392%20358.632459%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_179%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20154.249435%20357.507728%20L%20155.581477%20357.507728%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_180%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20154.249435%20358.632459%20L%20154.249435%20357.507728%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_181%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20155.581477%20355.68004%20L%20156.91352%20355.68004%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_182%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20155.581477%20357.507728%20L%20155.581477%20355.68004%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_183%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20156.91352%20355.539449%20L%20158.245563%20355.539449%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_184%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20156.91352%20355.68004%20L%20156.91352%20355.539449%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_185%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20158.245563%20354.695901%20L%20159.577605%20354.695901%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_186%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20158.245563%20355.539449%20L%20158.245563%20354.695901%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_187%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20159.577605%20354.274127%20L%20160.909648%20354.274127%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_188%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20159.577605%20354.695901%20L%20159.577605%20354.274127%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_189%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20160.909648%20353.289987%20L%20162.24169%20353.289987%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_190%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20160.909648%20354.274127%20L%20160.909648%20353.289987%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_191%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20162.24169%20352.446439%20L%20163.573733%20352.446439%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_192%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20162.24169%20353.289987%20L%20162.24169%20352.446439%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_193%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20163.573733%20351.602891%20L%20164.905775%20351.602891%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_194%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20163.573733%20352.446439%20L%20163.573733%20351.602891%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_195%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20164.905775%20349.212838%20L%20166.237818%20349.212838%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_196%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20164.905775%20351.602891%20L%20164.905775%20349.212838%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_197%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20166.237818%20348.228698%20L%20167.56986%20348.228698%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_198%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20166.237818%20349.212838%20L%20166.237818%20348.228698%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_199%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20167.56986%20347.525742%20L%20168.901903%20347.525742%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_200%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20167.56986%20348.228698%20L%20167.56986%20347.525742%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_201%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20168.901903%20346.682193%20L%20170.233945%20346.682193%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_202%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20168.901903%20347.525742%20L%20168.901903%20346.682193%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_203%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20170.233945%20345.838645%20L%20171.565988%20345.838645%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_204%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20170.233945%20346.682193%20L%20170.233945%20345.838645%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_205%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20171.565988%20345.27628%20L%20172.898031%20345.27628%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_206%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20171.565988%20345.838645%20L%20171.565988%20345.27628%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_207%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20172.898031%20343.589183%20L%20174.230073%20343.589183%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_208%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20172.898031%20345.27628%20L%20172.898031%20343.589183%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_209%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20174.230073%20342.18327%20L%20175.562116%20342.18327%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_210%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20174.230073%20343.589183%20L%20174.230073%20342.18327%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_211%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20175.562116%20341.19913%20L%20176.894158%20341.19913%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_212%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20175.562116%20342.18327%20L%20175.562116%20341.19913%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_213%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20176.894158%20340.777356%20L%20178.226201%20340.777356%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_214%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20176.894158%20341.19913%20L%20176.894158%20340.777356%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_215%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20178.226201%20339.933808%20L%20179.558243%20339.933808%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_216%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20178.226201%20340.777356%20L%20178.226201%20339.933808%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_217%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20179.558243%20339.230851%20L%20180.890286%20339.230851%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_218%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20179.558243%20339.933808%20L%20179.558243%20339.230851%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_219%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20180.890286%20338.527894%20L%20182.222328%20338.527894%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_220%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20180.890286%20339.230851%20L%20180.890286%20338.527894%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_221%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20182.222328%20336.419024%20L%20183.554371%20336.419024%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_222%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20182.222328%20338.527894%20L%20182.222328%20336.419024%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_223%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20183.554371%20334.169562%20L%20184.886414%20334.169562%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_224%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20183.554371%20336.419024%20L%20183.554371%20334.169562%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_225%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20184.886414%20333.607197%20L%20186.218456%20333.607197%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_226%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20184.886414%20334.169562%20L%20184.886414%20333.607197%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_227%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20186.218456%20331.9201%20L%20187.550499%20331.9201%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_228%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20186.218456%20333.607197%20L%20186.218456%20331.9201%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_229%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20187.550499%20331.357735%20L%20188.882541%20331.357735%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_230%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20187.550499%20331.9201%20L%20187.550499%20331.357735%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_231%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20188.882541%20329.108273%20L%20190.214584%20329.108273%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_232%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20188.882541%20331.357735%20L%20188.882541%20329.108273%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_233%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20190.214584%20327.561768%20L%20191.546626%20327.561768%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_234%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20190.214584%20329.108273%20L%20190.214584%20327.561768%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_235%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20191.546626%20325.171715%20L%20192.878669%20325.171715%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_236%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20191.546626%20327.561768%20L%20191.546626%20325.171715%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_237%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20192.878669%20323.203436%20L%20194.210711%20323.203436%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_238%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20192.878669%20325.171715%20L%20192.878669%20323.203436%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_239%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20194.210711%20321.938114%20L%20195.542754%20321.938114%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_240%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20194.210711%20323.203436%20L%20194.210711%20321.938114%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_241%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20195.542754%20320.813383%20L%20196.874797%20320.813383%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_242%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20195.542754%20321.938114%20L%20195.542754%20320.813383%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_243%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20196.874797%20319.969835%20L%20198.206839%20319.969835%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_244%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20196.874797%20320.813383%20L%20196.874797%20319.969835%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_245%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20198.206839%20318.845104%20L%20199.538882%20318.845104%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_246%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20198.206839%20319.969835%20L%20198.206839%20318.845104%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_247%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20199.538882%20318.001556%20L%20200.870924%20318.001556%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_248%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20199.538882%20318.845104%20L%20199.538882%20318.001556%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_249%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20200.870924%20316.173868%20L%20202.202967%20316.173868%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_250%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20200.870924%20318.001556%20L%20200.870924%20316.173868%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_251%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20202.202967%20314.908546%20L%20203.535009%20314.908546%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_252%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20202.202967%20316.173868%20L%20202.202967%20314.908546%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_253%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20203.535009%20313.502632%20L%20204.867052%20313.502632%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_254%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20203.535009%20314.908546%20L%20203.535009%20313.502632%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_255%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20204.867052%20312.23731%20L%20206.199094%20312.23731%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_256%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20204.867052%20313.502632%20L%20204.867052%20312.23731%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_257%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20206.199094%20309.987848%20L%20207.531137%20309.987848%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_258%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20206.199094%20312.23731%20L%20206.199094%20309.987848%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_259%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20207.531137%20308.441343%20L%20208.86318%20308.441343%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_260%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20207.531137%20309.987848%20L%20207.531137%20308.441343%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_261%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20208.86318%20307.878978%20L%20210.195222%20307.878978%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_262%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20208.86318%20308.441343%20L%20208.86318%20307.878978%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_263%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20210.195222%20305.770107%20L%20211.527265%20305.770107%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_264%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20210.195222%20307.878978%20L%20210.195222%20305.770107%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_265%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20211.527265%20304.645376%20L%20212.859307%20304.645376%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_266%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20211.527265%20305.770107%20L%20211.527265%20304.645376%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_267%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20212.859307%20303.94242%20L%20214.19135%20303.94242%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_268%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20212.859307%20304.645376%20L%20212.859307%20303.94242%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_269%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20214.19135%20302.677097%20L%20215.523392%20302.677097%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_270%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20214.19135%20303.94242%20L%20214.19135%20302.677097%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_271%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20215.523392%20301.411775%20L%20216.855435%20301.411775%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_272%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20215.523392%20302.677097%20L%20215.523392%20301.411775%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_273%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20216.855435%20299.162313%20L%20218.187477%20299.162313%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_274%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20216.855435%20301.411775%20L%20216.855435%20299.162313%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_275%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20218.187477%20296.912851%20L%20219.51952%20296.912851%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_276%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20218.187477%20299.162313%20L%20218.187477%20296.912851%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_277%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20219.51952%20296.491077%20L%20220.851563%20296.491077%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_278%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20219.51952%20296.912851%20L%20219.51952%20296.491077%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_279%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20220.851563%20294.803981%20L%20222.183605%20294.803981%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_280%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20220.851563%20296.491077%20L%20220.851563%20294.803981%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_281%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20222.183605%20293.960433%20L%20223.515648%20293.960433%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_282%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20222.183605%20294.803981%20L%20222.183605%20293.960433%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_283%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20223.515648%20292.976293%20L%20224.84769%20292.976293%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_284%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20223.515648%20293.960433%20L%20223.515648%20292.976293%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_285%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20224.84769%20290.58624%20L%20226.179733%20290.58624%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_286%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20224.84769%20292.976293%20L%20224.84769%20290.58624%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_287%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20226.179733%20290.305058%20L%20227.511775%20290.305058%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_288%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20226.179733%20290.58624%20L%20226.179733%20290.305058%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_289%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20227.511775%20288.899144%20L%20228.843818%20288.899144%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_290%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20227.511775%20290.305058%20L%20227.511775%20288.899144%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_291%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20228.843818%20286.930865%20L%20230.17586%20286.930865%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_292%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20228.843818%20288.899144%20L%20228.843818%20286.930865%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_293%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20230.17586%20286.227908%20L%20231.507903%20286.227908%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_294%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20230.17586%20286.930865%20L%20230.17586%20286.227908%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_295%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20231.507903%20285.243769%20L%20232.839945%20285.243769%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_296%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20231.507903%20286.227908%20L%20231.507903%20285.243769%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_297%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20232.839945%20283.697264%20L%20234.171988%20283.697264%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_298%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20232.839945%20285.243769%20L%20232.839945%20283.697264%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_299%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20234.171988%20282.994307%20L%20235.504031%20282.994307%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_300%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20234.171988%20283.697264%20L%20234.171988%20282.994307%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_301%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20235.504031%20282.431941%20L%20236.836073%20282.431941%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_302%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20235.504031%20282.994307%20L%20235.504031%20282.431941%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_303%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20236.836073%20280.18248%20L%20238.168116%20280.18248%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_304%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20236.836073%20282.431941%20L%20236.836073%20280.18248%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_305%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20238.168116%20278.635975%20L%20239.500158%20278.635975%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_306%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20238.168116%20280.18248%20L%20238.168116%20278.635975%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_307%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20239.500158%20276.808287%20L%20240.832201%20276.808287%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_308%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20239.500158%20278.635975%20L%20239.500158%20276.808287%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_309%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20240.832201%20275.683556%20L%20242.164243%20275.683556%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_310%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20240.832201%20276.808287%20L%20240.832201%20275.683556%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_311%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20242.164243%20275.402373%20L%20244.828328%20275.402373%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_312%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20242.164243%20275.683556%20L%20242.164243%20275.402373%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_313%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20244.828328%20274.137051%20L%20246.160371%20274.137051%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_314%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20244.828328%20275.402373%20L%20244.828328%20274.137051%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_315%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20246.160371%20273.715277%20L%20247.492414%20273.715277%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_316%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20246.160371%20274.137051%20L%20246.160371%20273.715277%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_317%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20247.492414%20273.434094%20L%20248.824456%20273.434094%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_318%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20247.492414%20273.715277%20L%20247.492414%20273.434094%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_319%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20248.824456%20272.309363%20L%20250.156499%20272.309363%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_320%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20248.824456%20273.434094%20L%20248.824456%20272.309363%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_321%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20250.156499%20271.044041%20L%20251.488541%20271.044041%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_322%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20250.156499%20272.309363%20L%20250.156499%20271.044041%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_323%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20251.488541%20270.341084%20L%20252.820584%20270.341084%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_324%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20251.488541%20271.044041%20L%20251.488541%20270.341084%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_325%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20252.820584%20269.91931%20L%20254.152626%20269.91931%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_326%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20252.820584%20270.341084%20L%20252.820584%20269.91931%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_327%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20254.152626%20269.075762%20L%20255.484669%20269.075762%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_328%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20254.152626%20269.91931%20L%20254.152626%20269.075762%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_329%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20255.484669%20268.372805%20L%20256.816711%20268.372805%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_330%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20255.484669%20269.075762%20L%20255.484669%20268.372805%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_331%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20256.816711%20266.685709%20L%20258.148754%20266.685709%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_332%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20256.816711%20268.372805%20L%20256.816711%20266.685709%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_333%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20258.148754%20266.263935%20L%20259.480797%20266.263935%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_334%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20258.148754%20266.685709%20L%20258.148754%20266.263935%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_335%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20259.480797%20265.560978%20L%20260.812839%20265.560978%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_336%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20259.480797%20266.263935%20L%20259.480797%20265.560978%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_337%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20260.812839%20265.420387%20L%20262.144882%20265.420387%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_338%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20260.812839%20265.560978%20L%20260.812839%20265.420387%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_339%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20262.144882%20264.155064%20L%20263.476924%20264.155064%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_340%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20262.144882%20265.420387%20L%20262.144882%20264.155064%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_341%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20263.476924%20262.608559%20L%20264.808967%20262.608559%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_342%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20263.476924%20264.155064%20L%20263.476924%20262.608559%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_343%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20264.808967%20262.046194%20L%20266.141009%20262.046194%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_344%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20264.808967%20262.608559%20L%20264.808967%20262.046194%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_345%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20266.141009%20261.343237%20L%20267.473052%20261.343237%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_346%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20266.141009%20262.046194%20L%20266.141009%20261.343237%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_347%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20267.473052%20260.077915%20L%20268.805094%20260.077915%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_348%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20267.473052%20261.343237%20L%20267.473052%20260.077915%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_349%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20268.805094%20259.374958%20L%20270.137137%20259.374958%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_350%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20268.805094%20260.077915%20L%20268.805094%20259.374958%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_351%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20270.137137%20258.390819%20L%20272.801222%20258.390819%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_352%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20270.137137%20259.374958%20L%20270.137137%20258.390819%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_353%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20272.801222%20257.54727%20L%20274.133265%20257.54727%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_354%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20272.801222%20258.390819%20L%20272.801222%20257.54727%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_355%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20274.133265%20257.266088%20L%20275.465307%20257.266088%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_356%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20274.133265%20257.54727%20L%20274.133265%20257.266088%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_357%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20275.465307%20256.281948%20L%20276.79735%20256.281948%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_358%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20275.465307%20257.266088%20L%20275.465307%20256.281948%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_359%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20276.79735%20255.016626%20L%20278.129392%20255.016626%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_360%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20276.79735%20256.281948%20L%20276.79735%20255.016626%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_361%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20278.129392%20254.45426%20L%20280.793477%20254.45426%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_362%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20278.129392%20255.016626%20L%20278.129392%20254.45426%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_363%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20280.793477%20253.891895%20L%20282.12552%20253.891895%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_364%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20280.793477%20254.45426%20L%20280.793477%20253.891895%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_365%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20282.12552%20253.610712%20L%20283.457562%20253.610712%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_366%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20282.12552%20253.891895%20L%20282.12552%20253.610712%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_367%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20283.457562%20253.32953%20L%20284.789605%20253.32953%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_368%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20283.457562%20253.610712%20L%20283.457562%20253.32953%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_369%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20284.789605%20253.048347%20L%20286.121648%20253.048347%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_370%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20284.789605%20253.32953%20L%20284.789605%20253.048347%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_371%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20286.121648%20252.626573%20L%20287.45369%20252.626573%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_372%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20286.121648%20253.048347%20L%20286.121648%20252.626573%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_373%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20287.45369%20252.34539%20L%20288.785733%20252.34539%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_374%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20287.45369%20252.626573%20L%20287.45369%20252.34539%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_375%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20288.785733%20252.204799%20L%20290.117775%20252.204799%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_376%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20288.785733%20252.34539%20L%20288.785733%20252.204799%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_377%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20290.117775%20251.36125%20L%20292.78186%20251.36125%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_378%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20290.117775%20252.204799%20L%20290.117775%20251.36125%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_379%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20292.78186%20250.798885%20L%20294.113903%20250.798885%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_380%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20292.78186%20251.36125%20L%20292.78186%20250.798885%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_381%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20294.113903%20250.517702%20L%20295.445945%20250.517702%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_382%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20294.113903%20250.798885%20L%20294.113903%20250.517702%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_383%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20295.445945%20250.095928%20L%20296.777988%20250.095928%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_384%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20295.445945%20250.517702%20L%20295.445945%20250.095928%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_385%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20296.777988%20249.533563%20L%20298.110031%20249.533563%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_386%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20296.777988%20250.095928%20L%20296.777988%20249.533563%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_387%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20298.110031%20249.25238%20L%20299.442073%20249.25238%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_388%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20298.110031%20249.533563%20L%20298.110031%20249.25238%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_389%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20299.442073%20249.111789%20L%20300.774116%20249.111789%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_390%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20299.442073%20249.25238%20L%20299.442073%20249.111789%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_391%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20300.774116%20248.830606%20L%20302.106158%20248.830606%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_392%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20300.774116%20249.111789%20L%20300.774116%20248.830606%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_393%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20302.106158%20248.549423%20L%20303.438201%20248.549423%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_394%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20302.106158%20248.830606%20L%20302.106158%20248.549423%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_395%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20303.438201%20247.987058%20L%20304.770243%20247.987058%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_396%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20303.438201%20248.549423%20L%20303.438201%20247.987058%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_397%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20304.770243%20247.565284%20L%20306.102286%20247.565284%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_398%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20304.770243%20247.987058%20L%20304.770243%20247.565284%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_399%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20306.102286%20247.424692%20L%20307.434328%20247.424692%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_400%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20306.102286%20247.565284%20L%20306.102286%20247.424692%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_401%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20307.434328%20246.862327%20L%20310.098414%20246.862327%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_402%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20307.434328%20247.424692%20L%20307.434328%20246.862327%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_403%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20310.098414%20246.721736%20L%20311.430456%20246.721736%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_404%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20310.098414%20246.862327%20L%20310.098414%20246.721736%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_405%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20311.430456%20246.018779%20L%20316.758626%20246.018779%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_406%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20311.430456%20246.721736%20L%20311.430456%20246.018779%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_407%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20316.758626%20245.737596%20L%20318.090669%20245.737596%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_408%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20316.758626%20246.018779%20L%20316.758626%20245.737596%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_409%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20318.090669%20245.175231%20L%20319.422711%20245.175231%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_410%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20318.090669%20245.737596%20L%20318.090669%20245.175231%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_411%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20319.422711%20245.034639%20L%20323.418839%20245.034639%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_412%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20319.422711%20245.175231%20L%20319.422711%20245.034639%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_413%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20323.418839%20244.894048%20L%20326.082924%20244.894048%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_414%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20323.418839%20245.034639%20L%20323.418839%20244.894048%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_415%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20326.082924%20244.612865%20L%20327.414967%20244.612865%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_416%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20326.082924%20244.894048%20L%20326.082924%20244.612865%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_417%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20327.414967%20243.909908%20L%20328.747009%20243.909908%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_418%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20327.414967%20244.612865%20L%20327.414967%20243.909908%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_419%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20328.747009%20243.769317%20L%20331.411094%20243.769317%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_420%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20328.747009%20243.909908%20L%20328.747009%20243.769317%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_421%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20331.411094%20243.628726%20L%20334.075179%20243.628726%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_422%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20331.411094%20243.769317%20L%20331.411094%20243.628726%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_423%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20334.075179%20243.488134%20L%20338.071307%20243.488134%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_424%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20334.075179%20243.628726%20L%20334.075179%20243.488134%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_425%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20338.071307%20243.347543%20L%20340.735392%20243.347543%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_426%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20338.071307%20243.488134%20L%20338.071307%20243.347543%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_427%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20340.735392%20243.206952%20L%20343.399477%20243.206952%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_428%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20340.735392%20243.347543%20L%20340.735392%20243.206952%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_429%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20343.399477%20243.06636%20L%20351.391733%20243.06636%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_430%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20343.399477%20243.206952%20L%20343.399477%20243.06636%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_431%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20351.391733%20242.785177%20L%20352.723775%20242.785177%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_432%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20351.391733%20243.06636%20L%20351.391733%20242.785177%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_433%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20352.723775%20242.644586%20L%20359.383988%20242.644586%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_434%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20352.723775%20242.785177%20L%20352.723775%20242.644586%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_435%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20359.383988%20242.503995%20L%20360.716031%20242.503995%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_436%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20359.383988%20242.644586%20L%20359.383988%20242.503995%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_437%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20360.716031%20242.363403%20L%20362.048073%20242.363403%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_438%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20360.716031%20242.503995%20L%20360.716031%20242.363403%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_439%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20362.048073%20242.222812%20L%20366.044201%20242.222812%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_440%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20362.048073%20242.363403%20L%20362.048073%20242.222812%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_441%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20366.044201%20242.082221%20L%20370.040328%20242.082221%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_442%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20366.044201%20242.222812%20L%20366.044201%20242.082221%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_443%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20370.040328%20241.941629%20L%20371.372371%20241.941629%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_444%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20370.040328%20242.082221%20L%20370.040328%20241.941629%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_445%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20371.372371%20241.801038%20L%20375.368499%20241.801038%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_446%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20371.372371%20241.941629%20L%20371.372371%20241.801038%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_447%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20375.368499%20241.660447%20L%20380.696669%20241.660447%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_448%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20375.368499%20241.801038%20L%20375.368499%20241.660447%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_449%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20380.696669%20241.519855%20L%20390.020967%20241.519855%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_450%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20380.696669%20241.660447%20L%20380.696669%20241.519855%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_451%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20390.020967%20241.379264%20L%20391.353009%20241.379264%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_452%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pe114e56596%29%22%20d%3D%22M%20390.020967%20241.519855%20L%20390.020967%20241.379264%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_34%22%3E%20%3Cpath%20d%3D%22M%2036.71%20381.970625%20L%2036.71%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_35%22%3E%20%3Cpath%20d%3D%22M%20404.993125%20381.970625%20L%20404.993125%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_36%22%3E%20%3Cpath%20d%3D%22M%2036.71%20381.970625%20L%20404.993125%20381.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_37%22%3E%20%3Cpath%20d%3D%22M%2036.71%20235.755609%20L%20404.993125%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22p1ee69e62f5%22%3E%20%3Crect%20height%3D%2210.600297%22%20width%3D%22368.283125%22%20x%3D%2236.71%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3CclipPath%20id%3D%22p3c658907d7%22%3E%20%3Crect%20height%3D%22175.275312%22%20width%3D%22368.283125%22%20x%3D%2236.71%22%20y%3D%2242.020297%22%2F%3E%20%3C%2FclipPath%3E%20%3CclipPath%20id%3D%22pe114e56596%22%3E%20%3Crect%20height%3D%22146.215016%22%20width%3D%22368.283125%22%20x%3D%2236.71%22%20y%3D%22235.755609%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E|data:image/svg+xml;utf8,%3Csvg%20height%3D%22180pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20288%20180%22%20width%3D%22288pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20180%20L%20288%20180%20L%20288%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.71%20129.970625%20L%20260.993125%20129.970625%20L%20260.993125%2012.96%20L%2036.71%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2085.465574%20129.970625%20L%2085.465574%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20%24%5Cmathdefault%7B4%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2882.665574%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.421875%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20139.54385%20129.970625%20L%20139.54385%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%20%24%5Cmathdefault%7B5%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28136.74385%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.390625%29%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20193.622126%20129.970625%20L%20193.622126%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%20%24%5Cmathdefault%7B6%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28190.822126%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20247.700402%20129.970625%20L%20247.700402%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%20%24%5Cmathdefault%7B7%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28244.900402%20144.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.34375%29%22%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28134.484531%20157.989531%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20%24%5Ctimes%5Cmathdefault%7B10%5E%7B%E2%88%922%7D%7D%5Cmathdefault%7B%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2070.125%2053.71875%20L%2047.796875%2031.296875%20L%2070.125%208.984375%20L%2064.3125%203.078125%20L%2041.890625%2025.484375%20L%2019.484375%203.078125%20L%2013.71875%208.984375%20L%2035.984375%2031.296875%20L%2013.71875%2053.71875%20L%2019.484375%2059.625%20L%2041.890625%2037.203125%20L%2064.3125%2059.625%20z%20%22%20id%3D%22DejaVuSans-d7%22%2F%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3Cpath%20d%3D%22M%2052.828125%2031.203125%20L%205.5625%2031.203125%20L%205.5625%2039.40625%20L%2052.828125%2039.40625%20z%20%22%20id%3D%22ArialMT-2212%22%2F%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20style%3D%22fill%3A%23d3d3d3%3B%22%20transform%3D%22translate%28232.793125%20159.428438%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.99375%29%22%20xlink%3Ahref%3D%22%23DejaVuSans-d7%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.789062%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.404297%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28196.761875%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-2212%22%2F%3E%20%3Cuse%20transform%3D%22translate%28237.640781%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2036.71%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%200%20--%3E%20%3Cg%20transform%3D%22translate%2824.149063%20133.549531%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2036.71%2087.989201%20L%20260.993125%2087.989201%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%2050%20--%3E%20%3Cg%20transform%3D%22translate%2818.588125%2091.568107%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2036.71%2046.007777%20L%20260.993125%2046.007777%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20100%20--%3E%20%3Cg%20transform%3D%22translate%2813.027188%2049.586683%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28273.000781%20108.448516%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2045.016782%20129.970625%20L%2055.40026%20129.970625%20L%2055.40026%20124.093226%20L%2045.016782%20124.093226%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2055.40026%20129.970625%20L%2065.783738%20129.970625%20L%2065.783738%20122.413969%20L%2055.40026%20122.413969%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2065.783738%20129.970625%20L%2076.167216%20129.970625%20L%2076.167216%20121.57434%20L%2065.783738%20121.57434%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2076.167216%20129.970625%20L%2086.550694%20129.970625%20L%2086.550694%20108.979913%20L%2076.167216%20108.979913%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2086.550694%20129.970625%20L%2096.934172%20129.970625%20L%2096.934172%2099.744%20L%2086.550694%2099.744%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%2096.934172%20129.970625%20L%20107.31765%20129.970625%20L%20107.31765%2070.357003%20L%2096.934172%2070.357003%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20107.31765%20129.970625%20L%20117.701128%20129.970625%20L%20117.701128%2056.083319%20L%20107.31765%2056.083319%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20117.701128%20129.970625%20L%20128.084606%20129.970625%20L%20128.084606%2041.809635%20L%20117.701128%2041.809635%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20128.084606%20129.970625%20L%20138.468084%20129.970625%20L%20138.468084%2017.460409%20L%20128.084606%2017.460409%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20138.468084%20129.970625%20L%20148.851562%20129.970625%20L%20148.851562%2026.696322%20L%20138.468084%2026.696322%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20148.851563%20129.970625%20L%20159.235041%20129.970625%20L%20159.235041%2038.451121%20L%20148.851563%2038.451121%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20159.235041%20129.970625%20L%20169.618519%20129.970625%20L%20169.618519%2057.762576%20L%20159.235041%2057.762576%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20169.618519%20129.970625%20L%20180.001997%20129.970625%20L%20180.001997%2066.158861%20L%20169.618519%2066.158861%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20180.001997%20129.970625%20L%20190.385475%20129.970625%20L%20190.385475%2093.026972%20L%20180.001997%2093.026972%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20190.385475%20129.970625%20L%20200.768953%20129.970625%20L%20200.768953%20102.262885%20L%20190.385475%20102.262885%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20200.768953%20129.970625%20L%20211.152431%20129.970625%20L%20211.152431%20114.857312%20L%20200.768953%20114.857312%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20211.152431%20129.970625%20L%20221.535909%20129.970625%20L%20221.535909%20119.895083%20L%20211.152431%20119.895083%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20221.535909%20129.970625%20L%20231.919387%20129.970625%20L%20231.919387%20125.772483%20L%20221.535909%20125.772483%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20231.919387%20129.970625%20L%20242.302865%20129.970625%20L%20242.302865%20124.932854%20L%20231.919387%20124.932854%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pcb3944f935%29%22%20d%3D%22M%20242.302865%20129.970625%20L%20252.686343%20129.970625%20L%20252.686343%20127.45174%20L%20242.302865%20127.45174%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20d%3D%22M%2036.71%20129.970625%20L%2036.71%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20d%3D%22M%20260.993125%20129.970625%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20d%3D%22M%2036.71%20129.970625%20L%20260.993125%20129.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20d%3D%22M%2036.71%2012.96%20L%20260.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22pcb3944f935%22%3E%20%3Crect%20height%3D%22117.010625%22%20width%3D%22224.283125%22%20x%3D%2236.71%22%20y%3D%2212.96%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E\"></div>\n", | |
"\t<div class=\"Stat\">\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Properties</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Sample Size\">\n", | |
"\t\t\t\t\t$ n = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t1000\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Bessel's Correction\">\n", | |
"\t\t\t\t\t$ f_{BC} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t1.001\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Assortativity\">\n", | |
"\t\t\t\t\t$ r = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0341028\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Centralization\">\n", | |
"\t\t\t\t\t$ C = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.021778\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Location</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Minimum\">\n", | |
"\t\t\t\t\t$ x_{(1)} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0325203\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Maximum\">\n", | |
"\t\t\t\t\t$ x_{(n)} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.070922\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Smallest Mild Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{O_{min}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0325203\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Smallest Non Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{N_{min}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0341463\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"1st Quartile\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{0.25} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0460052\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"2nd Quartile / Median\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{Med} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0500726\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"3rd Quartile\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{0.75} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.054078\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Biggest Non Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{N_{max}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0655391\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Biggest Mild Outlier\">\n", | |
"\t\t\t\t\t$ \\widetilde{x}_{O_{max}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.070922\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Arithmetic Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0502381\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Interquartile Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{IQ} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0501128\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Sample Mid-Range\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{R} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0517212\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Harmonic Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{H^{-1}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0494244\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Quadratic Mean / Root Mean Square\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{H^{2}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0506355\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Cubic Mean\">\n", | |
"\t\t\t\t\t$ \\overline{x}_{H^{3}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0510279\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Dispersion</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Sample Variance\">\n", | |
"\t\t\t\t\t$ s^{2}_{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t4.0133e-05\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Standard Deviation\">\n", | |
"\t\t\t\t\t$ s_{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.00633506\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Coefficient Of Variation\">\n", | |
"\t\t\t\t\t$ v_{x} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.126101\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Sample Range\">\n", | |
"\t\t\t\t\t$ R = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0384017\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Interquartile Range\">\n", | |
"\t\t\t\t\t$ R_{IQ} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0080728\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Shape</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Skewness (Yule-Pearson)\">\n", | |
"\t\t\t\t\t$ S_{YP} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.0783701\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Skewness (3rd Momentum)\">\n", | |
"\t\t\t\t\t$ S_{M} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.127057\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Kurtotis (Excess)\">\n", | |
"\t\t\t\t\t$ \\gamma = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.1818\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Rank</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Variance (Rank)\">\n", | |
"\t\t\t\t\t$ s^{2}_{rk_{x}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t83415.6\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Standard Deviation (Rank)\">\n", | |
"\t\t\t\t\t$ s_{rk_{x}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t288.818\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Unbiased Coefficient Of Variation (Rank)\">\n", | |
"\t\t\t\t\t$ v_{rk_{x}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.577058\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t\t<div class=\"Group\">\n", | |
"\t\t\t<div class=\"Title\">Binning</div>\n", | |
"\t\t\t<div class=\"List\">\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Number Of Bins (PDF)\">\n", | |
"\t\t\t\t\t$ k_{PDF} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t20\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Number Of Bins (CDF)\">\n", | |
"\t\t\t\t\t$ k_{CDF} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t186\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t\t<div class=\"Entry\" data-tooltip=\"Mode (Binning)\">\n", | |
"\t\t\t\t\t$ x_{D_{PDF}} = $\n", | |
"\t\t\t\t\t<span class=\"MathValue\">\n", | |
"\t\t\t\t\t\t0.048841\n", | |
"\t\t\t\t\t</span>\n", | |
"\t\t\t\t</div>\n", | |
"\t\t\t</div>\n", | |
"\t\t</div>\n", | |
"\t</div>\n", | |
"\t\n", | |
"</div>\n", | |
"<div id=\"NetworKit_Page_0_Centrality.PageRank\" class=\"SubCategory Measure\" data-title=\"PageRank\">\n", | |
"\t<div class=\"Details\">\n", | |
"\t\t<div class=\"Value\" data-title=\"Description\">PageRank assigns relative importance to nodes according to their connections, incorporating the idea that edges to high-scoring nodes contribute more.</div>\n", | |
"\t\t<div class=\"Value\" data-title=\"Algorithm\">PageRank</div>\n", | |
"\t\t<div class=\"Spacer\"></div>\n", | |
"\t</div>\n", | |
"\t<div class=\"Plot\" title=\"Centrality.PageRank\" data-image=\"data:image/svg+xml;utf8,%3Csvg%20height%3D%22432pt%22%20version%3D%221.1%22%20viewBox%3D%220%200%20432%20432%22%20width%3D%22432pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3Cdefs%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%2A%7Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3B%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22figure_1%22%3E%20%3Cg%20id%3D%22patch_1%22%3E%20%3Cpath%20d%3D%22M%200%20432%20L%20432%20432%20L%20432%200%20L%200%200%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_1%22%3E%20%3Cg%20id%3D%22patch_2%22%3E%20%3Cpath%20d%3D%22M%2036.71%2023.560297%20L%20404.993125%2023.560297%20L%20404.993125%2012.96%20L%2036.71%2012.96%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_1%22%3E%20%3Cg%20id%3D%22xtick_1%22%3E%20%3Cg%20id%3D%22line2d_1%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%2074.77028%2023.560297%20L%2074.77028%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_2%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_2%22%3E%20%3Cg%20id%3D%22line2d_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20117.631152%2023.560297%20L%20117.631152%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_4%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_3%22%3E%20%3Cg%20id%3D%22line2d_5%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20160.492024%2023.560297%20L%20160.492024%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_6%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_4%22%3E%20%3Cg%20id%3D%22line2d_7%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20203.352897%2023.560297%20L%20203.352897%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_8%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_5%22%3E%20%3Cg%20id%3D%22line2d_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20246.213769%2023.560297%20L%20246.213769%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_10%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_6%22%3E%20%3Cg%20id%3D%22line2d_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20289.074641%2023.560297%20L%20289.074641%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_12%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_7%22%3E%20%3Cg%20id%3D%22line2d_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20331.935514%2023.560297%20L%20331.935514%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_14%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_8%22%3E%20%3Cg%20id%3D%22line2d_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20374.796386%2023.560297%20L%20374.796386%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_16%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_2%22%3E%20%3Cg%20id%3D%22text_1%22%3E%20%3C%21--%20Box%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.328125%200%20L%207.328125%2071.578125%20L%2034.1875%2071.578125%20Q%2042.390625%2071.578125%2047.34375%2069.40625%20Q%2052.296875%2067.234375%2055.09375%2062.71875%20Q%2057.90625%2058.203125%2057.90625%2053.265625%20Q%2057.90625%2048.6875%2055.421875%2044.625%20Q%2052.9375%2040.578125%2047.90625%2038.09375%20Q%2054.390625%2036.1875%2057.875%2031.59375%20Q%2061.375%2027%2061.375%2020.75%20Q%2061.375%2015.71875%2059.25%2011.390625%20Q%2057.125%207.078125%2054%204.734375%20Q%2050.875%202.390625%2046.15625%201.1875%20Q%2041.453125%200%2034.625%200%20z%20M%2016.796875%2041.5%20L%2032.28125%2041.5%20Q%2038.578125%2041.5%2041.3125%2042.328125%20Q%2044.921875%2043.40625%2046.75%2045.890625%20Q%2048.578125%2048.390625%2048.578125%2052.15625%20Q%2048.578125%2055.71875%2046.875%2058.421875%20Q%2045.171875%2061.140625%2041.984375%2062.140625%20Q%2038.8125%2063.140625%2031.109375%2063.140625%20L%2016.796875%2063.140625%20z%20M%2016.796875%208.453125%20L%2034.625%208.453125%20Q%2039.203125%208.453125%2041.0625%208.796875%20Q%2044.34375%209.375%2046.53125%2010.734375%20Q%2048.734375%2012.109375%2050.140625%2014.71875%20Q%2051.5625%2017.328125%2051.5625%2020.75%20Q%2051.5625%2024.75%2049.515625%2027.703125%20Q%2047.46875%2030.671875%2043.828125%2031.859375%20Q%2040.1875%2033.0625%2033.34375%2033.0625%20L%2016.796875%2033.0625%20z%20%22%20id%3D%22ArialMT-42%22%2F%3E%20%3Cpath%20d%3D%22M%203.328125%2025.921875%20Q%203.328125%2040.328125%2011.328125%2047.265625%20Q%2018.015625%2053.03125%2027.640625%2053.03125%20Q%2038.328125%2053.03125%2045.109375%2046.015625%20Q%2051.90625%2039.015625%2051.90625%2026.65625%20Q%2051.90625%2016.65625%2048.90625%2010.90625%20Q%2045.90625%205.171875%2040.15625%202%20Q%2034.421875%20-1.171875%2027.640625%20-1.171875%20Q%2016.75%20-1.171875%2010.03125%205.8125%20Q%203.328125%2012.796875%203.328125%2025.921875%20z%20M%2012.359375%2025.921875%20Q%2012.359375%2015.96875%2016.703125%2011.015625%20Q%2021.046875%206.0625%2027.640625%206.0625%20Q%2034.1875%206.0625%2038.53125%2011.03125%20Q%2042.875%2016.015625%2042.875%2026.21875%20Q%2042.875%2035.84375%2038.5%2040.796875%20Q%2034.125%2045.75%2027.640625%2045.75%20Q%2021.046875%2045.75%2016.703125%2040.8125%20Q%2012.359375%2035.890625%2012.359375%2025.921875%20z%20%22%20id%3D%22ArialMT-6f%22%2F%3E%20%3Cpath%20d%3D%22M%200.734375%200%20L%2019.671875%2026.953125%20L%202.15625%2051.859375%20L%2013.140625%2051.859375%20L%2021.09375%2039.703125%20Q%2023.34375%2036.234375%2024.703125%2033.890625%20Q%2026.859375%2037.109375%2028.65625%2039.59375%20L%2037.40625%2051.859375%20L%2047.90625%2051.859375%20L%2029.984375%2027.4375%20L%2049.265625%200%20L%2038.484375%200%20L%2027.828125%2016.109375%20L%2025%2020.453125%20L%2011.375%200%20z%20%22%20id%3D%22ArialMT-78%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28416.866719%2027.737336%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-42%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22122.314453%22%20xlink%3Ahref%3D%22%23ArialMT-78%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22PathCollection_1%22%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%200%202.95804%20C%200.784481%202.95804%201.536938%202.646362%202.09165%202.09165%20C%202.646362%201.536938%202.95804%200.784481%202.95804%200%20C%202.95804%20-0.784481%202.646362%20-1.536938%202.09165%20-2.09165%20C%201.536938%20-2.646362%200.784481%20-2.95804%200%20-2.95804%20C%20-0.784481%20-2.95804%20-1.536938%20-2.646362%20-2.09165%20-2.09165%20C%20-2.646362%20-1.536938%20-2.95804%20-0.784481%20-2.95804%200%20C%20-2.95804%200.784481%20-2.646362%201.536938%20-2.09165%202.09165%20C%20-1.536938%202.646362%20-0.784481%202.95804%200%202.95804%20z%20%22%20id%3D%22m88855d6196%22%20style%3D%22stroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url%28%23p7bbb46272c%29%22%3E%20%3Cuse%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.6%3Bstroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%20x%3D%2250.350116%22%20xlink%3Ahref%3D%22%23m88855d6196%22%20y%3D%2218.260148%22%2F%3E%20%3Cuse%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.6%3Bstroke%3A%2301796f%3Bstroke-opacity%3A0.6%3Bstroke-width%3A0.3%3B%22%20x%3D%22391.353009%22%20xlink%3Ahref%3D%22%23m88855d6196%22%20y%3D%2218.260148%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22PathCollection_2%22%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%20-3.535534%203.535534%20L%203.535534%20-3.535534%20M%20-3.535534%20-3.535534%20L%203.535534%203.535534%20%22%20id%3D%22m4268be768c%22%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url%28%23p7bbb46272c%29%22%3E%20%3Cuse%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%20x%3D%2250.350116%22%20xlink%3Ahref%3D%22%23m4268be768c%22%20y%3D%2218.260148%22%2F%3E%20%3Cuse%20style%3D%22stroke%3A%23000000%3Bstroke-width%3A1.75%3B%22%20x%3D%22391.353009%22%20xlink%3Ahref%3D%22%23m4268be768c%22%20y%3D%2218.260148%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_3%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20172.663051%2021.440238%20L%20232.216642%2021.440238%20L%20232.216642%2015.080059%20L%20172.663051%2015.080059%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20202.121172%2021.440238%20L%20202.121172%2015.080059%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%2087.141297%2021.440238%20L%2087.141297%2015.080059%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%2087.141297%2018.260148%20L%20172.663051%2018.260148%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20319.058386%2021.440238%20L%20319.058386%2015.080059%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20319.058386%2018.260148%20L%20232.216642%2018.260148%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23p7bbb46272c%29%22%20d%3D%22M%20202.121172%2021.440238%20L%20202.121172%2015.080059%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_4%22%3E%20%3Cpath%20d%3D%22M%2036.71%2023.560297%20L%2036.71%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_5%22%3E%20%3Cpath%20d%3D%22M%20404.993125%2023.560297%20L%20404.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_6%22%3E%20%3Cpath%20d%3D%22M%2036.71%2023.560297%20L%20404.993125%2023.560297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_7%22%3E%20%3Cpath%20d%3D%22M%2036.71%2012.96%20L%20404.993125%2012.96%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_2%22%3E%20%3Cg%20id%3D%22patch_8%22%3E%20%3Cpath%20d%3D%22M%2036.71%20217.295609%20L%20404.993125%20217.295609%20L%20404.993125%2042.020297%20L%2036.71%2042.020297%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_3%22%3E%20%3Cg%20id%3D%22xtick_9%22%3E%20%3Cg%20id%3D%22line2d_23%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2074.77028%20217.295609%20L%2074.77028%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_24%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_10%22%3E%20%3Cg%20id%3D%22line2d_25%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20117.631152%20217.295609%20L%20117.631152%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_26%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_11%22%3E%20%3Cg%20id%3D%22line2d_27%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20160.492024%20217.295609%20L%20160.492024%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_28%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_12%22%3E%20%3Cg%20id%3D%22line2d_29%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20203.352897%20217.295609%20L%20203.352897%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_30%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_13%22%3E%20%3Cg%20id%3D%22line2d_31%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20246.213769%20217.295609%20L%20246.213769%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_32%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_14%22%3E%20%3Cg%20id%3D%22line2d_33%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20289.074641%20217.295609%20L%20289.074641%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_34%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_15%22%3E%20%3Cg%20id%3D%22line2d_35%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20331.935514%20217.295609%20L%20331.935514%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_36%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_16%22%3E%20%3Cg%20id%3D%22line2d_37%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20374.796386%20217.295609%20L%20374.796386%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_4%22%3E%20%3Cg%20id%3D%22ytick_1%22%3E%20%3Cg%20id%3D%22line2d_39%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2036.71%20217.295609%20L%20404.993125%20217.295609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_40%22%2F%3E%20%3Cg%20id%3D%22text_2%22%3E%20%3C%21--%200%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.15625%2035.296875%20Q%204.15625%2048%206.765625%2055.734375%20Q%209.375%2063.484375%2014.515625%2067.671875%20Q%2019.671875%2071.875%2027.484375%2071.875%20Q%2033.25%2071.875%2037.59375%2069.546875%20Q%2041.9375%2067.234375%2044.765625%2062.859375%20Q%2047.609375%2058.5%2049.21875%2052.21875%20Q%2050.828125%2045.953125%2050.828125%2035.296875%20Q%2050.828125%2022.703125%2048.234375%2014.96875%20Q%2045.65625%207.234375%2040.5%203%20Q%2035.359375%20-1.21875%2027.484375%20-1.21875%20Q%2017.140625%20-1.21875%2011.234375%206.203125%20Q%204.15625%2015.140625%204.15625%2035.296875%20z%20M%2013.1875%2035.296875%20Q%2013.1875%2017.671875%2017.3125%2011.828125%20Q%2021.4375%206%2027.484375%206%20Q%2033.546875%206%2037.671875%2011.859375%20Q%2041.796875%2017.71875%2041.796875%2035.296875%20Q%2041.796875%2052.984375%2037.671875%2058.78125%20Q%2033.546875%2064.59375%2027.390625%2064.59375%20Q%2021.34375%2064.59375%2017.71875%2059.46875%20Q%2013.1875%2052.9375%2013.1875%2035.296875%20z%20%22%20id%3D%22ArialMT-30%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2824.149062%20220.874516%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_2%22%3E%20%3Cg%20id%3D%22line2d_41%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2036.71%20190.79656%20L%20404.993125%20190.79656%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_42%22%2F%3E%20%3Cg%20id%3D%22text_3%22%3E%20%3C%21--%2025%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2050.34375%208.453125%20L%2050.34375%200%20L%203.03125%200%20Q%202.9375%203.171875%204.046875%206.109375%20Q%205.859375%2010.9375%209.828125%2015.625%20Q%2013.8125%2020.3125%2021.34375%2026.46875%20Q%2033.015625%2036.03125%2037.109375%2041.625%20Q%2041.21875%2047.21875%2041.21875%2052.203125%20Q%2041.21875%2057.421875%2037.46875%2061%20Q%2033.734375%2064.59375%2027.734375%2064.59375%20Q%2021.390625%2064.59375%2017.578125%2060.78125%20Q%2013.765625%2056.984375%2013.71875%2050.25%20L%204.6875%2051.171875%20Q%205.609375%2061.28125%2011.65625%2066.578125%20Q%2017.71875%2071.875%2027.9375%2071.875%20Q%2038.234375%2071.875%2044.234375%2066.15625%20Q%2050.25%2060.453125%2050.25%2052%20Q%2050.25%2047.703125%2048.484375%2043.546875%20Q%2046.734375%2039.40625%2042.65625%2034.8125%20Q%2038.578125%2030.21875%2029.109375%2022.21875%20Q%2021.1875%2015.578125%2018.9375%2013.203125%20Q%2016.703125%2010.84375%2015.234375%208.453125%20z%20%22%20id%3D%22ArialMT-32%22%2F%3E%20%3Cpath%20d%3D%22M%204.15625%2018.75%20L%2013.375%2019.53125%20Q%2014.40625%2012.796875%2018.140625%209.390625%20Q%2021.875%206%2027.15625%206%20Q%2033.5%206%2037.890625%2010.78125%20Q%2042.28125%2015.578125%2042.28125%2023.484375%20Q%2042.28125%2031%2038.0625%2035.34375%20Q%2033.84375%2039.703125%2027%2039.703125%20Q%2022.75%2039.703125%2019.328125%2037.765625%20Q%2015.921875%2035.84375%2013.96875%2032.765625%20L%205.71875%2033.84375%20L%2012.640625%2070.609375%20L%2048.25%2070.609375%20L%2048.25%2062.203125%20L%2019.671875%2062.203125%20L%2015.828125%2042.96875%20Q%2022.265625%2047.46875%2029.34375%2047.46875%20Q%2038.71875%2047.46875%2045.15625%2040.96875%20Q%2051.609375%2034.46875%2051.609375%2024.265625%20Q%2051.609375%2014.546875%2045.953125%207.46875%20Q%2039.0625%20-1.21875%2027.15625%20-1.21875%20Q%2017.390625%20-1.21875%2011.203125%204.25%20Q%205.03125%209.71875%204.15625%2018.75%20z%20%22%20id%3D%22ArialMT-35%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.588125%20194.375466%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_3%22%3E%20%3Cg%20id%3D%22line2d_43%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2036.71%20164.297511%20L%20404.993125%20164.297511%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_44%22%2F%3E%20%3Cg%20id%3D%22text_4%22%3E%20%3C%21--%2050%20--%3E%20%3Cg%20transform%3D%22translate%2818.588125%20167.876417%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_4%22%3E%20%3Cg%20id%3D%22line2d_45%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2036.71%20137.798461%20L%20404.993125%20137.798461%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_46%22%2F%3E%20%3Cg%20id%3D%22text_5%22%3E%20%3C%21--%2075%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.734375%2062.203125%20L%204.734375%2070.65625%20L%2051.078125%2070.65625%20L%2051.078125%2063.8125%20Q%2044.234375%2056.546875%2037.515625%2044.484375%20Q%2030.8125%2032.421875%2027.15625%2019.671875%20Q%2024.515625%2010.6875%2023.78125%200%20L%2014.75%200%20Q%2014.890625%208.453125%2018.0625%2020.40625%20Q%2021.234375%2032.375%2027.171875%2043.484375%20Q%2033.109375%2054.59375%2039.796875%2062.203125%20z%20%22%20id%3D%22ArialMT-37%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2818.588125%20141.377367%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_5%22%3E%20%3Cg%20id%3D%22line2d_47%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2036.71%20111.299412%20L%20404.993125%20111.299412%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_48%22%2F%3E%20%3Cg%20id%3D%22text_6%22%3E%20%3C%21--%20100%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2037.25%200%20L%2028.46875%200%20L%2028.46875%2056%20Q%2025.296875%2052.984375%2020.140625%2049.953125%20Q%2014.984375%2046.921875%2010.890625%2045.40625%20L%2010.890625%2053.90625%20Q%2018.265625%2057.375%2023.78125%2062.296875%20Q%2029.296875%2067.234375%2031.59375%2071.875%20L%2037.25%2071.875%20z%20%22%20id%3D%22ArialMT-31%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2813.027188%20114.878318%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_6%22%3E%20%3Cg%20id%3D%22line2d_49%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2036.71%2084.800362%20L%20404.993125%2084.800362%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_50%22%2F%3E%20%3Cg%20id%3D%22text_7%22%3E%20%3C%21--%20125%20--%3E%20%3Cg%20transform%3D%22translate%2813.027188%2088.379269%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_7%22%3E%20%3Cg%20id%3D%22line2d_51%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2036.71%2058.301313%20L%20404.993125%2058.301313%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_52%22%2F%3E%20%3Cg%20id%3D%22text_8%22%3E%20%3C%21--%20150%20--%3E%20%3Cg%20transform%3D%22translate%2813.027188%2061.880219%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-35%22%2F%3E%20%3Cuse%20x%3D%22111.230469%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_9%22%3E%20%3C%21--%20PDF%20%28absolute%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2034.71875%2071.578125%20Q%2041.84375%2071.578125%2045.609375%2070.90625%20Q%2050.875%2070.015625%2054.4375%2067.546875%20Q%2058.015625%2065.09375%2060.1875%2060.640625%20Q%2062.359375%2056.203125%2062.359375%2050.875%20Q%2062.359375%2041.75%2056.546875%2035.421875%20Q%2050.734375%2029.109375%2035.546875%2029.109375%20L%2017.1875%2029.109375%20L%2017.1875%200%20z%20M%2017.1875%2037.546875%20L%2035.6875%2037.546875%20Q%2044.875%2037.546875%2048.734375%2040.96875%20Q%2052.59375%2044.390625%2052.59375%2050.59375%20Q%2052.59375%2055.078125%2050.3125%2058.265625%20Q%2048.046875%2061.46875%2044.34375%2062.5%20Q%2041.9375%2063.140625%2035.5%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-50%22%2F%3E%20%3Cpath%20d%3D%22M%207.71875%200%20L%207.71875%2071.578125%20L%2032.375%2071.578125%20Q%2040.71875%2071.578125%2045.125%2070.5625%20Q%2051.265625%2069.140625%2055.609375%2065.4375%20Q%2061.28125%2060.640625%2064.078125%2053.1875%20Q%2066.890625%2045.75%2066.890625%2036.1875%20Q%2066.890625%2028.03125%2064.984375%2021.734375%20Q%2063.09375%2015.4375%2060.109375%2011.296875%20Q%2057.125%207.171875%2053.578125%204.796875%20Q%2050.046875%202.4375%2045.046875%201.21875%20Q%2040.046875%200%2033.546875%200%20z%20M%2017.1875%208.453125%20L%2032.46875%208.453125%20Q%2039.546875%208.453125%2043.578125%209.765625%20Q%2047.609375%2011.078125%2050%2013.484375%20Q%2053.375%2016.84375%2055.25%2022.53125%20Q%2057.125%2028.21875%2057.125%2036.328125%20Q%2057.125%2047.5625%2053.4375%2053.59375%20Q%2049.75%2059.625%2044.484375%2061.671875%20Q%2040.671875%2063.140625%2032.234375%2063.140625%20L%2017.1875%2063.140625%20z%20%22%20id%3D%22ArialMT-44%22%2F%3E%20%3Cpath%20d%3D%22M%208.203125%200%20L%208.203125%2071.578125%20L%2056.5%2071.578125%20L%2056.5%2063.140625%20L%2017.671875%2063.140625%20L%2017.671875%2040.96875%20L%2051.265625%2040.96875%20L%2051.265625%2032.515625%20L%2017.671875%2032.515625%20L%2017.671875%200%20z%20%22%20id%3D%22ArialMT-46%22%2F%3E%20%3Cpath%20id%3D%22ArialMT-20%22%2F%3E%20%3Cpath%20d%3D%22M%2023.390625%20-21.046875%20Q%2016.109375%20-11.859375%2011.078125%200.4375%20Q%206.0625%2012.75%206.0625%2025.921875%20Q%206.0625%2037.546875%209.8125%2048.1875%20Q%2014.203125%2060.546875%2023.390625%2072.796875%20L%2029.6875%2072.796875%20Q%2023.78125%2062.640625%2021.875%2058.296875%20Q%2018.890625%2051.5625%2017.1875%2044.234375%20Q%2015.09375%2035.109375%2015.09375%2025.875%20Q%2015.09375%202.390625%2029.6875%20-21.046875%20z%20%22%20id%3D%22ArialMT-28%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%206.390625%20Q%2035.546875%202.25%2031.03125%200.53125%20Q%2026.515625%20-1.171875%2021.34375%20-1.171875%20Q%2012.796875%20-1.171875%208.203125%203%20Q%203.609375%207.171875%203.609375%2013.671875%20Q%203.609375%2017.484375%205.34375%2020.625%20Q%207.078125%2023.78125%209.890625%2025.6875%20Q%2012.703125%2027.59375%2016.21875%2028.5625%20Q%2018.796875%2029.25%2024.03125%2029.890625%20Q%2034.671875%2031.15625%2039.703125%2032.90625%20Q%2039.75%2034.71875%2039.75%2035.203125%20Q%2039.75%2040.578125%2037.25%2042.78125%20Q%2033.890625%2045.75%2027.25%2045.75%20Q%2021.046875%2045.75%2018.09375%2043.578125%20Q%2015.140625%2041.40625%2013.71875%2035.890625%20L%205.125%2037.0625%20Q%206.296875%2042.578125%208.984375%2045.96875%20Q%2011.671875%2049.359375%2016.75%2051.1875%20Q%2021.828125%2053.03125%2028.515625%2053.03125%20Q%2035.15625%2053.03125%2039.296875%2051.46875%20Q%2043.453125%2049.90625%2045.40625%2047.53125%20Q%2047.359375%2045.171875%2048.140625%2041.546875%20Q%2048.578125%2039.3125%2048.578125%2033.453125%20L%2048.578125%2021.734375%20Q%2048.578125%209.46875%2049.140625%206.21875%20Q%2049.703125%202.984375%2051.375%200%20L%2042.1875%200%20Q%2040.828125%202.734375%2040.4375%206.390625%20z%20M%2039.703125%2026.03125%20Q%2034.90625%2024.078125%2025.34375%2022.703125%20Q%2019.921875%2021.921875%2017.671875%2020.9375%20Q%2015.4375%2019.96875%2014.203125%2018.09375%20Q%2012.984375%2016.21875%2012.984375%2013.921875%20Q%2012.984375%2010.40625%2015.640625%208.0625%20Q%2018.3125%205.71875%2023.4375%205.71875%20Q%2028.515625%205.71875%2032.46875%207.9375%20Q%2036.421875%2010.15625%2038.28125%2014.015625%20Q%2039.703125%2017%2039.703125%2022.796875%20z%20%22%20id%3D%22ArialMT-61%22%2F%3E%20%3Cpath%20d%3D%22M%2014.703125%200%20L%206.546875%200%20L%206.546875%2071.578125%20L%2015.328125%2071.578125%20L%2015.328125%2046.046875%20Q%2020.90625%2053.03125%2029.546875%2053.03125%20Q%2034.328125%2053.03125%2038.59375%2051.09375%20Q%2042.875%2049.171875%2045.625%2045.671875%20Q%2048.390625%2042.1875%2049.953125%2037.25%20Q%2051.515625%2032.328125%2051.515625%2026.703125%20Q%2051.515625%2013.375%2044.921875%206.09375%20Q%2038.328125%20-1.171875%2029.109375%20-1.171875%20Q%2019.921875%20-1.171875%2014.703125%206.5%20z%20M%2014.59375%2026.3125%20Q%2014.59375%2017%2017.140625%2012.84375%20Q%2021.296875%206.0625%2028.375%206.0625%20Q%2034.125%206.0625%2038.328125%2011.0625%20Q%2042.53125%2016.0625%2042.53125%2025.984375%20Q%2042.53125%2036.140625%2038.5%2040.96875%20Q%2034.46875%2045.796875%2028.765625%2045.796875%20Q%2023%2045.796875%2018.796875%2040.796875%20Q%2014.59375%2035.796875%2014.59375%2026.3125%20z%20%22%20id%3D%22ArialMT-62%22%2F%3E%20%3Cpath%20d%3D%22M%203.078125%2015.484375%20L%2011.765625%2016.84375%20Q%2012.5%2011.625%2015.84375%208.84375%20Q%2019.1875%206.0625%2025.203125%206.0625%20Q%2031.25%206.0625%2034.171875%208.515625%20Q%2037.109375%2010.984375%2037.109375%2014.3125%20Q%2037.109375%2017.28125%2034.515625%2019%20Q%2032.71875%2020.171875%2025.53125%2021.96875%20Q%2015.875%2024.421875%2012.140625%2026.203125%20Q%208.40625%2027.984375%206.46875%2031.125%20Q%204.546875%2034.28125%204.546875%2038.09375%20Q%204.546875%2041.546875%206.125%2044.5%20Q%207.71875%2047.46875%2010.453125%2049.421875%20Q%2012.5%2050.921875%2016.03125%2051.96875%20Q%2019.578125%2053.03125%2023.640625%2053.03125%20Q%2029.734375%2053.03125%2034.34375%2051.265625%20Q%2038.96875%2049.515625%2041.15625%2046.5%20Q%2043.359375%2043.5%2044.1875%2038.484375%20L%2035.59375%2037.3125%20Q%2035.015625%2041.3125%2032.203125%2043.546875%20Q%2029.390625%2045.796875%2024.265625%2045.796875%20Q%2018.21875%2045.796875%2015.625%2043.796875%20Q%2013.03125%2041.796875%2013.03125%2039.109375%20Q%2013.03125%2037.40625%2014.109375%2036.03125%20Q%2015.1875%2034.625%2017.484375%2033.6875%20Q%2018.796875%2033.203125%2025.25%2031.453125%20Q%2034.578125%2028.953125%2038.25%2027.359375%20Q%2041.9375%2025.78125%2044.03125%2022.75%20Q%2046.140625%2019.734375%2046.140625%2015.234375%20Q%2046.140625%2010.84375%2043.578125%206.953125%20Q%2041.015625%203.078125%2036.171875%200.953125%20Q%2031.34375%20-1.171875%2025.25%20-1.171875%20Q%2015.140625%20-1.171875%209.84375%203.03125%20Q%204.546875%207.234375%203.078125%2015.484375%20z%20%22%20id%3D%22ArialMT-73%22%2F%3E%20%3Cpath%20d%3D%22M%206.390625%200%20L%206.390625%2071.578125%20L%2015.1875%2071.578125%20L%2015.1875%200%20z%20%22%20id%3D%22ArialMT-6c%22%2F%3E%20%3Cpath%20d%3D%22M%2040.578125%200%20L%2040.578125%207.625%20Q%2034.515625%20-1.171875%2024.125%20-1.171875%20Q%2019.53125%20-1.171875%2015.546875%200.578125%20Q%2011.578125%202.34375%209.640625%205%20Q%207.71875%207.671875%206.9375%2011.53125%20Q%206.390625%2014.109375%206.390625%2019.734375%20L%206.390625%2051.859375%20L%2015.1875%2051.859375%20L%2015.1875%2023.09375%20Q%2015.1875%2016.21875%2015.71875%2013.8125%20Q%2016.546875%2010.359375%2019.234375%208.375%20Q%2021.921875%206.390625%2025.875%206.390625%20Q%2029.828125%206.390625%2033.296875%208.421875%20Q%2036.765625%2010.453125%2038.203125%2013.9375%20Q%2039.65625%2017.4375%2039.65625%2024.078125%20L%2039.65625%2051.859375%20L%2048.4375%2051.859375%20L%2048.4375%200%20z%20%22%20id%3D%22ArialMT-75%22%2F%3E%20%3Cpath%20d%3D%22M%2025.78125%207.859375%20L%2027.046875%200.09375%20Q%2023.34375%20-0.6875%2020.40625%20-0.6875%20Q%2015.625%20-0.6875%2012.984375%200.828125%20Q%2010.359375%202.34375%209.28125%204.8125%20Q%208.203125%207.28125%208.203125%2015.1875%20L%208.203125%2045.015625%20L%201.765625%2045.015625%20L%201.765625%2051.859375%20L%208.203125%2051.859375%20L%208.203125%2064.703125%20L%2016.9375%2069.96875%20L%2016.9375%2051.859375%20L%2025.78125%2051.859375%20L%2025.78125%2045.015625%20L%2016.9375%2045.015625%20L%2016.9375%2014.703125%20Q%2016.9375%2010.9375%2017.40625%209.859375%20Q%2017.875%208.796875%2018.921875%208.15625%20Q%2019.96875%207.515625%2021.921875%207.515625%20Q%2023.390625%207.515625%2025.78125%207.859375%20z%20%22%20id%3D%22ArialMT-74%22%2F%3E%20%3Cpath%20d%3D%22M%2042.09375%2016.703125%20L%2051.171875%2015.578125%20Q%2049.03125%207.625%2043.21875%203.21875%20Q%2037.40625%20-1.171875%2028.375%20-1.171875%20Q%2017%20-1.171875%2010.328125%205.828125%20Q%203.65625%2012.84375%203.65625%2025.484375%20Q%203.65625%2038.578125%2010.390625%2045.796875%20Q%2017.140625%2053.03125%2027.875%2053.03125%20Q%2038.28125%2053.03125%2044.875%2045.953125%20Q%2051.46875%2038.875%2051.46875%2026.03125%20Q%2051.46875%2025.25%2051.421875%2023.6875%20L%2012.75%2023.6875%20Q%2013.234375%2015.140625%2017.578125%2010.59375%20Q%2021.921875%206.0625%2028.421875%206.0625%20Q%2033.25%206.0625%2036.671875%208.59375%20Q%2040.09375%2011.140625%2042.09375%2016.703125%20z%20M%2013.234375%2030.90625%20L%2042.1875%2030.90625%20Q%2041.609375%2037.453125%2038.875%2040.71875%20Q%2034.671875%2045.796875%2027.984375%2045.796875%20Q%2021.921875%2045.796875%2017.796875%2041.75%20Q%2013.671875%2037.703125%2013.234375%2030.90625%20z%20%22%20id%3D%22ArialMT-65%22%2F%3E%20%3Cpath%20d%3D%22M%2012.359375%20-21.046875%20L%206.0625%20-21.046875%20Q%2020.65625%202.390625%2020.65625%2025.875%20Q%2020.65625%2035.0625%2018.5625%2044.09375%20Q%2016.890625%2051.421875%2013.921875%2058.15625%20Q%2012.015625%2062.546875%206.0625%2072.796875%20L%2012.359375%2072.796875%20Q%2021.53125%2060.546875%2025.921875%2048.1875%20Q%2029.6875%2037.546875%2029.6875%2025.921875%20Q%2029.6875%2012.75%2024.625%200.4375%20Q%2019.578125%20-11.859375%2012.359375%20-21.046875%20z%20%22%20id%3D%22ArialMT-29%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28417.000781%20166.641156%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-50%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22138.916016%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22200%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22227.783203%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22261.083984%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22316.699219%22%20xlink%3Ahref%3D%22%23ArialMT-62%22%2F%3E%20%3Cuse%20x%3D%22372.314453%22%20xlink%3Ahref%3D%22%23ArialMT-73%22%2F%3E%20%3Cuse%20x%3D%22422.314453%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22477.929688%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22500.146484%22%20xlink%3Ahref%3D%22%23ArialMT-75%22%2F%3E%20%3Cuse%20x%3D%22555.761719%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22583.544922%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22639.160156%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_9%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2050.350116%20217.295609%20L%2067.40026%20217.295609%20L%2067.40026%20211.995799%20L%2050.350116%20211.995799%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_10%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2067.40026%20217.295609%20L%2084.450405%20217.295609%20L%2084.450405%20211.995799%20L%2067.40026%20211.995799%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_11%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%2084.450405%20217.295609%20L%20101.50055%20217.295609%20L%20101.50055%20206.69599%20L%2084.450405%20206.69599%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_12%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20101.50055%20217.295609%20L%20118.550694%20217.295609%20L%20118.550694%20200.336218%20L%20101.50055%20200.336218%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_13%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20118.550694%20217.295609%20L%20135.600839%20217.295609%20L%20135.600839%20183.376826%20L%20118.550694%20183.376826%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_14%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20135.600839%20217.295609%20L%20152.650984%20217.295609%20L%20152.650984%20133.558613%20L%20135.600839%20133.558613%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_15%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20152.650984%20217.295609%20L%20169.701128%20217.295609%20L%20169.701128%20133.558613%20L%20152.650984%20133.558613%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_16%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20169.701128%20217.295609%20L%20186.751273%20217.295609%20L%20186.751273%2075.260704%20L%20169.701128%2075.260704%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_17%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20186.751273%20217.295609%20L%20203.801418%20217.295609%20L%20203.801418%2048.761655%20L%20186.751273%2048.761655%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_18%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20203.801418%20217.295609%20L%20220.851562%20217.295609%20L%20220.851562%2082.680438%20L%20203.801418%2082.680438%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_19%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20220.851563%20217.295609%20L%20237.901707%20217.295609%20L%20237.901707%2072.080819%20L%20220.851563%2072.080819%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_20%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20237.901707%20217.295609%20L%20254.951852%20217.295609%20L%20254.951852%20126.138879%20L%20237.901707%20126.138879%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_21%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20254.951852%20217.295609%20L%20272.001997%20217.295609%20L%20272.001997%20160.057663%20L%20254.951852%20160.057663%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_22%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20272.001997%20217.295609%20L%20289.052141%20217.295609%20L%20289.052141%20175.957092%20L%20272.001997%20175.957092%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_23%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20289.052141%20217.295609%20L%20306.102286%20217.295609%20L%20306.102286%20197.156332%20L%20289.052141%20197.156332%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_24%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20306.102286%20217.295609%20L%20323.152431%20217.295609%20L%20323.152431%20209.875876%20L%20306.102286%20209.875876%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_25%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20323.152431%20217.295609%20L%20340.202575%20217.295609%20L%20340.202575%20213.055761%20L%20323.152431%20213.055761%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_26%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20340.202575%20217.295609%20L%20357.25272%20217.295609%20L%20357.25272%20211.995799%20L%20340.202575%20211.995799%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_27%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20357.25272%20217.295609%20L%20374.302865%20217.295609%20L%20374.302865%20216.235647%20L%20357.25272%20216.235647%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_28%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pf828e9c3f7%29%22%20d%3D%22M%20374.302865%20217.295609%20L%20391.353009%20217.295609%20L%20391.353009%20215.175685%20L%20374.302865%20215.175685%20z%20%22%20style%3D%22fill%3A%2301796f%3Bfill-opacity%3A0.2%3Bstroke%3A%2301796f%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A0.6%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_29%22%3E%20%3Cpath%20d%3D%22M%2036.71%20217.295609%20L%2036.71%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_30%22%3E%20%3Cpath%20d%3D%22M%20404.993125%20217.295609%20L%20404.993125%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_31%22%3E%20%3Cpath%20d%3D%22M%2036.71%20217.295609%20L%20404.993125%20217.295609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22patch_32%22%3E%20%3Cpath%20d%3D%22M%2036.71%2042.020297%20L%20404.993125%2042.020297%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22axes_3%22%3E%20%3Cg%20id%3D%22patch_33%22%3E%20%3Cpath%20d%3D%22M%2036.71%20381.970625%20L%20404.993125%20381.970625%20L%20404.993125%20235.755609%20L%2036.71%20235.755609%20z%20%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_5%22%3E%20%3Cg%20id%3D%22xtick_17%22%3E%20%3Cg%20id%3D%22line2d_53%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2074.77028%20381.970625%20L%2074.77028%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_54%22%2F%3E%20%3Cg%20id%3D%22text_10%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.7%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%209.078125%200%20L%209.078125%2010.015625%20L%2019.09375%2010.015625%20L%2019.09375%200%20z%20%22%20id%3D%22ArialMT-2e%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2867.77028%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-37%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_18%22%3E%20%3Cg%20id%3D%22line2d_55%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20117.631152%20381.970625%20L%20117.631152%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_56%22%2F%3E%20%3Cg%20id%3D%22text_11%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.8%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2017.671875%2038.8125%20Q%2012.203125%2040.828125%209.5625%2044.53125%20Q%206.9375%2048.25%206.9375%2053.421875%20Q%206.9375%2061.234375%2012.546875%2066.546875%20Q%2018.171875%2071.875%2027.484375%2071.875%20Q%2036.859375%2071.875%2042.578125%2066.421875%20Q%2048.296875%2060.984375%2048.296875%2053.171875%20Q%2048.296875%2048.1875%2045.671875%2044.5%20Q%2043.0625%2040.828125%2037.75%2038.8125%20Q%2044.34375%2036.671875%2047.78125%2031.875%20Q%2051.21875%2027.09375%2051.21875%2020.453125%20Q%2051.21875%2011.28125%2044.71875%205.03125%20Q%2038.234375%20-1.21875%2027.640625%20-1.21875%20Q%2017.046875%20-1.21875%2010.546875%205.046875%20Q%204.046875%2011.328125%204.046875%2020.703125%20Q%204.046875%2027.6875%207.59375%2032.390625%20Q%2011.140625%2037.109375%2017.671875%2038.8125%20z%20M%2015.921875%2053.71875%20Q%2015.921875%2048.640625%2019.1875%2045.40625%20Q%2022.46875%2042.1875%2027.6875%2042.1875%20Q%2032.765625%2042.1875%2036.015625%2045.375%20Q%2039.265625%2048.578125%2039.265625%2053.21875%20Q%2039.265625%2058.0625%2035.90625%2061.359375%20Q%2032.5625%2064.65625%2027.59375%2064.65625%20Q%2022.5625%2064.65625%2019.234375%2061.421875%20Q%2015.921875%2058.203125%2015.921875%2053.71875%20z%20M%2013.09375%2020.65625%20Q%2013.09375%2016.890625%2014.875%2013.375%20Q%2016.65625%209.859375%2020.171875%207.921875%20Q%2023.6875%206%2027.734375%206%20Q%2034.03125%206%2038.125%2010.046875%20Q%2042.234375%2014.109375%2042.234375%2020.359375%20Q%2042.234375%2026.703125%2038.015625%2030.859375%20Q%2033.796875%2035.015625%2027.4375%2035.015625%20Q%2021.234375%2035.015625%2017.15625%2030.90625%20Q%2013.09375%2026.8125%2013.09375%2020.65625%20z%20%22%20id%3D%22ArialMT-38%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28110.631152%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_19%22%3E%20%3Cg%20id%3D%22line2d_57%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20160.492024%20381.970625%20L%20160.492024%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_58%22%2F%3E%20%3Cg%20id%3D%22text_12%22%3E%20%3C%21--%20%24%5Cmathdefault%7B0.9%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%205.46875%2016.546875%20L%2013.921875%2017.328125%20Q%2014.984375%2011.375%2018.015625%208.6875%20Q%2021.046875%206%2025.78125%206%20Q%2029.828125%206%2032.875%207.859375%20Q%2035.9375%209.71875%2037.890625%2012.8125%20Q%2039.84375%2015.921875%2041.15625%2021.1875%20Q%2042.484375%2026.46875%2042.484375%2031.9375%20Q%2042.484375%2032.515625%2042.4375%2033.6875%20Q%2039.796875%2029.5%2035.234375%2026.875%20Q%2030.671875%2024.265625%2025.34375%2024.265625%20Q%2016.453125%2024.265625%2010.296875%2030.703125%20Q%204.15625%2037.15625%204.15625%2047.703125%20Q%204.15625%2058.59375%2010.578125%2065.234375%20Q%2017%2071.875%2026.65625%2071.875%20Q%2033.640625%2071.875%2039.421875%2068.109375%20Q%2045.21875%2064.359375%2048.21875%2057.390625%20Q%2051.21875%2050.4375%2051.21875%2037.25%20Q%2051.21875%2023.53125%2048.234375%2015.40625%20Q%2045.265625%207.28125%2039.375%203.03125%20Q%2033.5%20-1.21875%2025.59375%20-1.21875%20Q%2017.1875%20-1.21875%2011.859375%203.4375%20Q%206.546875%208.109375%205.46875%2016.546875%20z%20M%2041.453125%2048.140625%20Q%2041.453125%2055.71875%2037.421875%2060.15625%20Q%2033.40625%2064.59375%2027.734375%2064.59375%20Q%2021.875%2064.59375%2017.53125%2059.8125%20Q%2013.1875%2055.03125%2013.1875%2047.40625%20Q%2013.1875%2040.578125%2017.3125%2036.296875%20Q%2021.4375%2032.03125%2027.484375%2032.03125%20Q%2033.59375%2032.03125%2037.515625%2036.296875%20Q%2041.453125%2040.578125%2041.453125%2048.140625%20z%20%22%20id%3D%22ArialMT-39%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28153.492024%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-39%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_20%22%3E%20%3Cg%20id%3D%22line2d_59%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20203.352897%20381.970625%20L%20203.352897%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_60%22%2F%3E%20%3Cg%20id%3D%22text_13%22%3E%20%3C%21--%20%24%5Cmathdefault%7B1.0%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28196.352897%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_21%22%3E%20%3Cg%20id%3D%22line2d_61%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20246.213769%20381.970625%20L%20246.213769%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_62%22%2F%3E%20%3Cg%20id%3D%22text_14%22%3E%20%3C%21--%20%24%5Cmathdefault%7B1.1%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28239.213769%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_22%22%3E%20%3Cg%20id%3D%22line2d_63%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20289.074641%20381.970625%20L%20289.074641%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_64%22%2F%3E%20%3Cg%20id%3D%22text_15%22%3E%20%3C%21--%20%24%5Cmathdefault%7B1.2%7D%24%20--%3E%20%3Cg%20transform%3D%22translate%28282.074641%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_23%22%3E%20%3Cg%20id%3D%22line2d_65%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20331.935514%20381.970625%20L%20331.935514%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_66%22%2F%3E%20%3Cg%20id%3D%22text_16%22%3E%20%3C%21--%20%24%5Cmathdefault%7B1.3%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.203125%2018.890625%20L%2012.984375%2020.0625%20Q%2014.5%2012.59375%2018.140625%209.296875%20Q%2021.78125%206%2027%206%20Q%2033.203125%206%2037.46875%2010.296875%20Q%2041.75%2014.59375%2041.75%2020.953125%20Q%2041.75%2027%2037.796875%2030.921875%20Q%2033.84375%2034.859375%2027.734375%2034.859375%20Q%2025.25%2034.859375%2021.53125%2033.890625%20L%2022.515625%2041.609375%20Q%2023.390625%2041.5%2023.921875%2041.5%20Q%2029.546875%2041.5%2034.03125%2044.421875%20Q%2038.53125%2047.359375%2038.53125%2053.46875%20Q%2038.53125%2058.296875%2035.25%2061.46875%20Q%2031.984375%2064.65625%2026.8125%2064.65625%20Q%2021.6875%2064.65625%2018.265625%2061.421875%20Q%2014.84375%2058.203125%2013.875%2051.765625%20L%205.078125%2053.328125%20Q%206.6875%2062.15625%2012.390625%2067.015625%20Q%2018.109375%2071.875%2026.609375%2071.875%20Q%2032.46875%2071.875%2037.390625%2069.359375%20Q%2042.328125%2066.84375%2044.9375%2062.5%20Q%2047.5625%2058.15625%2047.5625%2053.265625%20Q%2047.5625%2048.640625%2045.0625%2044.828125%20Q%2042.578125%2041.015625%2037.703125%2038.765625%20Q%2044.046875%2037.3125%2047.5625%2032.6875%20Q%2051.078125%2028.078125%2051.078125%2021.140625%20Q%2051.078125%2011.765625%2044.234375%205.25%20Q%2037.40625%20-1.265625%2026.953125%20-1.265625%20Q%2017.53125%20-1.265625%2011.296875%204.34375%20Q%205.078125%209.96875%204.203125%2018.890625%20z%20%22%20id%3D%22ArialMT-33%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28324.935514%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22xtick_24%22%3E%20%3Cg%20id%3D%22line2d_67%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20374.796386%20381.970625%20L%20374.796386%20235.755609%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_68%22%2F%3E%20%3Cg%20id%3D%22text_17%22%3E%20%3C%21--%20%24%5Cmathdefault%7B1.4%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2032.328125%200%20L%2032.328125%2017.140625%20L%201.265625%2017.140625%20L%201.265625%2025.203125%20L%2033.9375%2071.578125%20L%2041.109375%2071.578125%20L%2041.109375%2025.203125%20L%2050.78125%2025.203125%20L%2050.78125%2017.140625%20L%2041.109375%2017.140625%20L%2041.109375%200%20z%20M%2032.328125%2025.203125%20L%2032.328125%2057.46875%20L%209.90625%2025.203125%20z%20%22%20id%3D%22ArialMT-34%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28367.796386%20396.128437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%2855.615234%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.398438%200.125%29%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_18%22%3E%20%3C%21--%20Score%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%204.5%2023%20L%2013.421875%2023.78125%20Q%2014.0625%2018.40625%2016.375%2014.96875%20Q%2018.703125%2011.53125%2023.578125%209.40625%20Q%2028.46875%207.28125%2034.578125%207.28125%20Q%2039.984375%207.28125%2044.140625%208.890625%20Q%2048.296875%2010.5%2050.3125%2013.296875%20Q%2052.34375%2016.109375%2052.34375%2019.4375%20Q%2052.34375%2022.796875%2050.390625%2025.3125%20Q%2048.4375%2027.828125%2043.953125%2029.546875%20Q%2041.0625%2030.671875%2031.203125%2033.03125%20Q%2021.34375%2035.40625%2017.390625%2037.5%20Q%2012.25%2040.1875%209.734375%2044.15625%20Q%207.234375%2048.140625%207.234375%2053.078125%20Q%207.234375%2058.5%2010.296875%2063.203125%20Q%2013.375%2067.921875%2019.28125%2070.359375%20Q%2025.203125%2072.796875%2032.421875%2072.796875%20Q%2040.375%2072.796875%2046.453125%2070.234375%20Q%2052.546875%2067.671875%2055.8125%2062.6875%20Q%2059.078125%2057.71875%2059.328125%2051.421875%20L%2050.25%2050.734375%20Q%2049.515625%2057.515625%2045.28125%2060.984375%20Q%2041.0625%2064.453125%2032.8125%2064.453125%20Q%2024.21875%2064.453125%2020.28125%2061.296875%20Q%2016.359375%2058.15625%2016.359375%2053.71875%20Q%2016.359375%2049.859375%2019.140625%2047.359375%20Q%2021.875%2044.875%2033.421875%2042.265625%20Q%2044.96875%2039.65625%2049.265625%2037.703125%20Q%2055.515625%2034.8125%2058.484375%2030.390625%20Q%2061.46875%2025.984375%2061.46875%2020.21875%20Q%2061.46875%2014.5%2058.203125%209.4375%20Q%2054.9375%204.390625%2048.796875%201.578125%20Q%2042.671875%20-1.21875%2035.015625%20-1.21875%20Q%2025.296875%20-1.21875%2018.71875%201.609375%20Q%2012.15625%204.4375%208.421875%2010.125%20Q%204.6875%2015.828125%204.5%2023%20z%20%22%20id%3D%22ArialMT-53%22%2F%3E%20%3Cpath%20d%3D%22M%2040.4375%2019%20L%2049.078125%2017.875%20Q%2047.65625%208.9375%2041.8125%203.875%20Q%2035.984375%20-1.171875%2027.484375%20-1.171875%20Q%2016.84375%20-1.171875%2010.375%205.78125%20Q%203.90625%2012.75%203.90625%2025.734375%20Q%203.90625%2034.125%206.6875%2040.421875%20Q%209.46875%2046.734375%2015.15625%2049.875%20Q%2020.84375%2053.03125%2027.546875%2053.03125%20Q%2035.984375%2053.03125%2041.359375%2048.75%20Q%2046.734375%2044.484375%2048.25%2036.625%20L%2039.703125%2035.296875%20Q%2038.484375%2040.53125%2035.375%2043.15625%20Q%2032.28125%2045.796875%2027.875%2045.796875%20Q%2021.234375%2045.796875%2017.078125%2041.03125%20Q%2012.9375%2036.28125%2012.9375%2025.984375%20Q%2012.9375%2015.53125%2016.9375%2010.796875%20Q%2020.953125%206.0625%2027.390625%206.0625%20Q%2032.5625%206.0625%2036.03125%209.234375%20Q%2039.5%2012.40625%2040.4375%2019%20z%20%22%20id%3D%22ArialMT-63%22%2F%3E%20%3Cpath%20d%3D%22M%206.5%200%20L%206.5%2051.859375%20L%2014.40625%2051.859375%20L%2014.40625%2044%20Q%2017.4375%2049.515625%2020%2051.265625%20Q%2022.5625%2053.03125%2025.640625%2053.03125%20Q%2030.078125%2053.03125%2034.671875%2050.203125%20L%2031.640625%2042.046875%20Q%2028.421875%2043.953125%2025.203125%2043.953125%20Q%2022.3125%2043.953125%2020.015625%2042.21875%20Q%2017.71875%2040.484375%2016.75%2037.40625%20Q%2015.28125%2032.71875%2015.28125%2027.15625%20L%2015.28125%200%20z%20%22%20id%3D%22ArialMT-72%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28206.484531%20409.989531%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-53%22%2F%3E%20%3Cuse%20x%3D%2266.699219%22%20xlink%3Ahref%3D%22%23ArialMT-63%22%2F%3E%20%3Cuse%20x%3D%22116.699219%22%20xlink%3Ahref%3D%22%23ArialMT-6f%22%2F%3E%20%3Cuse%20x%3D%22172.314453%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22205.615234%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_19%22%3E%20%3C%21--%20%24%5Ctimes%5Cmathdefault%7B10%5E%7B%E2%88%923%7D%7D%5Cmathdefault%7B%7D%24%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2070.125%2053.71875%20L%2047.796875%2031.296875%20L%2070.125%208.984375%20L%2064.3125%203.078125%20L%2041.890625%2025.484375%20L%2019.484375%203.078125%20L%2013.71875%208.984375%20L%2035.984375%2031.296875%20L%2013.71875%2053.71875%20L%2019.484375%2059.625%20L%2041.890625%2037.203125%20L%2064.3125%2059.625%20z%20%22%20id%3D%22DejaVuSans-d7%22%2F%3E%20%3Cpath%20d%3D%22M%2052.828125%2031.203125%20L%205.5625%2031.203125%20L%205.5625%2039.40625%20L%2052.828125%2039.40625%20z%20%22%20id%3D%22ArialMT-2212%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20style%3D%22fill%3A%23d3d3d3%3B%22%20transform%3D%22translate%28376.793125%20411.428437%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20transform%3D%22translate%280%200.99375%29%22%20xlink%3Ahref%3D%22%23DejaVuSans-d7%22%2F%3E%20%3Cuse%20transform%3D%22translate%2883.789062%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20transform%3D%22translate%28139.404297%200.99375%29%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20transform%3D%22translate%28196.761875%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-2212%22%2F%3E%20%3Cuse%20transform%3D%22translate%28237.640781%2070.6875%29scale%280.7%29%22%20xlink%3Ahref%3D%22%23ArialMT-33%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22matplotlib.axis_6%22%3E%20%3Cg%20id%3D%22ytick_8%22%3E%20%3Cg%20id%3D%22line2d_69%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2036.71%20381.970625%20L%20404.993125%20381.970625%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_70%22%2F%3E%20%3Cg%20id%3D%22text_20%22%3E%20%3C%21--%200.0%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20385.549531%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_9%22%3E%20%3Cg%20id%3D%22line2d_71%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2036.71%20353.852353%20L%20404.993125%20353.852353%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_72%22%2F%3E%20%3Cg%20id%3D%22text_21%22%3E%20%3C%21--%200.2%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20357.431259%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-32%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_10%22%3E%20%3Cg%20id%3D%22line2d_73%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2036.71%20325.734081%20L%20404.993125%20325.734081%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_74%22%2F%3E%20%3Cg%20id%3D%22text_22%22%3E%20%3C%21--%200.4%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20329.312987%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-34%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_11%22%3E%20%3Cg%20id%3D%22line2d_75%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2036.71%20297.615808%20L%20404.993125%20297.615808%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_76%22%2F%3E%20%3Cg%20id%3D%22text_23%22%3E%20%3C%21--%200.6%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2049.75%2054.046875%20L%2041.015625%2053.375%20Q%2039.84375%2058.546875%2037.703125%2060.890625%20Q%2034.125%2064.65625%2028.90625%2064.65625%20Q%2024.703125%2064.65625%2021.53125%2062.3125%20Q%2017.390625%2059.28125%2014.984375%2053.46875%20Q%2012.59375%2047.65625%2012.5%2036.921875%20Q%2015.671875%2041.75%2020.265625%2044.09375%20Q%2024.859375%2046.4375%2029.890625%2046.4375%20Q%2038.671875%2046.4375%2044.84375%2039.96875%20Q%2051.03125%2033.5%2051.03125%2023.25%20Q%2051.03125%2016.5%2048.125%2010.71875%20Q%2045.21875%204.9375%2040.140625%201.859375%20Q%2035.0625%20-1.21875%2028.609375%20-1.21875%20Q%2017.625%20-1.21875%2010.6875%206.859375%20Q%203.765625%2014.9375%203.765625%2033.5%20Q%203.765625%2054.25%2011.421875%2063.671875%20Q%2018.109375%2071.875%2029.4375%2071.875%20Q%2037.890625%2071.875%2043.28125%2067.140625%20Q%2048.6875%2062.40625%2049.75%2054.046875%20z%20M%2013.875%2023.1875%20Q%2013.875%2018.65625%2015.796875%2014.5%20Q%2017.71875%2010.359375%2021.1875%208.171875%20Q%2024.65625%206%2028.46875%206%20Q%2034.03125%206%2038.03125%2010.484375%20Q%2042.046875%2014.984375%2042.046875%2022.703125%20Q%2042.046875%2030.125%2038.078125%2034.390625%20Q%2034.125%2038.671875%2028.125%2038.671875%20Q%2022.171875%2038.671875%2018.015625%2034.390625%20Q%2013.875%2030.125%2013.875%2023.1875%20z%20%22%20id%3D%22ArialMT-36%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%2815.81%20301.194715%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-36%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_12%22%3E%20%3Cg%20id%3D%22line2d_77%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2036.71%20269.497536%20L%20404.993125%20269.497536%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_78%22%2F%3E%20%3Cg%20id%3D%22text_24%22%3E%20%3C%21--%200.8%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20273.076442%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-38%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22ytick_13%22%3E%20%3Cg%20id%3D%22line2d_79%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2036.71%20241.379264%20L%20404.993125%20241.379264%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23d3d3d3%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_80%22%2F%3E%20%3Cg%20id%3D%22text_25%22%3E%20%3C%21--%201.0%20--%3E%20%3Cg%20transform%3D%22translate%2815.81%20244.95817%29scale%280.1%20-0.1%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-31%22%2F%3E%20%3Cuse%20x%3D%2255.615234%22%20xlink%3Ahref%3D%22%23ArialMT-2e%22%2F%3E%20%3Cuse%20x%3D%2283.398438%22%20xlink%3Ahref%3D%22%23ArialMT-30%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22text_26%22%3E%20%3C%21--%20CDF%20%28relative%29%20--%3E%20%3Cdefs%3E%20%3Cpath%20d%3D%22M%2058.796875%2025.09375%20L%2068.265625%2022.703125%20Q%2065.28125%2011.03125%2057.546875%204.90625%20Q%2049.8125%20-1.21875%2038.625%20-1.21875%20Q%2027.046875%20-1.21875%2019.796875%203.484375%20Q%2012.546875%208.203125%208.765625%2017.140625%20Q%204.984375%2026.078125%204.984375%2036.328125%20Q%204.984375%2047.515625%209.25%2055.828125%20Q%2013.53125%2064.15625%2021.40625%2068.46875%20Q%2029.296875%2072.796875%2038.765625%2072.796875%20Q%2049.515625%2072.796875%2056.828125%2067.328125%20Q%2064.15625%2061.859375%2067.046875%2051.953125%20L%2057.71875%2049.75%20Q%2055.21875%2057.5625%2050.484375%2061.125%20Q%2045.75%2064.703125%2038.578125%2064.703125%20Q%2030.328125%2064.703125%2024.78125%2060.734375%20Q%2019.234375%2056.78125%2016.984375%2050.109375%20Q%2014.75%2043.453125%2014.75%2036.375%20Q%2014.75%2027.25%2017.40625%2020.4375%20Q%2020.0625%2013.625%2025.671875%2010.25%20Q%2031.296875%206.890625%2037.84375%206.890625%20Q%2045.796875%206.890625%2051.3125%2011.46875%20Q%2056.84375%2016.0625%2058.796875%2025.09375%20z%20%22%20id%3D%22ArialMT-43%22%2F%3E%20%3Cpath%20d%3D%22M%206.640625%2061.46875%20L%206.640625%2071.578125%20L%2015.4375%2071.578125%20L%2015.4375%2061.46875%20z%20M%206.640625%200%20L%206.640625%2051.859375%20L%2015.4375%2051.859375%20L%2015.4375%200%20z%20%22%20id%3D%22ArialMT-69%22%2F%3E%20%3Cpath%20d%3D%22M%2021%200%20L%201.265625%2051.859375%20L%2010.546875%2051.859375%20L%2021.6875%2020.796875%20Q%2023.484375%2015.765625%2025%2010.359375%20Q%2026.171875%2014.453125%2028.265625%2020.21875%20L%2039.796875%2051.859375%20L%2048.828125%2051.859375%20L%2029.203125%200%20z%20%22%20id%3D%22ArialMT-76%22%2F%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate%28417.000781%20343.086008%29rotate%28-90%29scale%280.11%20-0.11%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23ArialMT-43%22%2F%3E%20%3Cuse%20x%3D%2272.216797%22%20xlink%3Ahref%3D%22%23ArialMT-44%22%2F%3E%20%3Cuse%20x%3D%22144.433594%22%20xlink%3Ahref%3D%22%23ArialMT-46%22%2F%3E%20%3Cuse%20x%3D%22205.517578%22%20xlink%3Ahref%3D%22%23ArialMT-20%22%2F%3E%20%3Cuse%20x%3D%22233.300781%22%20xlink%3Ahref%3D%22%23ArialMT-28%22%2F%3E%20%3Cuse%20x%3D%22266.601562%22%20xlink%3Ahref%3D%22%23ArialMT-72%22%2F%3E%20%3Cuse%20x%3D%22299.902344%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22355.517578%22%20xlink%3Ahref%3D%22%23ArialMT-6c%22%2F%3E%20%3Cuse%20x%3D%22377.734375%22%20xlink%3Ahref%3D%22%23ArialMT-61%22%2F%3E%20%3Cuse%20x%3D%22433.349609%22%20xlink%3Ahref%3D%22%23ArialMT-74%22%2F%3E%20%3Cuse%20x%3D%22461.132812%22%20xlink%3Ahref%3D%22%23ArialMT-69%22%2F%3E%20%3Cuse%20x%3D%22483.349609%22%20xlink%3Ahref%3D%22%23ArialMT-76%22%2F%3E%20%3Cuse%20x%3D%22533.349609%22%20xlink%3Ahref%3D%22%23ArialMT-65%22%2F%3E%20%3Cuse%20x%3D%22588.964844%22%20xlink%3Ahref%3D%22%23ArialMT-29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_81%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2050.350116%20381.830034%20L%2055.678286%20381.830034%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_82%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2050.350116%20381.970625%20L%2050.350116%20381.830034%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_83%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2055.678286%20381.689442%20L%2062.338499%20381.689442%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_84%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2055.678286%20381.830034%20L%2055.678286%20381.689442%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_85%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2062.338499%20381.40826%20L%2063.670541%20381.40826%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_86%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2062.338499%20381.689442%20L%2062.338499%20381.40826%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_87%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2063.670541%20381.267668%20L%2068.998711%20381.267668%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_88%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2063.670541%20381.40826%20L%2063.670541%20381.267668%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_89%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2068.998711%20381.127077%20L%2075.658924%20381.127077%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_90%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2068.998711%20381.267668%20L%2068.998711%20381.127077%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_91%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2075.658924%20380.986485%20L%2076.990967%20380.986485%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_92%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2075.658924%20381.127077%20L%2075.658924%20380.986485%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_93%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2076.990967%20380.705303%20L%2078.323009%20380.705303%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_94%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2076.990967%20380.986485%20L%2076.990967%20380.705303%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_95%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2078.323009%20380.564711%20L%2086.315265%20380.564711%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_96%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2078.323009%20380.705303%20L%2078.323009%20380.564711%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_97%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2086.315265%20380.42412%20L%2090.311392%20380.42412%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_98%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2086.315265%20380.564711%20L%2086.315265%20380.42412%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_99%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2090.311392%20380.283529%20L%2091.643435%20380.283529%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_100%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2090.311392%20380.42412%20L%2090.311392%20380.283529%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_101%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2091.643435%20380.002346%20L%2092.975477%20380.002346%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_102%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2091.643435%20380.283529%20L%2091.643435%20380.002346%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_103%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2092.975477%20379.721163%20L%2098.303648%20379.721163%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_104%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2092.975477%20380.002346%20L%2092.975477%20379.721163%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_105%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2098.303648%20379.43998%20L%2099.63569%20379.43998%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_106%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2098.303648%20379.721163%20L%2098.303648%20379.43998%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_107%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2099.63569%20379.158798%20L%20106.295903%20379.158798%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_108%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%2099.63569%20379.43998%20L%2099.63569%20379.158798%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_109%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20106.295903%20379.018206%20L%20107.627946%20379.018206%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_110%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20106.295903%20379.158798%20L%20106.295903%20379.018206%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_111%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20107.627946%20378.174658%20L%20112.956116%20378.174658%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_112%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20107.627946%20379.018206%20L%20107.627946%20378.174658%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_113%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20112.956116%20377.893476%20L%20114.288158%20377.893476%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_114%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20112.956116%20378.174658%20L%20112.956116%20377.893476%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_115%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20114.288158%20376.909336%20L%20119.616328%20376.909336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_116%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20114.288158%20377.893476%20L%20114.288158%20376.909336%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_117%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20119.616328%20376.768745%20L%20120.948371%20376.768745%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_118%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20119.616328%20376.909336%20L%20119.616328%20376.768745%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_119%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20120.948371%20375.784605%20L%20122.280414%20375.784605%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_120%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20120.948371%20376.768745%20L%20120.948371%20375.784605%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_121%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20122.280414%20375.362831%20L%20126.276541%20375.362831%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_122%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20122.280414%20375.784605%20L%20122.280414%20375.362831%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_123%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20126.276541%20375.22224%20L%20127.608584%20375.22224%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_124%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20126.276541%20375.362831%20L%20126.276541%20375.22224%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_125%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20127.608584%20374.519283%20L%20128.940626%20374.519283%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_126%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20127.608584%20375.22224%20L%20127.608584%20374.519283%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_127%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20128.940626%20372.691595%20L%20134.268797%20372.691595%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_128%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20128.940626%20374.519283%20L%20128.940626%20372.691595%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_129%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20134.268797%20372.410412%20L%20135.600839%20372.410412%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_130%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20134.268797%20372.691595%20L%20134.268797%20372.410412%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_131%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20135.600839%20370.442133%20L%20136.932882%20370.442133%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_132%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20135.600839%20372.410412%20L%20135.600839%20370.442133%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_133%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20136.932882%20369.03622%20L%20139.596967%20369.03622%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_134%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20136.932882%20370.442133%20L%20136.932882%20369.03622%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_135%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20139.596967%20368.895628%20L%20140.929009%20368.895628%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_136%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20139.596967%20369.03622%20L%20139.596967%20368.895628%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_137%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20140.929009%20368.614446%20L%20142.261052%20368.614446%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%2366afa9%3Bstroke-linecap%3Around%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_138%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20140.929009%20368.895628%20L%20140.929009%20368.614446%20%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-dasharray%3A1%2C1.65%3Bstroke-dashoffset%3A0%3B%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22line2d_139%22%3E%20%3Cpath%20clip-path%3D%22url%28%23pa60b10821c%29%22%20d%3D%22M%20142.261052%20366.786758%20L%20143.593094%20366.786758%20%22%20style%3D%22fill%3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment