Skip to content

Instantly share code, notes, and snippets.

@ileasile
Created May 30, 2025 07:48
Show Gist options
  • Save ileasile/039bf103c2c221f008c8266d5b97bc42 to your computer and use it in GitHub Desktop.
Save ileasile/039bf103c2c221f008c8266d5b97bc42 to your computer and use it in GitHub Desktop.
bunch and multi
Display the source blob
Display the rendered blob
Raw
{
"cells" : [ {
"cell_type" : "code",
"metadata" : {
"collapsed" : true,
"ExecuteTime" : {
"end_time" : "2025-05-30T07:45:16.973436Z",
"start_time" : "2025-05-30T07:45:14.083263Z"
}
},
"source" : "%use dataframe, kandy",
"id" : "47de9a5a87611149",
"outputs" : [ ],
"execution_count" : 1
}, {
"metadata" : {
"ExecuteTime" : {
"end_time" : "2025-05-30T07:45:17.928229Z",
"start_time" : "2025-05-30T07:45:16.976451Z"
}
},
"cell_type" : "code",
"source" : [ "import java.util.Locale\n", "\n", "val df =\n", " DataFrame.readCSV(\n", " \"https://gist.githubusercontent.com/ericbusboom/b2ac1d366c005cd2ed8c/raw/c92c66e43d144fa9c29dbd602d5af6988e8db533/anscombes.csv\",\n", " parserOptions = ParserOptions(locale = Locale.ENGLISH)\n", " )\n", "\n", "df.head()" ],
"id" : "c847df33d78c4556",
"outputs" : [ {
"data" : {
"text/html" : [ " <iframe onload=\"o_resize_iframe_out_1()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_1\" frameBorder=\"0\" srcdoc=\" &lt;html theme='dark'&gt;\n", " &lt;head&gt;\n", " &lt;style type=&quot;text&sol;css&quot;&gt;\n", " :root {\n", " --background: #fff;\n", " --background-odd: #f5f5f5;\n", " --background-hover: #d9edfd;\n", " --header-text-color: #474747;\n", " --text-color: #848484;\n", " --text-color-dark: #000;\n", " --text-color-medium: #737373;\n", " --text-color-pale: #b3b3b3;\n", " --inner-border-color: #aaa;\n", " --bold-border-color: #000;\n", " --link-color: #296eaa;\n", " --link-color-pale: #296eaa;\n", " --link-hover: #1a466c;\n", "}\n", "\n", ":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n", " --background: #303030;\n", " --background-odd: #3c3c3c;\n", " --background-hover: #464646;\n", " --header-text-color: #dddddd;\n", " --text-color: #b3b3b3;\n", " --text-color-dark: #dddddd;\n", " --text-color-medium: #b2b2b2;\n", " --text-color-pale: #737373;\n", " --inner-border-color: #707070;\n", " --bold-border-color: #777777;\n", " --link-color: #008dc0;\n", " --link-color-pale: #97e1fb;\n", " --link-hover: #00688e;\n", "}\n", "\n", "p.dataframe_description {\n", " color: var(--text-color-dark);\n", "}\n", "\n", "table.dataframe {\n", " font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n", " font-size: 12px;\n", " background-color: var(--background);\n", " color: var(--text-color-dark);\n", " border: none;\n", " border-collapse: collapse;\n", "}\n", "\n", "table.dataframe th, td {\n", " padding: 6px;\n", " border: 1px solid transparent;\n", " text-align: left;\n", "}\n", "\n", "table.dataframe th {\n", " background-color: var(--background);\n", " color: var(--header-text-color);\n", "}\n", "\n", "table.dataframe td {\n", " vertical-align: top;\n", " white-space: nowrap;\n", "}\n", "\n", "table.dataframe th.bottomBorder {\n", " border-bottom-color: var(--bold-border-color);\n", "}\n", "\n", "table.dataframe tbody &gt; tr:nth-child(odd) {\n", " background: var(--background-odd);\n", "}\n", "\n", "table.dataframe tbody &gt; tr:nth-child(even) {\n", " background: var(--background);\n", "}\n", "\n", "table.dataframe tbody &gt; tr:hover {\n", " background: var(--background-hover);\n", "}\n", "\n", "table.dataframe a {\n", " cursor: pointer;\n", " color: var(--link-color);\n", " text-decoration: none;\n", "}\n", "\n", "table.dataframe tr:hover &gt; td a {\n", " color: var(--link-color-pale);\n", "}\n", "\n", "table.dataframe a:hover {\n", " color: var(--link-hover);\n", " text-decoration: underline;\n", "}\n", "\n", "table.dataframe img {\n", " max-width: fit-content;\n", "}\n", "\n", "table.dataframe th.complex {\n", " background-color: var(--background);\n", " border: 1px solid var(--background);\n", "}\n", "\n", "table.dataframe .leftBorder {\n", " border-left-color: var(--inner-border-color);\n", "}\n", "\n", "table.dataframe .rightBorder {\n", " border-right-color: var(--inner-border-color);\n", "}\n", "\n", "table.dataframe .rightAlign {\n", " text-align: right;\n", "}\n", "\n", "table.dataframe .expanderSvg {\n", " width: 8px;\n", " height: 8px;\n", " margin-right: 3px;\n", "}\n", "\n", "table.dataframe .expander {\n", " display: flex;\n", " align-items: center;\n", "}\n", "\n", "&sol;* formatting *&sol;\n", "\n", "table.dataframe .null {\n", " color: var(--text-color-pale);\n", "}\n", "\n", "table.dataframe .structural {\n", " color: var(--text-color-medium);\n", " font-weight: bold;\n", "}\n", "\n", "table.dataframe .dataFrameCaption {\n", " font-weight: bold;\n", "}\n", "\n", "table.dataframe .numbers {\n", " color: var(--text-color-dark);\n", "}\n", "\n", "table.dataframe td:hover .formatted .structural, .null {\n", " color: var(--text-color-dark);\n", "}\n", "\n", "table.dataframe tr:hover .formatted .structural, .null {\n", " color: var(--text-color-dark);\n", "}\n", "\n", "\n", ":root {\n", " --scroll-bg: #f5f5f5;\n", " --scroll-fg: #b3b3b3;\n", "}\n", ":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n", " --scroll-bg: #3c3c3c;\n", " --scroll-fg: #97e1fb;\n", "}\n", "body {\n", " scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n", "}\n", "body::-webkit-scrollbar {\n", " width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n", " height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n", "}\n", "body::-webkit-scrollbar-thumb {\n", " background-color: var(--scroll-fg);\n", "}\n", "body::-webkit-scrollbar-track {\n", " background-color: var(--scroll-bg);\n", "}\n", " &lt;&sol;style&gt;\n", " &lt;&sol;head&gt;\n", " &lt;body&gt;\n", " &lt;table class=&quot;dataframe&quot; id=&quot;df_-671088640&quot;&gt;&lt;&sol;table&gt;\n", "\n", "&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 5, columnsCount = 4&lt;&sol;p&gt;\n", "\n", " &lt;&sol;body&gt;\n", " &lt;script&gt;\n", " (function () {\n", " window.DataFrame = window.DataFrame || new (function () {\n", " this.addTable = function (df) {\n", " let cols = df.cols;\n", " for (let i = 0; i &lt; cols.length; i++) {\n", " for (let c of cols[i].children) {\n", " cols[c].parent = i;\n", " }\n", " }\n", " df.nrow = 0\n", " for (let i = 0; i &lt; df.cols.length; i++) {\n", " if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n", " }\n", " if (df.id === df.rootId) {\n", " df.expandedFrames = new Set()\n", " df.childFrames = {}\n", " const table = this.getTableElement(df.id)\n", " table.df = df\n", " for (let i = 0; i &lt; df.cols.length; i++) {\n", " let col = df.cols[i]\n", " if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n", " }\n", " } else {\n", " const rootDf = this.getTableData(df.rootId)\n", " rootDf.childFrames[df.id] = df\n", " }\n", " }\n", "\n", " this.computeRenderData = function (df) {\n", " let result = []\n", " let pos = 0\n", " for (let col = 0; col &lt; df.cols.length; col++) {\n", " if (df.cols[col].parent === undefined)\n", " pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n", " }\n", " for (let i = 0; i &lt; result.length; i++) {\n", " let row = result[i]\n", " for (let j = 0; j &lt; row.length; j++) {\n", " let cell = row[j]\n", " if (j === 0)\n", " cell.leftBd = false\n", " if (j &lt; row.length - 1) {\n", " let nextData = row[j + 1]\n", " if (nextData.leftBd) cell.rightBd = true\n", " else if (cell.rightBd) nextData.leftBd = true\n", " } else cell.rightBd = false\n", " }\n", " }\n", " return result\n", " }\n", "\n", " this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n", " if (result.length === depth) {\n", " const array = [];\n", " if (pos &gt; 0) {\n", " let j = 0\n", " for (let i = 0; j &lt; pos; i++) {\n", " let c = result[depth - 1][i]\n", " j += c.span\n", " let copy = Object.assign({empty: true}, c)\n", " array.push(copy)\n", " }\n", " }\n", " result.push(array)\n", " }\n", " const col = cols[colId];\n", " let size = 0;\n", " if (col.expanded) {\n", " let childPos = pos\n", " for (let i = 0; i &lt; col.children.length; i++) {\n", " let child = col.children[i]\n", " let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n", " let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n", " let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n", " childPos += childSize\n", " size += childSize\n", " }\n", " } else {\n", " for (let i = depth + 1; i &lt; result.length; i++)\n", " result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n", " size = 1\n", " }\n", " let left = leftBorder\n", " let right = rightBorder\n", " if (size &gt; 1) {\n", " left = true\n", " right = true\n", " }\n", " result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n", " return size\n", " }\n", "\n", " this.getTableElement = function (id) {\n", " return document.getElementById(&quot;df_&quot; + id)\n", " }\n", "\n", " this.getTableData = function (id) {\n", " return this.getTableElement(id).df\n", " }\n", "\n", " this.createExpander = function (isExpanded) {\n", " const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n", " let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n", " svg.classList.add(&quot;expanderSvg&quot;)\n", " let path = document.createElementNS(svgNs, &quot;path&quot;)\n", " if (isExpanded) {\n", " svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n", " path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n", " } else {\n", " svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n", " path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n", " }\n", " path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n", " svg.appendChild(path)\n", " return svg\n", " }\n", "\n", " this.renderTable = function (id) {\n", "\n", " let table = this.getTableElement(id)\n", "\n", " if (table === null) return\n", "\n", " table.innerHTML = &quot;&quot;\n", "\n", " let df = table.df\n", " let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n", "\n", " &sol;&sol; header\n", " let header = document.createElement(&quot;thead&quot;)\n", " table.appendChild(header)\n", "\n", " let renderData = this.computeRenderData(df)\n", " for (let j = 0; j &lt; renderData.length; j++) {\n", " let rowData = renderData[j]\n", " let tr = document.createElement(&quot;tr&quot;);\n", " let isLastRow = j === renderData.length - 1\n", " header.appendChild(tr);\n", " for (let i = 0; i &lt; rowData.length; i++) {\n", " let cell = rowData[i]\n", " let th = document.createElement(&quot;th&quot;);\n", " th.setAttribute(&quot;colspan&quot;, cell.span)\n", " let colId = cell.id\n", " let col = df.cols[colId];\n", " if (!cell.empty) {\n", " if (col.children.length === 0) {\n", " th.innerHTML = col.name\n", " } else {\n", " let link = document.createElement(&quot;a&quot;)\n", " link.className = &quot;expander&quot;\n", " let that = this\n", " link.onclick = function () {\n", " col.expanded = !col.expanded\n", " that.renderTable(id)\n", " }\n", " link.appendChild(this.createExpander(col.expanded))\n", " link.innerHTML += col.name\n", " th.appendChild(link)\n", " }\n", " }\n", " let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n", " if (col.rightAlign)\n", " classes += &quot; rightAlign&quot;\n", " if (isLastRow)\n", " classes += &quot; bottomBorder&quot;\n", " if (classes.length &gt; 0)\n", " th.setAttribute(&quot;class&quot;, classes)\n", " tr.appendChild(th)\n", " }\n", " }\n", "\n", " &sol;&sol; body\n", " let body = document.createElement(&quot;tbody&quot;)\n", " table.appendChild(body)\n", "\n", " let columns = renderData.pop()\n", " for (let row = 0; row &lt; df.nrow; row++) {\n", " let tr = document.createElement(&quot;tr&quot;);\n", " body.appendChild(tr)\n", " for (let i = 0; i &lt; columns.length; i++) {\n", " let cell = columns[i]\n", " let td = document.createElement(&quot;td&quot;);\n", " let colId = cell.id\n", " let col = df.cols[colId]\n", " let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n", " if (col.rightAlign)\n", " classes += &quot; rightAlign&quot;\n", " if (classes.length &gt; 0)\n", " td.setAttribute(&quot;class&quot;, classes)\n", " tr.appendChild(td)\n", " let value = col.values[row]\n", " if (value.frameId !== undefined) {\n", " let frameId = value.frameId\n", " let expanded = rootDf.expandedFrames.has(frameId)\n", " let link = document.createElement(&quot;a&quot;)\n", " link.className = &quot;expander&quot;\n", " let that = this\n", " link.onclick = function () {\n", " if (rootDf.expandedFrames.has(frameId))\n", " rootDf.expandedFrames.delete(frameId)\n", " else rootDf.expandedFrames.add(frameId)\n", " that.renderTable(id)\n", " }\n", " link.appendChild(this.createExpander(expanded))\n", " link.innerHTML += value.value\n", " if (expanded) {\n", " td.appendChild(link)\n", " td.appendChild(document.createElement(&quot;p&quot;))\n", " const childTable = document.createElement(&quot;table&quot;)\n", " childTable.className = &quot;dataframe&quot;\n", " childTable.id = &quot;df_&quot; + frameId\n", " let childDf = rootDf.childFrames[frameId]\n", " childTable.df = childDf\n", " td.appendChild(childTable)\n", " this.renderTable(frameId)\n", " if (childDf.nrow !== childDf.totalRows) {\n", " const footer = document.createElement(&quot;p&quot;)\n", " footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n", " td.appendChild(footer)\n", " }\n", " } else {\n", " td.appendChild(link)\n", " }\n", " } else if (value.style !== undefined) {\n", " td.innerHTML = value.value\n", " td.setAttribute(&quot;style&quot;, value.style)\n", " } else td.innerHTML = value\n", " this.nodeScriptReplace(td)\n", " }\n", " }\n", " }\n", "\n", " this.nodeScriptReplace = function (node) {\n", " if (this.nodeScriptIs(node) === true) {\n", " node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n", " } else {\n", " let i = -1, children = node.childNodes;\n", " while (++i &lt; children.length) {\n", " this.nodeScriptReplace(children[i]);\n", " }\n", " }\n", "\n", " return node;\n", " }\n", "\n", " this.nodeScriptClone = function (node) {\n", " let script = document.createElement(&quot;script&quot;);\n", " script.text = node.innerHTML;\n", "\n", " let i = -1, attrs = node.attributes, attr;\n", " while (++i &lt; attrs.length) {\n", " script.setAttribute((attr = attrs[i]).name, attr.value);\n", " }\n", " return script;\n", " }\n", "\n", " this.nodeScriptIs = function (node) {\n", " return node.tagName === 'SCRIPT';\n", " }\n", " })()\n", "\n", " window.call_DataFrame = function (f) {\n", " return f();\n", " };\n", "\n", " let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n", " if (funQueue) {\n", " funQueue.forEach(function (f) {\n", " f();\n", " });\n", " funQueue = [];\n", " }\n", "})()\n", "\n", "&sol;*&lt;!--*&sol;\n", "call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;id: Int&bsol;&quot;&gt;id&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;0&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;1&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;2&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;3&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;4&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n", "{ name: &quot;&lt;span title=&bsol;&quot;dataset: String&bsol;&quot;&gt;dataset&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;] }, \n", "{ name: &quot;&lt;span title=&bsol;&quot;x: Double&bsol;&quot;&gt;x&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;10.0&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.0&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;13.0&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;9.0&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11.0&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n", "{ name: &quot;&lt;span title=&bsol;&quot;y: Double&bsol;&quot;&gt;y&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.04&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;6.95&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;7.58&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.81&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.33&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n", "], id: -671088640, rootId: -671088640, totalRows: 5 } ) });\n", "&sol;*--&gt;*&sol;\n", "\n", "call_DataFrame(function() { DataFrame.renderTable(-671088640) });\n", "\n", "\n", " &lt;&sol;script&gt;\n", " &lt;&sol;html&gt;\"></iframe>\n", " <script>\n", " function o_resize_iframe_out_1() {\n", " let elem = document.getElementById(\"iframe_out_1\");\n", " resize_iframe_out_1(elem);\n", " setInterval(resize_iframe_out_1, 5000, elem);\n", " }\n", " function resize_iframe_out_1(el) {\n", " let h = el.contentWindow.document.body.scrollHeight;\n", " el.height = h === 0 ? 0 : h + 41;\n", " }\n", " </script> <html theme='dark'>\n", " <head>\n", " <style type=\"text/css\">\n", " :root {\n", " --background: #fff;\n", " --background-odd: #f5f5f5;\n", " --background-hover: #d9edfd;\n", " --header-text-color: #474747;\n", " --text-color: #848484;\n", " --text-color-dark: #000;\n", " --text-color-medium: #737373;\n", " --text-color-pale: #b3b3b3;\n", " --inner-border-color: #aaa;\n", " --bold-border-color: #000;\n", " --link-color: #296eaa;\n", " --link-color-pale: #296eaa;\n", " --link-hover: #1a466c;\n", "}\n", "\n", ":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n", " --background: #303030;\n", " --background-odd: #3c3c3c;\n", " --background-hover: #464646;\n", " --header-text-color: #dddddd;\n", " --text-color: #b3b3b3;\n", " --text-color-dark: #dddddd;\n", " --text-color-medium: #b2b2b2;\n", " --text-color-pale: #737373;\n", " --inner-border-color: #707070;\n", " --bold-border-color: #777777;\n", " --link-color: #008dc0;\n", " --link-color-pale: #97e1fb;\n", " --link-hover: #00688e;\n", "}\n", "\n", "p.dataframe_description {\n", " color: var(--text-color-dark);\n", "}\n", "\n", "table.dataframe {\n", " font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n", " font-size: 12px;\n", " background-color: var(--background);\n", " color: var(--text-color-dark);\n", " border: none;\n", " border-collapse: collapse;\n", "}\n", "\n", "table.dataframe th, td {\n", " padding: 6px;\n", " border: 1px solid transparent;\n", " text-align: left;\n", "}\n", "\n", "table.dataframe th {\n", " background-color: var(--background);\n", " color: var(--header-text-color);\n", "}\n", "\n", "table.dataframe td {\n", " vertical-align: top;\n", " white-space: nowrap;\n", "}\n", "\n", "table.dataframe th.bottomBorder {\n", " border-bottom-color: var(--bold-border-color);\n", "}\n", "\n", "table.dataframe tbody > tr:nth-child(odd) {\n", " background: var(--background-odd);\n", "}\n", "\n", "table.dataframe tbody > tr:nth-child(even) {\n", " background: var(--background);\n", "}\n", "\n", "table.dataframe tbody > tr:hover {\n", " background: var(--background-hover);\n", "}\n", "\n", "table.dataframe a {\n", " cursor: pointer;\n", " color: var(--link-color);\n", " text-decoration: none;\n", "}\n", "\n", "table.dataframe tr:hover > td a {\n", " color: var(--link-color-pale);\n", "}\n", "\n", "table.dataframe a:hover {\n", " color: var(--link-hover);\n", " text-decoration: underline;\n", "}\n", "\n", "table.dataframe img {\n", " max-width: fit-content;\n", "}\n", "\n", "table.dataframe th.complex {\n", " background-color: var(--background);\n", " border: 1px solid var(--background);\n", "}\n", "\n", "table.dataframe .leftBorder {\n", " border-left-color: var(--inner-border-color);\n", "}\n", "\n", "table.dataframe .rightBorder {\n", " border-right-color: var(--inner-border-color);\n", "}\n", "\n", "table.dataframe .rightAlign {\n", " text-align: right;\n", "}\n", "\n", "table.dataframe .expanderSvg {\n", " width: 8px;\n", " height: 8px;\n", " margin-right: 3px;\n", "}\n", "\n", "table.dataframe .expander {\n", " display: flex;\n", " align-items: center;\n", "}\n", "\n", "/* formatting */\n", "\n", "table.dataframe .null {\n", " color: var(--text-color-pale);\n", "}\n", "\n", "table.dataframe .structural {\n", " color: var(--text-color-medium);\n", " font-weight: bold;\n", "}\n", "\n", "table.dataframe .dataFrameCaption {\n", " font-weight: bold;\n", "}\n", "\n", "table.dataframe .numbers {\n", " color: var(--text-color-dark);\n", "}\n", "\n", "table.dataframe td:hover .formatted .structural, .null {\n", " color: var(--text-color-dark);\n", "}\n", "\n", "table.dataframe tr:hover .formatted .structural, .null {\n", " color: var(--text-color-dark);\n", "}\n", "\n", "\n", " </style>\n", " </head>\n", " <body>\n", " <table class=\"dataframe\" id=\"static_df_-671088639\"><thead><tr><th class=\"bottomBorder\" style=\"text-align:left\">id</th><th class=\"bottomBorder\" style=\"text-align:left\">dataset</th><th class=\"bottomBorder\" style=\"text-align:left\">x</th><th class=\"bottomBorder\" style=\"text-align:left\">y</th></tr></thead><tbody><tr><td style=\"vertical-align:top\">0</td><td style=\"vertical-align:top\">I</td><td style=\"vertical-align:top\">10.000000</td><td style=\"vertical-align:top\">8.040000</td></tr><tr><td style=\"vertical-align:top\">1</td><td style=\"vertical-align:top\">I</td><td style=\"vertical-align:top\">8.000000</td><td style=\"vertical-align:top\">6.950000</td></tr><tr><td style=\"vertical-align:top\">2</td><td style=\"vertical-align:top\">I</td><td style=\"vertical-align:top\">13.000000</td><td style=\"vertical-align:top\">7.580000</td></tr><tr><td style=\"vertical-align:top\">3</td><td style=\"vertical-align:top\">I</td><td style=\"vertical-align:top\">9.000000</td><td style=\"vertical-align:top\">8.810000</td></tr><tr><td style=\"vertical-align:top\">4</td><td style=\"vertical-align:top\">I</td><td style=\"vertical-align:top\">11.000000</td><td style=\"vertical-align:top\">8.330000</td></tr></tbody></table>\n", " </body>\n", " <script>\n", " document.getElementById(\"static_df_-671088639\").style.display = \"none\";\n", " </script>\n", " </html>" ],
"application/kotlindataframe+json" : "{\"$version\":\"2.1.1\",\"metadata\":{\"columns\":[\"id\",\"dataset\",\"x\",\"y\"],\"types\":[{\"kind\":\"ValueColumn\",\"type\":\"kotlin.Int\"},{\"kind\":\"ValueColumn\",\"type\":\"kotlin.String\"},{\"kind\":\"ValueColumn\",\"type\":\"kotlin.Double\"},{\"kind\":\"ValueColumn\",\"type\":\"kotlin.Double\"}],\"nrow\":5,\"ncol\":4},\"kotlin_dataframe\":[{\"id\":0,\"dataset\":\"I\",\"x\":10.0,\"y\":8.04},{\"id\":1,\"dataset\":\"I\",\"x\":8.0,\"y\":6.95},{\"id\":2,\"dataset\":\"I\",\"x\":13.0,\"y\":7.58},{\"id\":3,\"dataset\":\"I\",\"x\":9.0,\"y\":8.81},{\"id\":4,\"dataset\":\"I\",\"x\":11.0,\"y\":8.33}]}"
},
"execution_count" : 2,
"metadata" : { },
"output_type" : "execute_result"
} ],
"execution_count" : 2
}, {
"metadata" : {
"ExecuteTime" : {
"end_time" : "2025-05-30T07:45:18.481136Z",
"start_time" : "2025-05-30T07:45:17.929972Z"
}
},
"cell_type" : "code",
"source" : [ "df.plot {\n", " points {\n", " x(\"x\") {\n", " scale = continuous(0.0..20.0)\n", " }\n", " y(\"y\") {\n", " scale = continuous(0.0..20.0)\n", " }\n", " color(dataset)\n", " size = 5.0\n", " }\n", "\n", " abLine {\n", " slope.constant(0.5)\n", " intercept.constant(3)\n", "\n", " width = 1.7\n", " alpha = 0.7\n", " }\n", "\n", " facetWrap(nCol = 2) {\n", " facet(dataset)\n", " }\n", "}" ],
"id" : "b4fd08c1375ecdf8",
"outputs" : [ {
"data" : {
"text/html" : [ " <iframe src='about:blank' style='border:none !important;' width='900' height='600' srcdoc=\"&lt;html lang=&quot;en&quot;>\n", " &lt;head>\n", " &lt;meta charset=&quot;UTF-8&quot;>\n", " &lt;style> html, body { margin: 0; overflow: hidden; } &lt;/style>\n", " &lt;script type=&quot;text/javascript&quot; data-lets-plot-script=&quot;library&quot; src=&quot;https://cdn.jsdelivr.net/gh/JetBrains/[email protected]/js-package/distr/lets-plot.min.js&quot;>&lt;/script>\n", " &lt;/head>\n", " &lt;body>\n", " &lt;div id=&quot;t1biHn&quot;>&lt;/div>\n", " &lt;script type=&quot;text/javascript&quot; data-lets-plot-script=&quot;plot&quot;>\n", " \n", " (function() {\n", " // ----------\n", " \n", " var plotSpec={\n", "&quot;mapping&quot;:{\n", "},\n", "&quot;data&quot;:{\n", "&quot;x&quot;:[10.0,8.0,13.0,9.0,11.0,14.0,6.0,4.0,12.0,7.0,5.0,10.0,8.0,13.0,9.0,11.0,14.0,6.0,4.0,12.0,7.0,5.0,10.0,8.0,13.0,9.0,11.0,14.0,6.0,4.0,12.0,7.0,5.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,19.0,8.0,8.0,8.0],\n", "&quot;y&quot;:[8.04,6.95,7.58,8.81,8.33,9.96,7.24,4.26,10.84,4.82,5.68,9.14,8.14,8.74,8.77,9.26,8.1,6.13,3.1,9.13,7.26,4.74,7.46,6.77,12.74,7.11,7.81,8.84,6.08,5.39,8.15,6.42,5.73,6.58,5.76,7.71,8.84,8.47,7.04,5.25,12.5,5.56,7.91,6.89],\n", "&quot;dataset&quot;:[&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;I&quot;,&quot;II&quot;,&quot;II&quot;,&quot;II&quot;,&quot;II&quot;,&quot;II&quot;,&quot;II&quot;,&quot;II&quot;,&quot;II&quot;,&quot;II&quot;,&quot;II&quot;,&quot;II&quot;,&quot;III&quot;,&quot;III&quot;,&quot;III&quot;,&quot;III&quot;,&quot;III&quot;,&quot;III&quot;,&quot;III&quot;,&quot;III&quot;,&quot;III&quot;,&quot;III&quot;,&quot;III&quot;,&quot;IV&quot;,&quot;IV&quot;,&quot;IV&quot;,&quot;IV&quot;,&quot;IV&quot;,&quot;IV&quot;,&quot;IV&quot;,&quot;IV&quot;,&quot;IV&quot;,&quot;IV&quot;,&quot;IV&quot;]\n", "},\n", "&quot;kind&quot;:&quot;plot&quot;,\n", "&quot;scales&quot;:[{\n", "&quot;aesthetic&quot;:&quot;x&quot;,\n", "&quot;limits&quot;:[0.0,20.0]\n", "},{\n", "&quot;aesthetic&quot;:&quot;y&quot;,\n", "&quot;limits&quot;:[0.0,20.0]\n", "},{\n", "&quot;aesthetic&quot;:&quot;color&quot;,\n", "&quot;discrete&quot;:true\n", "}],\n", "&quot;layers&quot;:[{\n", "&quot;mapping&quot;:{\n", "&quot;x&quot;:&quot;x&quot;,\n", "&quot;y&quot;:&quot;y&quot;,\n", "&quot;color&quot;:&quot;dataset&quot;\n", "},\n", "&quot;stat&quot;:&quot;identity&quot;,\n", "&quot;size&quot;:5.0,\n", "&quot;sampling&quot;:&quot;none&quot;,\n", "&quot;inherit_aes&quot;:false,\n", "&quot;position&quot;:&quot;identity&quot;,\n", "&quot;geom&quot;:&quot;point&quot;,\n", "&quot;data&quot;:{\n", "}\n", "},{\n", "&quot;mapping&quot;:{\n", "},\n", "&quot;stat&quot;:&quot;identity&quot;,\n", "&quot;size&quot;:1.7,\n", "&quot;intercept&quot;:3.0,\n", "&quot;sampling&quot;:&quot;none&quot;,\n", "&quot;alpha&quot;:0.7,\n", "&quot;inherit_aes&quot;:false,\n", "&quot;position&quot;:&quot;identity&quot;,\n", "&quot;geom&quot;:&quot;abline&quot;,\n", "&quot;slope&quot;:0.5,\n", "&quot;data&quot;:{\n", "}\n", "}],\n", "&quot;facet&quot;:{\n", "&quot;ncol&quot;:2.0,\n", "&quot;scales&quot;:&quot;fixed&quot;,\n", "&quot;name&quot;:&quot;wrap&quot;,\n", "&quot;format&quot;:[null],\n", "&quot;dir&quot;:&quot;h&quot;,\n", "&quot;facets&quot;:[&quot;dataset&quot;],\n", "&quot;order&quot;:[1.0]\n", "},\n", "&quot;data_meta&quot;:{\n", "&quot;series_annotations&quot;:[{\n", "&quot;type&quot;:&quot;float&quot;,\n", "&quot;column&quot;:&quot;x&quot;\n", "},{\n", "&quot;type&quot;:&quot;float&quot;,\n", "&quot;column&quot;:&quot;y&quot;\n", "},{\n", "&quot;type&quot;:&quot;str&quot;,\n", "&quot;column&quot;:&quot;dataset&quot;\n", "}]\n", "},\n", "&quot;spec_id&quot;:&quot;2&quot;\n", "};\n", " var containerDiv = document.getElementById(&quot;t1biHn&quot;);\n", " \n", " var toolbar = null;\n", " var plotContainer = containerDiv; \n", " \n", " var options = {\n", " sizing: {\n", " width_mode: &quot;fixed&quot;,\n", " height_mode: &quot;fixed&quot;,\n", " width: 900.0,\n", " height: 600.0\n", " }\n", " };\n", " var fig = LetsPlot.buildPlotFromProcessedSpecs(plotSpec, -1, -1, plotContainer, options);\n", " if (toolbar) {\n", " toolbar.bind(fig);\n", " }\n", " \n", " // ----------\n", " })();\n", " \n", " &lt;/script>\n", " &lt;/body>\n", "&lt;/html>\"></iframe> <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" display=\"block\" class=\"plt-container\" id=cc2f479a-1ebb-42e7-8b3e-9d6b8cf83b8a width=\"100%\" height=\"100%\" style=\"max-width: 900.0px; max-height: 600.0px;\" viewBox=\"0 0 900.0 600.0\" preserveAspectRatio=\"xMinYMin meet\">\n", " <style type=\"text/css\">\n", " .plt-container {\n", " font-family: Lucida Grande, sans-serif;\n", " user-select: none;\n", " -webkit-user-select: none;\n", " -moz-user-select: none;\n", " -ms-user-select: none;\n", "}\n", "text {\n", " text-rendering: optimizeLegibility;\n", "}\n", "#pOfAenm .plot-title {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 16.0px;\n", "\n", "}\n", "#pOfAenm .plot-subtitle {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#pOfAenm .plot-caption {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pOfAenm .hyperlink-element {\n", "fill: #118ed8;\n", "font-weight: normal;\n", " font-style: normal;\n", "}\n", "#pOfAenm .legend-title {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#pOfAenm .legend-item {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pOfAenm .axis-title-x {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#pOfAenm .axis-text-x {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d3AZTOw .axis-tooltip-text-x {\n", "fill: #ffffff;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pOfAenm .axis-title-y {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#pOfAenm .axis-text-y {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d3AZTOw .axis-tooltip-text-y {\n", "fill: #ffffff;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pOfAenm .facet-strip-text-x {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pOfAenm .facet-strip-text-y {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d3AZTOw .tooltip-text {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d3AZTOw .tooltip-title {\n", "fill: #474747;\n", "font-weight: bold;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d3AZTOw .tooltip-label {\n", "fill: #474747;\n", "font-weight: bold;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "\n", " </style>\n", " <g id=\"pOfAenm\">\n", " <path fill-rule=\"evenodd\" fill=\"rgb(255,255,255)\" fill-opacity=\"1.0\" d=\"M1.5 0.0 L1.5 600.0 L898.5 600.0 L898.5 0.0 Z\">\n", " </path>\n", " <g transform=\"translate(31.0 6.5 ) \">\n", " <g>\n", " <g transform=\"translate(21.961210910936405 22.0 ) \">\n", " <g>\n", " <line x1=\"17.18838136314224\" y1=\"0.0\" x2=\"17.18838136314224\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"103.13028817885345\" y1=\"0.0\" x2=\"103.13028817885345\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"189.07219499456465\" y1=\"0.0\" x2=\"189.07219499456465\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"275.01410181027586\" y1=\"0.0\" x2=\"275.01410181027586\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"360.95600862598707\" y1=\"0.0\" x2=\"360.95600862598707\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " <g transform=\"translate(21.961210910936405 22.0 ) \">\n", " <g>\n", " <line x1=\"0.0\" y1=\"232.4318181818182\" x2=\"378.1443899891293\" y2=\"232.4318181818182\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"177.0909090909091\" x2=\"378.1443899891293\" y2=\"177.0909090909091\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"121.75\" x2=\"378.1443899891293\" y2=\"121.75\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"66.4090909090909\" x2=\"378.1443899891293\" y2=\"66.4090909090909\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"11.068181818181813\" x2=\"378.1443899891293\" y2=\"11.068181818181813\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <g clip-path=\"url(#cuQJIk0)\" clip-bounds-jfx=\"[rect (21.961210910936405, 22.0), (378.1443899891293, 243.5)]\">\n", " <g transform=\"translate(21.961210910936405 22.0 ) \">\n", " <g>\n", " <g>\n", " <g>\n", " <g >\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"189.07219499456465\" cy=\"143.44363636363636\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"155.50795454545454\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"240.63733908399138\" cy=\"148.535\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"171.8838136314224\" cy=\"134.92113636363638\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"206.2605763577069\" cy=\"140.23386363636365\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"257.8257204471336\" cy=\"122.19272727272727\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"120.31866954199569\" cy=\"152.29818181818183\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"85.9419068157112\" cy=\"185.28136363636364\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"223.44895772084914\" cy=\"112.45272727272727\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"137.50705090513793\" cy=\"179.08318181818183\" r=\"5.5\" />\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"103.13028817885345\" cy=\"169.56454545454545\" r=\"5.5\" />\n", " </g>\n", " </g>\n", " </g>\n", " <g>\n", " <line x1=\"0.0\" y1=\"204.76136363636363\" x2=\"378.1443899891293\" y2=\"83.01136363636363\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"0.7\" fill=\"none\" stroke-width=\"3.74\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <defs>\n", " <clipPath id=\"cQXPfZF\">\n", " <rect x=\"21.961210910936405\" y=\"22.0\" width=\"378.1443899891293\" height=\"243.5\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " <defs>\n", " <clipPath id=\"cuQJIk0\">\n", " <rect x=\"21.961210910936405\" y=\"22.0\" width=\"378.1443899891293\" height=\"243.5\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " </g>\n", " <g>\n", " <g transform=\"translate(21.961210910936405 265.5 ) \">\n", " </g>\n", " <g transform=\"translate(21.961210910936405 22.0 ) \">\n", " <g transform=\"translate(0.0 232.4318181818182 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>0</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 177.0909090909091 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>5</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 121.75 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>10</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 66.4090909090909 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>15</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 11.068181818181813 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>20</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <g transform=\"translate(211.03340590550107 13.4 ) \">\n", " <text class=\"facet-strip-text-x\" text-anchor=\"middle\" y=\"0.0\">\n", " <tspan>I</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(31.0 6.5 ) \">\n", " <g>\n", " <g transform=\"translate(410.1056009000657 22.0 ) \">\n", " <g>\n", " <line x1=\"17.18838136314224\" y1=\"0.0\" x2=\"17.18838136314224\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"103.13028817885345\" y1=\"0.0\" x2=\"103.13028817885345\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"189.07219499456465\" y1=\"0.0\" x2=\"189.07219499456465\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"275.01410181027586\" y1=\"0.0\" x2=\"275.01410181027586\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"360.95600862598707\" y1=\"0.0\" x2=\"360.95600862598707\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " <g transform=\"translate(410.1056009000657 22.0 ) \">\n", " <g>\n", " <line x1=\"0.0\" y1=\"232.4318181818182\" x2=\"378.1443899891293\" y2=\"232.4318181818182\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"177.0909090909091\" x2=\"378.1443899891293\" y2=\"177.0909090909091\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"121.75\" x2=\"378.1443899891293\" y2=\"121.75\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"66.4090909090909\" x2=\"378.1443899891293\" y2=\"66.4090909090909\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"11.068181818181813\" x2=\"378.1443899891293\" y2=\"11.068181818181813\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <g clip-path=\"url(#cYGjCiY)\" clip-bounds-jfx=\"[rect (410.1056009000657, 22.0), (378.1443899891293, 243.5)]\">\n", " <g transform=\"translate(410.1056009000657 22.0 ) \">\n", " <g>\n", " <g>\n", " <g>\n", " <g >\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"189.07219499456465\" cy=\"131.26863636363635\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"142.33681818181816\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"240.63733908399138\" cy=\"135.69590909090908\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"171.8838136314224\" cy=\"135.36386363636365\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"206.2605763577069\" cy=\"129.94045454545454\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"257.8257204471336\" cy=\"142.77954545454546\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"120.31866954199569\" cy=\"164.58386363636365\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"85.9419068157112\" cy=\"198.12045454545455\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"223.44895772084914\" cy=\"131.37931818181818\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"137.50705090513793\" cy=\"152.07681818181817\" r=\"5.5\" />\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"103.13028817885345\" cy=\"179.96863636363636\" r=\"5.5\" />\n", " </g>\n", " </g>\n", " </g>\n", " <g>\n", " <line x1=\"0.0\" y1=\"204.76136363636363\" x2=\"378.1443899891293\" y2=\"83.01136363636363\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"0.7\" fill=\"none\" stroke-width=\"3.74\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <defs>\n", " <clipPath id=\"cNpF7T0\">\n", " <rect x=\"410.1056009000657\" y=\"22.0\" width=\"378.1443899891293\" height=\"243.5\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " <defs>\n", " <clipPath id=\"cYGjCiY\">\n", " <rect x=\"410.1056009000657\" y=\"22.0\" width=\"378.1443899891293\" height=\"243.5\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " </g>\n", " <g>\n", " <g transform=\"translate(410.1056009000657 265.5 ) \">\n", " </g>\n", " <g transform=\"translate(410.1056009000657 22.0 ) \">\n", " </g>\n", " </g>\n", " <g transform=\"translate(599.1777958946304 13.4 ) \">\n", " <text class=\"facet-strip-text-x\" text-anchor=\"middle\" y=\"0.0\">\n", " <tspan>II</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(31.0 6.5 ) \">\n", " <g>\n", " <g transform=\"translate(21.961210910936405 297.5 ) \">\n", " <g>\n", " <line x1=\"17.18838136314224\" y1=\"0.0\" x2=\"17.18838136314224\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"103.13028817885345\" y1=\"0.0\" x2=\"103.13028817885345\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"189.07219499456465\" y1=\"0.0\" x2=\"189.07219499456465\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"275.01410181027586\" y1=\"0.0\" x2=\"275.01410181027586\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"360.95600862598707\" y1=\"0.0\" x2=\"360.95600862598707\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " <g transform=\"translate(21.961210910936405 297.5 ) \">\n", " <g>\n", " <line x1=\"0.0\" y1=\"232.4318181818182\" x2=\"378.1443899891293\" y2=\"232.4318181818182\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"177.0909090909091\" x2=\"378.1443899891293\" y2=\"177.0909090909091\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"121.75\" x2=\"378.1443899891293\" y2=\"121.75\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"66.4090909090909\" x2=\"378.1443899891293\" y2=\"66.4090909090909\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"11.068181818181813\" x2=\"378.1443899891293\" y2=\"11.068181818181813\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <g clip-path=\"url(#cJOqmpB)\" clip-bounds-jfx=\"[rect (21.961210910936405, 297.5), (378.1443899891293, 243.5)]\">\n", " <g transform=\"translate(21.961210910936405 297.5 ) \">\n", " <g>\n", " <g>\n", " <g>\n", " <g >\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"189.07219499456465\" cy=\"149.86318181818183\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"157.50022727272727\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"240.63733908399138\" cy=\"91.42318181818183\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"171.8838136314224\" cy=\"153.73704545454547\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"206.2605763577069\" cy=\"145.9893181818182\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"257.8257204471336\" cy=\"134.5890909090909\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"120.31866954199569\" cy=\"165.13727272727272\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"85.9419068157112\" cy=\"172.7743181818182\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"223.44895772084914\" cy=\"142.22613636363636\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"137.50705090513793\" cy=\"161.3740909090909\" r=\"5.5\" />\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"103.13028817885345\" cy=\"169.01113636363635\" r=\"5.5\" />\n", " </g>\n", " </g>\n", " </g>\n", " <g>\n", " <line x1=\"0.0\" y1=\"204.76136363636363\" x2=\"378.1443899891293\" y2=\"83.01136363636363\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"0.7\" fill=\"none\" stroke-width=\"3.74\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <defs>\n", " <clipPath id=\"cihF5Kp\">\n", " <rect x=\"21.961210910936405\" y=\"297.5\" width=\"378.1443899891293\" height=\"243.5\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " <defs>\n", " <clipPath id=\"cJOqmpB\">\n", " <rect x=\"21.961210910936405\" y=\"297.5\" width=\"378.1443899891293\" height=\"243.5\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " </g>\n", " <g>\n", " <g transform=\"translate(21.961210910936405 541.0 ) \">\n", " <g transform=\"translate(17.18838136314224 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>0</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(103.13028817885345 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>5</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(189.07219499456465 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>10</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(275.01410181027586 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>15</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(360.95600862598707 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>20</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <line x1=\"0.0\" y1=\"0.0\" x2=\"378.1443899891293\" y2=\"0.0\" stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\">\n", " </line>\n", " </g>\n", " <g transform=\"translate(21.961210910936405 297.5 ) \">\n", " <g transform=\"translate(0.0 232.4318181818182 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>0</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 177.0909090909091 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>5</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 121.75 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>10</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 66.4090909090909 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>15</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 11.068181818181813 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>20</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <g transform=\"translate(211.03340590550107 288.9 ) \">\n", " <text class=\"facet-strip-text-x\" text-anchor=\"middle\" y=\"0.0\">\n", " <tspan>III</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(31.0 6.5 ) \">\n", " <g>\n", " <g transform=\"translate(410.1056009000657 297.5 ) \">\n", " <g>\n", " <line x1=\"17.18838136314224\" y1=\"0.0\" x2=\"17.18838136314224\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"103.13028817885345\" y1=\"0.0\" x2=\"103.13028817885345\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"189.07219499456465\" y1=\"0.0\" x2=\"189.07219499456465\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"275.01410181027586\" y1=\"0.0\" x2=\"275.01410181027586\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"360.95600862598707\" y1=\"0.0\" x2=\"360.95600862598707\" y2=\"243.5\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " <g transform=\"translate(410.1056009000657 297.5 ) \">\n", " <g>\n", " <line x1=\"0.0\" y1=\"232.4318181818182\" x2=\"378.1443899891293\" y2=\"232.4318181818182\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"177.0909090909091\" x2=\"378.1443899891293\" y2=\"177.0909090909091\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"121.75\" x2=\"378.1443899891293\" y2=\"121.75\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"66.4090909090909\" x2=\"378.1443899891293\" y2=\"66.4090909090909\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"11.068181818181813\" x2=\"378.1443899891293\" y2=\"11.068181818181813\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <g clip-path=\"url(#csiWkBR)\" clip-bounds-jfx=\"[rect (410.1056009000657, 297.5), (378.1443899891293, 243.5)]\">\n", " <g transform=\"translate(410.1056009000657 297.5 ) \">\n", " <g>\n", " <g>\n", " <g>\n", " <g >\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"159.60318181818184\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"168.67909090909092\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"147.09613636363636\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"134.5890909090909\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"138.68431818181818\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"154.51181818181817\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"174.32386363636363\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"343.7676272628448\" cy=\"94.07954545454547\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"170.89272727272729\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"144.8825\" r=\"5.5\" />\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.69543226828017\" cy=\"156.17204545454547\" r=\"5.5\" />\n", " </g>\n", " </g>\n", " </g>\n", " <g>\n", " <line x1=\"0.0\" y1=\"204.76136363636363\" x2=\"378.1443899891293\" y2=\"83.01136363636363\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"0.7\" fill=\"none\" stroke-width=\"3.74\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <defs>\n", " <clipPath id=\"cPxHBYl\">\n", " <rect x=\"410.1056009000657\" y=\"297.5\" width=\"378.1443899891293\" height=\"243.5\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " <defs>\n", " <clipPath id=\"csiWkBR\">\n", " <rect x=\"410.1056009000657\" y=\"297.5\" width=\"378.1443899891293\" height=\"243.5\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " </g>\n", " <g>\n", " <g transform=\"translate(410.1056009000657 541.0 ) \">\n", " <g transform=\"translate(17.18838136314224 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>0</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(103.13028817885345 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>5</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(189.07219499456465 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>10</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(275.01410181027586 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>15</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(360.95600862598707 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>20</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <line x1=\"0.0\" y1=\"0.0\" x2=\"378.1443899891293\" y2=\"0.0\" stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\">\n", " </line>\n", " </g>\n", " <g transform=\"translate(410.1056009000657 297.5 ) \">\n", " </g>\n", " </g>\n", " <g transform=\"translate(599.1777958946304 288.9 ) \">\n", " <text class=\"facet-strip-text-x\" text-anchor=\"middle\" y=\"0.0\">\n", " <tspan>IV</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(17.5 288.0 ) rotate(-90.0 ) \">\n", " <text class=\"axis-title-y\" y=\"0.0\" text-anchor=\"middle\">\n", " <tspan>y</tspan>\n", " </text>\n", " </g>\n", " <g transform=\"translate(436.1056009000657 593.0 ) \">\n", " <text class=\"axis-title-x\" y=\"0.0\" text-anchor=\"middle\">\n", " <tspan>x</tspan>\n", " </text>\n", " </g>\n", " <g transform=\"translate(830.749990889195 225.75 ) \">\n", " <rect x=\"0.0\" y=\"0.0\" height=\"124.5\" width=\"67.75000911080502\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" stroke-width=\"0.0\" fill=\"rgb(255,255,255)\" fill-opacity=\"1.0\">\n", " </rect>\n", " <g transform=\"translate(5.0 5.0 ) \">\n", " <g transform=\"translate(0.0 12.0 ) \">\n", " <text class=\"legend-title\" y=\"0.0\">\n", " <tspan>dataset</tspan>\n", " </text>\n", " </g>\n", " <g transform=\"translate(0.0 22.5 ) \">\n", " <g transform=\"\">\n", " <g>\n", " <g transform=\"translate(1.0 1.0 ) \">\n", " <g>\n", " <g >\n", " <circle fill=\"#e41a1c\" stroke=\"#e41a1c\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"10.5\" cy=\"10.5\" r=\"5.5\" />\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <g transform=\"translate(26.9903027277341 16.05 ) \">\n", " <text class=\"legend-item\" y=\"0.0\">\n", " <tspan>I</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 23.0 ) \">\n", " <g>\n", " <g transform=\"translate(1.0 1.0 ) \">\n", " <g>\n", " <g >\n", " <circle fill=\"#377eb8\" stroke=\"#377eb8\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"10.5\" cy=\"10.5\" r=\"5.5\" />\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <g transform=\"translate(26.9903027277341 16.05 ) \">\n", " <text class=\"legend-item\" y=\"0.0\">\n", " <tspan>II</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 46.0 ) \">\n", " <g>\n", " <g transform=\"translate(1.0 1.0 ) \">\n", " <g>\n", " <g >\n", " <circle fill=\"#4daf4a\" stroke=\"#4daf4a\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"10.5\" cy=\"10.5\" r=\"5.5\" />\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <g transform=\"translate(26.9903027277341 16.05 ) \">\n", " <text class=\"legend-item\" y=\"0.0\">\n", " <tspan>III</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 69.0 ) \">\n", " <g>\n", " <g transform=\"translate(1.0 1.0 ) \">\n", " <g>\n", " <g >\n", " <circle fill=\"#984ea3\" stroke=\"#984ea3\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"10.5\" cy=\"10.5\" r=\"5.5\" />\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <g transform=\"translate(26.9903027277341 16.05 ) \">\n", " <text class=\"legend-item\" y=\"0.0\">\n", " <tspan>IV</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <path fill=\"rgb(0,0,0)\" fill-opacity=\"0.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" stroke-width=\"0.0\" d=\"M1.5 0.0 L1.5 600.0 L898.5 600.0 L898.5 0.0 Z\" pointer-events=\"none\">\n", " </path>\n", " </g>\n", " <g id=\"d3AZTOw\">\n", " </g>\n", "</svg>\n", " <script>document.getElementById(\"cc2f479a-1ebb-42e7-8b3e-9d6b8cf83b8a\").style.display = \"none\";</script>" ],
"application/plot+json" : {
"output_type" : "lets_plot_spec",
"output" : {
"mapping" : { },
"data" : {
"x" : [ 10.0, 8.0, 13.0, 9.0, 11.0, 14.0, 6.0, 4.0, 12.0, 7.0, 5.0, 10.0, 8.0, 13.0, 9.0, 11.0, 14.0, 6.0, 4.0, 12.0, 7.0, 5.0, 10.0, 8.0, 13.0, 9.0, 11.0, 14.0, 6.0, 4.0, 12.0, 7.0, 5.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 19.0, 8.0, 8.0, 8.0 ],
"y" : [ 8.04, 6.95, 7.58, 8.81, 8.33, 9.96, 7.24, 4.26, 10.84, 4.82, 5.68, 9.14, 8.14, 8.74, 8.77, 9.26, 8.1, 6.13, 3.1, 9.13, 7.26, 4.74, 7.46, 6.77, 12.74, 7.11, 7.81, 8.84, 6.08, 5.39, 8.15, 6.42, 5.73, 6.58, 5.76, 7.71, 8.84, 8.47, 7.04, 5.25, 12.5, 5.56, 7.91, 6.89 ],
"dataset" : [ "I", "I", "I", "I", "I", "I", "I", "I", "I", "I", "I", "II", "II", "II", "II", "II", "II", "II", "II", "II", "II", "II", "III", "III", "III", "III", "III", "III", "III", "III", "III", "III", "III", "IV", "IV", "IV", "IV", "IV", "IV", "IV", "IV", "IV", "IV", "IV" ]
},
"kind" : "plot",
"scales" : [ {
"aesthetic" : "x",
"limits" : [ 0.0, 20.0 ]
}, {
"aesthetic" : "y",
"limits" : [ 0.0, 20.0 ]
}, {
"aesthetic" : "color",
"discrete" : true
} ],
"layers" : [ {
"mapping" : {
"x" : "x",
"y" : "y",
"color" : "dataset"
},
"stat" : "identity",
"size" : 5.0,
"sampling" : "none",
"inherit_aes" : false,
"position" : "identity",
"geom" : "point"
}, {
"mapping" : { },
"stat" : "identity",
"size" : 1.7,
"intercept" : 3.0,
"sampling" : "none",
"alpha" : 0.7,
"inherit_aes" : false,
"position" : "identity",
"geom" : "abline",
"slope" : 0.5
} ],
"facet" : {
"ncol" : 2.0,
"scales" : "fixed",
"name" : "wrap",
"format" : [ null ],
"dir" : "h",
"facets" : [ "dataset" ],
"order" : [ 1.0 ]
},
"data_meta" : {
"series_annotations" : [ {
"type" : "float",
"column" : "x"
}, {
"type" : "float",
"column" : "y"
}, {
"type" : "str",
"column" : "dataset"
} ]
}
},
"apply_color_scheme" : true,
"swing_enabled" : true
}
},
"execution_count" : 3,
"metadata" : { },
"output_type" : "execute_result"
} ],
"execution_count" : 3
}, {
"metadata" : {
"ExecuteTime" : {
"end_time" : "2025-05-30T07:45:18.632639Z",
"start_time" : "2025-05-30T07:45:18.482094Z"
}
},
"cell_type" : "code",
"source" : [ "import org.apache.commons.math3.distribution.MultivariateNormalDistribution\n", "import org.apache.commons.math3.random.JDKRandomGenerator\n", "\n", "val cov: Array<DoubleArray> = arrayOf(\n", " doubleArrayOf(1.0, 0.0),\n", " doubleArrayOf(0.0, 1.0)\n", ")\n", "val means: DoubleArray = doubleArrayOf(0.0, 0.0)\n", "val random = JDKRandomGenerator(42)\n", "val xy = MultivariateNormalDistribution(random, means, cov).sample(400)\n", "\n", "val xs = xy.map { it[0] }\n", "val ys = xy.map { it[1] }" ],
"id" : "e9fbab5a31b60102",
"outputs" : [ ],
"execution_count" : 4
}, {
"metadata" : {
"ExecuteTime" : {
"end_time" : "2025-05-30T07:45:18.962566Z",
"start_time" : "2025-05-30T07:45:18.634109Z"
}
},
"cell_type" : "code",
"source" : [ "val scaleX = Scale.continuousPos(-3.5..3.5)\n", "plotBunch {\n", " add(plot {\n", " histogram(xs) {\n", " x { scale = scaleX }\n", " fillColor = Color.named(\"dark_magenta\")\n", " }\n", " layout {\n", " size = 600 to 200\n", " xAxisLabel = \"x\"\n", " }\n", " }, 0, 0)\n", " add(plot {\n", " points {\n", " x(xs) { scale = scaleX }\n", " y(ys)\n", " color = Color.GREY\n", " alpha = .4\n", " }\n", " layout {\n", " size = 600 to 200\n", " xAxisLabel = \"x\"\n", " yAxisLabel = \"y\"\n", " }\n", " }, 0, 200)\n", "}" ],
"id" : "d91090033596f8b2",
"outputs" : [ {
"data" : {
"text/html" : [ " <iframe src='about:blank' style='border:none !important;' width='600' height='400' srcdoc=\"&lt;html lang=&quot;en&quot;>\n", " &lt;head>\n", " &lt;meta charset=&quot;UTF-8&quot;>\n", " &lt;style> html, body { margin: 0; overflow: hidden; } &lt;/style>\n", " &lt;script type=&quot;text/javascript&quot; data-lets-plot-script=&quot;library&quot; src=&quot;https://cdn.jsdelivr.net/gh/JetBrains/[email protected]/js-package/distr/lets-plot.min.js&quot;>&lt;/script>\n", " &lt;/head>\n", " &lt;body>\n", " &lt;div id=&quot;Wlx43N&quot;>&lt;/div>\n", " &lt;script type=&quot;text/javascript&quot; data-lets-plot-script=&quot;plot&quot;>\n", " \n", " (function() {\n", " // ----------\n", " \n", " var plotSpec={\n", "&quot;kind&quot;:&quot;ggbunch&quot;,\n", "&quot;items&quot;:[{\n", "&quot;x&quot;:0,\n", "&quot;width&quot;:null,\n", "&quot;y&quot;:0,\n", "&quot;feature_spec&quot;:{\n", "&quot;mapping&quot;:{\n", "},\n", "&quot;guides&quot;:{\n", "&quot;x&quot;:{\n", "&quot;title&quot;:&quot;x&quot;\n", "}\n", "},\n", "&quot;data&quot;:{\n", "},\n", "&quot;ggsize&quot;:{\n", "&quot;width&quot;:600.0,\n", "&quot;height&quot;:200.0\n", "},\n", "&quot;kind&quot;:&quot;plot&quot;,\n", "&quot;spec_id&quot;:&quot;6&quot;,\n", "&quot;scales&quot;:[{\n", "&quot;aesthetic&quot;:&quot;x&quot;,\n", "&quot;name&quot;:&quot;x&quot;,\n", "&quot;limits&quot;:[-3.5,3.5]\n", "},{\n", "&quot;aesthetic&quot;:&quot;x&quot;,\n", "&quot;limits&quot;:[null,null]\n", "},{\n", "&quot;aesthetic&quot;:&quot;y&quot;,\n", "&quot;limits&quot;:[null,null]\n", "}],\n", "&quot;layers&quot;:[{\n", "&quot;mapping&quot;:{\n", "&quot;x&quot;:&quot;x&quot;,\n", "&quot;y&quot;:&quot;count&quot;\n", "},\n", "&quot;stat&quot;:&quot;identity&quot;,\n", "&quot;data&quot;:{\n", "&quot;count&quot;:[3.0,5.0,6.0,7.0,15.0,19.0,28.0,39.0,30.0,42.0,54.0,36.0,34.0,31.0,18.0,13.0,12.0,4.0,2.0,2.0],\n", "&quot;x&quot;:[-2.4149344904997463,-2.1466084359997746,-1.8782823814998024,-1.6099563269998307,-1.341630272499859,-1.0733042179998873,-0.8049781634999152,-0.5366521089999434,-0.2683260544999717,0.0,0.26832605449997193,0.5366521089999439,0.8049781634999156,1.0733042179998875,1.3416302724998594,1.6099563269998312,1.8782823814998029,2.1466084359997746,2.4149344904997463,2.683260544999718]\n", "},\n", "&quot;sampling&quot;:&quot;none&quot;,\n", "&quot;inherit_aes&quot;:false,\n", "&quot;position&quot;:&quot;identity&quot;,\n", "&quot;geom&quot;:&quot;bar&quot;,\n", "&quot;fill&quot;:&quot;dark_magenta&quot;,\n", "&quot;data_meta&quot;:{\n", "&quot;series_annotations&quot;:[{\n", "&quot;type&quot;:&quot;float&quot;,\n", "&quot;column&quot;:&quot;x&quot;\n", "},{\n", "&quot;type&quot;:&quot;int&quot;,\n", "&quot;column&quot;:&quot;count&quot;\n", "}]\n", "}\n", "}]\n", "},\n", "&quot;height&quot;:null\n", "},{\n", "&quot;x&quot;:0,\n", "&quot;width&quot;:null,\n", "&quot;y&quot;:200,\n", "&quot;feature_spec&quot;:{\n", "&quot;mapping&quot;:{\n", "},\n", "&quot;guides&quot;:{\n", "&quot;x&quot;:{\n", "&quot;title&quot;:&quot;x&quot;\n", "},\n", "&quot;y&quot;:{\n", "&quot;title&quot;:&quot;y&quot;\n", "}\n", "},\n", "&quot;data&quot;:{\n", "},\n", "&quot;ggsize&quot;:{\n", "&quot;width&quot;:600.0,\n", "&quot;height&quot;:200.0\n", "},\n", "&quot;kind&quot;:&quot;plot&quot;,\n", "&quot;spec_id&quot;:&quot;7&quot;,\n", "&quot;scales&quot;:[{\n", "&quot;aesthetic&quot;:&quot;x&quot;,\n", "&quot;limits&quot;:[-3.5,3.5]\n", "},{\n", "&quot;aesthetic&quot;:&quot;y&quot;,\n", "&quot;limits&quot;:[null,null]\n", "}],\n", "&quot;layers&quot;:[{\n", "&quot;mapping&quot;:{\n", "&quot;x&quot;:&quot;x&quot;,\n", "&quot;y&quot;:&quot;y&quot;\n", "},\n", "&quot;stat&quot;:&quot;identity&quot;,\n", "&quot;data&quot;:{\n", "&quot;x&quot;:[1.1419053154730547,-0.9498666368908959,0.2809776380727795,-0.8172214073987268,-0.19094451307087512,0.8023071496873626,1.4105062239438624,-1.2096444592532913,-0.4903496491990076,-1.2035510019650835,1.5511476388671834,0.4815980608245389,-0.2768317291873249,1.255833005788796,-0.17329033306108363,1.4238069456328435,-1.964666098753878,-2.548887393384806,-0.12200477461989162,-0.2691388556559934,-0.3199143760045327,-0.4834503128592458,1.1166733769661994,-1.1076715169200795,1.1457411377091524,1.0725991339400673,0.30102521611534994,1.406156849249087,0.2709294126920897,-0.5298295780368607,2.2123402141787243,-1.8831759122084633,0.32582927090649455,-0.002680308907617573,-0.5479781547659026,1.6468163882596327,0.5938103926672539,0.6632872929286855,0.8839698437730904,0.9197020859698617,0.803517749531419,-0.7638388605060555,-1.861306200027518,-0.40899380621224757,-0.48091295490277447,-0.4465888888803913,0.7045663273135641,0.08074877915238832,0.7635098382407334,0.14595005405372477,0.2007496259633872,1.5117192131332227,-1.9069696484274985,-0.5596730323653845,1.573665595681067,-0.19208158669725373,0.439851862908128,-0.7449501614293713,1.7797467521986703,1.2950640220107117,0.7688682382458406,-0.46909223599067523,0.6630227275361512,0.29670087780568055,2.2242953580982188,-1.1933022979733765,0.5580410346433533,1.4960553383489514,0.8951776489120974,0.9297634639960395,-0.10491093903022966,0.35276466448456023,-0.6538317989304822,0.15132171644246425,0.4407433149811739,0.946980694388772,-2.315207227451069,0.1920371028231238,-2.150717205632501,0.5473509656354903,0.36966929887014705,0.8751209163514154,0.4333345396190892,1.7830081455237958,0.4459302415658664,0.03295541525474264,-0.017182633216773876,-0.027818555215940465,1.3758681039407463,0.2920337802284907,0.10462042588973046,1.7799964944316888,-0.5004628323242984,1.0869289165797924,1.9616582572418195,1.361656934659277,-0.4910136707454713,1.5704667206621972,-0.3319307686020679,-0.5311415117921071,0.3015645247761741,-1.7133285086762593,-1.3278612176303164,-1.2876713313576322,0.012552200267459757,-1.321353005901397,0.6110409277400992,0.38840257501965103,0.43343568884177824,0.06399529912314222,1.1806635961066305,1.2380051788351232,-0.5658960602508907,0.9441165305261189,0.8859638093504211,0.4163203752064485,0.8418616457792908,1.0703545150299583,0.15572639860723536,0.3685121432402299,-1.2388537517698515,-0.6031387254158636,1.8821103658250251,-0.7743715896031117,0.13720880703462834,0.1906821021913211,-0.43633626572057416,0.8037789293095281,-0.34849290985335807,0.04988927954543703,0.26673915861274083,-0.8305161094189647,0.2347363543406824,-0.2244364934463062,-0.1536108029070761,0.9177143967118988,0.0776111251281053,-0.4193418329403618,-0.4732300240728939,2.205183137564584,1.8022977941941876,0.8343656581164237,1.8732773429688498,0.8230498418068863,-1.3185016102600022,0.29381594646654585,0.03904242763024676,-0.8572762852517187,0.9311182993772318,-0.7640608428892913,1.1489058966224224,-0.5201546113604179,-1.1920553744828504,1.6356236021102861,-0.8020071189311526,0.5672862680104924,-0.2755938798225546,0.19791109179428348,-0.43698686049583846,-1.8919101455344216,-0.3120227228815025,-0.6334365278276024,-0.057369986817633334,-0.18690090580107124,-0.2020836942432255,-0.5027324434120202,-0.7281546907243078,1.7114680848906723,-0.5338642302166342,0.006043532885255262,0.5705074035386362,2.705325086899449,-0.7094079075378742,0.7686772759307144,0.31711781188106697,-1.6097266693243066,0.5597531261282837,0.02163761017200398,-0.503799991164817,0.09033470655824,0.7311626690342418,0.5763066732632881,-0.03306592868859228,1.4417756902619445,-1.0228027402178648,-0.9653919392195459,-0.35354326340276926,1.7736344143566711,-0.79600984753052,0.47281921541409655,-0.33057665809184494,-1.3114457433066151,-0.8241427622295993,2.382230016050147,-0.8144600768914696,0.1578929223859838,0.6284728113040471,-1.4368078914563116,-1.6328206376503045,0.4614917163766068,0.9810025566400666,-2.1668914854936587,-0.4008873818843881,-1.385614665847463,-1.1369320885100245,0.6753996221697711,0.3643600908733923,0.4202494777278367,0.38146576078886824,0.1547747341458854,1.3063258041012862,0.1223877708770225,0.7942868367810173,-0.13010607692827447,0.3531352653048749,-0.7972853793382453,-0.8381932538934851,1.0274885311314448,1.9913282456563328,1.0785115198463262,1.2596721244733233,1.2453074888557707,0.5575874613547589,0.06482651923921041,-0.46209498776170915,1.414464891572643,1.1935238570960616,0.5756963983924648,-0.19255223605846233,-0.7618476932704114,0.38552450922905906,0.43418193779586706,0.7291061523286057,0.16467249592613412,0.9496841789853843,0.11582717279318948,0.36638012222097,1.4068767863986082,-0.8768156149596044,-0.8449362371327163,0.7297171728443747,0.37532478946500514,0.7453755134851178,-0.5979477406720943,-2.03955805358224,0.3162570465479789,1.0480481778475728,-0.26203868667688063,0.4509651703701687,1.2982171285406794,0.6046620370312948,1.2161407602345784,-2.06591519642831,-0.023591141706713066,0.026157098721737975,-1.0139178520156449,-0.4256391708695439,0.3233068279136772,0.7201737182853447,1.727469305106878,0.22320967494730365,0.5300887552091489,-1.6436862913845212,-0.906051087274712,-1.0861839739587311,-1.006190798924251,1.2377214015219449,0.40384426691651143,-1.7655029652453154,1.3296187529650685,0.08699188515725226,-0.7203410588511509,-0.25417111001904186,0.3823407462352356,-1.109088283206293,1.0800232080218934,0.012690424702176593,0.47657286014919875,-0.9842190717896862,0.3694116442965245,1.5200453303605201,1.0438012698813377,0.37173341168161583,1.9080140714861866,-0.05546740799350879,-0.1738569767274467,0.2648199316806048,-0.05159555415322396,0.8983801216293099,1.1114035373528974,0.7131825192258491,0.3400031460569826,-1.6475319792487726,-0.6408950621908316,-0.5353641702403659,-0.0803952168922981,0.7505158395265691,1.9871554281485715,0.27419494225226854,1.6139575090330749,-0.31345109161065926,0.5612615114298306,-0.23883628989818786,-0.14678636778810134,1.487562859731773,2.746488178488735,0.4116785188193896,0.39003484312803977,0.9063920023065685,0.2856680423450676,0.3957855809267267,0.2694449274462255,0.6662774494836935,-0.6253801743264935,-0.3340805317263219,-0.6179037079858032,0.44564307678266174,-0.4158736094055973,-0.8638925037400046,1.1312973802189523,-0.5514251604420723,-0.4314097787623891,1.6341206327884847,0.007868789642388307,0.18188161373945266,0.19511464195260833,-0.801592745991873,0.7391898607628943,1.0600530189294142,1.0467391216154094,-0.008106466907009561,0.3105513869382395,-1.3602658438636872,0.9768303812038047,-0.9064708830710632,0.0081698742896189,0.49660163213310304,-0.5070240382228444,0.662627028300793,-2.6200329115107013,-0.013297375779036398,-0.7391171904909428,-0.6842689252584604,0.2811153879174411,-0.4346026311194122,-0.07755306008089323,-1.1007755630899982,-1.1801380100727157,-1.3236336059948026,2.313472221318618,-0.21176548020289862,-0.0969449376945496,-0.25316977760316833,-0.8967571213093409,0.7968146536867756,0.5801885793428398,0.3466526115978159,-0.4576115962079526,-1.0972197956529148,-1.0740558891000285,-0.9691674222245609,1.7838286844368112,0.11777095987635547,-0.28093180538579465,1.0062047937031338,-0.9700536899282618,0.27126852977931726,-0.06818793530367911,-0.3044629210058157,0.7216550057775473,0.7919476706914222,0.07074364582018049,-0.8621333051470754,-1.5112273884476357,1.0489287678822825,1.1567394248692622,0.2693515582998967,-1.311063434715769,-0.5988637583645857,1.0224267357566696,0.28105788251695235,-1.363121453206393,-0.06329136312848706,-1.2864664075189678,-1.6521604857506678,0.922007864215502,0.36146941318261927,0.10321046043964052,-0.7772229439008417,-0.18122106058172593,-2.101159111435701,1.061754901850132,0.10222050581061178,2.263172683870654,-0.5784801584436773,-0.09825854617144751,-1.3362157509698755,1.000881249246564,1.1883428124189162,0.9873120348231553],\n", "&quot;y&quot;:[0.9194079489827879,-1.1069902863993377,0.6846227956326554,-1.3966434026780434,1.4862133923906502,-0.12151292466549345,-0.6402327822135738,0.35375769787202876,0.5507215382743629,0.3210160806416416,0.43853028624710505,1.5196310789680683,-0.08393897849486337,-0.3252727938665772,-1.8585851445864527,-1.363726024075023,-0.9185948439341892,-1.6309606578419305,1.289159071801577,0.2574914085090889,-1.7684998592513064,-0.5099904653893699,-0.04094720151728288,1.8623214176471945,-1.0586772048930921,-1.9317441520296659,0.2475231582804265,-1.5202207203569256,0.561249284813777,0.5390221914988275,-0.6329335687728442,0.3865659853763343,-0.9013043195000002,-0.4739592549853249,-0.01910014847196348,-1.107062592215791,-0.15566462108511642,1.226793360688623,0.22172454670212935,-0.7393758185888677,-0.2539417447630359,-1.8645567427274516,-0.576599881116305,0.24846093761654187,0.44621205735391023,0.045638687865053575,-0.2718240183671583,1.2590964696340183,1.7220810801509723,-0.9946630124621867,0.8962364439355677,-1.4034737280748781,1.3685654487373131,0.7446081536741976,1.1280434418181906,-2.2544936618345086,0.6568003265998675,1.1994753269490135,0.06740415207570563,-0.5826765284502453,0.4176645501737688,0.4141481732625842,0.8671946375362719,0.32152305651538937,0.8358482078498958,0.1188051459900597,-1.9527104650970353,-0.7625821886812193,-0.18267090292344199,-0.4374803598273085,-0.6114382438880094,-1.1445166107986677,2.677097108514281,1.8470372001182738,0.8773090852445982,-0.6997736460145386,0.09480020117496452,-1.0081308322886091,1.6170416083849217,1.6230096333098776,1.2240526315272633,-0.29000442763399675,1.0069743967645715,1.356870316505785,1.3915127940536753,-0.8018248798505966,-1.3164854365297216,1.9719833390831583,-1.2706898498985282,1.533319271731563,-1.3131603671758911,0.3952547694086232,-2.0407393926238933,-1.0408491311776968,0.9258632212977318,2.8896525506477344,-0.710198583176802,-0.842408497299511,-1.698847669879108,-2.5875629832762232,-1.1528052896236403,0.08131975803507514,0.6965862080356764,1.2509059068665722,0.6566974914450203,0.8149172295041944,0.12348089487854173,-0.5821272380571016,-0.7960431045019911,-0.7421110756691232,0.9198186083780134,-0.07088550150391275,1.0508212282447211,-0.6911609067777333,-2.533371339542391,0.4062903984061704,-0.3480736064260179,-0.23477690871527593,0.6683095785190067,0.09709933719650744,-0.2653296755913956,-0.14638328860844366,1.8435869679890158,-0.15335007392100358,-0.9119325994640678,0.7232172113039873,-0.18091541708210968,1.3862531407675853,1.0537138497194383,1.3674485272298358,0.027260166598693507,0.3980698432838456,0.5199782395388352,0.9518789476720878,-1.1594658182609312,-0.8937789460924328,0.9697328374797829,-0.03773541293956013,-0.8553707557477301,-0.6650231389203286,0.7233623251887374,1.5078868235362133,0.17565734876388298,-1.0642009957917922,0.3953402446037735,0.9082454404595958,0.4123446397119441,-0.4045355572510501,0.44258369452335317,-1.0046799615367819,0.5823735498702164,-0.9427458886970562,1.5780160063402813,0.9829002135878432,0.7028918814014006,-1.0987393491518127,-1.4118257917291643,-1.1248175303383527,0.38553773511769696,1.7424648070251116,0.5821118122610791,-0.14920179120962498,0.983603842699607,-2.0826899070777283,-1.1284104013062142,0.1012109678729846,-0.9040981287681613,0.07125394906806862,0.16661367308055955,0.3752864302671252,1.5388314004618417,0.7253747699098897,1.2062201954483274,-1.1438981876177647,0.9606594584840612,0.5050792404611278,0.801921952517151,0.014730824596698193,0.24700658774025774,1.1542443433715526,-1.7981106861881657,1.0139307462486293,1.6079849454993758,-0.022262115019530022,0.9625031913007136,-0.5667562962139809,-0.8305717958812364,-0.049612879600047,1.4538387691532402,-0.7233469640901355,1.753528514524716,-0.5737663753170403,-0.6103533801581942,-0.4371019419065231,-2.0368812374682252,-1.9772673038070927,-0.8293935174665592,0.32387496601514126,-1.1268798336415804,-0.9490178476559658,0.07621489292187406,0.6219892570599911,0.06683877001818041,-1.3346008538706646,0.0822718236378471,-1.2204800911406224,0.36679652395116424,-0.8009828383689651,0.015684871834485366,0.9197472238114571,1.013331566156439,-1.064816626030372,-0.24126298171576244,-0.6282954807051427,-1.0130859961692729,0.8670116701629946,-1.2974653145373134,0.7489571027636027,1.3823300780216257,0.9778203758011399,0.006588878797566036,-0.5754489090796091,0.7728855159117355,0.13659230619970358,-2.3827059163910444E-4,-0.6953024589487374,1.5873080212453758,0.9319407933274975,0.7357619185236388,-1.4761137753554259,0.955100157523304,-0.7130343482035542,0.7140484894891782,0.6545959369641715,1.537434992653506,1.213425162173939,-1.0237578833371659,0.11267421596373968,1.8153485847571271,-0.6664402851086361,-0.3280609781972763,-1.1018260734180074,0.09608056042410369,0.6103118877057255,-1.321396675433821,0.28532384265151656,-0.33974602790806946,1.0626091656565495,0.8640039488932111,-0.06409808674087791,1.3214992711090061,-0.41379336095199143,-0.5511291293459475,-1.1753968681726514,0.8924236336247767,-0.5098969149356519,-0.9115562838551526,-0.2410240755646707,-0.482573559047947,-0.9636025060720385,0.47684801724525383,0.8810354040615783,0.5878631039716906,0.7766036014727925,0.5926757324414604,-2.1803586949394225,-0.26750334833868417,-1.0601910302381576,-1.399198643321559,-0.619349374628641,-1.3741285272600698,-1.0733849426330444,-0.6149559393544312,0.053005618190116864,-1.3163748213825457,-0.3206318481879621,-0.49006343130344665,-1.90922098444035,1.531202299543557,-0.9647389080385376,-1.1171633575553732,-1.4889959907470973,-1.5907796618760839,1.3969176626246116,-0.03792635946657649,-0.09965270581531076,0.3110765897825497,0.5971370020069536,-0.41550270562594344,1.8066708339226405,-0.4835196275965436,0.15902527287964105,-0.21045840939034383,-0.6492631847885846,0.2784917703092405,-0.3082087256466658,1.2753072435061361,-0.415700503761544,-0.5716176575341491,0.47928019076924294,0.6888181847006613,-0.7192496970606022,-0.8245600778410896,0.6171101997247541,1.1695780390240165,-0.409778806805365,-1.302213259977852,0.8058092139513117,-1.6748417828946516,0.41813221760139374,-0.3211224661264767,-0.22607792778044114,-0.7736184935673468,-0.3018474878790466,1.3438356681498298,-1.1147496913709418,0.7541264342573287,-0.6689521846321478,1.1517668203954323,-0.9118382821291146,-2.3332507048491813,0.12134326074848228,-0.2162288130879396,0.8982652887205418,0.2876714951624808,-0.005225745055075218,1.4856964422275796,1.4003674133746302,-1.5340832975220873,0.1908285513553204,-1.3542942677260328,0.19046434489606975,-0.318397536319362,-0.5999867143204749,0.9754791705404877,-0.1083253582740069,0.8174757593692714,0.828839820849067,0.22532192568236153,0.05177072461995705,1.0915066394830324,0.5275154403994392,-1.7181525036523673,1.286539214837881,2.0047565660570132,0.2533868053906783,-0.9387260497872524,-0.19564275713728704,0.6130489732175104,-1.1512216590965991,0.14130421289095507,1.5430846561962788,0.6832418500477585,-0.10470906814452988,0.8337447891715967,1.438564562880532,1.0136826442663953,0.5509096942566918,-0.21979495455789316,0.10204031660911432,-0.9043897906686481,-0.3297988288336338,0.5077338456297841,-0.5578324467667495,0.30785446267878863,1.997400803563725,0.564287715942167,0.9611220391387494,1.8474941997466667,0.033229285227094923,1.674070943673579,-2.2652465769212773,-1.9521873641153344,0.8041566655420045,0.45267660502511936,-0.7212524988662524,1.141920061908346,1.7871358520284517,0.2240722802790835,-0.3944115619517683,-1.0614907678383738,0.8242040060835375,-0.04003544751326949,0.4575636141356013,0.4782024605158145,-0.5890748442091491,0.2516141141035274,0.5618738178080496,-1.105529410028876,0.1899147160759033,1.0868811582857678,-0.16861014179442108,-1.153273674619901,-1.1318540406328192,-0.4016354227354577,0.5815719854072032,-0.2646872683375567,0.752079037914068,1.4647706571285362,1.5280681270799197]\n", "},\n", "&quot;color&quot;:&quot;#a39999&quot;,\n", "&quot;sampling&quot;:&quot;none&quot;,\n", "&quot;alpha&quot;:0.4,\n", "&quot;inherit_aes&quot;:false,\n", "&quot;position&quot;:&quot;identity&quot;,\n", "&quot;geom&quot;:&quot;point&quot;,\n", "&quot;data_meta&quot;:{\n", "&quot;series_annotations&quot;:[{\n", "&quot;type&quot;:&quot;float&quot;,\n", "&quot;column&quot;:&quot;x&quot;\n", "},{\n", "&quot;type&quot;:&quot;float&quot;,\n", "&quot;column&quot;:&quot;y&quot;\n", "}]\n", "}\n", "}]\n", "},\n", "&quot;height&quot;:null\n", "}]\n", "};\n", " var containerDiv = document.getElementById(&quot;Wlx43N&quot;);\n", " \n", " var toolbar = null;\n", " var plotContainer = containerDiv; \n", " \n", " var options = {\n", " sizing: {\n", " width_mode: &quot;fixed&quot;,\n", " height_mode: &quot;fixed&quot;,\n", " width: 600.0,\n", " height: 400.0\n", " }\n", " };\n", " var fig = LetsPlot.buildPlotFromProcessedSpecs(plotSpec, -1, -1, plotContainer, options);\n", " if (toolbar) {\n", " toolbar.bind(fig);\n", " }\n", " \n", " // ----------\n", " })();\n", " \n", " &lt;/script>\n", " &lt;/body>\n", "&lt;/html>\"></iframe> <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"plt-container\" id=f5bdd44a-90f3-44ae-8eb1-f6e3965061ef width=\"100%\" height=\"100%\" style=\"max-width: 600.0px; max-height: 400.0px;\" viewBox=\"0 0 600.0 400.0\" preserveAspectRatio=\"xMinYMin meet\">\n", "<style type=\"text/css\">\n", "\n", " .plt-container {\n", " font-family: Lucida Grande, sans-serif;\n", " user-select: none;\n", " -webkit-user-select: none;\n", " -moz-user-select: none;\n", " -ms-user-select: none;\n", "}\n", "text {\n", " text-rendering: optimizeLegibility;\n", "}\n", "#pIF7YN7 .plot-title {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 16.0px;\n", "\n", "}\n", "#pIF7YN7 .plot-subtitle {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#pIF7YN7 .plot-caption {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pIF7YN7 .hyperlink-element {\n", "fill: #118ed8;\n", "font-weight: normal;\n", " font-style: normal;\n", "}\n", "#pIF7YN7 .legend-title {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#pIF7YN7 .legend-item {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pIF7YN7 .axis-title-x {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#pIF7YN7 .axis-text-x {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#dNIimw0 .axis-tooltip-text-x {\n", "fill: #ffffff;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pIF7YN7 .axis-title-y {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#pIF7YN7 .axis-text-y {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#dNIimw0 .axis-tooltip-text-y {\n", "fill: #ffffff;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pIF7YN7 .facet-strip-text-x {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#pIF7YN7 .facet-strip-text-y {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#dNIimw0 .tooltip-text {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#dNIimw0 .tooltip-title {\n", "fill: #474747;\n", "font-weight: bold;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#dNIimw0 .tooltip-label {\n", "fill: #474747;\n", "font-weight: bold;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "\n", " \n", "\n", " .plt-container {\n", " font-family: Lucida Grande, sans-serif;\n", " user-select: none;\n", " -webkit-user-select: none;\n", " -moz-user-select: none;\n", " -ms-user-select: none;\n", "}\n", "text {\n", " text-rendering: optimizeLegibility;\n", "}\n", "#p9yrcc0 .plot-title {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 16.0px;\n", "\n", "}\n", "#p9yrcc0 .plot-subtitle {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#p9yrcc0 .plot-caption {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#p9yrcc0 .hyperlink-element {\n", "fill: #118ed8;\n", "font-weight: normal;\n", " font-style: normal;\n", "}\n", "#p9yrcc0 .legend-title {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#p9yrcc0 .legend-item {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#p9yrcc0 .axis-title-x {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#p9yrcc0 .axis-text-x {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d7UXDiE .axis-tooltip-text-x {\n", "fill: #ffffff;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#p9yrcc0 .axis-title-y {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 15.0px;\n", "\n", "}\n", "#p9yrcc0 .axis-text-y {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d7UXDiE .axis-tooltip-text-y {\n", "fill: #ffffff;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#p9yrcc0 .facet-strip-text-x {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#p9yrcc0 .facet-strip-text-y {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d7UXDiE .tooltip-text {\n", "fill: #474747;\n", "font-weight: normal;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d7UXDiE .tooltip-title {\n", "fill: #474747;\n", "font-weight: bold;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "#d7UXDiE .tooltip-label {\n", "fill: #474747;\n", "font-weight: bold;\n", " font-style: normal;font-family: Lucida Grande, sans-serif;\n", "font-size: 13.0px;\n", "\n", "}\n", "\n", " \n", "</style>\n", "<g transform=\"translate(0.0 0.0)\" id=\"pIF7YN7\">\n", " <path fill-rule=\"evenodd\" fill=\"rgb(255,255,255)\" fill-opacity=\"1.0\" d=\"M0.0 0.0 L0.0 200.0 L600.0 200.0 L600.0 0.0 Z\">\n", " </path>\n", " <g transform=\"translate(29.5 6.5 ) \">\n", " <g>\n", " <g transform=\"translate(21.961210910936405 0.0 ) \">\n", " <g>\n", " <line x1=\"74.07240267472713\" y1=\"0.0\" x2=\"74.07240267472713\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"166.35541449486172\" y1=\"0.0\" x2=\"166.35541449486172\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"258.6384263149963\" y1=\"0.0\" x2=\"258.6384263149963\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"350.92143813513087\" y1=\"0.0\" x2=\"350.92143813513087\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"443.2044499552655\" y1=\"0.0\" x2=\"443.2044499552655\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"535.4874617754001\" y1=\"0.0\" x2=\"535.4874617754001\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " <g transform=\"translate(21.961210910936405 0.0 ) \">\n", " <g>\n", " <line x1=\"0.0\" y1=\"141.0\" x2=\"542.0387890890636\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"91.26455026455027\" x2=\"542.0387890890636\" y2=\"91.26455026455027\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"41.52910052910053\" x2=\"542.0387890890636\" y2=\"41.52910052910053\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <g clip-path=\"url(#cumzXuF)\" clip-bounds-jfx=\"[rect (21.961210910936405, 0.0), (542.0387890890636, 141.0)]\">\n", " <g transform=\"translate(21.961210910936405 0.0 ) \">\n", " <g>\n", " <g>\n", " <rect x=\"495.11491949912414\" y=\"136.02645502645504\" height=\"4.973544973544961\" width=\"22.285742813163836\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"470.3529830400532\" y=\"136.02645502645504\" height=\"4.973544973544961\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"445.5910465809822\" y=\"131.05291005291005\" height=\"9.94708994708995\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"420.8291101219112\" y=\"111.15873015873017\" height=\"29.841269841269835\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"396.0671736628402\" y=\"108.67195767195767\" height=\"32.32804232804233\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"371.30523720376925\" y=\"96.23809523809524\" height=\"44.76190476190476\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"346.5433007446983\" y=\"63.91005291005291\" height=\"77.08994708994709\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"321.7813642856273\" y=\"56.449735449735456\" height=\"84.55026455026454\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"297.01942782655635\" y=\"51.47619047619048\" height=\"89.52380952380952\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"272.2574913674854\" y=\"6.714285714285722\" height=\"134.28571428571428\" width=\"22.285742813163836\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"247.49555490841436\" y=\"36.55555555555557\" height=\"104.44444444444443\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"222.7336184493434\" y=\"66.3968253968254\" height=\"74.6031746031746\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"197.97168199027243\" y=\"44.01587301587303\" height=\"96.98412698412697\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"173.20974553120146\" y=\"71.37037037037038\" height=\"69.62962962962962\" width=\"22.285742813163864\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"148.44780907213044\" y=\"93.75132275132276\" height=\"47.24867724867724\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"123.68587261305947\" y=\"103.69841269841271\" height=\"37.30158730158729\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"98.9239361539885\" y=\"123.5925925925926\" height=\"17.407407407407405\" width=\"22.285742813163893\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"74.16199969491754\" y=\"126.07936507936508\" height=\"14.920634920634924\" width=\"22.285742813163864\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"49.400063235846574\" y=\"128.56613756613757\" height=\"12.43386243386243\" width=\"22.285742813163864\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " <rect x=\"24.638126776775607\" y=\"133.53968253968253\" height=\"7.460317460317469\" width=\"22.285742813163864\" stroke=\"rgb(255,255,255)\" stroke-opacity=\"1.0\" fill=\"rgb(128,0,128)\" fill-opacity=\"1.0\" stroke-width=\"1.6500000000000001\">\n", " </rect>\n", " </g>\n", " </g>\n", " </g>\n", " <defs>\n", " <clipPath id=\"cumzXuF\">\n", " <rect x=\"21.961210910936405\" y=\"0.0\" width=\"542.0387890890636\" height=\"141.0\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " </g>\n", " <g>\n", " <g transform=\"translate(21.961210910936405 141.0 ) \">\n", " <g transform=\"translate(74.07240267472713 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>-2</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(166.35541449486172 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>-1</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(258.6384263149963 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>0</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(350.92143813513087 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>1</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(443.2044499552655 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>2</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(535.4874617754001 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>3</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <line x1=\"0.0\" y1=\"0.0\" x2=\"542.0387890890636\" y2=\"0.0\" stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\">\n", " </line>\n", " </g>\n", " <g transform=\"translate(21.961210910936405 0.0 ) \">\n", " <g transform=\"translate(0.0 141.0 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>0</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 91.26455026455027 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>20</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 41.52910052910053 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>40</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <g transform=\"translate(16.0 77.0 ) rotate(-90.0 ) \">\n", " <text class=\"axis-title-y\" y=\"0.0\" text-anchor=\"middle\">\n", " <tspan>count</tspan>\n", " </text>\n", " </g>\n", " <g transform=\"translate(322.4806054554682 193.0 ) \">\n", " <text class=\"axis-title-x\" y=\"0.0\" text-anchor=\"middle\">\n", " <tspan>x</tspan>\n", " </text>\n", " </g>\n", " <path fill=\"rgb(0,0,0)\" fill-opacity=\"0.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" stroke-width=\"0.0\" d=\"M0.0 0.0 L0.0 200.0 L600.0 200.0 L600.0 0.0 Z\" pointer-events=\"none\">\n", " </path>\n", " </g>\n", " <g id=\"dNIimw0\">\n", " </g>\n", "\n", "<g transform=\"translate(0.0 200.0)\" id=\"p9yrcc0\">\n", " <path fill-rule=\"evenodd\" fill=\"rgb(255,255,255)\" fill-opacity=\"1.0\" d=\"M0.0 0.0 L0.0 200.0 L600.0 200.0 L600.0 0.0 Z\">\n", " </path>\n", " <g transform=\"translate(29.5 6.5 ) \">\n", " <g>\n", " <g transform=\"translate(21.961210910936405 0.0 ) \">\n", " <g>\n", " <line x1=\"59.83545074359793\" y1=\"0.0\" x2=\"59.83545074359793\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"130.23009867724255\" y1=\"0.0\" x2=\"130.23009867724255\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"200.62474661088717\" y1=\"0.0\" x2=\"200.62474661088717\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"271.0193945445318\" y1=\"0.0\" x2=\"271.0193945445318\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"341.4140424781764\" y1=\"0.0\" x2=\"341.4140424781764\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"411.80869041182103\" y1=\"0.0\" x2=\"411.80869041182103\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"482.2033383454657\" y1=\"0.0\" x2=\"482.2033383454657\" y2=\"141.0\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " <g transform=\"translate(21.961210910936405 0.0 ) \">\n", " <g>\n", " <line x1=\"0.0\" y1=\"120.84032888711658\" x2=\"542.0387890890636\" y2=\"120.84032888711658\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"74.03486089415381\" x2=\"542.0387890890636\" y2=\"74.03486089415381\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " <line x1=\"0.0\" y1=\"27.229392901191027\" x2=\"542.0387890890636\" y2=\"27.229392901191027\" stroke=\"rgb(233,233,233)\" stroke-opacity=\"1.0\" stroke-width=\"1.0\" fill=\"none\">\n", " </line>\n", " </g>\n", " </g>\n", " </g>\n", " <g clip-path=\"url(#cDHLG1P)\" clip-bounds-jfx=\"[rect (21.961210910936405, 0.0), (542.0387890890636, 141.0)]\">\n", " <g transform=\"translate(21.961210910936405 0.0 ) \">\n", " <g>\n", " <g>\n", " <g>\n", " <g >\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"351.4034172008149\" cy=\"52.51820122985909\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"204.15386705668212\" cy=\"99.94146010344626\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"290.7987164538921\" cy=\"58.012815720035334\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"213.49138128686087\" cy=\"106.72013493496871\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"257.57792277204635\" cy=\"39.2534042100272\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"327.4975238814196\" cy=\"76.87859554723484\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"370.3114835872745\" cy=\"89.01805839212528\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"185.86689871051243\" cy=\"65.75596359164709\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"236.50140362478152\" cy=\"61.14647122778585\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"186.29584549101452\" cy=\"66.52220695030445\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"380.2118864756913\" cy=\"63.77205325571197\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"304.92132048180116\" cy=\"38.4713389802781\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"251.53192243152802\" cy=\"75.99926247980547\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"359.42331685048475\" cy=\"81.64713356530564\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"258.8206825583928\" cy=\"117.53083464272247\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"371.24778320783366\" cy=\"105.94977827966075\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"132.71741621558547\" cy=\"95.53249167728498\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"91.59136386470323\" cy=\"112.20379932835482\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"262.43091138894084\" cy=\"43.865014057630646\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"252.07345955536414\" cy=\"68.00885795443628\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"248.4991346767811\" cy=\"115.42259267302691\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"236.98707997739484\" cy=\"85.97003209640297\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"349.6272237729414\" cy=\"74.9931373591631\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"193.0452480848167\" cy=\"30.451448141006388\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"351.67343855666104\" cy=\"98.81080190840527\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"346.52463295217495\" cy=\"119.2429554333626\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"292.20995865212114\" cy=\"68.24214226294802\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"370.0053108869043\" cy=\"109.61218202860627\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"290.09137516586054\" cy=\"60.900093175941564\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"233.7222279337955\" cy=\"61.420267928306295\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"426.756305031087\" cy=\"88.84723684158834\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"138.45388920749699\" cy=\"64.98815996630374\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"293.9560313564706\" cy=\"95.127846133292\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"270.8307151426266\" cy=\"85.12680326374587\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"232.44466526445785\" cy=\"74.48185658813647\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"386.9464544074248\" cy=\"99.94315225723511\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"312.8204680756824\" cy=\"77.67783861407186\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"317.71127000910684\" cy=\"45.32454220530852\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"333.24614048089734\" cy=\"68.84590030719346\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"335.76149909021876\" cy=\"91.33827650001976\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"327.58274363123047\" cy=\"79.97779199744551\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"217.24922688117172\" cy=\"117.67058636555015\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"139.99339989688474\" cy=\"87.52887453432149\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"242.22841954917936\" cy=\"68.22019566259752\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"237.16569639742227\" cy=\"63.59227880987755\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"239.58192694071911\" cy=\"72.96679082209951\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"320.6170931016712\" cy=\"80.39628608985508\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"276.7036764240358\" cy=\"44.56856113940007\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"324.7664008013622\" cy=\"33.73345545500725\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"281.2934972155401\" cy=\"97.31269479094522\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"285.1510937870353\" cy=\"53.06047779877731\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"377.43633632757127\" cy=\"106.87998322334025\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"136.778937523332\" cy=\"42.00668774057928\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"231.62140847321527\" cy=\"56.60899434210542\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"381.79703011778963\" cy=\"47.63556028880736\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"257.4978788744428\" cy=\"126.79617635882008\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"301.9826115769072\" cy=\"58.66393756193501\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"218.57889020259947\" cy=\"45.9638588822235\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"396.3040405766046\" cy=\"72.4574194528677\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"362.18497042550564\" cy=\"87.67108469546812\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"325.14360348320935\" cy=\"64.26036852667704\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"237.99781174356207\" cy=\"64.34266136016086\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"317.6926460214439\" cy=\"53.74013546871734\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"291.905548379266\" cy=\"66.5103423287885\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"427.5978831782959\" cy=\"54.473727624407005\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"187.01729940028687\" cy=\"71.25449566513531\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"310.3024967107774\" cy=\"119.73362448096518\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"376.3336833768558\" cy=\"91.88136900631497\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"334.03510997776664\" cy=\"78.3098594441682\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"336.4697662540989\" cy=\"84.27309738387727\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"263.6342259271107\" cy=\"88.3441874711406\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"295.85213890435267\" cy=\"100.81967869122946\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"224.993135250999\" cy=\"11.383469380844616\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"281.67163349821385\" cy=\"30.80914061818008\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"302.045365031739\" cy=\"53.503429739478065\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"337.6817671259877\" cy=\"90.41147738957999\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"108.04119687468429\" cy=\"71.81627700324319\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"284.5377787879627\" cy=\"97.62787859585552\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"119.62041404919992\" cy=\"36.19166627187905\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"309.54997306658254\" cy=\"36.05199817207594\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"297.042134690373\" cy=\"45.38868276082822\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"332.62322335045815\" cy=\"80.82175737187407\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"301.52382689850555\" cy=\"50.46890694540523\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"396.5336252115\" cy=\"42.280385809247406\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"302.41049690252606\" cy=\"41.469657122215054\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"273.33927939889645\" cy=\"92.79975526905797\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"269.80982912866403\" cy=\"104.84421937550057\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"269.061117144083\" cy=\"27.885059364097494\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"367.8731453245718\" cy=\"103.77247744335793\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"291.57700968844773\" cy=\"38.15099784614147\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"278.3841125917073\" cy=\"104.76640366189302\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"396.32162109317215\" cy=\"64.78481866484321\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"235.78948965918818\" cy=\"121.79374205587177\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"347.53337295606406\" cy=\"98.39357624157421\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"409.10963692919654\" cy=\"52.36713020899761\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"366.87275506627736\" cy=\"6.4090909090909065\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"236.45466006179782\" cy=\"90.65544942091847\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"381.57184643705256\" cy=\"93.74952287282987\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"247.65324495044516\" cy=\"113.7925410128768\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"233.62987481898267\" cy=\"134.5909090909091\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"292.24792309542744\" cy=\"101.01365643695254\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"150.41023738159015\" cy=\"72.13175622820071\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"177.54507162470503\" cy=\"57.73283916187722\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"180.37422451936385\" cy=\"44.76024270112809\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"271.90300226315225\" cy=\"58.666344185709384\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"178.00321489803991\" cy=\"54.96356974291757\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"314.03340552584365\" cy=\"71.14507035766381\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"298.3608570695611\" cy=\"87.65822979851056\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"301.5309472624255\" cy=\"92.66444591854714\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"275.5243210957137\" cy=\"91.40228899388097\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"354.13179272052884\" cy=\"52.50859067726947\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"358.16833324865905\" cy=\"75.69377543005706\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"231.1833406161338\" cy=\"49.44277121168675\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"337.48014531925196\" cy=\"90.20991574423998\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"333.3865049857053\" cy=\"133.32267646777413\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"300.3261207847926\" cy=\"64.52655477492975\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"330.2819487080036\" cy=\"82.18073491653786\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"346.36662379425263\" cy=\"79.5292824373336\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"281.98169954846253\" cy=\"58.3945896007729\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"296.9606771272006\" cy=\"71.7624709345093\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"183.81072084741834\" cy=\"80.24430071339194\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"228.56165631373491\" cy=\"77.46063005898738\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"403.50989111904755\" cy=\"30.88988548292722\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"216.507779124604\" cy=\"77.62367188246782\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"280.6781602091298\" cy=\"95.3765769421312\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"284.4423939955371\" cy=\"57.10960087632952\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"240.30365673845077\" cy=\"78.26877627598891\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"327.60112928975786\" cy=\"41.592747388983135\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"246.4873588480333\" cy=\"49.37507596076143\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"274.531332813796\" cy=\"42.032826757513725\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"289.7964037051923\" cy=\"73.39689846654481\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"212.55550541876352\" cy=\"64.71893823976093\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"287.54357756557135\" cy=\"61.86594847026777\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"255.22026660491733\" cy=\"51.758291084933305\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"260.2060161550837\" cy=\"101.16953101692701\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"335.621576404703\" cy=\"94.9517318212105\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"276.4828023736588\" cy=\"51.340461250961326\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"241.4999738508458\" cy=\"74.91797272542571\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"237.70653360829027\" cy=\"94.0528751592872\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"426.2524851426005\" cy=\"89.59822051581135\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"397.8915132384159\" cy=\"57.10620481468551\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"329.7542712955611\" cy=\"38.74618666613653\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"402.8880935848972\" cy=\"69.9239986865055\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"328.95769839036944\" cy=\"98.94007371745974\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"178.20393789033542\" cy=\"64.78281831158782\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"291.70246465333486\" cy=\"52.77943444756082\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"273.7677724920378\" cy=\"64.38486897610022\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"210.67173226237435\" cy=\"83.50209893261851\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"336.5651394137659\" cy=\"63.677192420043795\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"217.23360050945638\" cy=\"97.54711878559428\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"351.8962206461555\" cy=\"60.40572761995455\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"234.40329380675342\" cy=\"96.09769215360747\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"187.10507614040264\" cy=\"37.104972055582316\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"386.158542167045\" cy=\"51.03230865047277\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"214.56238576709666\" cy=\"57.58526916543049\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"310.9533116587216\" cy=\"99.74836561382077\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"251.6190604017559\" cy=\"107.07544434736317\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"284.9512761735536\" cy=\"100.35866635124141\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"240.25785834829856\" cy=\"65.01222383358845\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"137.83904592754584\" cy=\"33.25642051711484\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"249.05466481999127\" cy=\"60.41185299559806\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"226.42885317979744\" cy=\"77.52659072563122\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"266.98085452054664\" cy=\"51.01584180553798\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"257.8625710821861\" cy=\"122.77549878665043\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"256.79378403514966\" cy=\"100.44274935478596\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"235.6297211857217\" cy=\"71.66624753549593\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"219.76120144976227\" cy=\"95.19322890843166\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"391.4975878300797\" cy=\"72.36732367791497\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"233.43821001406562\" cy=\"70.13564542287276\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"271.44482691426475\" cy=\"65.25213239412321\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"311.1800623601718\" cy=\"38.02199896371239\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"461.45980158287506\" cy=\"57.05910810619376\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"221.0808746520596\" cy=\"45.806010518892805\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"325.13016075826744\" cy=\"100.80520589802953\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"293.34279126538723\" cy=\"51.552803126047465\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"157.70325238804884\" cy=\"62.21462578249717\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"310.4230187880893\" cy=\"55.26769475345594\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"272.54256649471546\" cy=\"73.69011932456846\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"235.55457153751124\" cy=\"68.25423142589001\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"277.37847440888817\" cy=\"47.02238755928603\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"322.48933321342116\" cy=\"116.11556697924607\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"311.58829991071093\" cy=\"50.306109348843265\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"268.6917301358993\" cy=\"36.40361694428529\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"372.5126866598088\" cy=\"74.55585525015495\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"199.01955574132822\" cy=\"51.50965473737877\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"203.06096886519342\" cy=\"87.29850773528062\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"246.13184098798206\" cy=\"93.47251169814223\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"395.8737647061656\" cy=\"75.19593791823317\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"214.9845615759067\" cy=\"40.01105890588861\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"304.3033367498692\" cy=\"90.96315748191762\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"247.74856708307556\" cy=\"32.99749951348673\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"178.70063316038573\" cy=\"87.46256275182381\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"213.00415495031777\" cy=\"88.31879869384932\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"438.71563782134245\" cy=\"84.26424136993764\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"213.68576417574766\" cy=\"121.70345067704653\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"282.1342112271074\" cy=\"120.30832164509116\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"315.260516832148\" cy=\"93.44493676182974\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"169.87580887718246\" cy=\"66.45530121638201\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"156.07756061834948\" cy=\"100.40692988686692\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"303.5059414431564\" cy=\"96.24447314075968\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"340.0767241412145\" cy=\"72.25122402853287\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"118.48183131279347\" cy=\"59.47861176250975\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"242.79906843573974\" cy=\"72.47065093876634\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"173.479537970505\" cy=\"105.2681696687659\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"190.98546044940534\" cy=\"72.10947529015185\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"318.5639131616894\" cy=\"102.59743181511917\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"296.668394862635\" cy=\"65.4508194132907\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"300.60270857348087\" cy=\"92.78004919624935\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"297.8725424740041\" cy=\"73.66779201084245\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"281.91470746375484\" cy=\"52.51026127129204\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"362.97773961087705\" cy=\"50.320131801156776\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"279.63483858680337\" cy=\"98.95448114817341\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"326.93293677805974\" cy=\"79.68107427844575\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"261.8606230651382\" cy=\"88.73869290028767\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"295.87822721862267\" cy=\"97.74384297806367\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"214.89477096337373\" cy=\"53.744417405484185\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"212.01507553634391\" cy=\"104.39909651993162\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"343.34908794938747\" cy=\"56.50721704340184\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"411.1982453178315\" cy=\"41.684557782878336\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"346.9408332764939\" cy=\"51.15119074294026\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"359.69357025865753\" cy=\"73.88066311631931\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"358.68237679166486\" cy=\"87.5019386419093\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"310.27056757881473\" cy=\"55.94722675553818\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"275.58283454313965\" cy=\"70.8382274861962\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"238.49038056914446\" cy=\"74.04043707742912\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"370.5901526012888\" cy=\"90.30683938803054\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"355.0370862652146\" cy=\"36.887513502467044\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"311.5453398260366\" cy=\"52.22489840744055\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"257.4647476783603\" cy=\"56.816020430204276\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"217.3893943977019\" cy=\"108.57995892733874\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"298.15825664150253\" cy=\"51.68290596763845\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"301.58347919481946\" cy=\"90.72181407551608\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"322.34456544395823\" cy=\"57.324174034049236\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"282.61145691960655\" cy=\"58.7155263062038\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"337.8720779723603\" cy=\"38.05467872420149\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"279.1730075944578\" cy=\"45.63739459915982\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"296.81059425816267\" cy=\"97.99359431469433\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"370.0559906090792\" cy=\"71.39797618969232\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"209.29626802672834\" cy=\"31.550740854193812\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"211.54040560519576\" cy=\"89.63138561109044\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"322.38757801804604\" cy=\"81.71238470153014\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"297.4402509596901\" cy=\"99.82060340074301\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"323.4898413946762\" cy=\"71.78631309631565\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"228.9270738572015\" cy=\"59.75189413128629\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"127.44542342238051\" cy=\"104.95915579316639\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"293.282197992811\" cy=\"67.35750290172646\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"344.79637704160945\" cy=\"81.9858468116475\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"252.57327345091818\" cy=\"49.16690124807055\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"302.76492894307586\" cy=\"53.81480630629649\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"362.40693224958\" cy=\"75.53493136783396\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"313.58436576019017\" cy=\"43.108164975845696\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"356.62919519899987\" cy=\"83.71875685002327\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"125.59002163119465\" cy=\"86.9327893059494\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"269.358704429735\" cy=\"101.54236114029567\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"272.86071430001414\" cy=\"53.14970798425979\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"199.64500431825329\" cy=\"85.96784276001937\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"241.05667496440185\" cy=\"95.36777012803702\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"293.77846487005854\" cy=\"79.67548322134162\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"321.7157698942924\" cy=\"85.32840153028822\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"392.6239880937082\" cy=\"96.58579402210057\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"286.7321610278305\" cy=\"62.87531358981356\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"308.33480584106377\" cy=\"53.416223691418196\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"155.3126767491604\" cy=\"60.27725704555845\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"207.23824724593254\" cy=\"55.860213388176604\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"194.5578561065399\" cy=\"60.164628381656534\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"200.18894750018654\" cy=\"125.06121544873642\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"358.14835684460627\" cy=\"80.29517059849213\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"299.4478695341404\" cy=\"98.84622956027297\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"146.7374348802822\" cy=\"106.7799345520459\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"364.6174385454794\" cy=\"88.529329559475\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"277.1431576732606\" cy=\"106.19322529459795\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"220.31123931455625\" cy=\"99.15500318242339\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"253.1271087398377\" cy=\"88.4265111624219\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"297.93413676644815\" cy=\"72.79438451133144\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"192.94551532089446\" cy=\"104.84163067863523\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"347.04724803339843\" cy=\"81.5385227480969\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"271.91273252356996\" cy=\"85.5036850183513\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"304.5675732494647\" cy=\"118.71585173351166\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"201.73563949631836\" cy=\"38.200540783135324\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"297.0239971873744\" cy=\"96.61238893503563\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"378.02245041844117\" cy=\"100.17953778163823\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"344.4974174505197\" cy=\"108.88143798743539\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"297.18743718503174\" cy=\"111.26345416805242\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"405.3333733592417\" cy=\"41.34316842076349\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"267.11478588703693\" cy=\"74.92244139620503\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"258.78079387699535\" cy=\"76.36700666037915\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"289.6613004009998\" cy=\"66.75481821094024\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"267.3873436749743\" cy=\"60.0602224767287\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"334.2605469172119\" cy=\"83.75876018873608\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"349.25625526869624\" cy=\"31.753823948661044\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"321.2236268978652\" cy=\"85.35054212087346\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"294.9537963075446\" cy=\"70.3132347342337\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"155.04196090589375\" cy=\"78.96016306643861\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"225.90381227919693\" cy=\"89.2293945014694\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"233.33262226417344\" cy=\"67.51739207339746\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"265.36000155584946\" cy=\"81.24778771585724\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"323.85169283662833\" cy=\"44.189184710593786\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"410.9045012984813\" cy=\"83.76338920588853\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"290.3212509695663\" cy=\"87.4122768811173\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"384.6333651727772\" cy=\"62.81839407979836\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"248.95411530618284\" cy=\"57.914632145665045\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"310.52920104033996\" cy=\"90.8672702315129\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"254.20659800337097\" cy=\"93.33182105998682\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"260.6864198626299\" cy=\"59.59279504347988\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"375.7358583345155\" cy=\"46.66353715874842\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"464.3574629231632\" cy=\"83.6248053072153\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"299.999358938667\" cy=\"104.51021142410634\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"298.47576000838444\" cy=\"55.176722208137505\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"334.8245404367739\" cy=\"113.23073762542998\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"291.1288958113063\" cy=\"64.24942383026952\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"298.88058117108176\" cy=\"81.55000454920585\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"289.9868753496153\" cy=\"79.3257025004752\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"317.9217610270631\" cy=\"92.13964871386908\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"226.995977348137\" cy=\"81.09891736049327\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"247.50191313217258\" cy=\"42.5854322174595\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"227.52228056397763\" cy=\"100.12305139396769\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"302.3902820387134\" cy=\"56.38624055351453\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"241.74411822553074\" cy=\"89.69017092746508\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"210.2059858912394\" cy=\"47.080368370466346\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"350.6566753332994\" cy=\"95.37436965863003\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"232.2020145134586\" cy=\"128.63930648684192\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"240.6504550534219\" cy=\"71.19509684059139\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"386.05274117078176\" cy=\"79.09520628922576\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"271.57331522107165\" cy=\"53.01299728395441\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"283.8228867093237\" cy=\"67.30256141449618\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"284.7544210714848\" cy=\"74.15715761561117\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"214.59155540427048\" cy=\"39.26550225718298\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"323.0544045490555\" cy=\"41.26243482160664\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"345.64145360306503\" cy=\"109.93660423450824\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"344.7042264890209\" cy=\"69.56895106785136\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"270.4487426606271\" cy=\"105.72904939470571\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"292.8805500933542\" cy=\"69.577474494737\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"175.2639593695855\" cy=\"81.48623374177086\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"339.78302532026146\" cy=\"88.07619037081875\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"207.20869586864436\" cy=\"51.20598134688647\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"271.5945099688116\" cy=\"76.56997043891394\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"305.9774916018149\" cy=\"54.903693149063116\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"235.32761587993988\" cy=\"54.6377430411318\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"317.66479091308327\" cy=\"68.76171180383456\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"86.58310016417411\" cy=\"72.82328439706787\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"270.08333045812515\" cy=\"48.490621354939094\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"218.98950013821732\" cy=\"61.689557363449\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"222.8505244590291\" cy=\"114.24432690251868\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"290.80841330571\" cy=\"43.92632587326086\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"240.42569533584515\" cy=\"27.118076251022053\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"265.5600741839605\" cy=\"68.10491688937756\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"193.53068632685194\" cy=\"96.00361693289263\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"187.94399481235104\" cy=\"78.61343629777595\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"177.84267285738719\" cy=\"59.68783884712837\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"433.8754570685227\" cy=\"100.9765951529795\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"256.1122381211496\" cy=\"70.72795598728462\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"264.19498978657487\" cy=\"37.922461151140354\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"253.19759718271766\" cy=\"58.04513362222229\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"207.8924927079721\" cy=\"76.48533936295968\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"327.11088155918134\" cy=\"54.522953372218474\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"311.8615653224924\" cy=\"40.368517092296194\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"295.4218830932385\" cy=\"50.31191561353749\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"238.80598733911984\" cy=\"61.142067863381556\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"193.78099332371937\" cy=\"79.1786637494409\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"195.41160837027763\" cy=\"71.64683850763396\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"202.79519506827592\" cy=\"95.20005459430567\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"396.59138675939755\" cy=\"81.75305515769844\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"279.3098398018352\" cy=\"62.152500763869426\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"251.24329901103562\" cy=\"87.08966526044242\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"341.85082674640944\" cy=\"66.8302247944524\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"202.73280656529894\" cy=\"27.290221203993774\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"290.11524719382425\" cy=\"60.82898558047722\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"266.21932884550716\" cy=\"51.541977474033885\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"249.58683441147835\" cy=\"30.79844557744031\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"321.8200446057945\" cy=\"73.2572047710909\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"326.7682720047244\" cy=\"34.85702390812246\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"275.99936858558584\" cy=\"127.04782397028248\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"210.329824056834\" cy=\"119.72138248783713\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"164.63707458707927\" cy=\"55.215396358976825\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"344.8583658670767\" cy=\"63.44099072032067\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"352.44765910917005\" cy=\"90.91414126941821\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"289.98030266143155\" cy=\"47.310809440067224\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"178.72754563904036\" cy=\"32.21099593355682\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"228.86259111423755\" cy=\"68.79095692279739\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"342.99276464606805\" cy=\"83.26516976364778\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"290.8043652332883\" cy=\"98.87664697359605\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"175.06293975526972\" cy=\"54.746233780946454\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"266.56402131986147\" cy=\"74.97179982273694\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"180.45904470877346\" cy=\"63.32662134606968\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"154.71613882023425\" cy=\"62.84361591423931\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"335.92381353803364\" cy=\"87.82082277719924\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"296.4649066243034\" cy=\"68.14640271202865\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"278.28485857024964\" cy=\"60.885477396404575\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"216.3070590426812\" cy=\"99.9072716023466\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"258.2624017867195\" cy=\"69.59033731181215\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"123.10903864244605\" cy=\"48.5988702610044\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"345.76125705209324\" cy=\"77.98079919167766\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"278.2151710626689\" cy=\"101.024617926428\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"430.33463883864806\" cy=\"100.52333992992632\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"230.29748745429018\" cy=\"83.43422785599608\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"264.10251878032096\" cy=\"60.42448641986347\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"176.95695719161685\" cy=\"80.22926662731294\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"341.4760777086301\" cy=\"56.43415522552123\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"354.6723684492385\" cy=\"39.75522283952343\" r=\"3.3000000000000003\" />\n", " <circle fill=\"#a39999\" fill-opacity=\"0.4\" stroke=\"#a39999\" stroke-opacity=\"0.0\" stroke-width=\"0.0\" cx=\"340.5208776365581\" cy=\"38.27388898760093\" r=\"3.3000000000000003\" />\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <defs>\n", " <clipPath id=\"cDHLG1P\">\n", " <rect x=\"21.961210910936405\" y=\"0.0\" width=\"542.0387890890636\" height=\"141.0\">\n", " </rect>\n", " </clipPath>\n", " </defs>\n", " </g>\n", " <g>\n", " <g transform=\"translate(21.961210910936405 141.0 ) \">\n", " <g transform=\"translate(59.83545074359793 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>-3</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(130.23009867724255 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>-2</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(200.62474661088717 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>-1</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(271.0193945445318 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>0</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(341.4140424781764 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>1</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(411.80869041182103 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>2</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(482.2033383454657 0.0 ) \">\n", " <line stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" x2=\"0.0\" y2=\"4.0\">\n", " </line>\n", " <g transform=\"translate(0.0 7.0 ) \">\n", " <text class=\"axis-text-x\" text-anchor=\"middle\" dy=\"0.7em\">\n", " <tspan>3</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <line x1=\"0.0\" y1=\"0.0\" x2=\"542.0387890890636\" y2=\"0.0\" stroke-width=\"1.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\">\n", " </line>\n", " </g>\n", " <g transform=\"translate(21.961210910936405 0.0 ) \">\n", " <g transform=\"translate(0.0 120.84032888711658 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>-2</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 74.03486089415381 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>0</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " <g transform=\"translate(0.0 27.229392901191027 ) \">\n", " <g transform=\"translate(-3.0 0.0 ) \">\n", " <text class=\"axis-text-y\" text-anchor=\"end\" dy=\"0.35em\">\n", " <tspan>2</tspan>\n", " </text>\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " </g>\n", " <g transform=\"translate(16.0 77.0 ) rotate(-90.0 ) \">\n", " <text class=\"axis-title-y\" y=\"0.0\" text-anchor=\"middle\">\n", " <tspan>y</tspan>\n", " </text>\n", " </g>\n", " <g transform=\"translate(322.4806054554682 193.0 ) \">\n", " <text class=\"axis-title-x\" y=\"0.0\" text-anchor=\"middle\">\n", " <tspan>x</tspan>\n", " </text>\n", " </g>\n", " <path fill=\"rgb(0,0,0)\" fill-opacity=\"0.0\" stroke=\"rgb(71,71,71)\" stroke-opacity=\"1.0\" stroke-width=\"0.0\" d=\"M0.0 0.0 L0.0 200.0 L600.0 200.0 L600.0 0.0 Z\" pointer-events=\"none\">\n", " </path>\n", " </g>\n", " <g id=\"d7UXDiE\">\n", " </g>\n", "\n", "</svg>\n", " <script>document.getElementById(\"f5bdd44a-90f3-44ae-8eb1-f6e3965061ef\").style.display = \"none\";</script>" ],
"application/plot+json" : {
"output_type" : "lets_plot_spec",
"output" : {
"kind" : "ggbunch",
"items" : [ {
"feature_spec" : {
"mapping" : { },
"guides" : {
"x" : {
"title" : "x"
}
},
"data" : { },
"ggsize" : {
"width" : 600.0,
"height" : 200.0
},
"kind" : "plot",
"scales" : [ {
"aesthetic" : "x",
"name" : "x",
"limits" : [ -3.5, 3.5 ]
}, {
"aesthetic" : "x",
"limits" : [ null, null ]
}, {
"aesthetic" : "y",
"limits" : [ null, null ]
} ],
"layers" : [ {
"mapping" : {
"x" : "x",
"y" : "count"
},
"stat" : "identity",
"data" : {
"x" : [ -2.4149344904997463, -2.1466084359997746, -1.8782823814998024, -1.6099563269998307, -1.341630272499859, -1.0733042179998873, -0.8049781634999152, -0.5366521089999434, -0.2683260544999717, 0.0, 0.26832605449997193, 0.5366521089999439, 0.8049781634999156, 1.0733042179998875, 1.3416302724998594, 1.6099563269998312, 1.8782823814998029, 2.1466084359997746, 2.4149344904997463, 2.683260544999718 ],
"count" : [ 3.0, 5.0, 6.0, 7.0, 15.0, 19.0, 28.0, 39.0, 30.0, 42.0, 54.0, 36.0, 34.0, 31.0, 18.0, 13.0, 12.0, 4.0, 2.0, 2.0 ]
},
"sampling" : "none",
"inherit_aes" : false,
"position" : "identity",
"geom" : "bar",
"fill" : "dark_magenta",
"data_meta" : {
"series_annotations" : [ {
"type" : "float",
"column" : "x"
}, {
"type" : "int",
"column" : "count"
} ]
}
} ]
},
"x" : 0,
"y" : 0,
"width" : null,
"height" : null
}, {
"feature_spec" : {
"mapping" : { },
"guides" : {
"x" : {
"title" : "x"
},
"y" : {
"title" : "y"
}
},
"data" : { },
"ggsize" : {
"width" : 600.0,
"height" : 200.0
},
"kind" : "plot",
"scales" : [ {
"aesthetic" : "x",
"limits" : [ -3.5, 3.5 ]
}, {
"aesthetic" : "y",
"limits" : [ null, null ]
} ],
"layers" : [ {
"mapping" : {
"x" : "x",
"y" : "y"
},
"stat" : "identity",
"data" : {
"x" : [ 1.1419053154730547, -0.9498666368908959, 0.2809776380727795, -0.8172214073987268, -0.19094451307087512, 0.8023071496873626, 1.4105062239438624, -1.2096444592532913, -0.4903496491990076, -1.2035510019650835, 1.5511476388671834, 0.4815980608245389, -0.2768317291873249, 1.255833005788796, -0.17329033306108363, 1.4238069456328435, -1.964666098753878, -2.548887393384806, -0.12200477461989162, -0.2691388556559934, -0.3199143760045327, -0.4834503128592458, 1.1166733769661994, -1.1076715169200795, 1.1457411377091524, 1.0725991339400673, 0.30102521611534994, 1.406156849249087, 0.2709294126920897, -0.5298295780368607, 2.2123402141787243, -1.8831759122084633, 0.32582927090649455, -0.002680308907617573, -0.5479781547659026, 1.6468163882596327, 0.5938103926672539, 0.6632872929286855, 0.8839698437730904, 0.9197020859698617, 0.803517749531419, -0.7638388605060555, -1.861306200027518, -0.40899380621224757, -0.48091295490277447, -0.4465888888803913, 0.7045663273135641, 0.08074877915238832, 0.7635098382407334, 0.14595005405372477, 0.2007496259633872, 1.5117192131332227, -1.9069696484274985, -0.5596730323653845, 1.573665595681067, -0.19208158669725373, 0.439851862908128, -0.7449501614293713, 1.7797467521986703, 1.2950640220107117, 0.7688682382458406, -0.46909223599067523, 0.6630227275361512, 0.29670087780568055, 2.2242953580982188, -1.1933022979733765, 0.5580410346433533, 1.4960553383489514, 0.8951776489120974, 0.9297634639960395, -0.10491093903022966, 0.35276466448456023, -0.6538317989304822, 0.15132171644246425, 0.4407433149811739, 0.946980694388772, -2.315207227451069, 0.1920371028231238, -2.150717205632501, 0.5473509656354903, 0.36966929887014705, 0.8751209163514154, 0.4333345396190892, 1.7830081455237958, 0.4459302415658664, 0.03295541525474264, -0.017182633216773876, -0.027818555215940465, 1.3758681039407463, 0.2920337802284907, 0.10462042588973046, 1.7799964944316888, -0.5004628323242984, 1.0869289165797924, 1.9616582572418195, 1.361656934659277, -0.4910136707454713, 1.5704667206621972, -0.3319307686020679, -0.5311415117921071, 0.3015645247761741, -1.7133285086762593, -1.3278612176303164, -1.2876713313576322, 0.012552200267459757, -1.321353005901397, 0.6110409277400992, 0.38840257501965103, 0.43343568884177824, 0.06399529912314222, 1.1806635961066305, 1.2380051788351232, -0.5658960602508907, 0.9441165305261189, 0.8859638093504211, 0.4163203752064485, 0.8418616457792908, 1.0703545150299583, 0.15572639860723536, 0.3685121432402299, -1.2388537517698515, -0.6031387254158636, 1.8821103658250251, -0.7743715896031117, 0.13720880703462834, 0.1906821021913211, -0.43633626572057416, 0.8037789293095281, -0.34849290985335807, 0.04988927954543703, 0.26673915861274083, -0.8305161094189647, 0.2347363543406824, -0.2244364934463062, -0.1536108029070761, 0.9177143967118988, 0.0776111251281053, -0.4193418329403618, -0.4732300240728939, 2.205183137564584, 1.8022977941941876, 0.8343656581164237, 1.8732773429688498, 0.8230498418068863, -1.3185016102600022, 0.29381594646654585, 0.03904242763024676, -0.8572762852517187, 0.9311182993772318, -0.7640608428892913, 1.1489058966224224, -0.5201546113604179, -1.1920553744828504, 1.6356236021102861, -0.8020071189311526, 0.5672862680104924, -0.2755938798225546, 0.19791109179428348, -0.43698686049583846, -1.8919101455344216, -0.3120227228815025, -0.6334365278276024, -0.057369986817633334, -0.18690090580107124, -0.2020836942432255, -0.5027324434120202, -0.7281546907243078, 1.7114680848906723, -0.5338642302166342, 0.006043532885255262, 0.5705074035386362, 2.705325086899449, -0.7094079075378742, 0.7686772759307144, 0.31711781188106697, -1.6097266693243066, 0.5597531261282837, 0.02163761017200398, -0.503799991164817, 0.09033470655824, 0.7311626690342418, 0.5763066732632881, -0.03306592868859228, 1.4417756902619445, -1.0228027402178648, -0.9653919392195459, -0.35354326340276926, 1.7736344143566711, -0.79600984753052, 0.47281921541409655, -0.33057665809184494, -1.3114457433066151, -0.8241427622295993, 2.382230016050147, -0.8144600768914696, 0.1578929223859838, 0.6284728113040471, -1.4368078914563116, -1.6328206376503045, 0.4614917163766068, 0.9810025566400666, -2.1668914854936587, -0.4008873818843881, -1.385614665847463, -1.1369320885100245, 0.6753996221697711, 0.3643600908733923, 0.4202494777278367, 0.38146576078886824, 0.1547747341458854, 1.3063258041012862, 0.1223877708770225, 0.7942868367810173, -0.13010607692827447, 0.3531352653048749, -0.7972853793382453, -0.8381932538934851, 1.0274885311314448, 1.9913282456563328, 1.0785115198463262, 1.2596721244733233, 1.2453074888557707, 0.5575874613547589, 0.06482651923921041, -0.46209498776170915, 1.414464891572643, 1.1935238570960616, 0.5756963983924648, -0.19255223605846233, -0.7618476932704114, 0.38552450922905906, 0.43418193779586706, 0.7291061523286057, 0.16467249592613412, 0.9496841789853843, 0.11582717279318948, 0.36638012222097, 1.4068767863986082, -0.8768156149596044, -0.8449362371327163, 0.7297171728443747, 0.37532478946500514, 0.7453755134851178, -0.5979477406720943, -2.03955805358224, 0.3162570465479789, 1.0480481778475728, -0.26203868667688063, 0.4509651703701687, 1.2982171285406794, 0.6046620370312948, 1.2161407602345784, -2.06591519642831, -0.023591141706713066, 0.026157098721737975, -1.0139178520156449, -0.4256391708695439, 0.3233068279136772, 0.7201737182853447, 1.727469305106878, 0.22320967494730365, 0.5300887552091489, -1.6436862913845212, -0.906051087274712, -1.0861839739587311, -1.006190798924251, 1.2377214015219449, 0.40384426691651143, -1.7655029652453154, 1.3296187529650685, 0.08699188515725226, -0.7203410588511509, -0.25417111001904186, 0.3823407462352356, -1.109088283206293, 1.0800232080218934, 0.012690424702176593, 0.47657286014919875, -0.9842190717896862, 0.3694116442965245, 1.5200453303605201, 1.0438012698813377, 0.37173341168161583, 1.9080140714861866, -0.05546740799350879, -0.1738569767274467, 0.2648199316806048, -0.05159555415322396, 0.8983801216293099, 1.1114035373528974, 0.7131825192258491, 0.3400031460569826, -1.6475319792487726, -0.6408950621908316, -0.5353641702403659, -0.0803952168922981, 0.7505158395265691, 1.9871554281485715, 0.27419494225226854, 1.6139575090330749, -0.31345109161065926, 0.5612615114298306, -0.23883628989818786, -0.14678636778810134, 1.487562859731773, 2.746488178488735, 0.4116785188193896, 0.39003484312803977, 0.9063920023065685, 0.2856680423450676, 0.3957855809267267, 0.2694449274462255, 0.6662774494836935, -0.6253801743264935, -0.3340805317263219, -0.6179037079858032, 0.44564307678266174, -0.4158736094055973, -0.8638925037400046, 1.1312973802189523, -0.5514251604420723, -0.4314097787623891, 1.6341206327884847, 0.007868789642388307, 0.18188161373945266, 0.19511464195260833, -0.801592745991873, 0.7391898607628943, 1.0600530189294142, 1.0467391216154094, -0.008106466907009561, 0.3105513869382395, -1.3602658438636872, 0.9768303812038047, -0.9064708830710632, 0.0081698742896189, 0.49660163213310304, -0.5070240382228444, 0.662627028300793, -2.6200329115107013, -0.013297375779036398, -0.7391171904909428, -0.6842689252584604, 0.2811153879174411, -0.4346026311194122, -0.07755306008089323, -1.1007755630899982, -1.1801380100727157, -1.3236336059948026, 2.313472221318618, -0.21176548020289862, -0.0969449376945496, -0.25316977760316833, -0.8967571213093409, 0.7968146536867756, 0.5801885793428398, 0.3466526115978159, -0.4576115962079526, -1.0972197956529148, -1.0740558891000285, -0.9691674222245609, 1.7838286844368112, 0.11777095987635547, -0.28093180538579465, 1.0062047937031338, -0.9700536899282618, 0.27126852977931726, -0.06818793530367911, -0.3044629210058157, 0.7216550057775473, 0.7919476706914222, 0.07074364582018049, -0.8621333051470754, -1.5112273884476357, 1.0489287678822825, 1.1567394248692622, 0.2693515582998967, -1.311063434715769, -0.5988637583645857, 1.0224267357566696, 0.28105788251695235, -1.363121453206393, -0.06329136312848706, -1.2864664075189678, -1.6521604857506678, 0.922007864215502, 0.36146941318261927, 0.10321046043964052, -0.7772229439008417, -0.18122106058172593, -2.101159111435701, 1.061754901850132, 0.10222050581061178, 2.263172683870654, -0.5784801584436773, -0.09825854617144751, -1.3362157509698755, 1.000881249246564, 1.1883428124189162, 0.9873120348231553 ],
"y" : [ 0.9194079489827879, -1.1069902863993377, 0.6846227956326554, -1.3966434026780434, 1.4862133923906502, -0.12151292466549345, -0.6402327822135738, 0.35375769787202876, 0.5507215382743629, 0.3210160806416416, 0.43853028624710505, 1.5196310789680683, -0.08393897849486337, -0.3252727938665772, -1.8585851445864527, -1.363726024075023, -0.9185948439341892, -1.6309606578419305, 1.289159071801577, 0.2574914085090889, -1.7684998592513064, -0.5099904653893699, -0.04094720151728288, 1.8623214176471945, -1.0586772048930921, -1.9317441520296659, 0.2475231582804265, -1.5202207203569256, 0.561249284813777, 0.5390221914988275, -0.6329335687728442, 0.3865659853763343, -0.9013043195000002, -0.4739592549853249, -0.01910014847196348, -1.107062592215791, -0.15566462108511642, 1.226793360688623, 0.22172454670212935, -0.7393758185888677, -0.2539417447630359, -1.8645567427274516, -0.576599881116305, 0.24846093761654187, 0.44621205735391023, 0.045638687865053575, -0.2718240183671583, 1.2590964696340183, 1.7220810801509723, -0.9946630124621867, 0.8962364439355677, -1.4034737280748781, 1.3685654487373131, 0.7446081536741976, 1.1280434418181906, -2.2544936618345086, 0.6568003265998675, 1.1994753269490135, 0.06740415207570563, -0.5826765284502453, 0.4176645501737688, 0.4141481732625842, 0.8671946375362719, 0.32152305651538937, 0.8358482078498958, 0.1188051459900597, -1.9527104650970353, -0.7625821886812193, -0.18267090292344199, -0.4374803598273085, -0.6114382438880094, -1.1445166107986677, 2.677097108514281, 1.8470372001182738, 0.8773090852445982, -0.6997736460145386, 0.09480020117496452, -1.0081308322886091, 1.6170416083849217, 1.6230096333098776, 1.2240526315272633, -0.29000442763399675, 1.0069743967645715, 1.356870316505785, 1.3915127940536753, -0.8018248798505966, -1.3164854365297216, 1.9719833390831583, -1.2706898498985282, 1.533319271731563, -1.3131603671758911, 0.3952547694086232, -2.0407393926238933, -1.0408491311776968, 0.9258632212977318, 2.8896525506477344, -0.710198583176802, -0.842408497299511, -1.698847669879108, -2.5875629832762232, -1.1528052896236403, 0.08131975803507514, 0.6965862080356764, 1.2509059068665722, 0.6566974914450203, 0.8149172295041944, 0.12348089487854173, -0.5821272380571016, -0.7960431045019911, -0.7421110756691232, 0.9198186083780134, -0.07088550150391275, 1.0508212282447211, -0.6911609067777333, -2.533371339542391, 0.4062903984061704, -0.3480736064260179, -0.23477690871527593, 0.6683095785190067, 0.09709933719650744, -0.2653296755913956, -0.14638328860844366, 1.8435869679890158, -0.15335007392100358, -0.9119325994640678, 0.7232172113039873, -0.18091541708210968, 1.3862531407675853, 1.0537138497194383, 1.3674485272298358, 0.027260166598693507, 0.3980698432838456, 0.5199782395388352, 0.9518789476720878, -1.1594658182609312, -0.8937789460924328, 0.9697328374797829, -0.03773541293956013, -0.8553707557477301, -0.6650231389203286, 0.7233623251887374, 1.5078868235362133, 0.17565734876388298, -1.0642009957917922, 0.3953402446037735, 0.9082454404595958, 0.4123446397119441, -0.4045355572510501, 0.44258369452335317, -1.0046799615367819, 0.5823735498702164, -0.9427458886970562, 1.5780160063402813, 0.9829002135878432, 0.7028918814014006, -1.0987393491518127, -1.4118257917291643, -1.1248175303383527, 0.38553773511769696, 1.7424648070251116, 0.5821118122610791, -0.14920179120962498, 0.983603842699607, -2.0826899070777283, -1.1284104013062142, 0.1012109678729846, -0.9040981287681613, 0.07125394906806862, 0.16661367308055955, 0.3752864302671252, 1.5388314004618417, 0.7253747699098897, 1.2062201954483274, -1.1438981876177647, 0.9606594584840612, 0.5050792404611278, 0.801921952517151, 0.014730824596698193, 0.24700658774025774, 1.1542443433715526, -1.7981106861881657, 1.0139307462486293, 1.6079849454993758, -0.022262115019530022, 0.9625031913007136, -0.5667562962139809, -0.8305717958812364, -0.049612879600047, 1.4538387691532402, -0.7233469640901355, 1.753528514524716, -0.5737663753170403, -0.6103533801581942, -0.4371019419065231, -2.0368812374682252, -1.9772673038070927, -0.8293935174665592, 0.32387496601514126, -1.1268798336415804, -0.9490178476559658, 0.07621489292187406, 0.6219892570599911, 0.06683877001818041, -1.3346008538706646, 0.0822718236378471, -1.2204800911406224, 0.36679652395116424, -0.8009828383689651, 0.015684871834485366, 0.9197472238114571, 1.013331566156439, -1.064816626030372, -0.24126298171576244, -0.6282954807051427, -1.0130859961692729, 0.8670116701629946, -1.2974653145373134, 0.7489571027636027, 1.3823300780216257, 0.9778203758011399, 0.006588878797566036, -0.5754489090796091, 0.7728855159117355, 0.13659230619970358, -2.3827059163910444E-4, -0.6953024589487374, 1.5873080212453758, 0.9319407933274975, 0.7357619185236388, -1.4761137753554259, 0.955100157523304, -0.7130343482035542, 0.7140484894891782, 0.6545959369641715, 1.537434992653506, 1.213425162173939, -1.0237578833371659, 0.11267421596373968, 1.8153485847571271, -0.6664402851086361, -0.3280609781972763, -1.1018260734180074, 0.09608056042410369, 0.6103118877057255, -1.321396675433821, 0.28532384265151656, -0.33974602790806946, 1.0626091656565495, 0.8640039488932111, -0.06409808674087791, 1.3214992711090061, -0.41379336095199143, -0.5511291293459475, -1.1753968681726514, 0.8924236336247767, -0.5098969149356519, -0.9115562838551526, -0.2410240755646707, -0.482573559047947, -0.9636025060720385, 0.47684801724525383, 0.8810354040615783, 0.5878631039716906, 0.7766036014727925, 0.5926757324414604, -2.1803586949394225, -0.26750334833868417, -1.0601910302381576, -1.399198643321559, -0.619349374628641, -1.3741285272600698, -1.0733849426330444, -0.6149559393544312, 0.053005618190116864, -1.3163748213825457, -0.3206318481879621, -0.49006343130344665, -1.90922098444035, 1.531202299543557, -0.9647389080385376, -1.1171633575553732, -1.4889959907470973, -1.5907796618760839, 1.3969176626246116, -0.03792635946657649, -0.09965270581531076, 0.3110765897825497, 0.5971370020069536, -0.41550270562594344, 1.8066708339226405, -0.4835196275965436, 0.15902527287964105, -0.21045840939034383, -0.6492631847885846, 0.2784917703092405, -0.3082087256466658, 1.2753072435061361, -0.415700503761544, -0.5716176575341491, 0.47928019076924294, 0.6888181847006613, -0.7192496970606022, -0.8245600778410896, 0.6171101997247541, 1.1695780390240165, -0.409778806805365, -1.302213259977852, 0.8058092139513117, -1.6748417828946516, 0.41813221760139374, -0.3211224661264767, -0.22607792778044114, -0.7736184935673468, -0.3018474878790466, 1.3438356681498298, -1.1147496913709418, 0.7541264342573287, -0.6689521846321478, 1.1517668203954323, -0.9118382821291146, -2.3332507048491813, 0.12134326074848228, -0.2162288130879396, 0.8982652887205418, 0.2876714951624808, -0.005225745055075218, 1.4856964422275796, 1.4003674133746302, -1.5340832975220873, 0.1908285513553204, -1.3542942677260328, 0.19046434489606975, -0.318397536319362, -0.5999867143204749, 0.9754791705404877, -0.1083253582740069, 0.8174757593692714, 0.828839820849067, 0.22532192568236153, 0.05177072461995705, 1.0915066394830324, 0.5275154403994392, -1.7181525036523673, 1.286539214837881, 2.0047565660570132, 0.2533868053906783, -0.9387260497872524, -0.19564275713728704, 0.6130489732175104, -1.1512216590965991, 0.14130421289095507, 1.5430846561962788, 0.6832418500477585, -0.10470906814452988, 0.8337447891715967, 1.438564562880532, 1.0136826442663953, 0.5509096942566918, -0.21979495455789316, 0.10204031660911432, -0.9043897906686481, -0.3297988288336338, 0.5077338456297841, -0.5578324467667495, 0.30785446267878863, 1.997400803563725, 0.564287715942167, 0.9611220391387494, 1.8474941997466667, 0.033229285227094923, 1.674070943673579, -2.2652465769212773, -1.9521873641153344, 0.8041566655420045, 0.45267660502511936, -0.7212524988662524, 1.141920061908346, 1.7871358520284517, 0.2240722802790835, -0.3944115619517683, -1.0614907678383738, 0.8242040060835375, -0.04003544751326949, 0.4575636141356013, 0.4782024605158145, -0.5890748442091491, 0.2516141141035274, 0.5618738178080496, -1.105529410028876, 0.1899147160759033, 1.0868811582857678, -0.16861014179442108, -1.153273674619901, -1.1318540406328192, -0.4016354227354577, 0.5815719854072032, -0.2646872683375567, 0.752079037914068, 1.4647706571285362, 1.5280681270799197 ]
},
"color" : "#a39999",
"sampling" : "none",
"alpha" : 0.4,
"inherit_aes" : false,
"position" : "identity",
"geom" : "point",
"data_meta" : {
"series_annotations" : [ {
"type" : "float",
"column" : "x"
}, {
"type" : "float",
"column" : "y"
} ]
}
} ]
},
"x" : 0,
"y" : 200,
"width" : null,
"height" : null
} ]
},
"apply_color_scheme" : true,
"swing_enabled" : true
}
},
"execution_count" : 5,
"metadata" : { },
"output_type" : "execute_result"
} ],
"execution_count" : 5
}, {
"metadata" : {
"ExecuteTime" : {
"end_time" : "2025-05-30T07:45:18.966172Z",
"start_time" : "2025-05-30T07:45:18.963772Z"
}
},
"cell_type" : "code",
"source" : "",
"id" : "f27e97249ae039b3",
"outputs" : [ ],
"execution_count" : null
} ],
"metadata" : {
"kernelspec" : {
"display_name" : "Kotlin",
"language" : "kotlin",
"name" : "kotlin"
},
"language_info" : {
"name" : "kotlin",
"version" : "1.9.23",
"mimetype" : "text/x-kotlin",
"file_extension" : ".kt",
"pygments_lexer" : "kotlin",
"codemirror_mode" : "text/x-kotlin",
"nbconvert_exporter" : ""
}
},
"nbformat" : 4,
"nbformat_minor" : 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment